/* CSS Document */
a.order { 
display: block;  width:75px; height: 100px;
background-image: url(../img/bouton_commander.gif); background-repeat: no-repeat;
 position:absolute;  left:380px; top:97px;
z-index:5 ;     
}
a.order:hover { 
background-image: url(../img/bouton_commander_on.gif);
}
a.topvins { 
display: block;  width:75px; height: 100px;
background-image: url(../img/bouton_vins.gif); background-repeat: no-repeat;
 position:absolute;  left:480px; top:97px;
z-index:7 ;     }
a.topvins:hover { 
background-image: url(../img/bouton_vins_on.gif);
}
a.Offres { 
display: block;  width:75px; height: 100px;
background-image: url(../img/bouton_offres.gif); background-repeat: no-repeat;
 position:absolute;  left:580px; top:97px;
z-index:9 ;     }
a.Offres:hover { 
background-image: url(../img/bouton_offres_on.gif);
 }
 a.eauxdevie { 
display: block;  width:75px; height: 100px;
background-image: url(../img/bouton_eauxdevie.gif); background-repeat: no-repeat;
 position:absolute;  left:680px; top:97px;
z-index:11 ;     }
a.eauxdevie:hover { 
background-image: url(../img/bouton_eauxdevie_on.gif);
 }
 a.infos { 
display: block;  width:75px; height: 100px;
background-image: url(../img/bouton_infos.gif); background-repeat: no-repeat;
 position:absolute;  left:780px; top:97px;
z-index:13 ;     }
a.infos:hover { 
background-image: url(../img/bouton_infos_on.gif);
 }