@import(clearfix.css);
body {
	color: #FFFFFF;
	background-color: #0F002B;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#global{
	width: 950px;
	border: 1px solid #392D51;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 576px;
}
#header{
	width: 950px;
	float: left;
	height: 130px;
}
#contenu{
	width: 950px;
	float: left;
	height: 420px;
}
#bottom{
	width: 948px;
	height: 25px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#langue{
	width: 40px;
	height: 25px;
	float: left;
}
#footer{
	float: left;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	font-size: 10px;
}
#footer a{ 
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover { 
	color: #a6a9ca;
	text-decoration: none;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

