/* News */
/* Contenu de la news */
.news_container{	
	width:98%;
	margin:auto;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}
.news_container img{
vertical-align:middle; 
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#6d8344;
	background:#eceef3;
	border:1px solid #dedede;
	padding:2px 8px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:14px;
	font-weight:bold;
	color:#6d8344;
}
.news_top a{
	color:#6d8344;
}
.news_content{
	padding:8px;
	text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:17px;
	font-size:10px;
	margin-bottom:35px;
}
.news_block_bottom{
	background:#e5e7ed;
	border:1px solid #CCCCCC;
	padding:2px 8px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

/*Accueil */
ol.steps{
	margin-left:-10px;
	list-style-type:none;
}
ol.steps li{
	height:32px;
	padding-left:45px;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:5px;
}
ol.steps li.stepone{
	background:url(images/nb1.png) no-repeat top left;
}
ol.steps li.steptwo{
	background:url(images/nb2.png) no-repeat top left;
}
ol.steps li.stepthree{
	background:url(images/nb3.png) no-repeat top left;
}


