body {
background-image: url("menu/fond_01.gif");
   width: 1000px;
   margin: auto;
}
* {
margin: 0px;
padding: 0px;
}
.dessous
{
   clear: both;
   }
.boite1 { 
width: 850px;
margin-left: 120px;
background-image: url("menu/fond01.gif");
padding: 10px;
}
.droite { 
   float: right; 
}
.gauche { 
   float: left; 
}
.droite1 { 
   float: right; 
width: 400px;
}
.droite2 { 
   float: right; 
width: 450px;
}

.gauche2 { 
   float: left; 
width: 400px;
}
.gauche1 { 
   float: left; 
width: 400px;
}
img {
padding: 5px;
}
a img{ 
border: none;
}
p {
font-family: verdana,"Century Gothic", "Arial Black";
color: black;
text-align: justify;
font-size: 90%;
font-weight : bold;
font-style: italic;
}
h1
{
font-family: verdana,"Century Gothic", "Arial Black";
text-align: center;
color: #BC5140;
   font-size: 130%;
font-weight : bold; 
font-style: italic;
}

h2
{
font-family: verdana,"Century Gothic", "Arial Black";
text-align: center;
color: black;
   font-size: 100%;
font-weight: bold;
font-style: italic;
}

h3
{
font-family: verdana, "Century Gothic", "Arial Black";
text-align: center;
color: black;
   font-size: 95%;
font-weight : bold; 
font-style: italic;
}
h4
{
font-family:  verdana, "Century Gothic", "Arial Black";
text-align: center;
color: black;
   font-size: 90%;
font-weight : bold; 
}
label {
display:block;
width:250px;
float:left;
}
fieldset
{
   margin-bottom: 10px; /* Une marge pour s&eacute;parer les fieldset */
   font-family: verdana, "Century Gothic", "Arial Black";
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: verdana, "Century Gothic", "Arial Black";
   color: #000;
   font-weight : bold;
   }
