/* CSS Document */body {     /*margin: 5px; /* pour �viter les marges */     /*text-align: center; /* pour corriger le bug de centrage IE */
     margin: 0;
		padding: 0;     }#CONTENEUR {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 950px;
	height: 600px;
	margin-top: -300px; /* moitié de la hauteur */
	margin-left: -475px; /* moitié de la largeur */
}/*#CONTENEUR {	width: 950px;	margin: auto;	text-align:left;	position: relative;}*/#CONTENEUR:after {content: "";display: block;clear: both;}#CONTENEUR #entetedroite {	/*background-image: url(/bouresmau_local/www/images_site_2008/entete_droite.jpg);	background-repeat: no-repeat;*/}
