html{
  background: url(../img/main-bg.png) repeat-x #101010;
}
body{
}

div#container{
  width: 938px;
  margin: auto;
}
div#header{
  position: absolute;
  margin: 50px 0 0 20px;
}
div#header img{
  display: block;
  margin: 0 0 17px 0;
}

/* Nav */
div#menu{
  width: 100%;
  height: 20px;
  margin: 18px 0px 10px 0px;
}
div#menu li{
  float: left;
}
div#menu ul.nav_lvl_0{
  height: 20px;
  margin: 0 0 0 10px;
}
div#menu ul.nav_lvl_0 li{
  margin: 0 22px 0 0;
}
div#menu ul.nav_lvl_0 li a{
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #dbdbdb;
  padding: 0 0 0 0;
  text-decoration: none;
}
div#menu ul.nav_lvl_0 li a.first{ background: none; }
div#menu ul.nav_lvl_0 li:hover > a{
  color: #ff7300;}
div#menu ul.nav_lvl_0 li.on > a{
  color: #ff7300;}

/* main page */

div#flags{
  float: right;
  margin: -5px 10px 0 0;
}

div#main {
  width: 100%;
  padding: 0 0px 0 0;
  height: 574px;
}
div#main {
  background: url(../img/default-bg.png) no-repeat;
}
div#main div#contenu{
  width: 623px;
  margin: 0px 0 0 305px;
  padding: 15px 0 0 0px;
}
div#main #titre h1{
  margin: 0px 0 0 0px;
  background: url(../img/titre-bg.png) no-repeat top right;
  height: 58px;
  width: 325px;
  padding: 15px 0 0px 33px;
  position: relative;
  z-index: 255;
}
div#main h1{
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin: 0px 0 15px 33px;
  color: #ff7300;
}
div#main div#contenu h2{
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  margin: 0px 0 5px 0px;
  color: #ff7300;
}
div#main h2{
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #ff7300;
}
div#main #texte{
  font-size: 11px;
  margin: 10px 0px 0 30px;
}
div#main #texte p{
  font-size: 11px;
  margin: 0px 0px 10px 0px;
}
div#main #texte img{
  z-index: 0;
  position: relative;
}
div#main #texte h3{
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  margin: 0;
}
div#main #texte table td{
  padding: 0 10px 0 0;
}
div#main #texte a{
  color: #ff7300;
}

div#main #texte .lien_map{
  margin: -10px 0 5px 0;
}
div#main #texte .lien_map a{
  color: #808080;
}
div#main #texte .lien_map a:hover{
  text-decoration: underline;
}

/* Footer */
div#footer * {
  font-size: 11px;
  text-decoration: none;
  text-align: center;
}
div#footer a:hover {
  text-decoration: underline;
}
div#footer a {
  font-size: 12px;
  color: #ff7e2f;
}

div#visuelHome img{
  width: 623px;
  height: 235px;
  margin: 8px 0 0 7px;
  position: absolute;
}



/* formulaire */
div.form div.input{
  margin: 0px 0px 5px 0px;
  display: inline-block;
}
div.form.page2 div.input{
  margin: 5px 0px 10px 0px;
  display: block;
}
div.form input{
  width: 190px;
  border: 1px solid #cccccc;
}
div.form div.input input#FgpContactPj {
  width: 310px;
  border: 1px solid #cccccc;
}
div.form div.input select{
  border: 1px solid #cccccc;
}
div.form label{
  width: 70px;
  height: 19px;
  display: inline-block;
  margin: 0 0 0 0;
  text-align: left;
  font-weight: bold;
}
div.form.page2 label{
  width: 150px;
  text-align: right;
  margin: 0 10px 0 0;
}

