
#piedPage{
  overflow:hidden;
}

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

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

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