  /************************************************************/
 /* Dans ce fichier vous pouvez modifier la structure des news du site */
/************************************************************/

.bloc_articles
{
	width: auto;
	margin: auto;
	background-color: #ffffff;
	border: 1px solid #421f1f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Titre de la news */
.bloc_articles_haut{
	background-image: url("../../images/design/news_titre_fond.png");
	background-repeat: repeat-x;
	width: auto;
	height: 20px;
	margin: auto;
	padding: 6px 0px 4px 10px;
	color: #4a2b0b;
	font-size: 1.1em;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.bloc_articles_haut a:link, .bloc_articles_haut a:active, .bloc_articles_haut a:visited{color: #4a2b0b;}

/* Cette classe affiche le contenu de la news */
.bloc_articles_milieu{
	background-color: #ebebc6;
	width: auto;
	margin: 4px;
	padding: 3px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
.bloc_articles_contenu, .bloc_news_contenu{}
.bloc_news_contenu:first-letter
{
	float: left;
	font-size: 3em;
	color: #000000;
	font-weight: bold;
}

/* Pied des blocs */
.bloc_articles_bas {
	width: auto;	
	height: 3px;
	background-image: url("../../images/design/bloc_central_bas_fond.png");
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 3px;
}

.articles_img_comment {height: 20px;}

.articles_image
{
	float: right;
	padding: 2px
}

.article_listtab 
{
	border: 1px solid #421f1f;
	margin-top: 10px;
	margin-bottom: 10px;
}
.article_listtab td {padding: 2px;}
.article_head {background-color: #ccaf69;}
.article_head  td 
{
	color: #4a2b0b;
	font-weight: bold;
	height: 20px;
	border: 1px solid #d9ccb0;
}
.article_mid1
{
	background-color: #ebebc6;
	height: 20px;
}
.article_mid2
{
	background-color: #d9ccb0;
	height: 20px;
}
.art_list_img 
{
	width: 30px;
	height: 30px;
}
.art_infobloc 
{
	background-color: #ffffff;
	font-size: 0.8em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #d9ccb0;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 220px;
	float: right;
}
.art_infobloc p {margin: 0px;}
