/* News */
/* Contenu de la news */
.news_container{	
	width:749px;
	margin:auto;
	margin-bottom:25px;
	background:url(images/main_content.png) repeat-y;
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
	height:21px;
	padding-top:4px;
    text-indent:10px;
    font-size:12px;
    font-weight:bold;
    color:#FFF;
	padding-right:10px;
	background:url(images/main_top.png) no-repeat;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.news_content{
	padding:8px;
	text-align:justify;
	background:url(images/main_container.jpg) no-repeat;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
    height:21px;
    padding-top:2px;
    padding-left:6px;
    padding-right:6px;
    font-size:10px;
	background:url(images/main_bottom.png) no-repeat;
}