div.form .portable input{
  width: 230px;
  display: inline-block;
}
div.form .nombres label{
  width: 15px;
  display: inline-block;
}
.nombres label:after {
  content: '';
  color: #ff7300;
  display:inline;
}
.nombres span:after {
  content: ' * ';
  color: #ff7300;
  display:inline;
}
.nombres span {
  font-weight: bold;
  display: inline-block;
  margin: 0 10px 0 0;
}
div.form .nombres input{
  width: 15px;
}
div.form .nombres .newListSelected {
  width: 50px;
}
div.form .chambre label{
  width: 80px;
}
div.form .chambre .newListSelected {
  width: 200px;
}
div.form .chambre .select {
  display: block;
}
div.form .chambre .select.config {
  margin: 0 0 0 80px;
  display: inline-block;
}
div.form .chambre .checkbox{
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
div.form .chambre .checkbox input{
  width: 25px;
  height: 25px;
  vertical-align: middle
}
div.form .chambre .checkbox label{
  width: 150px;
  height: 25px;
  vertical-align: middle
}
div.form .chambre td {
  height: 30px;
}
div.form .chambre.chambre_2 td > div,
div.form .chambre.chambre_3 td > div{
  display: none;
}
div.form .date label{
  width: 90px;
}
div.form .date input{
  width: 60px;
  margin: 0 10px 0 5px;
}
div.form .date input.datepicker{
  width: 90px;
}
div.form .heure label{
  width: 125px;
}
div.form .heure input{
  width: 65px;
}
div.form div.input.textarea label{
  position: absolute;
  margin: 0px 0 0 0px;
}
div.form textarea{
  width: 280px;
  height: 60px;
  margin: 0px 0 0 70px;
  border: 1px solid #cccccc;
  resize: none;
}
div.form textarea{
  margin: 0px 0 0 160px;
}
div.form .remarque label{
  width: 150px;
}
div.form .remarque textarea{
  margin: 0px 0 0 160px;
  width: 430px;
  height: 99px;
}
.autresServices li{
  list-style-type: none;
  margin: 0 0 3px 0;
}
.autresServices ul{
  margin: 0;
}
.autresServices li .legendOrange{
  display: inline-block;
  float: right;
  margin: 0 10px;
}
div.form .autresServices li label{
  width: auto;
}
div.form div#authMessage,div.form #flashMessage{
  margin: 0 0 20px 0px;
  padding: 5px;
  color: #B1000D;
}
div.form #flashMessage.flash_success{
  border: 1px solid #00892e;
  color: #00892e;
}
div.form div.submit{
  width: 100px;
  float: right;
  margin: 0px 30px 0 0;
}
div.form div.submit input{
  width: auto;
  border: 0px;
}
.error-message{
  display: none;
  position: absolute;
  padding: 2px;
  border: 1px solid #ff7300;
  background: #FFF;
  color: #ff7300;
  margin: 0 0 0 0px;
}
.error-message-global{
  padding: 2px;
  color: #B1000D;
  display: block;
  float: right;
  height: 20px;
  margin: 0 0 0 0px;
}
div.form span.legend{
  display: inline-block;
  font-size: 10px;
}
div.form .legendOrange{
  font-size: 11px;
  color: #ff7300;
}
.remarques .legendOrange{
  position: absolute;
  margin: -90px 0 0 0px;
  width: 150px;
  display: block;
}
div.required label {
  stupid-ie-be-more-funny: expression(this.doneReq ? '1' : (
    function(el) {el.innerHTML += '<span title="Required!" style="color:#ff7300;"> * </span>'; return el.doneReq=true;})(this));
}
div.required label:after {
  content: ' * ';
  color: #ff7300;
  display:inline;
}

div.chambre01{
  width: 188px;
  height: 256px;
  margin: 10px 0px 0px 10px;
  padding: 12px 5px 0 0;
  /*display: inline-block;*/
  float: left;
  background: url(../img/chambre-bg01.png) no-repeat;
  text-align: center;
}
div.chambre01 div{
  margin: auto;
  text-align: center;
  width: 161px;
  font-size: 11px;
}
div.chambre01 img{
  width: 161px;
  height: 170px;
  margin: 0 0 5px 0;
}
div.chambre01 h3{
  color: #ff7300;
  font-size: 15px;
  line-height: 15px;
  height: 16px;
  font-weight: bold;
}
div.chambre01 span.prix{
  color: #ff7300;
}


