<style>
<!--
body {
font-size : 1.2em;
font-family : Georgia, Times, serif;
color : white;
background-color : black;
margin: 0;
padding: 0;

scrollbar-face-color: #909090;
scrollbar-highlight-color: #101010;
scrollbar-shadow-color: #353535;
scrollbar-3dlight-color: #F0F0F0;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #757575;
scrollbar-darkshadow-color: #111111;
}


a {
color: #757575;
font:  Georgia, Times, serif;
text-decoration: none;
}

a:hover {
color: #757575;
font:  Georgia, Times, serif;
text-decoration: underline;
}

a:visited {
color: #757575;
font:  Georgia, Times, serif;
}




div{
  text-align:justify;
   }

div#top {
   width: 800px;
   height: 126px;
   background-color: black;
}

div#bandeau {
   width: 800px;
   background-color: black;
   color: white;
   font-size: 0.8em;

}

   
div#contenu {
   float: center;
   width: 800px;
   background-color: black;
}

   
div#petit {
   font-size: 0.8em;
}


div#special {
   font-size: 1.5em;

}



div#part1{
   float: left;
   width: 200px;
   height: 200px;
   background-color: black;
   color: white;
}
   
div#part2 {
   float: left;
   width: 400px;
   background-color: black;
   color: white;
   height: 200px;
}


div#part3 {
   float: left;
   width: 200px;
   background-color: black;
   color: white;
   height: 200px;
}



div#mini{
   float: left;
   width: 200px;
   height: 300px;
   background-color: black;
   color: white;
   font-size: 0.8em;
}
   



div#partie1{
   float: left;
   width: 320px;
   height: 200px;
   background-color: black;
   color: white;
}
   
div#partie2 {
   float: left;
   width: 460px;
   background-color: black;
   color: white;
   height: 200px;
   padding: 20px, 20px, 20px, 20px;
   
}




div#pied {
   width: 800px;
   background-color: black;
   color: white;
   font-size: 0.7em;
   clear: both;
}


div#titre {
   font: bold Georgia, Times, serif;
   font-size: 1.3em;
   clear: both;
}

div#erreur {
   margin: 5;
   padding: 25;
   background-color: black;
   color: white;
   font-size: 1.6em;
   clear: both;

}
</style>