/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis style.css.
 */
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
/***************** STRUCTURE *****************/
body,html{
	height:100%;
	scrollbar-base-color:#000;
}
body{
	margin:0;
	padding:0;
background:#000;
}
#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---*/
	margin:0 auto;
	padding:0;
	width:990px;
	display:table;
	
}
#contenu{
float:left;
position:relative;
width:990px;
height:531px;
margin:0 0px 10px 0;
}
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/***************** FOOTER *****************/

#footer{
	
	position:relative;
	width:990px;
	margin:-10px auto 0 auto !important;
	margin:-30px auto 0 auto;
	clear:both;
	height:30px;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
}
#footer a,a:visited{color:#fff;text-decoration:none;}
#footer a:hover{color:#fff;text-decoration:underline;}

.logo{
	vertical-align: middle;	
}