/* News */
/* Contenu de la news */
.news_container{	
border-bottom:2px solid #000000;
margin:auto auto 30px;
width:100%;
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
background:#000000 url(images/title_news.png) repeat-x scroll center top;
color:#515C68;
font-size:12px;
font-weight:bold;
height:104px;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
color:#FFFFFF;
font-family:caption;
font-size:32px;
font-weight:bold;
}

a.news_title:hover{
color:#D0D2D6;
font-family:caption;
font-size:32px;
font-style:italic;
font-weight:bold;	
}

.news_content{
margin-top:8px;
padding:12px;
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;
}
