/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}
*****************************/
.titre_listing_actu{
	font-size:12px;
	border-bottom:solid 1px #1a2152;
	margin-bottom:7px;
	padding-bottom:7px;
}
/*---------------------------- TEASER ----------------------------*/
.actu_teaser_row {
	background:url(../images/fond_teaser.jpg) no-repeat;
	width:507px;
	height:122px;
	padding:13px 13px 10px 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:relative;
}

div.actu_teaser_row {
	height:125px;
}

.actu_teaser_row .actu_teaser_visuel{
	float:left;
	margin-right:13px;
}

.actu_teaser_row .actu_teaser_contenu{
	float:left;
	width:360px;
	height:90px;
}

.actu_teaser_row h2{
	background:url(../images/titre_teaser_actus.gif) no-repeat;
	width:96px;
	height:19px;
}

.actu_teaser_date{
	color:#004977;
	margin:5px 0 10px;
}

.actu_teaser_titre{
	color:#000000;
	font-size:9px;
}

.actu_teaser_accroche{
	font-weight:normal;
	font-size:9px;
}

.actu_teaser_savoir_plus{
	background:url(../images/bt_savoir_plus.gif) no-repeat;
	width:72px;
	height:15px;
	position:absolute;
	bottom:35px;
	_bottom:28px;
	right:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.actu_teaser_savoir_plus:hover{
	text-decoration:none;
	background:url(../images/bt_savoir_plus_over.gif) no-repeat;
}

/*---------------------------- LISTING ----------------------------*/
.actu_listing_row{
	margin-bottom:7px;
	padding-bottom:25px;
	border-bottom:solid 1px #004977;
}

.actu_listing_visuel{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	border:solid 1px #cad8db;
}

.actu_listing_date{
	color:#004977;
	margin:5px 0 10px;
	font-size:9px;
}

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

.actu_listing_accroche {
	margin-bottom:15px;
	font-size:18px;
	text-transform:uppercase;
}

.actu_listing_intro{	
	margin-bottom:10px;
	color:#50808c;
}

.actu_savoir_plus a{
	background:url(../images/bt_savoir_plus.gif) no-repeat;
	width:72px;
	height:15px;
	position:absolute;
	right:50px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.actu_savoir_plus a:hover{
	text-decoration:none;
	background:url(../images/bt_savoir_plus_over.gif) no-repeat;
}

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

.actu_detail_visuel{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	border:solid 1px #cad8db;
}

.actu_detail .contenu{
	float:left;
	width:362px;
	position:relative;
	padding-bottom:25px;
}

.actu_detail_titre{
	font-weight:bold;
	font-size:12px;
}

.actu_detail_accroche{
	margin-bottom:15px;
	font-size:18px;
	text-transform:uppercase;
}

.actu_detail_intro{
	margin-bottom:10px;
	color:#50808c;
}

.actu_detail_corps{	
	color:#50808c;
}

.actu_detail_corps ul {
	margin:0;
	padding:0;
	margin-left:15px;
}

.actu_detail_corps a{
	color:#00775a;
}

.actu_detail_corps strong{
	color:#004977;
}

.actu_retour{
	background:url(../images/bt_retour.gif) no-repeat;
	width:72px;
	height:15px;
	position:absolute;
	bottom:0px;
	left:0px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.actu_retour:hover{
	background:url(../images/bt_retour_over.gif) no-repeat;
}

/*---------------------------- 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-size:12px;
	font-weight:bold;
	text-decoration: none;
	border-bottom:solid 1px #1a2152;
}

#actu_menu ul li#page a {
	color:#1A2152;
	background:url(../images/puce_fleche.gif) 5px no-repeat;
}

#actu_menu ul li#page a:hover {
	color:#cc3333;
	background:url(../images/puce_fleche_rouge.gif) 5px no-repeat;
}

#actu_menu ul li#page_selected a{
	color:#cc3333;
	background:url(../images/puce_fleche_rouge.gif) 5px no-repeat;
}


/*----------------------------- 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;
}