/* News */
/* Contenu de la news */
.news_container{	
	width:100%;
	margin:auto;
	margin-bottom:2px;
	margin-left:0;
	margin-right:2px;
}
.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:16px;
	font-weight:bold;
	color:#ffffff;
}
.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:15px;
}
.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;
}
.news_top_base {
	background-image: url('images/top.png');
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.news_middle_base {
	background-image: url('images/middle.png');
}
.news_bottom_base {
	background-image: url('images/bottom.png');
}

div#bidi {
	height:28px;
	padding-top:0px;
	padding-bottom:12px;
	margin-bottom:1px;
}