body {
  background-color: #B4AD83;
  background: url(images/sumtextb2.jpg);
  font-family: verdana,arial;
  font-size: 11px;
  color: #646464;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  overflow-y: scroll;
}

#container {
  position: relative;
  width: 780px;
  margin: 0px auto 0px auto;
  text-align: left;
  font-family: verdana,arial;
  font-size: 11px;
}

/* ----- Langues ----- */

#langues {
  position: absolute;
  top: 5px;
  left: 8px;
  height: 20px;
  text-align: right;
}

#langues img {
  margin: 3px 6px 0px 0px;
  float: left;
  border: 1px solid #ffffff;
}

#langues p {
  float: left;
  background: url(images/puce_contact.gif);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  color: #646464;
  border-style: solid;
  border-width: 1px;
  border-color: #c3c3c3;
  margin: 1px 0px 0px 0px;
  padding: 1px 2px 2px 10px;
}

#langues p a {
  color: #646464;
  text-decoration: none;
}

#langues p a:hover {
  color: #000000;
}


/* ----- Bandeau ----- */

#bandeau {
  background: url(/images/accueil_site.jpg);
  height: 190px;
}

#logo {
  position: absolute;
  top: 155px;
  left: 50px;
}


/* -----  Navigation ----- */

#menu {
  position: absolute;
  top: 202px;
  left: 270px;
  width: 500px;
  height: 20px;
  padding: 0px;
  text-align: center;
}

#menu a {
  margin: 0px;
  padding: 1px 7px 1px 7px;
  height: 15px;
  font-family: verdana,arial;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

#menu a:hover, #menu a.here {
  text-decoration: underline;
}


/* ----- Corps ----- */

#corps {
  background-color: #E7E0CE;
  background: url(images/2k3b_bkg.jpg);
  width: 780px;
  _height: 350px;
  min-height: 350px;
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 10px 0px;
  text-align: left;
}

#corps h1 {
  margin: 10px 25px 0px 25px;
  text-align: left;
}

#corps h2 {
  margin: 25px 25px 10px 25px;
  text-align: left;
  font-family: verdana,arial;
  font-size: 13px;
  font-weight: bold;
  color: #646464;
}

#corps p {
  font-family: verdana,arial;
  font-size: 10px;
  color: #646464;
  line-height: 1.4em;
  margin: 8px 25px 8px 25px;
}

#corps ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

#corps li {
  font-family: verdana,arial;
  font-size: 10px;
  color: #646464;
  line-height: 1.4em;
  margin: 8px 25px 8px 25px;
}

#corps a {
  font-family: verdana,arial;
  font-size: 10px;
  color: #646464;
}

#corps img.left {
  border-color: #646464;
  border-style: solid;
  border-width: 1px;
  float: left;
  margin: 3px 15px 8px 0px;
}

#corps img.right {
  border-color: #646464;
  border-style: solid;
  border-width: 1px;
  float: right;
  margin: 3px 0px 8px 15px;
}

#corps table {
  margin: 5px 25px 5px 25px;
}

#corps table th {
  font-family: verdana,arial;
  font-size: 10px;
  color: #646464;
  line-height: 1.4em;
  text-align: left;
  vertical-align: top;
}

#corps table td {
  font-family: verdana,arial;
  font-size: 10px;
  color: #646464;
  line-height: 1.4em;
}

#corps input, #corps textarea {
  font-family: verdana,arial;
  font-size: 10px;
  color: #646464;
}


/* ----- Encadré droite ----- */

#droite {
  position: relative;
  border-color: #a88d6f;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  float: right;
  margin: 10px 0px 20px 25px;
  width: 220px;
}

#droite h1 {
  margin: 0px 25px 0px 25px;
}

#droite h2 {
  margin: 0px 25px 10px 25px;
}

#droite p {
  margin: 8px 25px 8px 25px;
}


/* ----- Albums ----- */

#corps a.albums {
  display: block;
  float: left;
  border-color: #a88d6f;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  margin: 0px 0px 15px 15px;
  padding: 0px;
  width: 170px;
  height: 170px;
  text-align: center;
}

#corps a.albums:hover {
  background-color: #cfc8b5;
}

#corps a.albums img {
  border-color: #646464;
  border-style: solid;
  border-width: 1px;
}

#corps a.albums img.portrait {
  margin: 10px 29px 10px 29px;
}

#corps a.albums img.paysage {
  margin: 29px 10px 29px 10px;
}

#dhtmltooltip {
  position: absolute;
  width: 140px;
  border: 1px solid #ffffff;
  background-color: #b00000;
  color: #ffffff;
  visibility: hidden;
  z-index: 100;
  font-size: 11px;
}

#dhtmltooltip p {
  margin: 4px 4px 4px 4px;
  font-size: 11px;
}


/* ----- Footer ----- */

#footer {
  height: 20px;
  text-align: right;
  padding: 0px 0px 0px 0px;
  clear: left:
}

#footer a {
  font-family: verdana,arial;
  font-size: 9px;
  color: #aaaaaa;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}