﻿h1
{
text-align: center; /* Pour centrer le titre */
padding-bottom: 2%;
font-family: French script MT;
font-size: 8 px;
margin-top:25px;
color: white;
background-color: white ;
}

h2
{
text-align: center; /* Pour centrer le titre */
font-family: French script MT;
font-size: 8px ;
texttransform: capitalize; /* Les premières lettres des mots du titre seront en majuscules */
margin-top:25px;
background-color:white;
}




/* L'en-tête */
 #en_tete
{
  background-color: white;
   border-left: 10px;
 border-right:10px;
 padding-top: 1%;
 text-align: center; /* Pour centrer le titre */
}

p
{
font-family: French script MT;
font-size: 8px ;
text-align:center ; /* Pour centrer le titre */
background-color:white;

}

   
body /* On travaille sur la balise body, donc sur TOUTE la page */

{ 
border-top: 5%;
margin-left:20px;
margin-right: 20px;
border-top: 2px dotted  grey ;
  border-left: 3px dotted  grey ;
  border-right: 3px dotted grey ;
  border-bottom: 2px dotted grey ;
  
    margin-left:40%;
	margin-right:40%;
    margin-top: 2%;
	padding-top: 1px;
	background-color:#f8f0d9;
	background-image: ;
	text-align: center; /* Pour centrer le titre */;
  
}
#e4fdc1


points . 
{ border-top: 3px dotted  #FFDA71;
  border-left: 2px dotted  #FFDA71;
  border-right: 2px dotted  #FFDA71;
  border-bottom: 3px dotted orange; 
}


 a
{  
font-family: French script MT;
font-size: 8 px;
text-decoration: none; /* Les liens ne seront plus soulignés */
text-align: center; /* Pour centrer le titre */

}

a img /* Toutes les images contenues dans un lien */
{ margin-top: 180 px;/* Marge extérieure de 80px */

}


a
{  
font-family: French script MT;
font-size: 28px ;
background-color:white;
text-decoration: none; /* Les liens ne seront plus soulignés */
color:grey; /* Les liens seront en ocre au lieu de bleu */
margin-left:10px;
margin-right:10px;
border-left:10px;
text-align: center; /* Pour centrer le titre */;
}





