/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}
*****************************/

.display{
	display:none;
}

.filet{
	width:90%;
	background:url(../images/filet.gif) repeat-x;
}
/*---------------------------- TEASER ----------------------------*/
.actu_teaser_row{
	border-bottom:solid 2px #B0B0B0;
	margin-bottom:7px;
	padding-bottom:7px;
}

.actu_teaser_titre{
	color:#7A1315;
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:2px;
}

.actu_teaser_accroche {
	color:#194D98;
	font-size:100%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}

.actu_teaser_intro{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.actu_teaser_savoir_plus  {
	margin-bottom:2px;
}

.actu_teaser_savoir_plus a {
	margin:0;
	padding:0;
	text-align:left;
	font-size:10px;
}


/*---------------------------- LISTING ----------------------------*/
.actu_listing_row{
	margin-bottom:7px;
	padding-bottom:7px;
}

.actu_listing_visuel{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.actu_listing_titre{
	border-collapse:collapse;
	margin-bottom:7px;
}

.actu_listing_titre h2{
	color:#7A1315;
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
}


.actu_listing_accroche {
	color:#194D98;
	font-size:100%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}

.actu_listing_intro{	
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.actu_listing_corps{	
	text-align:left;
}

.actu_savoir_plus{
	width:100%;
	margin-top:7px;
	padding:5px 0 5px 0;
	font-size:75%;
	color:#9B9C9E;
	background:#EDEDEE;
	border-bottom:solid 1px #B0B0B0;
}

.actu_savoir_plus_conteneur{
	padding-left:5px;
}

/*---------------------------- DETAIL ----------------------------*/
.actu_detail{
	padding-bottom:10px;
}

.actu_detail_titre{
	border-collapse:collapse;
	margin-bottom:7px;
}

.actu_detail_titre h2{
	color:#7A1315;
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
}


.actu_detail_visuel{
    float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.actu_detail_legendevisuel{
	display:none;
}

.actu_detail_accroche{
	color:#194D98;
	font-size:100%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}

.actu_detail_intro{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:7px;
}

.actu_detail_corps{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.actu_retour{
	width:100%;
	margin-top:7px;
	padding:5px 0 5px 0;
	font-size:75%;
	color:#9B9C9E;
	background:#EDEDEE;
	border-bottom:solid 1px #B0B0B0;
}

.actu_retour a{
	padding-left:5px;
}

/*---------------------------- MENU ----------------------------*/
/* BAR DE MENU */

#actu_menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}


#actu_menu ul li a {
	display: block;
	padding: 5px 5px 5px 20px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:10px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration: none;
	background:url(../images/picto_fiche.gif) #3870B7 5px no-repeat;
	border-bottom: 1px solid #000000;
}

#actu_menu ul li a:hover {
	color:#FFF;
	background-color: #CCCCCC;
	background-image:url(../images/picto_fiche_roll.gif);
}

/*----------------------------- navigation ( « < 1 2 3 > » ) page listing actu -------------------------------*/
.actu_listing_navpage {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:10px;
	color:#333333;
	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:#87816D;;
	background-color:#CCCCCC;
	padding:0 2px 0 2px;
}
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 #CCCCCC;
	padding:0 2px 0 2px;
	text-decoration:none;
}
a:hover.actu_listing_navpage_btn {
	color:#FFFFFF;
	background-color:#CCCCCC;
	text-decoration:none;
}
