/* CSS Document */
body
{
   width: 760px;
   margin: auto; 
   margin-top: 20px; 
   margin-bottom: 20px;
   background-image: url("fond2.gif"); 
   
}
#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("banniere.jpg"); 
   background-repeat: no-repeat;
   margin-bottom: 10px;
   border: 2px solid black;

}
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 200px; /* Très important : donner une taille au menu */
   
}

.element_menu
{
   border: 2px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
   background-image: url("paper.jpg")

}
.element_menu h3
{    
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
 }
.element_menu h2
{    
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
   text-align: left;
   margin-left: 50px;
   margin-bottom: 5px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color: rgb(128,64,0);
}

.element_menu ul
{
   padding: 0px;
   padding-left: 10px;
   text-align: left;
   margin: 10px;
   margin-bottom: 5px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color: rgb(128,64,0);
}

.element_menu a
{
   color: rgb(128,64,0);
}

.element_menu a:hover
{
   background-color: white;
   color: black;
}
#corps
{
   margin-left: 220px; /* 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 */
   background-image: url("paper.jpg");
   color: #B3B3B3;
   border: 2px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
  
}

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: #B3B3B3;
   background-image: url("paper.jpg");
   border: 2px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   
}
#pied_de_page p
{
   text-align: center;   
}

h1
{
   color: rgb(128,64,0);
   font-size: 25px;
   font-family: Arial Black;
   text-align: left;
   font-style: italic;
   font-weight: normal;
}
h2
{
   color: black;
   font-size: 18px;
   font-family: Arial;
   text-align: left;
   font-style: italic;
   font-weight: normal;
   text-decoration: underline;
}
h4
{
   color: black;
   font-size: 16px;
   font-family: Arial;
   text-align: left;
   font-style: bold;
   font-weight: bold;
   text-decoration: none;
   margin-left: 20px
}
p
{
   color: black; /* Les paragraphes seront bleus */
   font-size: 16px; /* La taille de 18 pixels me semble pas mal */
   font-family: Verdana;
   text-align: left;
   font-style: normal;
   font-weight: normal;
    
}
.auteur
{
   color: black;
   font-size: 12px;
   font-family: Arial Black;
   text-align: right;
   font-style: normal;
   font-weight: normal;
   font-variant: small-caps;
}
.droite
{
   color: black;
   font-size: 14px;
   font-family: Verdana;
   text-align: right;
   font-style: normal;
   font-weight: normal;
 }
.centrer
{
   color: black;
   font-size: 16px;
   font-family: Verdana;
   text-align: center;
   font-style: normal;
   font-weight: normal;
}
.centrer1
{
   color: black;
   font-size: 12px;
   font-family: Arial Black;
   text-align: center;
   font-style: normal;
   font-weight: normal;
   font-variant: small-caps;
}
.gauche
{
   color: black;
   font-size: 12px;
   font-family: Arial Black;
   text-align: left;
   font-style: normal;
   font-weight: normal;
   font-variant: small-caps;
}
.gauche1
{
   color: black;
   font-size: 14px;
   font-family: Verdana;
   text-align: left;
   font-style: normal;
   font-weight: normal;
}
.definition
{
	text-align: left;
}
.flash
{
	text-align:center;
}
em
{
   color: black; 
   font-size: 16px; /* La taille de 18 pixels me semble pas mal */
   font-family: Comic Sans MS;
   text-align: center;
   font-style: italic;
   font-weight: normal;
}

#corps ul
{
   color: black; /* Les paragraphes seront bleus */
   font-size: 14px; /* La taille de 18 pixels me semble pas mal */
   font-family: Verdana;
   list-style-position: inside;
   list-style-image: url("../../images/spirale.gif");
   padding: 0px;
   padding-left: 0px;
   text-align: left;
   margin: 0px;
   margin-bottom: 5px;
    
}
#corps dl
{
   color: black; /* Les paragraphes seront bleus */
   font-size: 16px; /* La taille de 18 pixels me semble pas mal */
   font-family: Verdana;
   
    
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
table
{
	text-align: center;
}
td
{
   padding-left: 10px;
       
}

