/*************************************************************************************/
/* 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{
	/* couleur de fond */
	background-color: #fcfcfc;
	/* largeur */
	width: 99%;
	text-align:center;
	/* alignement */
	margin: auto;
	margin-bottom: 20px;
	/* padding */
	padding: 0px;
	/* bodures */
	border: 2px solid #85ABD6;
	overflow: hidden;
}
.bloc_articles_haut {
	/* couleur de fond */
	background-color: #D7E4FA;
	/* largeur */
	width: 100%;
	/* alignement du texte */
	text-align: center;
	/* couleur de la police */
	color: #02478E;
	/* alignement */
	margin: auto;
	/* marges intérieures */
	padding: 4px;
	/* texte en gras */
	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{
	/* couleur de la police */
	color:#02478E;
}
.bloc_articles_milieu {
	/* largeur */
	width: auto;
	/* marges intérieures */
	padding: 4px;
	text-align: left;
}

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

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

.article_listtab {
	border: 1px solid #02478E;
	margin-top: 10px;
	margin-bottom: 10px;
}
.article_listtab td {
	padding: 2px;
}
.article_listtab a:link, .article_listtab a:active, .article_listtab a:visited{
	/* couleur de la police */
	color:#02478E;
}
.article_head {
	background-color: #BFDAFF;
}
.article_head  td {
	color: #02478E ;
	font-weight: bold;
	height: 20px;
	border: 1px solid #E3EFFF;
}
.article_mid1 {
	background-color: #ffffff;
	height: 20px;
}
.article_mid2 {
	background-color: #E3EFFF;
	height: 20px;
}
.art_list_img {
	width: 30px;
	height: 30px;
}
.art_infobloc {
	float: right;
	background-color: #ffffff;
	/* Taille de la police */
	font-size: 0.8em;
	
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BFDAFF;
	/* Marges intérieures */
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin: 5px;
	color: #666666;
	position: relative;
}
.art_infobloc p {
	margin: 0px;
}
