
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;/*---obligatoire pour le footer---*/
scrollbar-base-color:#fff;
}
body{
font-size:62.5%;
background:#fff;
}
#container{
position: relative;/*---obligatoire pour le footer---*/
min-height:100%; /*---obligatoire pour le footer:Firefox---*/
height:auto !important;/*---obligatoire pour le footer:Firefox---*/
height:100%;/*---obligatoire pour le footer:IE---*/
width:990px;
margin:0 auto;
}
#contenu{
	position:absolute;
	width:990px;
	height:470px;
	margin-left: -495px;
	margin-top: -235px;
	top:50%;
	left:50%;
}
#haut{
	float:left;
	width:990px;
	height:470px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
/***************** FOOTER *****************/
#footer{
width:400px;
position:relative;
height:25px;
margin:-25px auto 0 auto;
clear:both;
text-align:center;
}
#logo{
	float:left;
	width:100px;
}
#menu{
	float:left;
	width:300px;
	height:23px;
	padding:2px 0 0 0;
	color:#8c8c8c;
}
.drapeaux{
	vertical-align:middle;
}

#menu a,#menu a:visited{
	font:13px Arial, Helvetica, sans-serif;
	color:#8c8c8c;
	text-decoration:none;
}
#menu a:hover{
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}





