@charset "windows-1250";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/fond.jpg);
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

#conteneur {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
#contenu{
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: justify;
}

/*menu */

.menu {
	display: block;
	width:100%;
	height:22px;
	background-repeat: no-repeat;
	padding-top: 70px;
 } 
 
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:14px;
	width:132px;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	height: 18px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}


.sub a, .sub :visited {
	background-image: url(img/menu-hoover2.png);
	background-repeat: repeat;	
}
/* style the links hover */
.suba a:hover{
	background-image: url(img/menu-hoover3.png);
	background-repeat: repeat;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
 .haut{
	background-image: url(img/menu-hoover.png);
	background-repeat: repeat;	
}
 .haut a:hover{
	background-image: url(img/menu-hoover.png);
	background-repeat: repeat;	
}


/* fin du menu */

#footer{
	background-color: #1676b5;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#footer a{
	color: #FFFFFF;	
}
.vignette {
	margin-right: 5px;
	float: left;
}
.vignetted {
	margin-left: 5px;
	float: right;
}
#contenu a:link, #contenu a:visited {
	color: #3399FF;
	text-decoration: none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0099FF;
	background-image: url(img/tiare-titre.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 32px;
	padding-top: 2px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #007BCE;	
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #007BCE;	
}
#listehotels h2 {
	margin-top: 40px;
}

.partage {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 20px;	
}
.twitter {
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}
.facebook {
float: left;	

}

#cont_7c690c6740db9235bbadf17307f85ee0{
	margin-right: auto;
	margin-left: auto;	
	}
