/* News */
/* Contenu de la news */
.news_container{	
	width:480px;
	margin:auto;
	margin-bottom:25px;
	
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
	height:37px;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c; 
	width:480px;
	border-bottom:1px solid #625D3B;
}
.news_top2{
	height:24px;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c; 
	width:480px;
	border-bottom:1px solid #625D3B;
}
/* Titre et contenu de la news */
.news_top a.com{

}
a.news_title{
	color:#171508;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bolder;
	text-transform:uppercase;}
	a.news_title:hover{text-decoration:none;}


.news_content{
	padding:8px;
	text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	font-size: 11px; 
	color: #FFF; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border:1px solid #F5F1D1;
	border-left:15px solid #F5F1D1;
	background: #5b5631; 
}

.news_bottom a,.news_bottom a:visited{color: #F5F1D1; text-decoration:none;}
.news_bottom a:hover{color: #3e3c27; text-decoration:none;}