/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;
}
/* Barre supérieur des news */
.news_top_l{
	float:right;
}
}
.news_top_r{
	float:left;
}
.news_top{
	height:22px;
    text-indent:10px;
    font-size:12px;
    font-weight:bold;
	color:#00FFFF;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:12px;
	font-weight:bold;
	color:#00FFFF;
}
.news_content{
	padding:8px;
	text-align:justify;
	background:#2A4975 none repeat scroll 0 0;
	border:1px solid #8ED3FF;
	-moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:18px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}
