/* 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: white;
  background-color: #0A00C6;
  }

/* Contenu
---------------------------------------------------- */
#formulaire {
  width		: 510px;
  padding-bottom	: 2%;
  }
label{
  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: #9dcbf9;	}	/* placer le meme background que la barre IDC */
legend 					/* Mise en valeur des titres des fieldset */ {
  font-family	: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
  color		: #FF9933;
  background-color: inherit;
  font-weight	: bold;
  }
fieldset {
  margin-bottom	: 15px; 		/* marge pour separer les fieldset */
  border	: outset 2px Gray;
  }
