BODY {
  background: #9FC094;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

IMG {
  border: 0px;
}

#page {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

#cadre {
  width: 770px;
  height: 420px;
}

#conteneur {
  background: #FFFFFF;
  width: 770px;
  height: 420px;
  position: relative;
  border: #000000 1px solid;
}

#titre {
  position: absolute;
  top: 10px;
  left: 32px;
}

#tampon {
  position: absolute;
  top: 80px;
  left: 65px;
}

#logo {
  position: absolute;
  top: 70px;
  left: 225px;
}

#entrez {
  position: absolute;
  top: 345px;
  left: 265px;
  z-index: 3;
}

#herbe {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 768;
  height: 86;
  background: url("images/herbe-pattern.gif") repeat-x;
}

#copyright {
  position: absolute;
  bottom: -20px;
  left: 400px;
}

