* {
  padding: 0;
  margin: 0;
}
img {
  border: none;
}
#content {
  background-image: url("../images/3.jpg");
  background-repeat: repeat-x;
}
#accueilTop {
  width: 898px;
  height: 31px;
  background-image: url("../images/accueilTop.png");
}
#accueilLeft {
  float: left;
  width: 162px;
  height: 204px;
  background-image: url("../images/accueilLeft.png");  
}
#accueilCenter {
  float: left;
  width: 206px;
  height: 204px;
}
#introFlash {
  width: 206px;
  height: 204px;  
}
#accueilRight {
  float: left;
  width: 530px;
  height: 204px;
  background-image: url("../images/accueilRight.png"); 
}
#accueilBottom {
  clear: both;
  width: 898px;
  height: 264px;
  background-image: url("../images/accueilBottom.png");  
}
#header, #footer {
  width: 100%;
  height: 10px;
  background-color: #b9b9b9;
}
#header {
  margin-top: 5px;
}
#footer {
  margin-bottom: 5px;
}

