@charset "utf-8";
/* CSS Document */

body
{
	width: 900px;
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-attachment: scroll;
	font-family: 'Open Sans', Helvetica;
	font-size: 10px;
	text-align:left;
}

#container-menus
{
	position: fixed;
	width: 900px;
	height: 124px;
	z-index:10;
	opacity:0.9;
	background-image: url('../img/header-booking-forms.jpg');
	background-repeat: no-repeat;
	
}

�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
#menu1
{
	float: left;
	width: 900px;
	color: #afdaf2;
	font-size: 13px;
	margin-left: 150px;
	padding-top: 10px;
	padding-left: 340px;
}

#menu1 a
{
	color: #afdaf2;
	text-decoration: none;
}

#menu1 a:hover 
{
	color: #CCFFCC;
	font-weight: bold;
}

#menu2
{
	float: left;
	width: 900px;
	height:auto;
	margin-top: 32px;
	margin-left: 0px;
	margin-right: 0px;
}

#menu2 ul 
{
	list-style-type:none;
	text-align: left;
	font-family: 'Open Sans', Helvetica;
	font-size: 14px;
	line-height: 16px;
	padding-top: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -15px;	
}

#menu2 li 
{
	float: left;
	letter-spacing: 1px;
}
 
#menu2 li a 
{
	display: block;
	position: relative;
	color:#ffffff;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 16px;
	padding-bottom: 5px;
	white-space: nowrap;
	margin-right: 3px;
}
  
#menu2 li a:hover 
{
	color:#ffffff;
	background-color: #5aa0e1;

}
  
#menu2 ul li ul {
	display: none;
	font-weight: normal;
	color: #ffffff;
	background-color: #4f5461;
	padding-left: 0px;
	padding-bottom: 8px;
	font-size: 12px;
}
 
#menu2 ul li:hover ul 
{
	display:block;
}
 
#menu2 li:hover ul li 
{
 	float:none;

 }

#menu2 li ul 
{
	position:absolute;
 }
 /* fin du menu en haut de page*/


#container-corps
{
	position: relative;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	top: 122px;
	font-size: 13px;
	background-color: #f5f5f5;
	
}


#container-corps a
{
	text-decoration: none;
	color: #333333;
}

#container-corps a:hover
{
	text-decoration: none;
	color: #003399;
}


#container-intro
{
	float: left;
	width: 900px; /*Center container on page*/
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 4px;
}
	
#container-intro-wrapper
{
	float: left;
	width: 100%;
	background-color: #f5f5f5;
}

#colonnes4-1
{
	width: 600px;
	margin-right: 350px;
	margin-left: 7px;
	margin-bottom: 7px;
	font-size: 13px;
}

#colonnes4-2
{
	float: left;
	width: 99px;
	margin-left: -286px;
font-size: 10px;
margin-top: 8px;
margin-bottom: 5px;
}

#colonnes4-3
{
float: left;
width: 99px; 
margin-left: -195px; 
font-size: 10px;
margin-top: 8px;
margin-bottom: 5px;
}

#colonnes4-4
{
	float: left;
	width: 99px;
	font-size: 10px;
	margin-left: -100px;
	margin-top: 8px;
	margin-bottom: 5px;
}

.style-4colonnes
{
	font-size: 11px;
	text-align: center;
	color: #666666;
	line-height: 11px;
	padding-top: 10px;
}

.style-4colonnes a
{
	color: #666666;
	text-decoration: none;
}



/* PIED DE PAGE */

#pied-de-page
{
	width: 900px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(footer-background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
}
#pied-de-page-fr
{
	width: 900px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../interface/footer-background-fr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
}

#pied-de-page-en
{
	width: 900px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../interface/footer-background-en.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
}


#pied-de-page-wrapper
{
	float: left;
	width: 100%;
}

#pied-de-page-colonne1
{
	width: 175px;
	margin-right: 350px;
	padding-left: 32px;
	margin-top: 81px;
}

#pied-de-page-colonne2
{
	float: left;
	width: 160px;
	margin-left: -640px;
	margin-top: 81px;
}

#pied-de-page-colonne3
{
float: left;
width: 195px; 
margin-left: -438px; 
	margin-top: 81px;
}

#pied-de-page-colonne4
{
	float: left;
	width: 160px;
	margin-left: -203px;
	margin-top: 81px;
}

.style-colonnes-pied-de-page
{
	font-family: 'Open Sans', Helvetica;
	font-size: 13px;
	text-align: center;
	color: #0c3d75;
	line-height: 18px;
	letter-spacing: 0.05em;
	font-weight: 600;
}



h1
{
	font-family: 'Montserrat', Helvetica;
	font-size: 16px;
	color: #28374d;
	letter-spacing:0.04em;
	font-weight: 600;
	margin-bottom: 1px;
}

h2
{
	font-family: 'Montserrat', Helvetica;
	font-size: 14px;
	color: #2e668d;
	font-weight: 600;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

h3
{
	font-family: 'Montserrat', Helvetica;
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	margin-bottom: 4px;
}

h3 a
{
	text-decoration: none;
	color: #000066;
}

h4
{
	font-family: 'Open Sans', Helvetica;
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	margin-bottom: 5px;
}

.li
{
	margin-left: 30px;
}


.gris
{
	color: #666666;
}

.font-size-11
{
	font-size: 11px;
	line-height: 12px;
}

.font-size-11-gris
{
	font-size: 11px;
	line-height: 14px !important;
	color: #666666;
}

.font-size-11-bleu
{
	font-size: 11px;
	line-height: 12px;
	color: #0033CC;
}

.font-size-11-bleu-pale
{
	font-size: 11px;
	line-height: 12px;
	color: #ace1dd;
}

.font-size-12
{
	font-size: 12px;
	line-height: 15px;
}

.font-size-9em
{
	font-size: 0.9em;
	line-height: 13px;
}


.font-size-13
{
	font-size: 13px;
}

.font-size-14-blanc
{
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 600;
}

.font-size-14
{
	font-size: 14px;
	line-height: 20px;
}

.font-size-16
{
	font-size: 16px;
}

.font-blanc
{
	color: #FFFFFF;
}


.bold-600
{
	font-weight: 600;
}

.bleu-11-bold
{
	font-size: 11px;
	color:#66FFFF;
	font-weight: 600;
}


.espace-2 
{
line-height: 2px;
}

.espace-3 
{
line-height: 3px;
}

.espace-5 
{
line-height: 5px;
}

.espace-10 
{
line-height: 10px;
}

.espace-15 
{
line-height: 15px;
}

.espace-20 
{
line-height: 20px;
}

.espace-30 
{
line-height: 30px;
}

.espace-40 
{
line-height: 40px;
}

.espace-50 
{
line-height: 50px;
}

.espace-60 
{
line-height: 60px;
}

.espace-80 
{
line-height: 80px;
}

.espace-100 
{
line-height: 100px;
}

.espace-110 
{
line-height: 110px;
}

.espace-120 
{
line-height: 120px;
}



