/* News */
/* Contenu de la news */
.news_container{	
	width:97%;
	margin:auto;
	margin-bottom:20px;
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
background:url(images/titre.png) no-repeat scroll 0 0;
color:#003687;
font-size:12px;
font-weight:bold;
height:56px;
}
.news_top1{
background:url(images/titre1.png) no-repeat scroll 0 0;
color:#003687;
font-size:12px;
font-weight:bold;
height:56px;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
color:#003687;
font-family:Brigitte;
font-size:24px;
font-weight:bold;
}
.news_content{
	padding:8px;
	text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:18px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}

