#global {
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
     }


#centrage {
	position: absolute;
	left: 50%;
	width: 1000px;
	height: 700px;
	margin-left: -500px;
	margin-top: 0px;
	top: 0px;
	z-index: 1;
}

#global #centrage #apDiv1 div h1 em strong {
	font-weight: bold;
}
#global #centrage #apDiv1 div p {
	text-align: center;
}
strong {
	text-align: left;
}
#global #centrage #apDiv1 div h1 em strong {

}
#global #centrage #apDiv1 div h1 em strong {
	text-align: left;
}
#centrage {
	text-align: center;
}
strong {
	font-style: italic;
	text-align: left;
	color: #FF9;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
