/* annonces */
/* Contenu de la annonces */
.annonces_container{	
	width:100%;
	margin:auto;
	margin-bottom:25px;
}
/* Barre supérieur des annonces */
.annonces_top_l{
	float:left;
}
.annonces_top_r{
	float:right;
}
.annonces_top{
	height:22px;
	font-size:12px;
	font-weight:bold;
	color:#839855;
	border-bottom:2px solid #839855;
	-moz-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
/* Titre et contenu de la annonces */
.annonces_top a.com{
color:#98B062;
}
a.annonces_title{
	font-size:12px;
	font-weight:bold;
	color:#98B062;
}
.annonces_content{
	padding:0px;
	text-align:justify;
	background:transparent url(images/annonces_contents.png) no-repeat right bottom;
}
/* Barre inférieure des annonces */
.annonces_bottom_l{
}
.annonces_bottom_r{
}
.annonces_bottom{
	height:18px;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
}

