* {
margin:0;
padding:0;
}
body
{
   width: 100%;
   background-color: #993300;
background-image: url("menu/background.gif");
font-family: "Century Gothic", "Arial Black", "Times New Roman", Times, serif;
}
.dessous
{
   clear: both;
   }
#cadre
{
   width: 95%;
   margin: auto;
      padding: 10px;
background-color: black;
}
#en_tete 
{
   width: 90%;
   margin: auto;
}

.texte {
font-size: 120%;
 color:#DC7261;
}
h1,h2,h3
{
   text-align: center;
    color: #DC7261;
}
h1
{
   font-size: 130%;
}
h2
{
   font-size: 120%;
   }
h3
{
   font-size: 100%;
}
h6
{
         color: #e6c499;
font-size: 100%;
      text-align: left;
}
p
{
   font-size: 85%;
         color: #e6c499;
      font-weight: bold;
text-align: justify;
}
a img, img 
{
   border: none;
}
img 
{
   padding: 5px;
}
a
{
 	color: #E6CA99;
}
.gauche { 
	float : left;
	   width: 45%;
} 
.droite { 
	float : right;
	   width: 45%;
}
.gauche1 { 
	float : left;
	   width: 35%;
} 
.droite1 { 
	float : right;
	   width: 35%;
}
.droite1 p{ 
	text-align: right;
}
.droite2 { 
	float : right;
	   width: 25%;
	text-align: right;
}
.gauche2 { 
	float : left;
	   width: 25%;
} 
.droite3 { 
	float : right;
	   width: 60%;
}
.gauche3 { 
	float : left;
} 
.droite5 { 
	float : right;
}
/* formullaire */
label {
display:block;
width:230px;
float:left;
      	font-weight : bold;
      	color: #E6CA99;
		font-size: 90%;
}
fieldset
{
 width:600px;
 margin: auto;
   margin-bottom: 15px; /* Une marge pour s&eacute;parer les fieldset */
padding: 5px;
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
   	color: #E6CA99;
font-weight: bold;
   }