
#centre
{
   width: 650px;
   border: solid; 
   
   margin: auto; 
 
   
   padding: 12px; /* Marge intérieure de 12px */
   margin-top: 30px;
   text-align: left;
   background-color: white;
   font-size: 150%;
   font-family: Arial, Helvetica, sans-serif;
   }
   #ban-tete
   {
   width: 120px;
	float:left;
	margin-left : -140px;
	margin-top:-190px;
	}
   
   #ban
   {
    width: 120px;
	float:left;
	margin-left : -90px;
	margin-top: 29px;
   }
   
   #ban1
   {
   width: 120px;
    background-color: white;
	float:left;
	margin-left : -90px;
	margin-top: 29px;
	border:1px solid black;
   }
   #ban2
{
width: 120px;
height: 420px;
font-family: Arial, Helvetica, sans-serif;
 border:1px solid black;  
	float:right;
	margin-right : -100px;
	margin-top: 30px;
	
	background-color: white;
}
#ban-tete2	
{
width: 120px;
height: 250px;
float:right;
	margin-right : -140px;
	margin-top: -190px;
	
}	
p 
{
   font-family: Veranda; /* Soit mise en Arial si possible*/
   font-style: normal; /* Soit écrite en italique (c'est plus voyant) */
    margin-right: 5px; /* Qu'il y ait une marge de 5px à droite pour que ça colle pas trop au reste du texte */
   text-align: left;
   font-size: 100%;
   font-family: Veranda;
}
 h2
{
   color: red;
text-decoration: underline;
text-align: center;

  


}

h3
{
   color: red;
text-decoration: underline;
text-align: center;
}




#baniere
{
 
   margin: auto;
   width: 750px;
   height: 165px;
    border: none;
   background-image: url("baniere001 copy.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   
  
}


body /* On travaille sur la balise body, donc sur TOUTE la page */
{
   background-color:orange; /* Le fond de la page sera jaune */

}
ul
{
text-align: left;
}

