input, textarea
{
   	font-family:Arial, serif; /* On modifie la police du texte tapé l'intérieur des champs */
	color: #000000;
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #e2decb;
}
 
label
{
	margin:0;
	padding:0;
   color: #666633; /* couleurs de tous les labels */
}
 
#fond_champ1,#fond_champ2
 {
 padding:5px;
 margin-right:15px;
   background-color: #ede5c7;
    margin-bottom: 15px; /* marge pour séparer les zones champ1 et champ2 */
}

.titre_champ
{
   font-family: Arial, "Arial Black", serif;
   color: #666633;
   font-weight: bold;
   margin-top:0px;
   margin-bottom:5px;
   font-size:13px;
   text-decoration:underline;
}
.adresse
{
   font-family: Arial, "Arial Black", serif;
   color: #000000;
   font-size:12px;
}
.noms_champs
{
margin-right:3px;
margin-bottom:5px;
}
.illus_flottante_contact
{
	float: right;
	margin-top:10px;
	margin-right: 300px;
	margin-left: 40px;
}