*
{
margin:0;
padding: 0;
}
body
{
width:1000px;
margin:200px;/* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
margin: auto;/* Pour centrer notre page */
background-color:rgb(51,51,51);
color: rgb(255,255,255);
padding: 10px;
border: 2px solid rgb(255,255,255);
}
a /* Tous les liens */
{
   color: rgb(255,255,255);
   font-weight: bold;
   
}
a:hover /* Quand on pointe sur un lien  */
{
   background-color: rgb(255,255,255);
   color: black;
}
#en_tete
{
margin:auto;
margin-bottom: 0px;
text-align:center;
font-family: comic sans Ms;
}
.titre
{
color: rgb(255,255,255);
font-size:40px;
font-weight: bold;
font-family: Arial black;
text-align:center;
}
.souligné
{
text-decoration: underline;
}
#soutete
{
font-family: comic sans Ms;
font-weight: bold;
font-size:20px;
text-align:center;
margin:auto;
color: rgb(255,255,255);
}
#contact
{
font-size:20px;
text-align:right;
color:rgb(255,255,255);
margin-top: 50px;
}
#menu
{
clear: both;
font-family: comic sans Ms;
margin-top: 20px;
margin-bottom:20px;
text-align: center;
}
#corps1
{
margin: auto;
margin-left: 70px;
margin-right: 20px;
float: left;
}

#corps2
{
margin: auto;
font-family: comic sans Ms;
float: right;
margin-right: 80px;
}
#corps3
{
font-family: comic sans Ms;
margin-right: 0px;
margin-top: 10px;
}
#corps4
{
font-family: comic sans Ms;
margin-right: 0px;
margin-top: 10px;
}
#pied_de_page
{
margin:auto;
text-align: center;
clear:both;
{
