/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;

}
/* Barre supérieur des news */

.news_top{
    height:25px;
    margin-left:20px;
    margin-right:15px;
    padding-left:6px;
    padding-top:9px;
    border-bottom: 1px solid #c0d038;
}

/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:15px;
	font-weight:bold;
	color:#799823;
}
.news_content{
	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;
}

.edito_top{
    margin-right:15px;
    padding-top:20px;
    font-family: Georgia;
}

.edito_container{	
	margin-bottom:25px;
	margin-left: 5px;
	padding: 8px;
	color:#000;
	font-size:11px;
	background: transparent url(images/post-it.jpg) repeat-x;
	width:300px;
	height:300px;
	float: right;
}

.edito_content{
	padding:25px;
	text-align:justify;
}
