/* CSS Document */

/* Menu de navigation principal */

	#header		{
	background:url(/images/interface/header-en.jpg) no-repeat top center;
	}

	#nav ul { width:100%; height:214px;}
	#nav li { float:left; margin:0px; position:absolute;}
	#nav a {
	color:#FFFFFF;
	display:block;
	text-indent:-99999px;
	overflow:hidden;

	}
	
	#nav a:hover  {}
	
	#nav li.mentions  { margin-top:-99999px; margin-left:-99999px; position:absolute; }
	
	#nav li.accueil { left:62px; top:0;}
	#nav li.accueil a {
		
		width:103px;
		height:53px;
	}
	
	#nav li.restaurant { left:62px; top:53px;}
	#nav li.restaurant a {
	
		width:213px;
		height:33px;
	}
	
	#nav li.hebergement { left:165px; top:0;}
	#nav li.hebergement a {
		
		width:170px;
		height:63px;
	}
	
	#nav li.equipe { top:66px; left:329px; }
	#nav li.equipe a {
		
		width:93px;
		height:80px;
	}
	
	#nav li.soiree-a-theme { left:458px; top:78px; }
	#nav li.soiree-a-theme a {
		
		width:183px;
		height:40px;
	}
	
	#nav li.notre-carte { top:118px; left:502px;}
	#nav li.notre-carte a {
		
		width:189px;
		height:36px;
	}
	
	#nav li.medias { right:214px; top:154px; }
	#nav li.medias a {
		
		width:85px;
		height:38px;
	}
	
	#nav li.liens { right:169px; top:78px; }
	#nav li.liens a {
		
		width:62px;
		height:30px;
	}
	
	#nav li.plan { top:108px; right:154px; }
	#nav li.plan a {
		
		width:99px;
		height:41px;
	}
	
	#nav li.contact { top:61px; right:17px; }
	#nav li.contact a {
		
		width:152px;
		height:47px;
	}
	
	#accueil h2 { background:url(/images/interface/home-h2.png) no-repeat left top; }
	#contact h2 { background:url(/images/interface/contact-us-h2.png) no-repeat left top; }
	#equipe h2 { background:url(/images/interface/team-h2.png) no-repeat left top; }
	#hebergement h2 { background:url(/images/interface/accommodation-h2.png) no-repeat left top; }
	#mentions h2 { background:url(/images/interface/legal-h2.png) no-repeat left top; }
	#notre-carte h2 { background:url(/images/interface/our-menu-h2.png) no-repeat left top; }
	#restaurant h2 { background:url(/images/interface/restaurant-h2.png) no-repeat left top; }
	#soiree-a-theme h2 { background:url(/images/interface/thematic-h2.png) no-repeat left top; }
	#liens h2 { background:url(/images/interface/links-h2.png) no-repeat left top; }
	#medias h2 { background:url(/images/interface/media-h2.png) no-repeat left top; }