/* News */
/* Contenu de la news */
.news_container{	
	width:525px;
	margin-top:30px;
	margin-left:10px;
	
}
/* Barre supérieur des news */
.news_top_l{
	float:left;					
}
.news_top_r{
	float:right;
}
.news_top{
	height:34px;
	width:100%;
	border-bottom: 1px solid #E8E8E8;
}
/* Titre et contenu de la news */
.news_top a.com{

}
a.news_title{
	font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 0; 	
	margin-bottom: 0;		
}

a.news_title:hover{
	font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 0; 	
	margin-bottom: 0;		
	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:95%;
	margin:20px 25px 0;
	padding:5px;
}


.news_bottom a{	
	text-decoration: none;
	background: inherit;
	font-weight:normal;
}
.news_bottom a:hover{	
	text-decoration: underline;
	background: inherit;
	font-weight:normal;
}
