html, body {
margin:0; padding:0; width:100%; height:100%; overflow:hidden; 	background-color: #FBD4B4;

}
body {
font-family: arial, sans-serif;
}
#scroller {
position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;
} 
#content {
padding:5px 30px 20px 250px; 
}
p {
text-align:justify; font-size: 80%;
}
#fixed {
position:absolute; top:10px; left:10px; width:200px; z-index:10; color:white; padding:10px; background-color: #800000;
line-height: 60%;
}
h1
{
   font-size: 150%;
   	color: #943634;
   	   text-align: left;
	font-family: "Bradley Hand ITC", Arial, Helvetica, sans-serif;
}
h2
{
   font-size: 100%;
   	color: #FF9900;
   	   text-align: center;
}
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: white;
	 font-weight: bold;
 }
 .boite {
 width:500px;
 line-height: 75%;
 }
 .boite2 {
 width:500px;
 	float : left;
margin-left : 150px;
 }

 .lettre{
color: #FF9900;
}
.lettre1{
color: #5F497A;
}
.lettre2{
color: #C0504D;
}
 .lettre3{
color: red;
}
 .lettre4{
color: black;
}

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

} 
.droite { 
	float : right;
	width:45%;
}
} 
.droite1 { 
	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%;
   }