/* 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:22px;
	font-size:15px;
    font-weight:normal;
    color:#C92C00;
    text-align:left;
    border-bottom: 1px dotted #C92C00;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:15px;
    font-weight:normal;
    color:#C92C00;
}
.news_content{
	padding-top:8px;
	padding-bottom: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;
}

h3.title

{
margin-left:-30px;
font-size: 15px;
font-weight: normal;
color: #c92c00;
display: inline;
}
