html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: small;
}

body {
  background: url('images/bback.gif');
}

body :link,
body :visited,
body :link:hover { color: #0000ff; }
body :link:active { color: #000; }

/* -- Container -- */

#container {
  width: 90%;
  margin: 0 auto;
}

/* -- Header -- */

#header {
  background: url('images/maison.jpg') no-repeat 100% 10px;
  padding-top: 5px;
}

#header h1 {
  background: url('images/logo.gif') no-repeat;
  width: 266px;
  height: 136px;
  text-indent: -1000px;
  padding: 0;
  padding-bottom: 0.5em;
  margin: 5px 0;
}

#header h2 {
  font-size: 0.85em;
  font-weight: normal;
  padding: 0 1em;
  margin: 0;
}

#header .menu {
  margin-top: 1.5em;
  position: relative;
  background: #000080;
}

#header .menu a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0 10px;
}

#header .menu a:visited {
  color: #fff;
}

#header .menu a:hover {
  color: #000080;
	background-color: #fff;
}

#header .menu ul {
  padding: 5px;
  margin: 0;
  list-style: none;
}

#header .menu ul li {
  display: inline;
  padding: 0 5px;
}

#header .menu .lang {
  position: absolute;
  right: 18px;
  top: 5px;
}

/* -- Content -- */

#content {
  background: #ffffcf;
  border: 4px solid #000080;
  padding: 10px;
  margin-top: 2px;
  margin-bottom: 40px;
}

#content img.photo {
  border: 2px solid #000080;
}

#content h3 {
  font-size: 1em;
}

#content table.rates {
  margin: 0 auto;
}

#content table.rates th {
  width: 120px;
  font-size: 0.85em;
}

#content table.rates td {
  text-align: center;
  padding: 3px 0;
}

#content table.rates tfoot {
  font-size: 0.85em;
}

/* -- Footer -- */

#footer {
  text-align: center;
  font-size: 0.85em;
}

#footer,
#footer a {
  color: #aaa;
}