
/*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 }


  a.tooltip em {
    display:none;
}

  a.tooltip {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; color: #256DDB ; font-size: 11px; font-weight: bold; text-decoration: underline;
}

a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 20px;
    left: 35px;
    padding: 5px;
    color: #000;
    border: 1px solid #256DDB;
    background: #E8EDF5;
    width:100px;
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url(image-infobulle.gif);
    margin:0;
    padding: 0;
    border: 0;
}
