		  
h4 { /* utiliser pour le formulaire */
margin: 0 0 0 0;
padding: 0 0 0 0;
}

form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  min-width: 500px;
  max-width: 560px;
  width: 590px;
}

form fieldset { /* le cadre du fieldset*/
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0px 0px 0px;
  border-style: solid none none none;
  padding: 10px;
  margin: 0px 0px 0px 0px;
}


form fieldset legend { /* Le texte du fieldset*/
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px;
}
label {
  font-size: 100%;
}



form div { /* taille du formulaire*/
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%'); /*je c pas ce que c*/
  margin: 5px 0px 0px 0px;
  padding: 1px 3px;
}


/* HELP NOTE*/
form fieldset div.notes {
  float: right;
  width: 175px;
/*  height: auto;*/
  margin: 0px 0px 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;

}

form fieldset div.notes h4 { /*Le titre de la zone d'aide*/
 background-image: url(/imgs/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 2px 0px 3px 24px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 100%;
}

form fieldset div.notes p { /* le contenu de l'aide*/
  margin: 0em 0em 0em 0em;
  color: #666666;
}

form fieldset div.notes p.last { /* je c pa trop*/
  margin: 0em;
}
/* END NOTES */


form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0px 0px 5px 0px;
  text-align: right;
}

/* REQUIRED */
form div.required label, label.required {
  font-weight: bold;
}


form div.required input, select {
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
/* END REQUIRED*/

/* ERROR MESSAGE */
p.error {
  background-color: #ff0000;
  background-image: url(/imgs/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/imgs/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/imgs/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0px 0px 0px 118px;
  width: 200px;
  color: #ff0000;
  }
/* END ERROR MESSAGE */  


/* OPTIONAL */
form div.optional label, label.optional {
  font-weight: normal;
}

/* END OPTIONAL */
  


/* FIELD SET*/
form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0px 0px 0px 120px;
  padding: 0px 5px 5px 5px;
  width: 180px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0px 3px 0px 9px;
}
/* END FIELD SET*/

/* TEXTAREA*/
input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 85%;
  color: #000000;
}

textarea {
  overflow: auto;
}
form div input, form div select, form div textarea {
 width: 200px;
  padding: 1px 3px;
  margin: 0px 0px 0px 0px;
}

/***** les check box*/
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

  form div label.labelCheckbox, form div label.labelRadio {
  float: left;
  display: block;
  width: 300px;
  height: expression('1%');
  padding: 0px;
  margin: 0px 0px 5px 10px;
  text-align: left;
}
 form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0px 0px 5px 0px;
  width: 220px;
}
/* END CHECK BOX*/



/* END TEXTAREA*/

/* WIDE INPUTS*/
form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 344px;
  margin: 0px;

}
/* END WIDE INPUTS*/



form div label.compact {
  display:block;
  width:200px;
  padding: 4px 00px 0px 0px;
  text-indent: 00px;
  margin: 0px 0px 0px 0px;
}

/* pour les radio button*/
/*#radiodebut {
margin:0 0px 0 0px;
padding:0 0 0 000px;
background:#009966;
}*/

