* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  background: #fff;
  font: 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #f1f1f1;
  overflow: hidden;
}

a {
  color: #968f8f;
  text-decoration: none;
}

div#wraper {
  width: 100%;
  height: 100%;
}

/* Page Intro */
.gauche {
  width: 150px;
  float: left;
}

div#orange {
  background-color: #fb8700;
}

#orange h3 {
  position: absolute;
  top: 50%;
  color: #453838;
  margin-left: 7px;
}

#texte {
  width: 500px;
  height: 300px;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -250px;
}

#texte a {
  display: block;
  font-weight: bold;
  color: #fb8700;
  width: auto;
  text-align: right;
  margin-top: 1em;
}

/* Autres pages */
div#marron {
  background-color: #453838;
}

div#envg {
  width: 150px;
  float: left;
  overflow: auto;
  /*background: url(../images/backleft.jpg) no-repeat left top;*/
  background: #000;
}

div#envg .images {
  display: block;
  width: 150px;
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

div#envd {
  float: right;
  background: #372d2c url(../images/backright.jpg) no-repeat left top;
}

div#contenu {
  padding: 2em;
}

div#contenu p {
  float: right;
  width: 65%;
}

/* Menu */
div#menu a {
  display: block;
  width: auto;
  float: left;
  height: 120px;
  width: 110px;
  line-height: 120px;
  padding-left: 1em;
  padding-right: 0em;
  font-weight: bold;
  font-size: 10pt;
}

div#menu a:hover {
  background: #76696a;
  color: #f1f1f1;
}

.current {
  background: #76696a;
  color: #f1f1f1;
}

div#sousmenu {
  clear: both;
  height: 60px;
  background: #000;
  border-top: 1px solid #fb8700;
}

div#sousmenu a {
  line-height: 60px;
  font-weight: bold;
  font-size: 10pt;
  margin-left: 2em;
}

div#sousmenu a:hover {
  color: #f1f1f1;
}

.actual {
  color: #f1f1f1;
}

div#content {
  overflow: auto;
  height: 400px;
}

/* formulaire de contact */
.submit {
  background: #fb8700;
  border: 0;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  width: 100px;
  margin-right: 25px;
}

div#info, .obligatoire {
  color: #fb8700;
  font-weight: bold;
}

div#contenu > div#info {
  float: left;
}

input, textarea {
  background: #777;
  color: #fff;
  border: 1px solid #ccc;
  overflow: auto;
  width: 250px;
}

form {
  clear: both;
}
