body {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	background-color:#FFFFFF;
	color:#999999;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

.conteneur {
	position:absolute;
	width:972px;
	height:542px;
	margin-left:-486px;
	margin-top:-271px;
	top:50%;
	left:50%;
}

.conteneur2 {
	position:absolute;
	width:600px;
	height:400px;
	margin-left:-300px;
	margin-top:-200px;
	top:50%;
	left:50%;
}

.haut {
	text-align:center;
	position:absolute;
	width:900px;
	height:100px;
	margin-left:-450px;
	margin-top:-300px;
	top:50%;
	left:50%;
}

.bas {
	text-align:center;
	position:absolute;
	width:900px;
	height:100px;
	margin-left:-450px;
	margin-top:200px;
	top:50%;
	left:50%;
}
	
h1 {
	background-color:#FFFFFF;
	font-size:12px;
	color:#0099CC;
}

.texteNormalNoirPetit {
	background-color:#FFFFFF;
	font-size:small;
	color:#000000;
}