1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| /*********************MENU***************************************
*********************************************************************/
#menu
{
position:relative;
left: 600px;
}
#menu a
{
display:block;
}
.menu_home_home { background:url(img/Menu/Home/home.jpg) no-repeat; width:129px; height:122px; }
.menu_home_home:hover { background:url(img/Menu/Home/home_hover.jpg) no-repeat; width:129px; height:122px; }
.menu_home_profil { background:url(img/Menu/Home/profil.jpg) no-repeat; width:129px; height:115px; }
.menu_home_profil:hover { background:url(img/Menu/Home/profil_hover.jpg) no-repeat; width:129px; height:115px; }
.menu_home_gallerie { background:url(img/Menu/Home/gallerie.jpg) no-repeat; width:129px; height:101px; }
.menu_home_gallerie:hover { background:url(img/Menu/Home/gallerie_hover.jpg) no-repeat; width:129px; height:101px;}
.menu_home_contact { background:url(img/Menu/Home/contact.jpg) no-repeat; width:129px; height:86px; }
.menu_home_contact:hover { background:url(img/Menu/Home/contact_hover.jpg) no-repeat; width:129px; height:86px;} |