body
{
   width: 760px;
   margin: auto;
   margin-top: 5px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 5px;    /* Idem pour le bas du navigateur */
   background-image: url("../images/mer.png");
   background-attachment: fixed; /* Le fond restera fixe */
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, Impact, "Arial Black", Arial, Verdana, serif;
   color: black;

}
/* L'en-tête */

#en_tete
{
   height: 73px;
   background-image: url("../images/pano.png");
   background-repeat: no-repeat;
   margin-bottom: 5px;
   border: 3px outset black;

}
.mail
{
   color: red;
   font-weight: bold;
   font-style: italic;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, Impact, "Arial Black", Arial, Verdana, serif;
   font-variant: small-caps;
   text-decoration: blink;
   text-align: center;
}
h1
{
   text-align: center;
}
h2
{
   text-align: center;
}
#menu
{
   float: left;
   background-image: url("../images/fd3.png");
   border: 3px outset black;
   width: 21%;
   padding: 5px; /* Marges intérieures de 5px */
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
a
{
   color:black;
   text-decoration:none;
}
a:hover
{
   color:silver;
   text-decoration:none;
   font-size:1.3em;
}

#corps
{
   height: 497px;
   width: 74%;
   background-image: url("../images/fd3.png");
   border: 3px outset black;
   padding: 5px; /* Marges intérieures de 5px */
   padding-bottom: 5px;
   margin-left: 5px;
   text-align: center;
   overflow: auto;
}
#pied_de_page
{
   margin-top: 5px;
   clear: both;
   padding: 5px; /* Marges intérieures de 5px */
   text-align: center;
   background-image: url("../images/fd3.png");
   border: 3px outset black;
}
.corps
{
   text-align:justify;
}
.forme
{
   text-align:center;
   font-size: large;
   text-decoration: underline;
   font-variant: small-caps;
}
.choc
{
   text-align: justify;
   color: black;
}
.choc1
{
   text-decoration: blink;
   color: red;
}
.choc2
{
   text-decoration: blink;
   color: red;
}