body {
  padding: 5px;
  background: black url(images/8889543.jpg) no-repeat fixed center top;
  margin-right: auto;
  margin-left: auto;
  color: white;
  width: 800px;
  margin-top: 0px;
}
#entete {
  width: 800px;
  height: 100px;
  background-image: url(images/image.JPG);
  background-repeat: no-repeat;
  position: fixed;
}
#menu {
  border: 1px solid black;
  width: 139px;
  float: left;
  padding-left: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: black;
  position: fixed;
  margin-top: 110px;
}
#corp {
  padding: 10px;
  margin-left: 159px;
  background-color: black;
  margin-top: 110px;
}
p {
  padding: 0px;
}
#footer {
  border: 1px solid black;
  padding: 0px;
  width: 800px;
  background-color: black;
  margin-top: 20px;
}
a {
  text-decoration: none;
  color: #ffff66;
}
a:hover {
  color: black;
  background-color: #999999;
}
#entete h1 {
  float: left;
  text-align: left;
  color: black;
  margin-top: 30px;
  padding-left: 50px;
}
#corp h1 {
}
#corp h2 {
  color: black;
  background-color: #999999;
  margin-top: 0;
  text-align: center;
}
#entete h2 {
  float: right;
  color: black;
  margin-bottom: 0px;
  padding-right: 45px;
  margin-top: 10px;
}
.floatD {
  float: right;
  margin-right: 30px;
}
#dez {
  width: 300px;
}
#prix {
  width: 300px;
  float: right;
  margin-top: 0px;
}
#corp h3 {
  background-color: #666666;
  color: #ff9900;
  text-align: center;
}

