/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;
	/*background:url(images/border_news_left.jpg) repeat-y;*/
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top_edito{
	height:23px;
	font-size:12px;
	font-weight:bold;

	/*border-bottom:2px solid #515C68;*/
	background: url(images/menu_off.png) repeat-x;
padding-top:3px;

	padding-right:20px;
}
h3.title_news_edito {
    font-size:14px;
    font-weight:bold;
    display:inline;
	color:#FFFFFF;
	text-transform:uppercase;
}
.news_top{
	height:18px;
	font-size:12px;
	font-weight:bold;
color:#0079ff;
	/*border-bottom:2px solid #515C68;*/

	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:14px;
	font-weight:bold;
	color:#0079ff;
}
.news_content{
	padding:8px;
	text-align:justify;
padding-left:20px;
padding-right:20px;

}
.news_content_journal{

	text-align:justify;


}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:18px;
	font-size:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	/*background:url(images/border_news_top.jpg) repeat-x;*/
	background-position:0px 22px;
}
