/* ---- general ---- */

*{
  padding:0;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/fond.jpg) repeat-x;
	background-color:#fff;
	font-family:Verdana, Arial, Sans-serif;
	overflow-x:hidden;
}

/* ---- structure ---- */

#global{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-405px;	
	width:912px;
	/*z-index:100;*/
}

#header{
	background: url(../images/header.jpg) no-repeat;
	position:relative;
	top:0px;
	
	left:0px;
	width:912px;
	height:233px;
}

#anim_header{
	position:relative;
	top:12px !important;
	top:7px;
	left:26px;
	width:725px;
	max-width:725px;
	height:185px;
	max-height:185px;
	padding:0;
}

#anim_son{
	position:relative;
	top:12px;
	left:360px;
	width:54px;
	max-width:54px;
	height:22px;
	padding:0;
}

#center{
	background: url(../images/contenu.jpg) no-repeat;
	position:relative;
	top:0px !important;
	top:-23px;
	left:0px;
	width:912px;
	height:588px;
}

#contener{
	clear: both !important;
  clear:none;	
  height: 527px;
  left: 53px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 15px;
  position: relative;
  top: 13px;  
  width: 690px;
}

#footer{
	background: url(../images/footer.jpg) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width:912px;
	height:57px;
}

#bouton_flash{
	position:relative;
	top:-22px;
	left:670px;
	width:101px;
	height:21px;
}

#bouton_flash a img{
	border:none;
	width:101px;
	height:21px;
}



/*------------------------*/
/* formatage du texte */
/*--------------------*/

#contener h1,p.h1{
text-align:center;
font-weight:bold;
font-size:16px;
color:red;
}

#contener h2{
font-size:12px;
color:#444;
background-color:#fff;
font-weight:normal;
padding:0px 5px;
border-left:1px solid red;
border-bottom:1px solid red;
}

#contener p.bodytext{
font-size:11px;
color:#556375;
}

#contener p.bodytext a{
font-size:11px;
color:#7c88b7;
}

#contener  li{
list-style-type:square;
margin-left:25px;
font-size:11px;
color:#556375;
}

#contener table.contenttable{
width:95%;
font-size:11px;
color:#556375;
}

#contener table.contenttable tr td{
margin:2px;
padding:2px;
text-align:center;
}

.tr-even{
background-color:#bcc2f7;
}

.tr-odd{
background-color:#eee;
}



/*-----------------------------------*/
/*style pour fexible content News*/
/*--------------------------------*/

#blc_news{
float:right;
padding:0;
margin:15px;
margin-right:5px;
width:212px;
height:400px;
}

#fond_news{
position:relative;
float:left;
top:0;
left:0;
width:212px;
height:400px;
background:url(../images/fond_blc_news-3.jpg);
}

#contener_news{
clear: both;
position:relative;
top:27px;
left:12px;
width:185px;
height:367px;
overflow-y:auto;
overflow-x:hidden;
}

#bouton_news{
position:relative;
float:left;
top:0;
left:0;
width:212px;
height:23px;
}

#bouton_news a img{
border:none;
}

#contener_news h1 a{
text-align:center;
font-weight:bold;
font-size:14px;
color:#7C88B7;
}
#contener_news .news-latest-morelink a{
text-align:center;
font-weight:bold;
font-size:10px;
color:#7C88B7;
}
/*--------------*/
/* Menu Nav */
/*----------*/

#menu_nav{
position:absolute;
top:0px;
left:53px;
width:100%;/*722
height:25px;*/
/*border-bottom: 2px solid #888;*/
z-index:2000;
}


.menu, .menu ul  {
	z-index:3000;
	width:722px;
	list-style : none;
}
.menu a {
	display : block;
	padding: 0 12px 0 10px;
	color:#888;
	text-decoration : none;
}
.menu li {
	float : left;
	padding:3px 0 0 0;
	border-right : 1px solid #888;
}
.menu li a {
	text-align : center;
	width:auto;
	padding:0 12px;
	font:bold 11px/23px Verdana, Geneva, sans-serif;
}
.menu li a:hover {
	border-bottom : 2px solid red;
}
tml>body .menu li {
	border-right: 1px solid transparent;
}
.menu li ul /* Sous-listes */ {
	position: absolute; 
	width: 150px; /* Largeur des sous-listes */
	left: -999em; /* Hop, on envoi loin du champ de vision */
}
.menu li ul li /* Eléments de sous-listes */ {
	background:#EEF6F9;
	/* pour ie qui ne reconnait pas "transparent" (comme précédement) */
	border-top : 1px solid #CBCBCB; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
	border-right : 1px solid #2C2C2C;
	border-left : 1px solid #2C2C2C;
	padding:0;
}
.menu li ul li a {
	background:none;
	width:120px;
	text-align: left;
	border-bottom : 1px solid #2C2C2C;
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#333;
}
/* ie ne reconnaissant pas le sélecteur ">" */
/*html>body .menu li ul li {
	border-top : 1px solid transparent;  on met une bordure transparante en haut de chaque élément 
}*/

