 /* Menu actu */
a#actu {
position: absolute;
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height:23px;
width:139px;
top:100px;
left:25px;
z-index:3;
background: transparent url(../img/actu.jpg) left top no-repeat;
}
a#actu:hover, a#actu.actif {
background: transparent url(../img/actu.jpg) top right no-repeat;
background-position: -139px 0px;
}



 /* Menu bio */
a#bio, a#bioactif {
position: absolute;
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height:23px;
width:139px;
top:125px;
left:25px;
z-index:3;
background: transparent url(../img/bio.jpg) left top no-repeat;
}
a#bio:hover, a#bioactif {
background: transparent url(../img/bio.jpg) top right no-repeat;
background-position: -139px 0px;
}

 /* Menu cd */
a#cd, a#cdactif {
position: absolute;
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height:23px;
width:139px;
top:151px;
left:25px;
z-index:3;
background: transparent url(../img/cd.jpg) left top no-repeat;
}
a#cd:hover, a#cdactif {
background: transparent url(../img/cd.jpg) top right no-repeat;
background-position: -139px 0px;
}
 /* Menu dvd */
a#dvd, a#dvdactif {
position: absolute;
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height:23px;
width:139px;
top:177px;
left:25px;
z-index:3;
background: transparent url(../img/dvd.jpg) left top no-repeat;
}
a#dvd:hover, a#dvdactif {
background: transparent url(../img/dvd.jpg) top right no-repeat;
background-position: -139px 0px;
}


 /* Menu commande */
a#commande, a#commandeactif {
position: absolute;
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height:23px;
width:139px;
top:203px;
left:25px;
z-index:3;
background: transparent url(../img/commander.jpg) left top no-repeat;
}
a#commande:hover, a#commandeactif {
background: transparent url(../img/commander.jpg) top right no-repeat;
background-position: -139px 0px;
}
 /* Menu presse */
a#presse, a#presseactif {
position: absolute;
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height:21px;
width:139px;
top:255px;
left:25px;
z-index:3;
background: transparent url(../img/presse.jpg) left top no-repeat;
}
a#presse:hover, a#presseactif {
background: transparent url(../img/presse.jpg) top right no-repeat;
background-position: -139px 0px;
}
 /* Menu livre */
a#livre, a#livreactif {
position: absolute;
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height:21px;
width:139px;
top:276px;
left:25px;
z-index:3;
background: transparent url(../img/livre.jpg) left top no-repeat;
}
a#livre:hover, a#livreactif {
background: transparent url(../img/livre.jpg) top right no-repeat;
background-position: -139px 0px;
}
 /* Menu contact */
a#contact, a#contactactif {
position: absolute;
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height:21px;
width:139px;
top:297px;
left:25px;
z-index:3;
background: transparent url(../img/contact.jpg) left top no-repeat;
}
a#contact:hover, a#contactactif {
background: transparent url(../img/contact.jpg) top right no-repeat;
background-position: -139px 0px;
}

/* Menu lien */
a#lien, a#lienactif {
position: absolute;
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height:21px;
width:139px;
top:318px;
left:25px;
z-index:3;
background: transparent url(../img/lien.jpg) left top no-repeat;
}
a#lien:hover, a#lienactif {
background: transparent url(../img/lien.jpg) top right no-repeat;
background-position: -139px 0px;
}
div #panier {
position: absolute;
z-index:3;
bottom:25px;
right:30px;
height:18px;
padding-left:25px;
}
/* Menu photos */
a#photo, a#photoactif {
position: absolute;
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height:23px;
width:120px;
top:350px;
left:25px;
z-index:3;
background: transparent url(../img/photo.jpg) left top no-repeat;
}
a#photo:hover, a#photoactif {
background: transparent url(../img/photo.jpg) top right no-repeat;
background-position: -120px 0px;
}

