1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
.menu
{
width:100%;
height:71px;
list-style:none;
position:absolute;
top:152px;
line-height:0px ; margin:0px ; padding:0px ;
}
.menu li a
{
display:block;
float:left;
height:32px;
background: url("design2/bouton1.gif") left top no-repeat ;
color:#FFFFFF;
line-height: 25px ;
text-decoration:none;
font-family:arial, verdana, sans-serif;
text-decoration:underline;
padding:0 0 0 17px;
text-align: center ;
}
.menu li a:hover, .menu li a:focus, .menu li a:active
{
color:#000000;
background: url("design2/bouton2.gif") left top no-repeat ;
font-family:arial, verdana, sans-serif;
} |
Partager