/* CSS Document */

body{
	background-color:#E7E7E7;
}

#global{
	position:absolute;
	text-align:center;
	
	background-color:#E7E7E7;
	
	left: 50%;    
	width:910px; 
	margin-left:-455px; /* la moitié de la longueur */	
}

.header{
	width:910px;
	float:left;
}