Bonjour a tous. 
Voila j'apprends grâce au tutoriel du "site du zéro" a créer un site web. http://www.siteduzero.com/tutoriel-3-13666-apprenez-a-creer-votre-site-web.html
Je suis arrivé presque a la fin du tuto, est la j'ai essayer de créer ma page web mais je rencontre un problème.
Je m'explique: en faite j'aimerai créer une page web qui ressemblerai a peu prés a ça http://www.noelshack.com//up/aac/0002447-f320427835.bmp
Je pensait que ça allait être simple mais j'ai eu un problème, soit je m'y suis mal pris soit je me suis trompé dans le code CSS. http://www.noelshack.com//up/aac/0002447-3663f2a940.bmp
La barre de menu et le menu de gauche sont collé est je n'arrive pas a les séparé.
Je met mon code css:
body
{
width: 760px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("images/fond.png"); /* Inactive */
background-color: black;
color: white;
}
- en_tete
{
width: 360px;
height: 200px;
background-image: url("images/banniere.jpg");
background-repeat: no-repeat;
margin: auto;
margin-bottom: 70px;
}
#menu1
{
width: 760px;
height: 52px;
background-image: url("images/fond_barre_menu.png");
background-repeat: repeat-x;
border: 3px solid white;
margin: 0px;
margin-bottom:80x;
}
.element_menu
{
text-align: center;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
margin: 0px;
margin-bottom:80x;
}
#menu2
{
float: left;
width: 120px;
border: 3px solid white;
}
.element_menu2
{
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
Voila donc j'aimerai bien que quelqu'un m'aide a trouver ou j'ai fait une erreur.
Merci d'avance. 