/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

nombre .enLecture label::after {
    content: " : ";
}

table nombre texte {
    width: auto;
}

#quantite texte input{
    padding-right: 5px;
    text-align: right;
}

nombre {
    display: block;
}

nombre.alignerDroite input {
    text-align: right;
}

nombre.nombreMoisTotal {
    width: 100px;  
    min-width: 0;
    max-width: 150px; 
    display: inline-block;
    vertical-align: middle;
}