body
{
   margin-right: 30px;
   margin-top: 10px;
   margin-bottom: 20px; 
    width: 100%;   
   font-size:large !important;
   font-size: medium;
   color: red;
   background-color:black;
 
}

/* L'en-tête */

#en_tete
{
   width: 100%;
   height: 150px;
   background-image: url("banniere.jpg");
   background-repeat: no-repeat;
   margin-top:20px;
   margin-bottom: 10px;
   margin-left:0px !important;
   margin-left: 100px;
  text-align:center;
}

/* Le menu */

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 140px; /* Très important : donner une taille au menu */
   margin-top: 10px;
   margin-left: 10px !important;
   margin-left:50px;
   margin-bottom: 0px;
}

.element_menu
{
   background-color:black;
   margin-bottom: 0px; /* Pour éviter que les éléments du menu ne soient trop collés */
   margin-right:10px;
   }
   
.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color:black;
     
}


.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #B3B3B3;
   color: black;
}
#corps
{
   
   margin-left:100px;
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 50px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   margin-right: 0 !important;
   margin-right: 100px;
   color: white;
   
}
#pied_de_page
{
margin-right: 50px;
   margin-top: 10px;
   margin-bottom: 20px; 
    width: 100%;   
   font-size:large !important;
   font-size: medium;
   color: red;
  
 }
p
{
text-indent: 40px;
text-align: justify;
}

h3
{
color:red
}
.image
{
   float: right;
   margin-top:20px;
   margin-bottom:20px;
   margin-right:0px;
   margin-left:20px;
   
}

.table
{
text-decoration:underline;
color:red;
}


.photos
{
  float:left;
}

 img 
{
border: none;
 }
.titre
{
color: red;
font-size:small caps;
} 
.centrer
{
text-align: center;
}
td /* Mettre une bordure sur les td ET les th */
{
border: 1px solid white;
padding:10px;
}
th
{
background-color:red;
 font-variant: small-caps;
}
table
{ 
/* Le tableau en lui-même */
   margin-left:80px;   
   border-collapse: collapse;
   border: 1px solid white;
   width:90%;
 
}
a
{
color: orange;
text-decoration: underline;
}
.lettre
{font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
color: grey;
}