/* 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:45px;
	font-size:12px;
	font-weight:bold;
	color:#C29984;
    background-color:#603F2F;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
color:#E3D5CF;
font-family:comic Sans MS;
font-size:21px;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:normal;
line-height:inherit;
margin:0.2em 0;
padding:0;
text-align:center;
text-decoration:none;
text-indent:0;
text-transform:none;
word-spacing:normal;
}
.news_content{
	padding:8px;
	background:url(images/content.png) no-repeat scroll center bottom;
	text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
background-color:#624738;
	height:18px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}