div#main div#contenu.chambre a.fermer{
  position: absolute;
  margin: 0 0 0 -370px;
}
div#main div#contenu.chambre a.dispo{
  position: absolute;
  margin: 0px 0 0 260px;
}
div#main div#contenu.chambre #visuel{
  width: 370px;
  height: 480px;
  line-height: 480px;
  padding: 25px 0 0 25px;
  float: left;
}
div#main div#contenu.chambre #visuel img{
  vertical-align: middle;
}


div#main div#contenu.chambre #description{
  width: 230px;
  padding: 20px 0 0 0px;
  margin: 0;
  float: right;
  font-size: 14px;
}
div#main div#contenu.chambre #description table.prix{
  margin: 50px 0 0 0;
}
div#main div#contenu.chambre #description .prix span.prix{
  display: inline-block;
  width: 40px;
  color: #808080;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  text-align: right;
}
div#main div#contenu.chambre H3{
  color: #ff7300;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0 0 0;
}
div#main div#contenu.chambre #visuels{
  margin: 0px 0 0 400px;
  position: relative;
  width: 472px;
  height: 102px;
}
div#main div#contenu.chambre #visuels img{
  margin: 15px 15px 0 0;
}

div#main div#contenu.chambre #calendar{
  width: 479px;
  height: 304px;
  margin: 10px 0 0 0px;
  display: inline-block;
}


#chambres.tarif div.chambre01{
  width: 161px;
  height: 112px;
  margin: 0px 0px 11px 9px;
  padding: 16px 10px 10px 17px;
  background: url(../img/tarif-bg01.png) no-repeat;
}

#chambres.tarif div.chambre01 img{
  width: 75px;
  height: 75px;
  position: absolute;
}

#chambres.tarif div.chambre01 .visuel{
  float: left;
  width: 75px;
  height: 75px;
  margin: 0 0 0 -5px;
}
#chambres.tarif div.chambre01 div.prix{
  float: right;
  width: auto;
  text-align: right;
}
#chambres.tarif div.chambre01 div.prix span.prix{
  font-size: 16px;
}
#chambres.tarif div.chambre01 div.titre{
  margin: 0 0 0 0px;
}
#chambres.tarif div.chambre01 div.description{
  margin: 0 0 0 10px;
  float: left;
  width: 80px;
}
#chambres.tarif div#contenu #body{
  margin: 0 0 0 10px;
}

#chambres.tarif div#contenu #body table{
  background: url(../img/tarif-table-bg.png) no-repeat;
  width: 582px;
  padding: 5px;
}
#chambres.tarif div#contenu #body table td{
  line-height: 5px;
  font-size: 11px;
  height: 13px;
}











#home div#main div#contenu{
  width: 623px;
  margin: 0 0 0 280px;
  padding: 0px 0 0 0px;
}
#home div#main {
  background: url(../img/home-bg.png) no-repeat;
}
#home div#main #texte{
  margin: 50px 0 0 0px;
  background: none;
}
#home div#main h1{
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #ff7300;
}
#home div#main h2{
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  margin: 0;
}
div#visuelHome{
  position: relative;
  background: url(../img/home-visuel-bg.png) no-repeat 0 14px;
  width: 633px;
  height: 246px;
  padding: 14px 0 0 0;
}



#chambres div#main div#contenu.chambre{
  position: relative;
  z-index: 3;
  width: 897px;
  height: 535px;
  margin: 0 0 0 0px;
  padding: 20px;
  background: url(../img/chambre-bg.png) no-repeat 0 -1px;
}

