body {
	margin: 0;
	text-align: center; /* pour corriger le bug de centrage des versions IE<6 */
	background-color: #B2B2A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* entoure le conteneur, lui donne un effet relief */
#cadre {
	position: relative;
	top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	text-align: left; /* pour rétablir l'alignement normal du texte voir css pour body */
	background: transparent url(../../services/_design/cadre_bg.gif) repeat-y;
}

/* contient l'ensemble de la page web (entete, menu, contenu ...) */
#conteneur {
	position: relative;
	width: 760px;
	margin-left: 3px; /* centre le conteneur dans le cadre, pour que l'effet relief soit visible a droite et a gauche */
}

#annonces {
	position: absolute;
	width:105px;
	height:auto;
	top: 200px;
	left: 242px;
	margin: 0;
	background: none;
	text-align:center;
	font-family:arial;
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
}


#annonces2 {
	position: absolute;
	width:105px;
	height:auto;
	top: 360px;
	left: 242px;
	margin: 0;
	background: none;
	text-align:center;
	font-family:arial;
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
}
#cadre #conteneur img {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	background-color: #99CC66;
}
