Bonjour, je débute en xhtml et CSS et ma page a l´air de fonctionner globalement, mais j´ai un gros problème, en effet ma bannère ne s´affiche pas
--------------------
html :
-------------
<div id="en_tete"> </div>
-------------------
css :
-------------------
body
{
width:760px;
margin:auto;
margin-top:20px;
margin-bottom:20px;
background-color: #ffe8b0;
}
/* en-tête */
- en_tete
{
width: 760px;
height: 91px;
background-image: url("images/menu.jpg");
background-repeat: no-repeat;
}
Merci