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
| a:link, a:visited { color:#5A7CBA ; text-decoration:none ; }
a#current { color:#999999 ; text-decoration:none ; }
a:hover, a:active { color:#333333 ; text-decoration:none ; }
#menu {
position: absolute;
width: 650px;
height: 50px;
left: 50%;
margin-left: -320px;
text-align: center;
background-image: url(../images/image-bot.png);
background-repeat: no-repeat;
background-position: bottom;
}
#menu #top {
background-image : url(../images/image-top.png);
background-repeat: no-repeat;
background-position: top;
}
#menu #lien {
width:650px;
font-family: Tahoma;
font-size: 10pt;
text-align: center;
position:absolute;
bottom:0px;
} |