#liste_news{
	list-style-type:none;
	margin:0;
	padding:0;
	background-color:#a4ba00;
	padding-left:5px;
	padding-right:5px;
	padding-top:6px;
	margin-top:1px;
	padding-bottom:60px;
	zoom:1;
}
#liste_news li{
	width:49.5%;
	background-color:#fff;
	float:left;
	margin-bottom:4px;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:1%;
}
#liste_news li a{
	text-decoration:none;
}
#liste_news li.premiere_news{
	width:100%;
	margin-left:0;
}
#liste_news li.news_pair{
	margin-left:0;
}
#liste_news li img.img_news{
	float:left;
	margin:7px 15px;
	padding:1px;
	border:1px solid #e9e9e9;
}
#liste_news li.premiere_news img.img_news{
	float:right;
	margin:10px 15px;
	border:2px solid #e9e9e9;
	padding:0px;
}
#liste_news li h2{
	color:#603100;
	font-size:1.4em;
	margin-left:18px;
}
#liste_news li h2{
	font-size:1em;
}
#liste_news li h2 span.titre_news{
	color:#fff;
	position:relative;
	background:url('../images/fleche_titre_actu.gif') 5px center no-repeat #603100;
	padding-left:18px;
	text-decoration:none;
	padding-right:22px;
}
#liste_news li.premiere_news h2{
	color:#603100;
	font-size:1.4em;
	margin-left:18px;
}
span.date_news{
	color:#ff5400;
	margin-left:18px;
}
span.date_news_all{
	color:#ff5400;
	margin-top:7px;
	display:block;
}
#liste_news li p{
	color:#603100;
	margin-left:18px;
	margin-right:5px;
}
#liste_news li p a{
	color:#603100;
	font-weight:bold;
}
#liste_news li.premiere_news p{
	margin-top:10px;
}
a.suite_actu{
	background:url('../images/fleche_suite_actu.gif') center left no-repeat;
	padding-left:13px;
	color:#603100;
	float:right;
	margin-right:20px;
	font-weight:bold;
}
.separateur{
	margin:0 10px;
	border:0;
	border-top:2px solid #bcbba4;
}

