html, body{

	margin: 0;
	padding: 0;
	height: 100%;
}

*{
	outline: none;
}

#global{	
	position: absolute;	
	top: 0;	
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background : #faf0f0 url('../images/design/pattern.png') top left repeat-x;
	text-align: center;
}

#centerLine{	
	position: absolute;	
	top: 50%;
	left: 0;	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 408px;	
	margin-top: -270px;
	text-align: center;
}

#flashZone{
	position: relative;
	top: 5px;
	margin: 0 auto;
	background: url('../images/splash-visuel.jpg') no-repeat;
	width: 884px;
	height: 278px;
	text-align: left;
	padding-top: 230px;
	padding-left: 25px;
}

ul#langmenu{

	position: absolute;
	top: 50%;
	left: 50%;
	margin: 10px auto;
	
	margin-left: -75px;
	margin-top: 255px;
	
	
	width: 150px;
	z-index: 1000;
	
}


ul#langmenu li{
	display: block;
	float: left;
	height: 26px;
}

ul#langmenu li a{
	display: block;
	float: left;
	height: 28px;
	width: 72px;
	text-indent: -20000px;
	background-image: url('../images/bouton_intro.jpg');
	background-repeat: no-repeat;
}


li#sfr  a{
	width: 72px;
	background-position: 0 -2px;
}

li#sfr  a:hover{
	width: 72px;
	background-position: 0 -35px;
}


li#snl  a{
	width: 72px;
	background-position: -73px -2px;
}

li#snl  a:hover{
	width: 72px;
	background-position: -73px -35px;
}
