/* News mise en avant */
#contenu #newsenavant {
	position:absolute;
	left:0px;
	top:0px;
}
#contenu #newsenavant .image {
	position:absolute;
	left:0px;
	top:0px;
}
#contenu #newsenavant .texte{	
	position:absolute;
	left:152px;
	top:0px;
	width:400px;
	border-left:solid 1px #CCC;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	text-align:left;
}

/* Pave de news */
#contenu #pavenews{
	position:absolute;
	left:0px;
	top:300px;
	width:700px;
}
#contenu .news{
	margin:0 10px 10px 0;
	width:200px;
	height:300px;
	float:left;
	padding:10px;
	border:solid 1px #CCC;
	font-size:90%;
}
#contenu .news h1{
	font-size:120%;
	margin: 5px 0 0 0;
	padding:0;
}