@charset "utf-8";
/* CSS Document */

#contenus {
	position:absolute;
	top:100px;
	left:270px;
	float: left;
	width: 800px;
	overflow: auto;
	}

#contenus .image_article_sommaire{
	width:140px;
	overflow:hidden;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
	}

#contenus .sommaire_colonne_gauche{
	width:160px;
	text-align:center;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
#contenus .sommaire_colonne_principale{
	text-align:justify;
	vertical-align: super;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#contenus .titre_sommaire {
	font-size: 25px;
	font-weight: bold;
	color: #C2252C;
}

#contenus .article_sommaire{}


#contenus .texte_article_sommaire{
	text-align:left;
	margin-right: 20px;
	margin-left: 20px;
}

#contenus .sommaire_publie {
	font-size: 9px;
	color: #999999;
	height: 0px;
	width: auto;
	margin-top: 15px;
}

#contenus .sommaire_surtitre {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height: 0px;
	width: auto;
	margin-top: 15px;
}

#contenus .sommaire_titre {
	font-size: 13px;
	font-weight: bold;
	color: #C2252C;
	height: 0px;
	width: auto;
	margin-top: 20px;
}

#contenus .sommaire_soustitre {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height: 0px;
	width: auto;
	margin-top: 17px;
}

#contenus .sommaire_texte{
	font-size: 10px;
	color: #666666;
	width: auto;
	margin-top: 15px;
	text-align: justify;
	margin-bottom: 35px;
}
	
#contenus .sommaire_texte a {text-decoration: none;}


