/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;
	
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
	height:18px;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #FFF; 
	font-size: 18px; line-height: 22px; margin-bottom: 5px;
}
/* Titre et contenu de la news */
.news_top a.com{

}
a.news_title{
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #FFF; 
	font-size: 18px; line-height: 22px; margin-bottom: 5px;
	color: #FFF; 
}

a.news_title:hover{
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif;
	font-size: 18px; line-height: 22px; margin-bottom: 5px;
	text-decoration:none;
}
.news_content{
	padding:8px;
	text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	clear: both; 
	font-size: 11px; 
	color: #FFF; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border:1px solid #111111; 
	background: url(images/bg-trans.png) repeat;

}

.news_bottom:hover{
background-color:#040404;}

.news_bottom a{color: #FFF; text-decoration:none;}
.news_bottom a:hover{color: #EEE; text-decoration:none;}