* {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
html {
  height: 100%;
}
body {
  height: 100%;
}
#tableaucell2 {
  position: relative;
}
#page {
  margin-left: auto;
  background-color: #666666;
  min-height: 100%;
  margin-right: auto;
  position: relative;
}
#bandeau {
  background-position:  center center;
  background-image: url(../images/foule.gif);
  background-color: white;
  background-repeat: repeat-x;
}
#cnl {
  margin-top: 9px;
  margin-left: 15px;
}
#entete {
  margin: auto;
  line-height: 46px;
  text-align: center;
  background-color: white;
  opacity: 0.838;
  font-size: small;
  width: 700px;
  height: 48px;
  display: block;
}
#pied {
  height: 50px;
  background-color: black;
  background-attachment: scroll;
  margin-bottom: 0px;
  color: white;
  bottom: 0px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
  display: block;
}
