.contenu.actu {
}

ul.actus li {
	position:relative;
	height:202px;
	border-bottom:1px solid #AAA;
	padding:9px 0;
}

.actus li img {
	display:block;
	float:left;
	width:481px;
	height:100%;
}

.actus li div {
	margin-left:491px;
	font-size:12px;
	padding:14px 9px;
	background-color:#FCFCFB;
}

.actus li h4 {
	color:#E95E01;
	font-weight:bold;
	font-size:15px;
}
.actus li dfn {
	font-weight:bold;
	font-size:12px;
}
.actus li p {
	margin:13px 0;
}
.actus li a {
}



