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

prix {
    display: block;
}

table prix .enLecture {
    margin-bottom: 0;
}

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

prix div {
    display: block;
    position: relative;
}

prix texte input, .prix > div > texte input {
    width: 75px;
    text-align: right;
}

prix.moyen texte input {
    width: 180px;
}

.prix > div > texte {
    float: right;
}

.prix > div > texte input {
    text-align: right;
}

prix.noPadding, prix.noPadding .enLecture {
    padding: 0 !important;
    margin: 0 !important;
}