body {
background-image:url(images/fond_tole.jpg);
margin: 0px; /* Pas de marge */
padding: 0px; /* Pas d'espacement */
border-style:hidden; /* Les bordures sont cachés */
} 

A:link { text-decoration: none; color:black; }
A:visited { text-decoration: none; color:black; }
A:hover { text-decoration: none; color:red; }

ul{font-size:11pt; font-family:"comic sans ms"; color:#000000; font-weight:bold}
h1{font-size:10pt; font-family:"segoe print"; color:#000000;}
h2{font-size:10pt; font-family:"segoe print"; color:#000000; margin-right:15px; margin-left:60px;}

#bandeau
{
width:800px; 
margin:0px;
padding: 0px;
margin-bottom:10px;
}

#bas
{
margin-left:100px;
margin-top:-16px;
}

#conteneur { 
position: absolute;
border-style:hidden; /* Les bordures sont cachés */
/* permet de centrer le corps, le bandeau et le menu */
width:700px; 
left:48%;
margin-left: -375px;
}

#corps
{
margin-top:-16px;
width:800px;
background-image:url(images/fond.jpg);
background-repeat:repeat-y;
background-position:center;
}

#menu
{
width:700px; 
height:290px;
margin-left:100px;
background-image:url(images/menu.gif);
background-repeat:no-repeat; /*  On interdit la reproduction de l'image de fond */
background-position:left;
}
