#cadre {
  width: 760px;
}
#droite {
  margin-left: 250px;
  /*width: 510px;*/
  /*border: 1px solid red;*/
}
#gauche {
  float: left;
  width: 250px;
  /*border: 1px solid red;*/
}
#marron {
  width: 200px;
  background-color: #5C3820;
}
#haut {
  position: relative;
  top: 0px;
  left: 0px;
  height: 180px;
  background-color: #5C3820;
}
#contenu {
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}

#titre {
  position: absolute;
  top: 0px;
  left: -2px;
  background-image: url('../images/titre.jpg');
  width: 360px;
  height: 105px;
}
#feuille_droit {
  position: absolute;
  top: 0px;
  left: 358px;
  background-image: url('../images/feuilles_droit.jpg');
  width: 152px;
  height: 173px;
}

#rondin {
  position: relative;
  left: 0px;
  top: 0px;
  background-image: url('../images/rondin.jpg');
  width: 132px;
  height: 207px;
}
#rondin a {
  display: block;
}
#menu_accueil {
  position: absolute;
  top: 30px;
  left: 100px;
  width: 74px;
  height: 29px;
}
#menu_techniques {
  position: absolute;
  top: 75px;
  left: 125px;
  width: 98px;
  height: 29px;
}
#menu_sculptures {
  position: absolute;
  top: 130px;
  left: 135px;
  width: 92px;
  height: 29px;
}
#menu_contact {
  position: absolute;
  top: 180px;
  left: 130px;
  width: 69px;
  height: 29px;
}
#feuille_gauche {
  background-image: url('../images/feuilles_gauche.jpg');
  width: 194px;
  height: 269px;
}
#signature {
  background-image: url('../images/signature.png');
  width: 250px;
  height: 222px;
}
.clear {
  clear: both;
}
#footer {
  text-align: left;
  font-size: 8pt;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 20px;
}
#footer a {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
  text-decoration: underline;
}

#partenaires {
  clear: both;
  width: 740px;
  text-align: right;
  font-size: 8pt;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 20px;
}
#partenaires a {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
#partenaires a:hover {
  text-decoration: underline;
  font-weight: normal;
}
