body
{
width: 760px;
margin: auto; /* Pour centrer notre page */
margin-top: 20px; /* 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 */
background-color: rgb(255, 251, 223)

}
/* L'en-tête */

#en_tete
{
width: 760px;
height: 40px;
margin-bottom: 20px;
text-align: center;
border-bottom: 2px solid black;
margin-top: 20px;
font-family: Helvetica, Arial, "Arial Black", "Times New Roman", Times, serif;
font-size: 1.6em;
color: black;
}
/* Les Images */

#images
{
float: left;
width: 200px;
margin-bottom: 20px;
margin-top: 40px;
}

#corps
{  
margin-top: 50px;
margin-left: 230px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   border: 0px solid black;
 font-family: Helvetica, Arial, "Arial Black", "Times New Roman", Times, serif;
font-size: 0.8em;
color: black;
padding-left: 20px;
}
#corps h1
{
font-size: 1,3em;
font-weight: bold;
 font-family: Helvetica, Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps em
{
font-style: italic;
}

}
#corps a
{
color: rgb(47, 132, 121);
text-decoration: none;
font-style: italic;
font-weight: bold;
}

#corps a:hover
{
color: rgb(113, 181, 206);
}

#corps a:active
{
color: rgb(128, 128, 192);
}

.inside
{
list-style-position: inside;
}
.einruecken
{
text-ident: 20px;
text-align: justify;
}
#pied_de_page
{
   padding: 5px;
   text-align: right;
margin-top: 10px;
border-top: 2px solid rgb(43, 43, 87);;
font-family: Helvetica, Arial, "Arial Black", "Times New Roman", Times, serif;
font-size: 0.8em;
color: rgb(43, 43, 87);
}
#pied_de_page a
{
color: rgb(47, 132, 121);
text-decoration: none;
font-style: italic;
font-weight: bold;
}

#pied_de_page a:hover
{
color: rgb(113, 181, 206);
}




