/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}
*****************************/
.padding_TD {
padding:10px;
}

.actu_visuel{
	margin:0 0 8px 0;
	padding:3px;
	border:1px solid #CCCCCC;
}


/*---------------------------- BREADCRUM ----------------------------*/
#actu_breadcrum, #actu_breadcrum a{
	color:#FFFFFF;
	background-color:#667995;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #9FA3B5;
	text-decoration:none;
}
#actu_breadcrum a:hover{
	text-decoration: underline;
}

/*---------------------------- TEASER ----------------------------*/
.actu_teaser_texte{
	color:#9fa3b5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style:italic;
}

.actu_teaser_signature{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*---------------------------- LISTING ----------------------------*/
.actu_listing_row{
	border-bottom:1px solid #9FA3B5;
	padding:4px;
	color:#9FA3B5;
	margin:0;
}

.actu_listing_titre{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.actu_listing_accroche, .actu_detail_accroche{

	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.actu_listing_intro{
	margin:10px 0 10px 0;
	font-size: 10px;

}

/* separateur */
.actu_listing_separateur{
	background-color:#CFD1DA;
	border:none;
	border-bottom:3px solid #9FA3B5;
	margin:0 0 8px 0;
	padding:0;
	height:13px;
	font-size:11px;	/* IE fix */
}

/*---------------------------- DETAIL ----------------------------*/
.actu_detail_entete{
	border-bottom:1px solid #9FA3B5;
	padding:8px;
	color:#9FA3B5;
}

.actu_detail_titre{
	color:#b0801c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

.actu_detail_accroche{
	color:#253f68;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}

td.actu_detail_visuel{
	padding:8px;
	border-right:1px solid #9FA3B5;
}

.actu_detail_legendevisuel{
	font-size:.9em;
	color:#666666;
}


.actu_detail_corps{
	padding:8px;
}

.actu_detail_retour{
	padding:8px;
	border-top:1px solid #9FA3B5;
	border-bottom:1px solid #9FA3B5;
}



/*----------------------------- navigation (  < 1 2 3 >  ) page listing actu -------------------------------*/
.actu_listing_navpage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	border-top:1px solid #CCCCCC;
	border-bottom:4px solid #9FA3B5;
	padding:3px;
	margin-top:30px;
	margin-bottom:15px;
}

.actu_listing_navpage_current {
	font-weight:bold;
	color:#FFFFFF;
	;
	background-color:#5B91C0;
	padding:0 2px 0 2px;
	font-size: 12px;
}
a .actu_listing_navpage_num {
	font-weight:bold;
	color:#87816D;
	padding:0 2px 0 2px;
	text-decoration:none;
}
a:hover.actu_listing_num {
	color:#FFFFFF;
	background-color:#CB1C1C;
	text-decoration:none;
}
a.actu_listing_navpage_btn {
	color:#87816D;
	border:1px solid #E6E2D2;
	padding:0 2px 0 2px;
	text-decoration:none;
}
a:hover.actu_listing_navpage_btn {
	color:#FFFFFF;
	background-color:#5B91C0;
	text-decoration:none;
}
