
p
{
text-align:center ; /* Pour centrer le titre */
color: #f8f0d9;
 
}



h1
{
text-align:center;
color: #b29e65;
font-family: French script MT;
font-size: 36px;
left:justify; 
right:justify;
background-image:couverture.jpg;
}

h2
{
text-align:center;

font-family: French script MT;
font-size: 36px;
left:justify; 
right:justify;
background-image:couverture.jpg;

}


 /* L'en-tête */
 #en_tete
{
text-align:center;
color: #b29e65;
font-family: French script MT;
font-size: 36px;
background-image:couverture.jpg;


}


 a
{  
font-family:French script MT;
font-size: 28px;
text-decoration: none; /* Les liens ne seront plus soulignés */
color: white; /* Les liens seront en ocre au lieu de bleu */
margin-left:30px;
margin-right:10px;
border-left:10px;
padding:10px;
}

a img /* Toutes les images contenues dans un lien */
{
  border: none; /* Pas de bordure */
  margin-right:3%;
  background-color:fffbfb;
  background-image:couverture.jpg;

}

body
{
margin-top: 20px;
margin-left:300px;
margin-right:300px;
   border-right:50px;
   padding-left:50px;
   padding: 10px;
   border: 2px solid #FFDA71;
   background-color:#f8f0d9;
   border-top: 2px dotted  grey ;
  border-left: 3px dotted  grey ;
  border-right: 3px dotted grey ;
  border-bottom: 2px dotted grey ;
  background-image:couverture.jpg;
   
}
                                        
# page
{
  background-color:#e4fdc1;
   border-left: 10px;
 border-right:5px;
 left:50px;
 background-image:couverture.jpg;
}

/* Le menu */

# menu, # menu ul /* Liste */     
{
padding :none; /* pas de marge intérieure */
list-style: none; /* on supprime le style par défaut de la liste */
line-height: 21px; /* on définit une hauteur pour chaque élément */
text-align: center; /* on centre le texte qui se trouve dans la liste */
background-color: #e4fdc1;
font-size:22px;
margin-left:50%;
background-image:couverture.jpg;
}

# menu2, # menu2 ul /* Liste */     
{
        padding :none; /* pas de marge intérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 1px; /* on définit une hauteur pour chaque élément */
        text-align : left; /* on centre le texte qui se trouve dans la liste */
		
}

/* Le menu */

#menu /* Ensemble du menu */
{
font-family:Verdana; /* on utilise Arial, c'est plus beau ^^ */
font-size:13px; /* hauteur du texte : 12 pixels */
background-color:white;		
margin-left:1%;
background-color: #9b9082;


}

  /* Ensemble du menu */
  #menu2
{
font-weight : bold; /* on met le texte en gras */
font-family : Georgia; /* on utilise Arial, c'est plus beau ^^ */
font-size:26px; /* hauteur du texte : 12 pixels */
background-color:white;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#pied_de_page
{
   text-align: center;
   font-family: Arial;
   font-size:10px;
   background-color:#9b9082;

  
}


