/* CSS Document */
BODY {
	font-family:Arial, Verdana, sans-sherif;
	font-size:11px;
	background-color:white;
}

#conteneur {
	width: 770px;
	/*height: 750px;*/
	background-color: white;
	border: 1px solid #7f7f7f;
	margin:0px;
	margin-left: -375px;
	left: 50%;
	top:0px;
	position: absolute;
	padding:0px;

	/*position: absolute;
	margin-left: auto;
	margin-right: auto;
	width:772px;
	height: 32em;
	margin-top: -16em;
	top: 50%;
	border: 1px solid #7f7f7f;*/
}

#conteneur_accueil {
	width: 770px;
	/*height: 750px;*/
	background-color: white;
	border: 1px solid #7f7f7f;
	margin:0px;
	margin-left: -375px;

	left: 50%;
	top:0px;
	position: absolute;
	padding:0px;
	/*position: absolute;
	margin-left: auto;
	margin-right: auto;
	width:772px;
	height: 32em;
	margin-top: -16em;
	top: 50%;
	border: 1px solid #7f7f7f;*/
}

