/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;
	    background:url(images/content.png) repeat;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
	    border:1px solid #6E470D;
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:transparent url(images/top.png) repeat-x scroll 0 0;
font-size:12px;
font-weight:bold;
height:35px;
padding:10px;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
color:#6E470D;
display:inline;
font-family:georgia,prestige,sans-serif;
font-size:15px;
font-weight:bold;
}
.news_content{
background:transparent url(images/news_content_corner.png) no-repeat scroll right bottom;
margin-top:12px;
padding:8px;
text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:18px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}
