﻿h1
{
text-align: center; /* Pour centrer le titre */
padding-bottom: 2%;
font-family: Georgia, "Comic Sans MS", "Times New Roman", serif;
font-size: 100%;
text-transform: capitalize; /* Les premières lettres des mots du titre seront en majuscules */
margin-top:25px;
background-color:white;
}

h2
{
text-align: center; /* Pour centrer le titre */
font-family: Georgia, "Comic Sans MS", "Times New Roman", serif;
font-size: 100%;
text-transform: 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:5px;
 left:50px;
 padding-top: 1%;
}

p
{
text-align:center ; /* Pour centrer le titre */
background-color:white;
}

	.bloc_centre
      {
    width:50%;
    margin-left:20%;
	margin-right: 20%;
    margin-top: 12%;
	margin-bottom: 20%;
	padding-top: 5px;
	background-color:#e4fdc1;
    }
   
body /* On travaille sur la balise body, donc sur TOUTE la page */

{ 
border-top: 25%;
margin-left:200px;
margin-right: 200px;
border-top: 10px dotted  #FFDA71
  border-left: 10px dotted  #FFDA71
  border-right: 10px dotted  #FFDA71
  border-bottom: 10px dotted orange
  width:50%;
    margin-left:20%;
	margin-right: 20%;
    margin-top: 8%;
	padding-top: 5px;
	background-color:#f8f0d9;
	background-image: 
	
  
}
#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: Georgia, "Comic Sans MS", "Times New Roman", serif;
font-size: 100%;
text-transform: capitalize; /* Les premières lettres des mots du titre seront en majuscules */
text-decoration: none; /* Les liens ne seront plus soulignés */

}

a img /* Toutes les images contenues dans un lien */
{ margin-top: 580 px;/* Marge extérieure de 80px */

}


a
{  
font-family: papyrus bold;
font-size: 28px;
background-color:none;
text-transform: capitalize; /* Les premières lettres des mots du titre seront en majuscules */
text-decoration: none; /* Les liens ne seront plus soulignés */
color:grey; /* Les liens seront en ocre au lieu de bleu */
margin-left:30px;
margin-right:10px;
border-left:10px;
padding:1px;
}
