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

.actu_visuel{
border: 1px solid #000000;
padding: 2px;
background-color:#FFFFFF;
}

a.actu_savoir_plus {
	display:block;
	width:71px; height: 13px;
	margin: 0; padding:0;
	font:0px;
	color:#c60;
	background: url('../images/fre_FR/btn_savoirplus.gif') 0 0 no-repeat #7A1316;
	text-decoration: none;
}
a:hover.actu_savoir_plus  {	
	background-position: -100px 0;
}


/*---------------------------- 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_titre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:800;
	color:#ffffff;
	margin:0;
	padding:0;
	display:inline;
}

.actu_teaser_accroche {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:800;
	color:#ffffff;
	margin:0;
	padding:0;
	display:inline;
}

.actu_teaser_intro{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	margin:0;
	padding:0;
	display:inline;
}


#actu_teaser_picto{
    padding: 16px 0 0 0; /* hauteur */
	margin: 0 0 5px 0;
    overflow: hidden; 
    background-image: url("../images/fre_FR/actu_picto_txt.gif");
	background-repeat:no-repeat;
	width:69px; /* largeur image */
	height: 0px !important; /* for most browsers */
    height /**/:11px; /* for IE5.5's bad box model */
}



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

.actu_listing_titre{
	color:#7A1316;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:800;
	text-transform:capitalize;
}

.actu_listing_accroche, .actu_detail_accroche{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:800;
}

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

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

}

/* separateur */
.actu_listing_separateur{
	background-color:#E3E4E4;
	border:none;
	border-bottom:3px solid #E3E4E4;
	margin:0 0 8px 0;
	padding:0;
	height:16px;
	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:#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:#E6E2D2;
	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 #E6E2D2;
	padding:0 2px 0 2px;
	text-decoration:none;
}
a:hover.actu_listing_navpage_btn {
	color:#FFFFFF;
	background-color:#CC0000;
	text-decoration:none;
}
