/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;
}
/* Barre supérieur des news */
.news_middle {
background:transparent url(images/news_right.png) repeat-y scroll right 0;
margin-left:4px;
margin-right:0px;
text-indent:10px;
}
.news_global {
background:#fbf3c4 url(images/news_left.png) repeat-y scroll left 0;
margin-left:5px;
margin-right:6px;
}
.news_top_l{
background:transparent url(images/news_top_l.png) no-repeat scroll 0 0;
float:left;
height:33px;
margin-right:0 !important;
width:20px;
}
.news_top_r{
background:transparent url(images/news_top_r.png) no-repeat scroll 0 0;
height:33px;
width:33px;
float:right;
margin-left:0 !important;
}
.news_top{
height:33px;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
background:transparent url(images/news_top.png) repeat-x scroll 0 0;
height:21px;
margin-left:20px;
margin-right:15px;
}
.news_bottom {
background:transparent url(images/news_bottom.png) repeat-x scroll 0 0;
height:21px;
margin-left:20px;
margin-right:15px;
}
.news_bottom_l{
background:transparent url(images/news_bottom_l.png) no-repeat scroll 0 0;
height:21px;
width:35px;
float:left;
margin-right:0 !important;
}
.news_bottom_r{
background:transparent url(images/news_bottom_r.png) no-repeat scroll 0 0;
height:21px;
width:35px;
float:right;
margin-left:0 !important;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:12px;
	font-weight:bold;
	color:#C40000;
}
.news_content{
	padding:20px;
	text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:21px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}
