#contenuGenerale{
  background-image: url("fondCentre.gif");
  background-repeat: repeat-y;  
  overflow:hidden;    
}

#contenu{  
  overflow:hidden;
 
  margin-left:15px;
  margin-right:15px;
  width:720px; 
}

#contenuHautDroit{
  float:right;
  width:10px;
  height:10px;
  background-image: url("contenuHautDroit.gif");
  background-repeat:no-repeat;
  overflow: hidden;
}

#contenuHautCentre{
  float:left;  
  height:10px;
  width:700px;
  background-image: url("contenuHautCentre.gif");
  background-repeat: repeat-x;
  overflow: hidden;
}

#contenuHautGauche{
  float:left;
  width:10px;
  height:10px;
  background-image: url("contenuHautGauche.gif");
  background-repeat:no-repeat;
  overflow: hidden;
}

#contenuCentre{
  width:720px;
  background-image: url("contenuCentre.gif");
  background-repeat: repeat-y;
  overflow:hidden;
}

#contenuBasDroit{
  float:right;
  width:10px;
  height:10px;
  background-image: url("contenuBasDroit.gif");
  background-repeat:no-repeat;
}

#contenuBasCentre{
  float:left;  
  height:10px;
  width:700px;
  background-image: url("contenuBasCentre.gif");
  background-repeat: repeat-x;
}

#contenuBasGauche{
  float:left;
  width:10px;
  height:10px;
  background-image: url("contenuBasGauche.gif");
  background-repeat:no-repeat;
}
