/* Style css général */
body
{
   width: 760px; /* Largeur de la page */
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-image: url(../images/fond.jpg);
   background-repeat: no-repeat;

}

a
{
   color: #000000;
   font-family: "Myriad Pro", "Times New Roman", Times, serif;
   font-size: 18px;
}

p{
	text-align : center;
	color : #FF0000;
}

#en_tete
{
   height: 150px;
   background-repeat: no-repeat;
   margin-bottom: 5px; /* marge sur le bas de la banière */
   border: 2px solid #EC7600;
   
}

#corps
{
   margin-bottom: 5px; /* 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-color: #FFFFFF; /* Une couleur de fond pour le corps */
   
   text-align: left;   

   color: #000000;
   font-family: "Myriad Pro", "Times New Roman", Times, serif;
   font-size: 18px;
}

#pied_de_page
{
   padding: 5px;

   background-color: #000000;
   
   text-align: center;   
   font-family: "Myriad Pro", "Times New Roman", Times, serif;
   font-size: 14px;
}

.banniere
{
	text-align : center;
}

.description_etape /*Ne porte pas trés son nom car il défini le style de toutes les zones avec du texte, les explications sur la marche a suivre par exemple*/
{
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
	
}

.color_titre
{
	color : #BF2616;
}

.formulaire
{
	margin:auto;
}