body
{
   background-color: #DDDDDD;
   color: white;
   margin: auto; /* Pour centrer notre page */
   margin-top: 0px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
}

p
{
   font-size: 15px;
   font-family: Comic Sans MS, Trebuchet MS, serif;
   text-indent: 0px; 
   color: black;
}

a:link
{
color: black;
}

a:visited
{
color: black;
}

a:hover
{
color: #808080;
}

a:active
{
color: black;
}

a img
{
text-decoration: none;
border: none;
font-size: medium;
}

a
{
text-decoration: none;
font-size: 16px;
font-family: Comic Sans MS, Trebuchet MS, serif;
}

table
{
width: 900px;
font-size: 20px;
color: white;
margin-bottom: 20px;
left: 50%;
text-align: center;
margin-top: 20px;
}

caption
{
margin: auto;
font-family: Comic Sans MS, Trebuchet MS, serif;
font-size: 20px;
color: white;
}

#drapeau
{
width: 110px;
height: 31px;
left: 50%;
margin-left:400px;
margin-top: 30px;
}


