html, body{

	margin: 0;
	padding: 0;
	
	background: #000;

}

a{outline:none;}

#cadreSplash{

	width: 1000px;
	height: 800px;
	
	background: url('../images/bgSplash.jpg') 0 0 no-repeat;

	margin: 0 auto;
	
	position: relative;
	
}
#cadreSplashEmpty{

	width: 1000px;
	height: 800px;
	
	background: url('../images/fondPoles.jpg') 0 0 no-repeat;

	margin: 0 auto;
	
	position: relative;
	
}


#cadreSplash span.explane{
	float: right;
	color: #fefafa;
	
	font: 15px "Trebuchet MS", arial, sans-serif;
	font-weight: bold;
	
	margin-right: 155px;
	margin-top: 200px;
	letter-spacing: 3px;
}

ul#menuFlag{
	display: block;
	position: absolute;
	
	bottom: 223px;
	right: 58px;
	
	margin: 0;
	padding: 0;
}

ul#menuFlag li{
	display: block;
	float: right;
	
	margin: 0;
	padding: 0;
}


ul#menuFlag li a{

	text-indent: -20000px;

}

li#fr a{

	display: block;
	width: 260px;
	height: 109px;
	
	background: url('../images/flagsSplashDouble.jpg') 0 0 no-repeat;
}

li#fr a:hover{
	background-position: 0 -109px;
}

li#nl a{

	display: block;
	width: 259px;
	height: 109px;
	
	background: url('../images/flagsSplashDouble.jpg') -260px 0 no-repeat;
}


li#nl a:hover{
	background-position: -260px -109px;
}