Bpnjour,
Le corps de mon site se retrouve en bas de la page et je n´arrive pas à le remonter.
Il est comme ça : http://img192.imageshack.us/img192/8043/sanstitre9rz.jpg
Voici mon code CSS (je ne pense qu´il y ai une erreur avec le code html) :
body
{
width: 950px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}
- en_tete
{
width: 900px;
height: 100px;
background-image:
background-repeat: no-repeat;
margin-bottom: 10px;
}
element_menu
{
background-color: #778899;
background-image: url("images/motif.png");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
}
element_menu h3
{
color: 000040;
font-family: Monotype Corsiva, "Arial Black", "Monotype Corsiva", Times, serif;
text-align: center;
}
.element_menu ul
{
list-style-image:
padding: 0px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
.element_menu a
{
color: #B3B3B3;
}
.element_menu a:hover
{
background-color: E6E8FA;
color: silver;
}
- corps
{
margin-left: 180px;
margin-bottom: 20px;
padding: 5px;
color: silver;
background-color: #778899;
background-image:
background-repeat: repeat-x;
border: 2px solid black;
Aidez moi, ce problème m´empêche d´avancer 