/* 
	DEFAULT STYLESHEET
	All pages inherrit from this stylesheet, so anything reusable, 
	site-wide or generic goes here.
*/
/* ------------------------------------------------------------------------
	HTML BODY tag and Page div
------------------------------------------------------------------------ */
body {
    color: #333;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    background: #fff
    }
#container {
    width: 973px;
    margin: 0 auto;
    text-align: left;
    background: url(images/bg-container.jpg) repeat-y top left
    }
#bg-contenu {
    width: 973px
    }
/* ----------------------------
   Globals
---------------------------- */
h2 {
    font-size: 1.1em;
    margin: 0;
    color: #433738;
    padding: 0 0 4px 0
    }
h3 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    color: #06243b;
    border: 1px solid #909ca4;
    background: #c4cfd8 url(images/titre_h3_bg.gif) repeat-x top left;
    padding: 3px 0 3px 8px
    }
p {
    font-size: 1em;
    color: #333;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    /*text-align:left;*/
    }
input, select {
    font-family: Arial, Helvetica, sans-serif
    }
.gras {
    font-weight: bold
    }
.italic {
    font-style: italic
    }
.souligne {
    text-decoration: underline
    }
.avertissement {
    color: #CA0021;
    font-size: 1em
    }
/* --------------------------------------------------------------- */
/* ---- Corps ---------------------------------------------------- */
/* --------------------------------------------------------------- */
/* -- entête ----------------------------------------------------- */
#entete {
    width: 955px;
    margin: 0 0 0 9px;
    border-bottom: 1px solid #fff
    }
div#entete {
    height: 100px
    }
html > body div#entete {
    height: auto;
    min-height: 100px
    }
/* --- logo --------------------------------- */
div#logoCompagnie {
    float: left;
    width: 168px
    }
div#logoCompagnie img.logo {
    display: block;
    margin: 0
    }
#logoPrint {
    display: none
    }
/* --- Zone d'infos droite de l'entête ----------------------------- */
#infosEntete {
    float: right;
    width: 786px;
    position: relative
    }
/* -- boite météo -------------------- */
#boxMeteo {
    float: right;
    width: 500px
    }
#boxMeteo p {
    color: #fff;
    font-size: 0.9em;
    padding: 4px 0 2px 0;
    text-align: right
    }
/* -- boite icônes -------------------- */
#boxIcon {
    float: right;
    width: 500px;
    padding: 0
    }
#boxIcon p {
    color: #fff;
    font-size: 1.1em;
    padding: 0;
    text-align: right
    }
#boxIcon img {
    margin: 0 0 0 5px;
    vertical-align: middle
    }
/* -- menu entête -------------------- */
#menuEntete {
    float: right;
    width: 786px;
    padding: 6px 0 0 0
    }
#menuEntete ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0 1px 0 0
    }
#menuEntete ul li {
    float: left;
    color: #fff;
    padding: 0 0 0 6px !important;
    margin: 0 !important;
    font-size: 1em
    }
#menuEntete a:link, #menuEntete a:visited, #menuEntete a:active {
    color: #fff;
    text-decoration: none;
    font-weight: bold
    }
#menuEntete a:hover {
    text-decoration: underline
    }
/* ---------------------------------------------------------------------- */
/* -- Zone slideshow et Réservation ------------------------------------- */
#zoneSlideshow {
    width: 715px;
    float: left;
    position: relative
    }
.iPromo {
    display: block;
    margin-bottom: 12px
    }
/* --- Slideshow photos d'entête ----------------------------------------- */
#slideshow {
    position: relative;
    height: 364px
    }
/* -- zone réservation --------------------------------------- */
#zoneReservation, #zoneReservation_en, #zoneReservation_ete_en {
    float: right;
    width: 236px;
    margin: 0
    }
#reservationInt, #reservationInt_en, #reservationInt_ete, #reservationInt_ete_en {
    padding: 0 10px 11px
    }
/* -- Champs réservation --------------- */
.champsReservation {
    width: 216px;
    padding: 0;
    position: relative
    }
.champsReservation label {
    vertical-align: middle;
    color: #0A3A5F;
    font-size: 0.9em;
    margin: 0
    }
.champsReservation input {
    border: 1px solid #000
    }
/* -- choix du jour d'arrivée ---------------- */
.bCalendrier {
    vertical-align: middle
    }
/* -- Nombre de nuits ---------------- */
.champsReservation select.nbrNuitsSelect {
    margin: 0 0 5px 19px;
    _margin: 0 0 3px 19px
    }
/* -- Adultes et Enfants ---------------- */
#reservationGau {
    float: left;
    width: 63px
    }
#reservationDr {
    float: left;
    width: 95px
    }
.champsReservation select.adulte {
    margin: 3px 0 6px 0;
    _margin: 3px 0 4px 0
    }
/* ---------------------------------------------------------------------- */
/* -- Menu -------------------------------------------------------------- */
#menuPrincipal img {
    display: block
    }
#menuPrincipal ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px
    }
#menuPrincipal ul li {
    float: left;
    margin: 0;
    padding: 0
    }
/* -- Sous-menu --------------------------------------------------------- */
#sousMenu ul {
    list-style: none;
    margin: 0
    }
#sousMenu ul li {
    float: left;
    margin: 0;
    padding: 0
    }
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#sousMenu a {
    float: none
    }
/* End IE5-Mac hack */
/* ---------------------------------------------------------------------- */
/* -- Zone contenu ------------------------------------------------------ */
#zoneContenu_bg {
    width: 973px;
    background: url(images/zoneContenu_bg.png) repeat-y top left
    }
#zoneContenu {
    width: 963px;
    margin: 0;
    width: 715px;
    padding: 0;
    margin-left: 10px
    }