
/*Definition des styles des champs utilisés dans les formulaire*/

/*Style appliqué sur les champs input quand il sont requis ou invalide*/
.IN_FormText { border: 1px #256DDB solid;font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; color: #256DDB; font-size: 11px; font-weight: bold; text-decoration: none }
.IN_FormText_ERROR { border: 1px #FF0000 solid;font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; color: #FF0000; font-size: 11px; font-weight: bold; text-decoration: none }
.IN_FormNumber { border: 1px #256DDB solid;font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; color: #256DDB; font-size: 11px; font-weight: bold; text-decoration: none; text-align: right }
.IN_FormNumber_ERROR { border: 1px #FF0000 solid;font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; color: #FF0000; font-size: 11px; font-weight: bold; text-decoration: none }

/*Style appliqué aux libellé des champs requis ou invalide*/
.IN_FormLibText {font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; color: #256DDB; font-size: 11px; font-weight: bold; text-decoration: none }
.IN_FormLibText_ERROR {font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; color: #FF0000; font-size: 11px; font-weight: bold; text-decoration: none }
.IN_FormLibNumber {font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; color: #256DDB; font-size: 11px; font-weight: bold; text-decoration: none; text-align: right }
.IN_FormLibNumber_ERROR {font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; color: #FF0000; font-size: 11px; font-weight: bold; text-decoration: none }
