/* CSS Document */

body {
	background: #cde9fd;
	color: #000000;
	text-align:center;
	font-family: Kids, "Comic Sans MS";
}

#container  {
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	width:900px;	
}

#box_index  {
	position:relative;
	width: 900px;
	height: 582px;
	background-image: url(../images/accueil.jpg);
}

#box_hotel  {
	position:relative;
	width: 900px;
	height: 582px;
	background-image: url(../images/hotel.jpg);
}

#box_services  {
	position:relative;
	width: 900px;
	height: 582px;
	background-image: url(../images/services.jpg);
}

#box_resto  {
	position:relative;
	width: 900px;
	height: 582px;
	background-image: url(../images/resto.jpg);
}

#box_chambres  {
	position:relative;
	width: 900px;
	height: 582px;
	background-image: url(../images/chambres.jpg);
}

#box_galerie  {
	position:relative;
	width: 900px;
	height: 582px;
	background-image: url(../images/galerie.jpg);
}

#box_contact  {
	position:relative;
	width: 900px;
	height: 582px;
	background-image: url(../images/contact.jpg);
}
#langues  {
	position:relative;
	right:1px;
	text-align:right;
	top: 1px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #000000;
}



#maintext  {
   position: absolute;
   right:5px;
   width:500px;
   height:400px;
   font-size:11pt;
   top: 125px;
   text-align: left;
      
}

#menu {
	position: absolute;
	left:-10px;
	top: 15px;
	font-size: 11pt;
	line-height:25px;
}

ul {
	list-style:none;
	text-align:left;
	}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
}
a#current {
 	color: #FFFFFF;
}

#footer {
bottom:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}