div#contenu.reunion div#texte{
  width: 306px;
  float: left;
}
div#contenu.reunion div#visuels{
  position: absolute;
  width: 270px;
  height: 446px;
  float: left;
  margin: -50px 0 0 381px;
  padding: 30px 0 0 30px;
  background: url(../img/reunion-bg.png) no-repeat;
}
div#contenu.reunion div#top-link{
  float: right;
  text-align: right;
  margin: 35px 60px 0 0;
  width: 217px;
}
div#contenu.reunion div#top-link img{
  float: right;
  vertical-align: middle;
}
div#main div#contenu.cgv{
  position: relative;
  z-index: 3;
  width: 897px;
  height: 535px;
  margin: 0 0 0 0px;
  padding: 20px;
  background: url(../img/chambre-bg.png) no-repeat 0 -1px;
}
div#main div#contenu.cgv .bg-cgv{
  float: left;
  margin: -16px 0 0 -10px;
}
div#main div#contenu.cgv #titre h1{
  background: none;
  margin: 10px 0 0 47px;
  height: auto;
  text-transform: uppercase;
}
div#main div#contenu.cgv #texte p{
  margin: 10px 0 0 50px;
  color: #FFF;
  font-size: 12px;
}
div#sousmenuTarif{
  text-align: center;
}




#calendar {
  background: url(../img/cal-bg.png) no-repeat 0px 0;
}
#calendar li{
  list-style: none;
  list-style-type: none;
  color: #959595;
  /*
  text-shadow: 0px -1px 1px #000;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=0, Strength=1);*/
  zoom: 1;
}
#myCalendrier{
  margin: 1px 0 0 -0px;
}
div#main #calendar div#mois{
  width : 476px;
  height: 23px;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0 0 0 0px;
}
div#main #calendar div#mois span{
  display: inline-block;
  width: 430px;
  color: #FFF;
  font-size: 16px;
}

.ligne {
  width: 476px;
  margin: 0 auto;
  padding: 0;
}
.libelle{
  float : left;
  width : 68px;
  height: 16px;
  padding: 5px 0 0 0px;
  margin: 0px 0 4px 0px;
  text-align: center;
  background: url(../img/cal-bg-days.png) repeat-x;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  color: #666666;
}
.ligne li {
  color: #000;
  float : left;
  width : 68px;
  height: 45px;
  padding: 0px 0 0 0px;
  background: url(../img/cal-bg-0.png) repeat-y top right;
  text-align: center;
  font-size: 16px;
}
#calendar .ligne li.itemExistingItem {
  color: #ff7e2f;
}
#calendar .ligne li.itemExistingItem span.libelle{
  color: #CCC;
}
#calendar .ligne li.itemOff{
  color: #505050;
}

.ligne li a:hover{
  list-style: none;
  text-decoration: none;
}

li.itemCurrentItem {
  color: #FF7300;
  /* A vous de configurer l'apparence de la date du jour */
}
li.itemSelectedItem {
  /* A vous de configurer l'apparence du jour sélectionné */
}		






.texte01{
  color: #ff7300;
}
.texte02{
  font-size: 11px;
  line-height: 11px;
}

input.datepicker{
  background: url(../img/dp_picto.png) no-repeat top right #FFF;
  width: 80px;
}
#ui-datepicker-div{
  padding: 0;
}
.ui-datepicker-calendar{
  border-collapse: collapse;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
  background: url(../img/dp_bg01.png) repeat-x;
  border-radius: 0px;
  border: 0px;
}
.ui-datepicker-calendar thead th{
  background: url(../img/dp_bg02.png) repeat-x;
  color: #FFF;
  height: 18px;
  font-size: 10px;
  padding: 4px 0;
  text-transform: uppercase;
}
.ui-datepicker-calendar td .ui-state-default{
  color: #6c7174;
}
.ui-datepicker-calendar td a.ui-state-default{
  color: #ff7e2f;
  background: #fff0e9;
}
.ui-datepicker-calendar td.ui-state-disabled.ui-datepicker-unselectable{
  color: #6c7174;
  opacity: 1;
}
.ui-datepicker-calendar td.ui-state-disabled.ui-datepicker-unselectable.ui-datepicker-other-month{
  opacity: 0.35;
}
.ui-datepicker-calendar td a.ui-state-hover{
  background: url(../img/dp_bg01.png) repeat-x;
  color: #FFF;
}
.ui-datepicker td{
  padding: 0;
}

