body {
	background:#001119 url(../intro/background.jpg)  repeat-x;
	font-family:"Verdana", "Arial";
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

#global {
	font-family:"Verdana", "Arial";
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

#logocentre {
	 position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -300px; /* moitié de la hauteur de l'image */
     margin-left: -400px; /* moitié de la largeur de l'image */
 }

#footer {
	position: absolute;
	position: fixed;
	bottom: 20px;
	left: 0;
	height: -99%;
	width: 99%;
}
 
#footer p {
	font-family:"Verdana", "Arial";
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
#footer a:hover{
	color: #00c0FF;
	font-weight: bold;
	text-decoration: none;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

