#actus{
	float:left;
	width:772px;
	margin-left:20px;
}
#top_actus{
	height:35px;
	background-image:url(../images/heads/head_actus.jpg);
	background-repeat:no-repeat;
}
#body_actus{
	border-left:1px #D3D3D1 solid;
	border-right:1px #D3D3D1 solid;

	background-image:url(../images/contenu/bg_body_contenu.jpg);
	background-repeat:repeat-x;
	background-color:#F6F6F4;
	background-position:bottom;
	height:100%;
}
.div_actu{
	clear:both;
	border-bottom:1px #E7E8E3 solid;
}
.div_actu img{
	float:left;
	margin:10px 10px 10px 20px;
	width:140px;
}
.div_actu a img{
	border:none;
}
.div_actu p{
	float:left;
	width:500px;
	margin:0 0 0 10px;
	padding-top:10px;
	padding-bottom:10px;
}
.div_actu div{
	clear:both;
}
#bottom_actus{
	clear:both;
	height:10px;
	background-image:url(../images/contenu/foot_contenu.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.clear{
	clear:both;
}

/********** Pagination ***********/
#pagination{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AAAAAA;
	cursor:pointer;
	margin-right:10px;
}
#pagination a{
	text-decoration:none;
	color:#000000;
}
#pagination a.page_on{
	color:#000000;
	text-decoration:none;
	font-size:11px;
}
#pagination a.page_off{
	color:#AAAAAA;
	text-decoration:none;
	font-weight:normal;
}
