Bonjour à tous.
Voila je suis en train de créer un site web (grâce au site du zéro)
et j'ai un gros soucis avec internet explorer, car le corps du site en tout en bas 
Alors que sous fire fox, il n'y a aucun soucis...
Est-ce que quelqu'un sait ce qu'il faut modifier dans le code CSS pour corriger ce problème ?
merci d'avance ^^
code CSS :
body
{
width:768px;
margin:auto;
margin-top:20px;
margin-bottom:20px;
background-color:#a39477;
background-image:url("http://darkchronos6.free.fr/
Blog%20Fleurey/imgfond.jpg");
background-repeat:repeat
}
- en_tete
{
width:768px;
height:165px;
background-image:url("http://darkchronos6.free.fr/
Blog%20Fleurey/banniere.jpg");
background-repeat:no-repeat;
border-style:outset;
}
- li{
list-style-type:none;
background:url(images/puce.jpg) center left no-repeat;
padding-left:15px;
}
- menu
{
border-style:outset;
width :150px;
height:900px;
border-style:ridge;
float:left;
text-align:left;
background-color:#b9a055;
}
- corps
{
margin-left:150px;
margin-bottom:20px;
padding:5px;
width:607px;
color:#000000;
background-color:#a56e37;
border-style:outset;
float:none;
}
et code XHTML au cas ou :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transition
al.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"xml:lang="fr">
<head>
<title>Club photos Fleurey</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="design.css" />
</head>
<body>
<div id="en_tete">
</div>
<div id="menu">
<center>
<h4>Acceuil</h4>
</center>
<ul>
<li>presentation</li>
<li>Localisation</li>
<li>Historique</li>
</ul>
</div>
<div id="corps">
<center>
<img
src="http://darkchronos6.free.fr/Blog%20Fleurey/bI
ENVE.jpg" alt="Bienvenue"/>
</center>
</div>
<div id="pied_de_page">
</div>
</body>
</html>