/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
scrollbar-base-color:#555557;
}
body{
background:#555557;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:960px;
height:540px;
left:50%;
top:50%;
margin-left:-480px;
margin-top:-270px;
}
/***************** HEADER *****************/
#header{
width:960px;
height:95px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:181px;
height:445px;
position:relative;
}

#mentions {
	width:160px;
	height:15px;
	position:absolute;
	font-family:Trebuchet MS;
	font-size:10px;
	bottom:-15px;
	left:0;
	text-align:left;
	z-index:1000;
	}
	
#mentions a.legales {
	color:#CCCCCD;
	text-decoration:none;
	}

#mentions a.legales:hover {
	text-decoration:underline;
	}
/***************** CONTENU *****************/
#contenu{
float:left;
width:779px;
height:445px;
overflow:hidden;
outline:none;
}
