/* MISE EN PAGE DES PRODUITS DANS LE FRIGO */

/* alignement image par image */

/* les promos */
#promo1 {
  position:absolute;
  bottom:411px;
  left:677px;
}
#promo2 {
  position:absolute;
  bottom:411px;
  left:744px;
}
#promo3 {
  position:absolute;
  bottom:411px;
  left:811px;
}

/* etage1 */
.classic {
  position:absolute;
  bottom:368px;
  left:680px;
}
.double {
  position:absolute;
  bottom:368px;
  left:728px;
}
.triple {
  position:absolute;
  bottom:368px;
  left:776px;
}
.toaste {
  position:absolute;
  bottom:368px;
  left:824px;
}

/* etage2 */
.vegetarien {
  position:absolute;
  bottom:321px;
  left:680px;
}
.salades {
  position:absolute;
  bottom:321px;
  left:728px;
}
.frites {
  position:absolute;
  bottom:321px;
  left:776px;
}
.compo {
  position:absolute;
  bottom:321px;
  left:824px;
}

/* etage3 */
.nuggets {
  position:absolute;
  bottom:273px;
  left:680px;
}
.tapas {
  position:absolute;
  bottom:273px;
  left:728px;
}
.nuggetspoissons {
  position:absolute;
  bottom:273px;
  left:776px;
}
.sauce {
  position:absolute;
  bottom:273px;
  left:824px;
}

/* etage4 */
.sodas {
  position:absolute;
  bottom:226px;
  /*left:683px;*/
  left:680px;
}
.eau {
  position:absolute;
  bottom:226px;
  left:744px;
}
.alcools {
  position:absolute;
  bottom:226px;
  /*left:804px;*/
  left:807px;
}

/* etage5 */
.menuclassic {
  position:absolute;
  bottom:176px;
  left:677px;
}
.menudouble {
  position:absolute;
  bottom:176px;
  left:728px;
}
.menutriple {
  position:absolute;
  bottom:176px;
  left:779px;
}
.menubabybox {
  position:absolute;
  bottom:176px;
  left:830px;
}

/* etage6 */
.menuvegetarien {
  position:absolute;
  bottom:139px;
  left:677px;
}
.menupoisson {
  position:absolute;
  bottom:139px;
  left:728px;
}
.menutoaste {
  position:absolute;
  bottom:139px;
  left:779px;
}
.menusalade {
  position:absolute;
  bottom:139px;
  left:830px;
}

/* etage7 */
.dessert {
  position:absolute;
  bottom:75px;
  /*left:683px;*/
  left:680px;
}
.benjerry {
  position:absolute;
  bottom:75px;
  left:744px;
}
.glaces {
  position:absolute;
  bottom:75px;
  /*left:804px;*/
  left:807px;
}

/* placement bac à légumes */
#pointsfidelite {
  position:absolute;
  bottom:34px;
  left:678px;
}
#affichcommande {
  position:absolute;
  bottom:34px;
  left:780px;
}

