body {
	background-color: #fff;
	color: white;
	margin: 0;
	text-align: center; /* mther fok le bug de centrage IE */
}

#global {
	position:absolute; 
	left: 50%;  
	top: 50%; 
	width: 1002px; 
	height: 400px; 
	margin-top: -200px; /* moitié de la hauteur */ 
	margin-left: -501px; /* moitié de la largeur */ 
}

.info {
	font-weight: bold;
	margin: auto;
}

