/*---------------------------- TEASER ----------------------------*/
.actu_teaser{
	background:url(../images/fond_teaser.jpg) no-repeat;
	height:318px;
	width:372px;
	padding-bottom:175px;
}

.actu_teaser_row{
	padding:20px 0 0 185px;
	width:167px;
	heigt:152px;
}

.actu_teaser_titre {
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	padding-bottom:15px;
}

.actu_teaser_accroche {
	color:#848587;
	text-transform:uppercase;
	padding-bottom:15px;
	font-size:10px;
	
}

.actu_teaser_intro{
	color:#848587;
	font-size:10px;
}

.actu_savoir_plus_teaser_random a{
	color:#FFFFFF;
	font-size:9px;
	float:right;
	font-weight:bold;
	padding-top:5px;
}

.actu_savoir_plus_teaser_random a:hover{
	color:#FFDB4A;
	text-decoration:none;
}

/*---------------------------- MENU ----------------------------*/
.actu_menu{
	float:left;
	width:195px;
}

/*---------------------------- LISTING ----------------------------*/
.actu_listing{
	float:left;
	width:675px;
	padding-left:18px;
}

.actu_listing_row{
	margin-bottom:7px;
	padding-bottom:22px;
	border-bottom:solid 1px #b897b0;
}

.actu_listing_visuel{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border:solid 1px #3c3c3c;
}

.actu_listing_titre{
	font-weight:normal;
	font-size:10px;
	color:#FFFFFF;
}

.actu_listing_accroche {
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
}

.actu_listing_intro{
	padding-top:15px;
}

.actu_savoir_plus {
	color:#FFFFFF;
	font-size:9px;
	float:right;
	font-weight:bold;
	padding-top:5px;
}

.actu_savoir_plus:hover{
	color:#FFDB4A;
	text-decoration:none;
}

/*---------------------------- DETAIL ----------------------------*/
.actu_listing{
	float:left;
	width:675px;
	padding-left:18px;
}

.actu_detail{
	float:left;
	width:675px;
	padding-left:18px;
	padding-bottom:35px;
}

.actu_detail_visuel{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border:solid 1px #3c3c3c;
}

.actu_detail_titre{
	font-weight:normal;
	font-size:10px;
	color:#FFFFFF;
}

.actu_detail_accroche{
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
}

.actu_detail_intro{
	padding-top:15px;
}

.actu_detail_corps {
	padding-top:15px;
}

.actu_detail_corps ul {
	margin:0;
	padding:0;
	padding-left:20px;
}

.actu_detail_corps ul li {
	margin:5px 15px 5px;
	list-style-type:square;
}

.actu_retour{
	color:#FFFFFF;
	font-size:9px;
	float:left;
	font-weight:bold;
	padding-top:5px;
}

.actu_retour:hover{
	color:#FFDB4A;
	text-decoration:none;
}


