@CHARSET "UTF-8";

* { margin: 0; padding: 0; }

html, body { height: 100% }

body {
  background-color: #4a463c;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 14px;
  color: black;
  margin: 0;
}

.none {
  display: none;
}

#main {
  width: 1086px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -250px;
  background: #4a463c url(../../images/content-bkgd.jpg) scroll repeat-y left top;
  text-align: left;
  /*position: relative;*/
}


#header {
  height: 303px;
  background: #4a463c url(../../images/header-bkgd.jpg) scroll no-repeat left top;
  position: relative;
}

#header h1 {
  width: 419px;
  height: 39px;
  position: absolute;
  top: 43px;
  left: 331px;
  background: transparent url(../../images/l-estaminet-de-mauroul.gif) scroll no-repeat left top;
  cursor: pointer;
}

#header a#adresse {
  display: block;
  width: 223px;
  height: 64px;
  position: absolute;
  top: 156px;
  left: 841px;
  background: transparent url(../../images/adresse.gif) scroll no-repeat left top;
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
  border: 0px none;
  text-decoration: none;
}
#header a:focus {
  outline: none;
}

#nav {
  width: 540px;
  margin:  0 auto;
  padding-top: 232px;
}

/* sprites for main nav : http://www.alistapart.com/articles/sprites/ */

#nav ul {
  width: 531px; 
  height: 24px;
  background: url(../../images/nav2.jpg) scroll no-repeat left top;
  margin: 10px 0 0; 
  padding: 0;
  position: relative;
}
#nav ul li {
  margin: 0; 
  padding: 0; 
  list-style: none;
  position: absolute; 
  top: 0;
}
#nav ul li, #nav ul a {
  height: 20px; 
  display: block;
}
#nav ul span {
  display: none;
}

#panel0 {left: 0px; width: 90px;}       /* les menus */
#panel1 {left: 115px; width: 113px;}   /* hébergement */
#panel2 {left: 255px; width: 94px;}   /* réservation */
#panel3 {left: 376px; width: 78px;}   /* dans la presse */
#panel4 {left: 477px; width: 50px;}   /* accès */

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
  color: #a41300;
}

#nav a.active { border-bottom : 1px solid #a41300; }


#content-container {
  background: #4a463c url(../../images/content-bkgd.jpg) scroll repeat-y left top;
  position: relative;
  width: 1086px;  /* for IE6 "haslayout" */
}

#content {
  width: 536px;
  margin:  0 auto;
  padding-top: 23px; 
}

#content p {
  margin: 16px 0;
  font-size: 16px;
  line-height: 20px;
}

#content a:link, #content a:visited, #content a:active { color: #A41300; }
#content a:hover { color: black; }

#content input {
  border: 1px solid #666;
}

img.cadre {
  padding: 2px;
  border: 1px solid #ccc;
}
img.gauche {
  display: block;
  float: left;
  margin-right: 10px;
}
img.droite {
  display: block;
  float: right;
  margin-left: 10px;
}

#left-frame {
  height: 340px;
  width: 248px;
  position: absolute;
  top: -64px;
  left: 15px;
  background: transparent url(../../images/ardoise1.jpg) scroll no-repeat left top;
}

#right-frame {
  height: 231px;
  width: 179px;
  position: absolute;
  top: -54px;
  right: 20px;
  background: transparent url(../../images/sushibar.jpg) scroll no-repeat left top; 
}

#left-content {
  margin: 33px 51px 48px 33px;
  color: #f0ead9;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
#left-content a:link, #left-content a:visited, #left-content a:active { color: #f0ead9; }
#left-content a:hover { color: white; }

#push {
  height: 250px;
}

#footer {
  position: relative;
  text-align: left;
  width: 1086px;
  height: 250px;
  margin: 0 auto;
  background: #4a463c url(../../images/footer-bkgd.jpg) scroll no-repeat left top;
}

#footer a {
  display: block;
  position: absolute;
  width: 129px;
  height: 21px;
  top: 182px;
  left: 930px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
  border: 0px none;
  text-decoration: none;
}
#footer a:focus {
  outline: none;
}

#footer a img { border: none }
