@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	
	background-color: #000000;
	
	color: #FFFFFF;
	font-family : Arial;
	font-size:14px; 
	
	background: #000 url(../styles/fond1.jpg) repeat-y center center;
	
	
}

a:link {
	text-decoration: none;
	color: #ffffff;	
}

a:hover {
	text-decoration: none;
	color: #aaaaaa;	
}

a:active  {
	text-decoration: none;
	color: #aaaaaa;	
}

a:visited  {
	text-decoration: none;
	color: #aaaaaa;	
}

#global {
	
	position:absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 400px;
	margin-top: -200px; /* moitié de la hauteur */
	margin-left: -350px; /* moitié de la largeur */
	text-align: center;
	

	
}


#links {
	
	position:absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 30px;
	margin-top: 90px;
	margin-left: -150px; 
	text-align: center;
	
}
