/*************************************************************************************/
/* Dans ce fichier vous pouvez modifier la structure des catégories articles du site */
/*************************************************************************************/

/* Cette classe affiche le haut des articles de couleur noire #000000 */
.bloc_articles
{
	background-color: #fcfcfc;
	width: 98%;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	padding: 0px;
	border: 2px solid #b7814b;
	overflow: hidden;
}
.bloc_articles_haut 
{
	background-color: #efdebf;
	width: 98%;
	text-align: center;
	color: #8e3a02;
	margin: auto;
	padding: 4px;
	font-weight: bold;
	font-size: 1.1em;
	font-variant: small-caps;
}
.bloc_articles_haut a:link, .bloc_articles_haut a:active, .bloc_articles_haut a:visited{color:#8e3a02;}
.bloc_articles_milieu 
{
	width: auto;
	padding: 4px;
	text-align: left;
}

.articles_contenu
{
	width: 50%;
	float: left;
	padding: 0px;
}

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

.article_listtab 
{
	border: 1px solid #8e3a02;
	margin-top: 10px;
	margin-bottom: 10px;
}
.article_listtab td {padding: 2px;}
.article_listtab a:link, .article_listtab a:active, .article_listtab a:visited{color: #8e3a02;}
.article_head {background-color: #dfb99e;}
.article_head  td 
{
	color: #8e3a02 ;
	font-weight: bold;
	height: 20px;
	border: 1px solid #feeee3;
}
.article_mid1 
{
	background-color: #ffffff;
	height: 20px;
}
.article_mid2 
{
	background-color: #feeee3;
	height: 20px;
}
.art_list_img 
{
	width: 30px;
	height: 30px;
}
.art_infobloc 
{
	float: right;
	background-color: #ffffff;
	font-size: 0.8em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #dfb99e;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin: 5px;
	color: #666666;
	position: relative;
}
.art_infobloc p {margin: 0px;}