.menu li ul li a:hover /* Lorsque la souris passe sur un des liens */ {
	color: #008cff; 
	background: #EEE;
}
.menu li:hover ul, .menu li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul  {
	left: auto; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug */
}

.menu li ul ul {
	margin: -23px 0 0 140px;;
}

.menu li:hover ul ul, .menu li.sfhover ul ul {
	left: -999em;
}
.menu li:hover ul, .menu li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul {
	left: auto;
}







dt, dl, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


/*--------------*/
/* Menu Lang */
/*----------*/


#menu_lang{
position:relative;
top:22px;
left:52px;
width:722px;
height:22px;
}

#menu_langage #drapeau{
}

#menu_langage #drapeau li{
}

#menu_langage #drapeau li a img{
}


/*--------------*/
/* Menu header */
/*----------*/

 #menu_nav_header{ 
position:relative;
width:500px;
top:-182px !important;
top:-192px;
left:80px;

height:20px;
 }
 
 #menu_nav_header ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu_nav_header ul li{
display:inline;
padding:0px 5px;
border-left:1px solid black;
}

#menu_nav_header ul li a{
font-weight:bold;
text-decoration:none;
font-size:14px;
color:#888;
}

#menu_nav_header ul li a:hover{
color:red;
}

/*--------------*/
/* Menu Footer */
/*----------*/


#menu_nav_bis{
	position:relative;
	top:-1px;
	left:52px;
	width:725px;
	height:21px;
	background:url(../images/fond_menu_footer.jpg);
}

#menu_nav_bis ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu_nav_bis ul li{
display:inline;
padding:0px 5px;
border-right:1px solid black;
}

#menu_nav_bis ul li a{
font-weight:bold;
text-decoration:none;
font-size:13px;
color:#888;
}

#menu_nav_bis ul li a:hover{
color:red;
}

/*------------------------------------------------*/
/*mise en forme du formaulaire de réservation*/
/*---------------------------------------------*/

form{
  font-size:11px;
  font-family:Verdana, Arial, Sans-serif;
}
#logovl{
  position: relative;
  display: block;
}
fieldset{
  position: relative;
  background: none;
  border: none;
  width: 670px;
  padding:0;
  margin:0;
}
fieldset.floatL{
  float: left;
  width:330px;
}
fieldset.floatR{
  float: right;
  width:330px;
}
.clear{
  clear: both;
}
.aR{
  text-align: right;
  padding-right:5px
}
fieldset div{
  background-color:#EEEEEE;
  padding:5px 10px;
}
div.gauche{
  float:left;
}
div.droite{
  float:right;
}
div.gauche,div.droite{
  width:325px;
  padding:0px;
}
fieldset div label,fieldset input,fieldset select{
  font-size: 11px;
  vertical-align: middle;
}
#mois,#annee{
  position: absolute;
  right:90px;
  top:0;
  font-size: 13px;
  font-weight: bold;
}
#annee{
  right:0;
}
fieldset div p{
  margin:10px 0;
}
span.clear{
  display:block;
}
input{
  margin:0 10px;
  width:120px;
}
input.radio,input.check{
  width:20px;

}
fieldset div label{
  text-align: right;
  display: inline-block;
  width:100px;
}
p.radio label,p.check label{
  text-align:left;
  width:180px;
}
p.radio select{
  visibility: hidden;
}   
#dated,#datef{
  width:70px;
}
div.alR{
  margin-top:40px;
  text-align: right;
  padding-right: 30px;
  width:280px;
}
.clause{
  font-size: 9px;
  margin-top:10px;
}
#contener li.clause{
  font-size: 9px;
  margin-top: 2px;
}
fieldset div p span{
  visibility: hidden;
  display: block;
  margin-top: 5px;
}
fieldset div p.radio span label{
  width:50px;
  margin-left:50px;
}

input.btn{
  width:auto;
  margin-top:10px;
}

.error{
  border:1px dashed #FF2222;
  padding:1px;
  background: #FFDDDD;
}



/*------------------------------------------------*/
/*mise en forme la page des webcams----------*/
/*---------------------------------------------*/

.align-center em {
font-size:11px;
text-align:center;
}

.titre_cam{
	font-size: 11px;
	text-align:center;
}





