html, body, div, h1, h2, h3, p, address, img, ul, li, form, table, td, th, hr {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  color: #b0a690;
  background: #433939;
  font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  padding: 65px 2px;
  text-align: center;
}
a {
  color: #b0a690;
  text-decoration: none;
}
p {
  margin: 15px 0;
  line-height: 1.5;
}

#page {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}
#header {
  position: relative;
  height: 33px;
}
#logo {
  position: absolute;
  right: 0;
  top: 0;
}
#menu {
  color: #cecbbe;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
}
#menu li {
  display: inline;
}
#menu a {
  display: inline;
}
#menu a:hover, #menu a.current {
  border-top: 2px solid #cecbbe;
  padding-top: 2px;
}
#menu span {
  color: #0cf;
  padding: 0 15px;
}
#main {
  position: relative;
}
#content {
  color: #0cf;
  padding: 50px 0;
  width: 620px;
  text-align: justify;
}
#content span {
  color: #b0a690;
}
#content li {
  margin-left: 16px;
}
#content a {
  color: #ffffff;
  text-decoration: underline;
}
#content a:hover {
  color: #ffffff;
  text-decoration: none;
}
#sidebar {
  position: absolute;
  top: 92px;
  right: 0;
  width: 340px;
}
#footer {
  height: 30px;
  font-size: 14px;
  margin-top: 13px;
  text-align: right;
  text-transform: uppercase;
}
#footer sup {
  text-transform: lowercase;
  font-size: 9px;
}
#footer #dutko {
  float: left;
}
#footer #annexeContainer {
}
#footer #annexe {
  display: inline;
}
#footer #address {
  display: none;
}

/* Home layout */

#home {
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
#home #main {
  height: 600px;
}
.accueil {
  background: url('../images/accueil.jpg') no-repeat top left;
}
.art {
  background: url('../images/art.jpg') no-repeat top left;
}
.expos {
  background: url('../images/expos.jpg') no-repeat top left;
}
.galerie {
  background: url('../images/galerie.jpg') no-repeat top left;
}
.contact {
  background: url('../images/contact.jpg') no-repeat top left;
}
#home #menu {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 1;
}
#home #menu li {
  display: block;
  padding: 10px 0 0 0;
}
#home #menu a {
  color: #c9c7c7;
  background: transparent;
  border-top: 0;
  padding: 10px 0 0 0;
  font-size: 110px;
  font-weight: bold;
  text-transform: uppercase;
}
#home #menu a:hover {
  color: #0cf;
  text-decoration: none;
}

/* Expos layout */

.thumbnails {
  text-align: right;
}
.thumbnails img {
  border: 2px solid #433939;
  margin-bottom: 20px;
}
.thumbnails img:hover {
  border: 2px solid #b0a690;
}
.thumbnails a {
  margin-left: 16px;
}
