/* CSS Document */
#liste_actus {
	position:relative;
	height:400px;
	overflow-y:hidden;
}

.actu {
	position:relative;
	height:160px;
	overflow:hidden;
	margin-top:10px;
}

.col_actu {
	position:relative;
	width:50%;
	float:left;
	margin:25px 0 15px;
}

.col_actu_img {
	position:relative;
	float:left;
	width:30%;
	overflow:hidden;
}

.col_actu_img img{
	width:auto;
}

.col_actu_texte {
	position:relative;
	float:left;
	width:65%;
	height:140px;
	padding:10px;
	background:#e6e6e6;
	overflow:hidden;
}

.actu .date {
	position:relative;
	margin:5px -10px;
	background:#fff;
	padding:3px 10px;
	font-size:11px;	
}

.actu_titre {
	position:relative;
	color:#336699;
	font-weight:bold;
	font-size:15px;
	padding:5px 0px 0px 0px;
	border-bottom:1px solid #F3F3F3;
}
.actu .titre h4 {
	font:normal 14px "bodonibt_web";
	text-transform:uppercase;
}
.actu .titre h4 a {color:#13737f;}
.actu .titre h4 a:hover {color:#000;}

.actu .suite {
	position:absolute;
	bottom:0px;
	right:0px;
}
.actu .suite a {
	display:block;
	padding:2px 10px 2px 30px;
	background:url(/global/img/puces/fblanc-23.png) no-repeat left center;
	background-color:#737373;
	color:#fff;
	font-size:11px;	
}
.actu .suite a:hover {background-color:#13737f;}