hr{ margin:  7px 0;}

#reservations.add3 table{
  width: 100%;
  margin: 20px 0;
}
#reservations.add3 table.details td span{
  text-decoration: underline;
}
#reservations.add3 table.details td .legendOrange{
  text-decoration: none;
}

#reservations.add3 table.tarifs tr{
  border: 1px solid #BBB;
  border-collapse: collapse;
}
#reservations.add3 table.tarifs td{
}
#reservations.add3 table.tarifs td.visuel{
  width: 85px;
  height: 69px;
  text-align: center;
}
#reservations.add3 table.tarifs td.chambre,
#reservations.add3 table.tarifs td.total{
  height: 69px;
  line-height: 69px;
}
#reservations.add3 table.tarifs td.total div,
#reservations.add3 table.tarifs td.chambre div{
  line-height: 15px;
  vertical-align: middle;
  display: inline-block;
}
#reservations.add3 table.tarifs td.total{
  border: 1px solid #BBB;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}
#reservations.add3 table.tarifs td.total div{
  text-align: center;
  margin: auto;
}
#reservations.add3 table.tarifs td.total div .legendOrange{
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 5px;
}
#reservations.add3 table.tarifs tr.noborder {
  border: 0px;
}
#reservations.add3 table.tarifs tr.noborder td{
  height: 30px;
  line-height: 30px;
}
#reservations.add3 table.tarifs tr.noborder td.total div .legendOrange {
  display: inline-block;
}

#reservations div#main #titre h1{
  width: 125px;
  margin: 0 0 0 4px;
  display: inline-block;
}
#reservations div#main #titre ul{
  display: inline-block;
  margin: -3px 0 0 -15px;
  border-bottom: 1px solid #aaa;
}
#reservations div#main #titre li{
  list-style-type: none;
  text-transform: uppercase;
  border-left: 1px solid #aaa;
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
}
#reservations div#main #titre li.active {
  color: #FF7300;
}
#reservations div#main #titre li.first {
  border-left: 0px solid #aaa;
}
#flashMessage
{
  position: absolute;
  width: 400px;
  text-align: center;
  padding: 20px;
  background: #FFF;
  border: 1px solid #FF7300;
  color: #FF7300;
  z-index: 1000;
  top: 60px;
  margin: 0 0 0 160px;
}
#flashMessage.flash_error
{
  color: #B1000D;
}



.scroll-pane { height: 421px; width: 593px; margin: -20px 0 0px; }
.scroll-pane .viewport { width: 570px; height: 421px;overflow: hidden; position: relative; }
.scroll-pane .overview { width: 100%;list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.scroll-pane .scrollbar{ background: transparent no-repeat 50% 0; position: relative;  float: right; width: 15px; }
.scroll-pane .track { background: url(../img/scroll1.png) no-repeat; height: 421px; width:14px; position: relative; padding: 0 0px; }
.scroll-pane .thumb { background:  url(../img/scroll2.png) no-repeat bottom right; height: 20px; width: 7px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 4px; }
.scroll-pane .thumb .end { background: url(../img/scroll2.png) no-repeat top right; overflow: hidden; height: 20px; width: 7px; margin: 0px 0 0 0; }
.scroll-pane .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.scroll-pane .disable { display: none; }
.scroll-pane .overview p {
  margin-right: 10px;
}
