@charset "UTF-8";
/* CSS Document */
/* ################ PAGE ENTRÉE ################ */

html{
	width:100%; height:100%;
}

body{
	width:100%; height:100%;
	padding:0px; margin:0px;
	background:#12213f url(../images/acc_fond.jpg) 50% top no-repeat ;
}

#contenu{
	position:absolute;
	display:block;
	left:50%; top:0px; 
	width:980px; height:552px;
	margin:0px 0px 0px -491px; *margin:0px 0px 0px -492px;
	z-index:10;
}

#logo{
	position:absolute;
	left:16px; top:127px;
}

#entrez{
	position:absolute;
	left:170px; top:369px;
}

#banniere{
	position:absolute;
	left:21px; top:189px;
	background:#666666;
	width:759px;
	height:170px;
	overflow:hidden;
}

#banniere img{
	border:0px;
}

#carte{
	position:absolute;
	left:76px; top:401px;
}

#menu{
	position:absolute;
	left:340px; top:369px;
	width:530px; 	height:31px;
	overflow:hidden;
}


#menu ul{
	position:absolute;
	display:block;
	list-style:none;
	padding:0px;
	margin:0px;
	width:530px; 	
	height:31px;
	overflow:hidden;
	}

#menu ul li{
	display:inline;
	padding:0px;
	margin:0px;

}

#menu a{
	display:block;
	height:31px;
	float:left;
	padding:0px 0px 0px 5px;
	color:#e6dcc4;
	font:15px/31px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-decoration:none;
	margin:0px 1px 0px 0px;
	overflow:hidden;
	text-indent:2px;

}

#menu a:hover{
	background:#7d93b1;
	color:#deeaf9;
}

#menu1{
	width:171px;
}

#menu2{
	width:169px;
}

#menu3{
	width:168px;
}

#menu img{
	border:0px;
	padding:9px 0px 0px 7px;
}