body {
background-color: #FFE7AD;
background-image: url(img/fond1.gif);
}
.dessous
{
   clear: both;
}
* {
margin:0;
padding:0;
}
.droite { 
   float: right; 
margin: 10px;
}
.gauche { 
   float: left; 
margin: 10px;
}
.boite1 { 
width: 800px;
margin: auto;
  padding: 10px;
}
.boite2 { 
float: right; 
width: 400px;
margin: auto;
  padding: 10px;
}
.boite3 { 
float: right; 
width: 220px;
margin: auto;
  padding: 10px;
}
.boite4 { 
width: 700px;
margin: auto;
  padding: 10px;
}
.boite5 { 
float: left; 
width: 220px;
margin: auto;
  padding: 10px;
}
.boite6 { 
width: 350px;
margin: auto;
  padding: 5px;
background-color: #040685;
}
.boite7 { 
width: 750px;
margin: auto;
  padding: 10px;
  border-style: dashed;
  border-color: #FF9900;
  }
.boite8 { 
width: 750px;
margin: auto;
  padding: 10px;
background-color: black;
}
.boite9 { 
float: right; 
width: 350px;
margin: auto;
  padding: 10px;
}

#corps {
width: 850px;
margin: auto;
background-color: #FAEDDA;
background-image: url(img/fond2.gif);
}
#en_tete {
width: 850px;
margin: auto;
background-color: #FF9900;
}
#en_tete a {
color: black;
}

#en_tete1 {
margin: auto;
width: 850px;
background-image: url(img/bandeau1.jpg);
background-repeat: no-repeat;
}

p {
font-family: arial, verdana,"Century Gothic", "Arial Black";
color: black;
text-align: justify;
font-size: 100%;
font-weight : bold;
}
h1
{
font-family: arial, verdana,"Century Gothic", "Arial Black";
text-align: center;
color: black;
   font-size: 110%;
font-weight : bold; }
h2
{
font-family: arial, verdana,"Century Gothic", "Arial Black";
text-align: center;
color: black;
   font-size: 110%;
font-weight : bold; }
h3
{
font-family: arial, verdana,"Century Gothic", "Arial Black";
text-align: center;
color: #FF9900;
   font-size: 100%;
font-weight : bold; 
}
h4
{
font-family: arial, verdana,"Century Gothic", "Arial Black";
text-align: center;
color: black;
   font-size: 90%;
font-weight : bold; 
}
h5
{
font-family: arial, verdana,"Century Gothic", "Arial Black";
text-align: left;
color: black;
   font-size: 90%;
font-weight : bold; 
}
h6
{
font-family: arial, verdana,"Century Gothic", "Arial Black";
text-align: left;
color: white;
   font-size: 60%;
font-weight : bold; 
}

a { 
font-weight : bold;
color: #FF9900;
text-decoration: none;
}
 .lettre1{
	color: #00CC66;
font-size: 180%;
font-family: arial, verdana,"Century Gothic", "Arial Black";
}
 .lettre2{
	color: #0000FF;
font-size: 180%;
font-family: forte, arial, verdana,"Century Gothic", "Arial Black";
}
 .lettre3{
	color: #800080;
font-size: 180%;
font-family: forte, arial, verdana,"Century Gothic", "Arial Black";
}
 .lettre4{
	color: #0000FF;
font-size: 180%;
font-family: arial, verdana,"Century Gothic", "Arial Black";
}

.lettre5{
	color: #FFE4AD;
font-size: 110%;
font-family: "comic sans MS", arial, verdana,"Century Gothic", "Arial Black";
}



td a {
color: black;
}
label {
display:block;
width:250px;
float:left;
}
fieldset
{
   margin: 10px; /* Une marge pour s&eacute;parer les fieldset */
   font-family: arial, verdana,"Century Gothic", "Arial Black";
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: arial, verdana,"Century Gothic", "Arial Black";
   color: #0000FF;
   font-weight : bold;
   }
a img{ 
border: none;
}
img{ 
border: none;
margin: 2px;
}