/* IDC - Paris - Formulaire de contact
 * Realise par Conseil et formation multimedia - http://www.kfm-caen.fr
 * Cette feuille de style respecte les Standards et les personnes a vision reduite
 * Elle est compatible tous navigateurs
 */

/* Design general
---------------------------------------------------- */
.deux {
  font-size	  : 120%;
  }
.envoi {
  color		  : black;
  background-color: #FFE060;
  }

/* Contenu
---------------------------------------------------- */
#formulaire {
  width		 : 550px;
  padding-bottom : 2%;
  background	 : #709f2a url(fondvert3.png) repeat-x;
  color		 : #333;
  }
label{
  display:block;
  clear		: both;
  padding-top	: 10px;
  display	: inline;
  voice-family	: "\"}\"";
  voice-family	: inherit;
  display	: block;
  }
html>body label {
  display	: block;
  }
label span.label {
  float		: left;
  width		: 150px;
  text-align	: right;
  }
label span.formw {
  float		: right;
  width		: 280px;
  text-align	: left;
  }
label textarea {
  width		: 470px;
  }
input, textarea	{
  font-family	: Arial, Helvetica, sans-serif;
  }
input:focus, textarea:focus 		/* Quand le curseur est sur un champ (sauf IE) */{
  color		  : black;
  background-color: #FFE060;	}
legend 					/* Mise en valeur des titres des fieldset */ {
  font-family	  : Georgia, "Times New Roman", Times, serif;
  color		  : #934A00;
  background-color: inherit;
  font-weight	  : bold;
  }
fieldset {
  margin-bottom	: 15px; 		/* marge pour separer les fieldset */
  border	: outset 2px #709f2a;
  }
div.mail {
    overflow:hidden;
    margin:1em;
    padding:1em;
    border:1px solid gray;
    }
div.mail p {
    display:inline;
    float:left;
    margin:0;
    }
 div.mail .message { 
    display:block;
    clear:both;
    }
