/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}
*****************************/
/*---------------------------- TEASER ----------------------------*/
.actu_teaser_row{
	background:url(../images/fond_teaser_actualite.gif) no-repeat;
	min-height:238px;
	width:194px;
	padding:5px 5px 05px;
}

.actu_teaser_row_news{
	background:url(../images/fond_entete_news.jpg) no-repeat;
	width:194px;
	height:15px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	margin-bottom:1px;
	padding:3px 0 0 5px;
}

.actu_teaser_contenu{
	padding:7px 0 0 5px;
}

.actu_teaser_titre {
	color:#484548;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}

.actu_teaser_intro{
	color:#484548;
	font-size:11px;
}

.actu_teaser_savoir_plus a{
	color:#484548;
	font-weight:bold;
	font-size:10px;
}


/*---------------------------- LISTING ----------------------------*/
/* main container */
.actu_listing{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:442px;
}

.actu_visuel{
    float:left;
	margin-right:15px;
}

.actu_listing_titre {
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

.actu_listing_accroche {
	color:#1A171A;
	font-size:11px;
	font-weight:bold;
}

.actu_listing_intro{
	margin-top:15px;
	font-size:11px;
}

.actu_listing_bottom {
	width:442px;
	margin:3px 0 15px 0;
	background:url(../images/bottom_listing.jpg) no-repeat;
	height:13px;
	text-align:right;
}

.actu_listing_bottom a{
	color:#888688;
	font-size:10px;
	margin-right:7px;
}

/*---------------------------- DETAIL ----------------------------*/
.actu_detail_row{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:442px;
}

.actu_detail_row a{
	color:#888688;
}

.actu_detail_visuel{
	width:100%;
	margin-bottom:15px;
	background:#888688;
}

.actu_detail_visuel img{
	margin-right:4px;
}

html>body.actu_detail_visuel img{
	margin-right:0px;
}

.actu_detail_titre {
	color:#666666;
	font-size:16px;
	font-weight:bold;
}

.actu_detail_accroche {
	color:#1A171A;
	font-size:12px;
	font-weight:bold;
}

.actu_detail_contenu{
	padding:0 0 7px 0;
}

.actu_detail_intro{
	margin:15px 0 15px;
	font-size:11px;
}

.actu_detail_corps{
	font-size:11px;
	padding-bottom:30px;
}

.actu_detail_bt_navigation a{
	display:block;
	background:#888688;
	color:#FFFFFF;
	font-size:10px;
	height:14px;
	padding-top:1px;
	text-align:center;
	width:120px;
}

.actu_detail_bt_precedent{
	 float:left;
}

.actu_detail_bt_suivant{
	float:right;
}

.actu_detail_bottom {
	width:442px;
	margin:3px 0 15px 0;
	background:url(../images/bottom_detail.jpg) no-repeat;
	height:13px;
	text-align:left;
	margin-top:25px;
}

.actu_detail_bottom a{
	color:#888688;
	font-size:10px;
	margin-left:7px;
}


