/* HTML DE BASE
********************************************************************************/
body
  {
    background: url(../img/bg_left.jpg) no-repeat #FBF4ED 0px 80px ;
    margin: 0;
    padding: 0;
  }

img 
  {
     border: 0;
  }
/* EN CONSTRUCTION
********************************************************************************/
#construction
  {
    width: 430px;
    height: 200px;
    background:  url(../img/construction.jpg) no-repeat;
    margin: 200px auto;
  }
  
#construction h1, #construction h2, #construction h3
  {  display: none; }

/* STRUCTURE
********************************************************************************/  
#wrapper
  {
    background: url(../img/bg_right.jpg) no-repeat right 268px;
    height: 800px;
  }
  
#header
  {
    width: 778px;
    height: 129px;
    margin:5px auto 0 auto;
    background: url(../img/header.gif) no-repeat 
  }  
  
/* MENU
********************************************************************************/
#menu table
  {
    position: absolute;
    left: 230px;
    top: 150px;
  }
  
#menu table tr
  {
    display: block;
    height: 120px;
    vertical-align: middle;
  } 
  
#menu table td.top
  {
    padding-top: 20px;
  }
      
a.b_menu span { display: none;}

a.b_menu
  {
    display: block;
    width:69px;
    height:84px;
    background: url(../img/b_menu_off.jpg) no-repeat;
  } 
  
a.b_menu:hover
  { 
    background: url(../img/b_menu_on.jpg) no-repeat;
  }  

/* BOUTON HISTOIRE
********************************************************************************/  
#history 
  {
    position: absolute;
    top: 492px;
    right: 150px;
    display: block;

     border: 0; 
  }
  
#history a
  {  
    display: block;
    width: 227px;
    height:130px;
    background: url(../img/b_histoire_off.jpg) no-repeat;
    border: 0; 
   
  }
#history a:hover
  {
    display: block;
    width: 227px;
    height:130px;    
    background: url(../img/b_histoire_on.jpg) no-repeat;
    border: 0; 
  }
  
#history a span { display: none;}

/* BOUTON CONTACT
********************************************************************************/  
#contact 
  {
    position: absolute;
    top: 670px;
    right: 150px;
    display: block;
    width: 255px;
    height:157px;   
     border: 0; 
  }
  
#contact a
  {  
    display: block;
    width: 250px;
    height:157px;
    background: url(../img/b_contact_off.jpg) no-repeat;
    border: 0; 
   
  }
#contact a:hover
  {
    background: url(../img/b_contact_on.jpg) no-repeat;
  }
  
#contact a span { display: none;}
      
/* RESEVRATION
********************************************************************************/  
#reservation_old
  {
    width: 361px;
    height:  49px;
    background:  url(../img/reservation.gif) no-repeat;
    margin: 64px 0 0 0;
    position: absolute;
    top: 530px;
    left: 50px;
  }
  
#reservation
  {
    width: 604px;
    height:  154px;
    background:  url(../img/chambres.png) no-repeat;
    margin: 64px 0 0 0;
    position: absolute;
    top: 470px;
    left: 20px;
  }  

#restaurant #reservation {
  display: none;
}

#reservation_right
  {
    width: 361px;
    height:  49px;
    background:  url(../img/reservation.gif) no-repeat;
    float: right;
  }

#reservation span, #reservation_right span 
{ display: none; }

/* PHOTOS
********************************************************************************/  
#photos
  {
    position: absolute;
    top: 690px;
    left: 10px;
  }
  
/* PAGES
********************************************************************************/  
.histoire
  {
    margin-left: 200px;
    margin-right: 40px;
    margin-bottom: 50px;
  }
  
.restaurant
  {
    margin-left: 230px;
    margin-right: 40px;
    margin-bottom: 50px;
  } 
  
.restaurant td
  { 
    padding-bottom: 30px;
  }
  
.situation
  {
    margin-left: 230px;
    margin-right: 40px;
    margin-bottom: 50px;
  }  
  
.situation td
  { 
    padding-bottom: 50px;
  }  
  
.carte
  {
    margin-left: 230px;
    margin-right: 40px;
    margin-bottom: 50px;
  }  
  
.carte td
  { 
    padding-bottom: 30px;
  }  
  
#content 
  {
    background: url("../img/situation_map.jpg") right top no-repeat;  
  }
  
#liens
  {
    background: url(../img/bg_liens.jpg) no-repeat #FFFFFF;
    width: 550px;

    position: absolute;
    top: 430px;
  }  
  
#liens .gutter
  {
    margin: 0 0 0 280px;
  
  }  
  
  #liens img
    {  margin: 2px; }

.restaurant td
  { padding-bottom: 30px;}
  
.text
  {
    color: #02253a;
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size:13px ;
  }  
  
a.back
  {
      float: right;
    display: block;  
    width: 176px;
    height: 86px;
    background: url(../img/b_back_off.jpg) no-repeat;
  }
  
a.back:hover
  {
    display: block;  
    width: 176px;
    height: 86px;
    background: url(../img/b_back_on.jpg) no-repeat;
  }  
  
/* COPYRIGHT
********************************************************************************/  
#copyright
  {
    clear: both;
    margin: 20px 0 40px 0;
    text-align: center;
    font-size: 11px;
    color: #02253a;
    font-family: Arial, "MS Trebuchet", sans-serif;    
  }
  
#copyright a
  {  color: #02253a; }

  
