.it_integer, .it_integer_negatif,.it_float{
    text-align: right;
}

.it_heure_erreur,.it_date_erreur{
    color:red;
}

.it_date{
    width: 90px;
}

.it_timestamp{
    width: 180px;
}


.it_heure{
    width: 54px;
}

.div_it_combo{
    position:absolute;
    width: 100px;
    min-height: 20px;
    border: solid 1px #ccc;
    background-color: #fff;
}

.div_it_combo_resultat{
    width: 100px;
    border: solid 1px #ccc;
    background-color: #fff;
    display: none;
}

.div_it_combo_resultat li{
    cursor: pointer;
}

.div_it_combo_resultat li:hover{
    background-color: #2C4056;
    color: #fff;
}

.span_it_combo{
    display: inline-block;
    width: 80px;
    background-color: #fff;
    line-height: 20px;
}

.span_it_combo_recherche{
    display: inline-block;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}