@charset "utf-8";
body, html{
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#conteneurPage {
	width:916px;
	margin:30px auto;


}
#header{
	text-align:center;
	border-bottom: 2px solid #67686e;
	margin-bottom: 10px;
	position:relative;
}


img{
	border:0;
}
#page {
	margin:0px auto;
	position:relative;
	width: 570px;
	height: 300px;
}



#footer{
	text-align:center;
	border-top: 2px solid #67686e;
	margin-top: 10px;
	
}
#footer ul{
	display:block;
	list-style-type:none;

	width: 150px;
	margin:10px auto;
}

#footer ul  li {
	float: left;
	margin:5px;
}

#footer a, #footer li{
	font-size:9px;
	color:#a3a6ac;
	text-decoration:none;
}

#switchLang{
	bottom:-10px;
	list-style-type:none;
	padding:0;
	position:absolute;
	
}

#switchLang li{
	float: left;
	margin-right:5px;
}

#flagFr a{
background-image:url(../images/frOFF.png);
display:block;
width:25px;
height:18px;
overflow:hidden;
line-height:36;
}
#flagFr a:hover{
background-image:url(../images/fr.png);
}

#flagEn a{
background-image:url(../images/enOFF.png);
display:block;
width:25px;
height:18px;
overflow:hidden;
line-height:36;
}
#flagEn a:hover{
background-image:url(../images/en.png);
}
