body
{
    width: 950px;
    margin: auto;
   margin-bottom: 5px;
  font-family: Arial, "Times New Roman", Times, serif;
background-color: #FCFEFC;
background-image: url("menu/fond2.gif");
background-repeat: no-repeat;
background-position: right top;
}

* {
margin:0;
padding:0;
}
.cadre {
   width: 950px;
margin: auto;
      padding: 5px;
     background-color: #317000;
 }

.cadre2 {
   width: 950px;
margin: auto;
      padding: 5px;
     background-color: #000;
 }
.cadre2 img {
padding: 5px; 
}
.cadre3 {
   width: 750px;
margin: left;
     background-color: #000;
 }


#en-tete {
	 width: 750px;
	 height: 180px;
margin: left;
background-color: #317000;
   }

 
h1
{
	font-size: 110%;
	text-align: center;
   color: #black;
   }
h2
{
	font-size: 100%;
		text-align: center;
			   color: #FCFEFC;
}
h3
{
	font-size: 90%;
		text-align: center;
			   color: black;

}
h4
{
   	text-align: justify;
	font-size: 90%;
	   color: black;

}
h5
{
		text-align: justify;
	font-size: 85%;
   	text-indent: 20px;
   	color: black;

}
h6
{
   	text-align: justify;
   	text-indent: 40px;
	font-size: 80%;
}
p
{
   text-align: justify;
	font-size: 80%;
	   line-height: 20px;
	   font-weight: bold;
}
 .lettre4{
color: black;
}
 .lettre1{
	font-size: 150%;
}

a img 
{
   border: none; /* Pas de bordure */
}
a
{
	font-weight: bold;
	font-size: 110%;
		   color: black;

	text-decoration:none;
}
.dessous
{
   clear: both;
}
.gauche { 
	float : left;
	padding-bottom: 5px;
	padding-right: 5px;
} 
.gauche1 { 
	float : left;
		 width: 200px;
} 

.droite { 
	float : right;
	padding-bottom: 5px;
	padding-left: 5px;
}
table {
margin: auto;
}
td {
	text-align: center;
	border: 3px solid #FCFEFC;
	width: 20%;
	height: 43px; 
}
label {
display:block;
width:200px;
float:left;
}
fieldset
{
   margin-bottom: 10px; /* Une marge pour s&eacute;parer les fieldset */
   padding: 5px;
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
   color: #FCFEFC;
   font-weight : bold;
   }
