Bonjour , j'ai un problème avec le tuto sur l'incrustation du design . Mon menu est complètement a gauche :
http://s2.noelshack.com/old/up/pbm-66e9845e14.png
Voici mon code "style.css"
body {
background:url(images/background.png) no-repeat top center #000000;
margin:0;
padding:0;
font-family:Verdana, Geneva, sans-serif;
font-size:9px;
}
- header {
height:190px;
background:url(images/top.png) no-repeat top center;
}
- conteneur {
width:894px;
margin:0 auto;
}
- menu {
background:url(images/contenu.png) repeat-y bottom center;
height:55px;
}
- menu ul li {
list-style:none;
float:left;
}
- menu ul li a {
height:45px;
width:107px;
font-size:18px;
text-decoration:none;
text-align:center;
background:url(images/bouton.png) no-repeat top right;
display:block;
line-height:40px;
color:#FFFFFF;
}
- menu ul li a:hover {
background-position:bottom left;
}
Merci d'avance .