body{
	background-color:black;
	background-image : url('img/allfont.jpg');
	background-attachment : fixed;
	background-position : center center;
	background-repeat: no-repeat ;
}

#global { 
	position:absolute; 
	left: 50%;  
	top: 50%; 
	width: 800px; 
	height: 600px; 
	margin-top: -300px; /* moitié de la hauteur */ 
	margin-left: -400px; /* moitié de la largeur */ 
}

a{
	color : #111111;
}