@charset "utf-8";
/* CSS Document */

html, body 
{
	margin:0px; padding:0px;
	height:100%;
	background:url(../images/bg.jpg) repeat #656b6e;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

a {color:#0498a6}

.horizon	
{
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
	height: 411px;
	background: url(../images/bandeau_middle.jpg) repeat-x;
	overflow: visible;
}

.flash
{
	position: absolute;
	width:730px;
	height:660px;
	margin-left:-365px;
	margin-top: 20px;
	text-align:center;
	left: 50%;
	z-index:5;
}

.lang
{
	position: absolute;
	width:730px;
	height:15px;
	margin-left:-365px;
	margin-top: 5px;
	left: 50%;
	z-index:10;
	text-align:right;
}

.lang a 
{
	color:#FFF;
	text-decoration:none;
	font-size:11px
}

.lang a:hover
{
	color:#0498a6
}

.lnk
{
	position: absolute;
	width:730px;
	margin-top: 670px;
	margin-left:-365px;
	left: 50%;
	z-index:5;
}
