1

Alors voila, j'avais déja posté, on m'avait donné une solution, mais j'arrive pas à corriger, et je comprend pas.
Avec IE il y a un bug d'affichage.
[URL=http://www.arvi89.cliranet.com]http://www.arvi89.cliranet.com[/URL]

body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: rgb(90,120,170); 
   color: rgb(40.50.150);   
}

#en_tete
{
   width: 760px;
   height: 50px;
   margin-bottom: 10px;
   color: rgb(40.50.150);
}

#menu
{
   float: left;
   width: 120px;
}


.element_menu
{
   background-color: rgb(100,150,210);
   border: 2px solid black;
   margin-bottom: 20px;
}


.element_menu h3
{    
   color: rgb(40.50.150);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: rgb(40.50.150);
}

.element_menu a:hover
{
   background-color: rgb(90,120,170);
   color: rgb(40.50.150);
}

#corps
{
   margin-left: 140px;
   padding: 5px;
   color: rgb(40.50.150);
   background-color: rgb(100,150,210);
   border: 2px solid black;
}


#corps h2
{
   height: 30px;   
   padding-left: 30px;
   text-align: left;
}

#pied_de_page
{
   margin-top: 20px;
   padding: 5px;
   text-align: center;
   color: rgb(40.50.150);
   background-color: rgb(100,150,210);
   border: 2px solid black;
}


Merci smile

2

Les "margin" et "padding" ne fonctionnent pas de la même façon sur mozilla et IE.

Ici est expliqué comment y remédier (attention à l'horrible CSS)

3

Oui, mais les autres margin ont l'air de fonctionner... Et si je met un margin-bottom sur le corps, ça change rien.
Comprend pas sad
Bon, vais chercher, mais si vous avez une solution... smile

edit : ah non, ça marche pas pour tous les autres margin en fait...