html, body {
margin:0; 
padding:0; 
background-color: #FBD4B4;

}
body {
font-family: arial, sans-serif;
}
p {
text-align:justify; font-size: 80%;
}
.fixed {
width:850px; 
margin: auto;
margin-top: 50px;
color:white; 
padding:10px; 
background-color: #800000;
line-height: 60%;
}
h1
{
   font-size: 150%;
   	color: #FF9900;
   	   	   text-align: center;
	font-family: "Bradley Hand ITC", Arial, Helvetica, sans-serif;
}
h2
{
   font-size: 120%;
   	color: #FF9900;
   	   text-align: center;
	font-family: "Bradley Hand ITC", Arial, Helvetica, sans-serif;
}
h3
{
   font-size: 90%;
      	color: #943634;
       text-align: center;
}
h4
{
   font-size: 90%;
      	color: #5F497A;
   text-align: justify;
}
h5
{
   font-size: 80..%;
      	color: #943634;
      text-align: justify;
}
h6
{
   font-size: 80%;
      	color: white;
      text-align: justify;
}
a {
	color: #FF9900;
	 font-weight: bold;
 }
 .boite {
 width:500px;
 line-height: 80%;
 }

 .lettre{
color: #FF9900;
}
.lettre1{
color: #5F497A;
}
.lettre2{
color: #C0504D;
}
 .lettre3{
color: #4F6228;
}

a img {
border: none; 
}
.gauche { 
	float : left;

} 
.droite { 
	float : right;
}
.dessous
{
   clear: both;
}
table {
border-width:1px; 
border-style:solid; 
border-color: #000;
}
td { 
border-width:1px;
border-style:solid; 
border-color: #000;
width:10%;
text-align: center;
font-family: arial, "Century Gothic", "Arial Black";
font-weight : bold;
font-size: 70%;
color: #000;
}


label {
display:block;
width:250px;
float:left;
color: #000000;
font-weight: bold;
   font-size: 100%;
}
fieldset
{
   margin-bottom: 5px; /* Une marge pour s&eacute;parer les fieldset */
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   font-weight: bold;
   font-size: 100%;
   }