#pied_de_page
{
   padding: 8px;
   clear: both;
   text-align: center;
   border: 4px simple black;
}
#corps
{
   margin-right: 0px;
   margin-bottom: 20px;
   padding: 5px;
   border: 1px double black;
}
#corps h1
{
	text-align: center;
   margin-right: 0px;
   margin-bottom: 20px;
   padding: 5px;
}
#menu
{
   float: top; /* Le menu flottera à top */
   text-align: center;
   width: auto; /* Très important : donner une taille au menu */
   height: auto;
}
#pict
{
   text-align: center;
   margin-right: 0px;
   margin-bottom: 20px;
   padding: 3px;
   border: 1px double black;
    width: auto; /* Très important : donner une taille au menu */
   height: auto;
}