body
{
  margin: 5px;
   background-image: url("menu/fonds.jpg");
}
* {
margin:0;
padding:0;
}
h1,h2,h3,caption
{
   text-align: center;
   font-family: "Century Gothic", "Arial Black", "Times New Roman", Times, serif;
}
h1, caption
{
   font-size: 100%;
   font-weight: bold;
   background-color :#FFCC00;
   }
h2
{
   font-size: 100%;
   }
h3
{
   font-size: 95%;
}
p,h4,h5
{
   text-align: justify;
   font-family: "Century Gothic", "Arial", "Times New Roman", Times, serif;
   font-size: 85%;
}
h4
{
   text-indent: 20px;
   line-height: 25px;
}
h5
{
   text-indent: 30px;
}
a img 
{
   border: none; /* Pas de bordure */
}
a
{
   font-family: "Century Gothic", "Arial", "Times New Roman", Times, serif;
	color: black;
	}
#menu 
{
   float: left;
   margin-top: 20px;
   width: 140px;
   border: 2px solid green;
      }
li {
margin: 5px;
}
.sans
{
   list-style-type: none;
}
.dessous
{
   clear: both;
}
/* Le corps de la page */
#corps
{
   margin-top: 20px;
}
.centre {
	text-align: center;
	font-weight : bold;
	padding-left: 20px;
	padding-right: 20px;
}
.gauche { 
	float : left;
	padding-bottom: 5px;
	padding-right: 5px;
} 
.droite { 
	float : right;
	padding-bottom: 5px;
	padding-left: 5px;
}
.gauche1 { 
	float : left;
	width: 45%;
} 
.droite1 { 
	float : right;
		width: 45%;
}
.droite2 { 
	float : right;
		width: 600px;
}

.formulaire { 
	width:700px;
float : right;}

label {
display:block;
float:left;
width:250px;
}
fieldset
{
   margin: 15px; /* Une marge pour s&eacute;parer les fieldset */
	}
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: "Century Gothic", "Arial", "Times New Roman", Times, serif;
   color: green;
   font-weight: bold;
   }
table
{
margin: auto;  
 border-collapse: collapse;
border: 2px solid green;}
td {
font-family: "Century Gothic", "Arial", "Times New Roman", Times, serif;
font-size: 85%;
text-align: center;
border: 2px solid green;}
}