@charset "utf-8";
/* CSS Document */
body{
	background:#000000 url(img/fond.png) repeat-x;
	
}
#global{
	width:1000px;
	height: 600px;
	margin-left: auto; 
 	 margin-right: auto; 
}

#haut{
	float:left;
	text-align:center;
	background:#000000;
	width: 1000px;
}
.description{
	font-family: verdana,sans-serif;
	font-size:10px;
	text-align:justify;
}
#bas{
	float:left;
	background:#000000;
	width: 100%;
	font-family: tahoma,century gothic,Arial,verdana,sans-serif;
}
.gauche{
	float:left;
	width:330px;
}
.centre{
	float:left;
	width:330px;
}
.droite{
	float:left;
	width:330px;
}
.logoscan{
	float:left;
	width:250px;
}
.title{
font-weight:normal;
font-size:14px;
color:#289398;
}
#footer{
	float:left;
	margin-top:20px;
	text-align: center;
	width:1000px;
	color:#999999;
	font-family: tahoma,century gothic,Arial,verdana,sans-serif;
	font-size:10px;
}
#footer a:hover, a:visited, a:link{
	color:#999999;
	text-decoration:underline;
}
