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

table date, table date-heure {
    margin-bottom: 0;
}

date {
    display: block;
}

date label, date-heure-deux-lignes label {
    margin-bottom: 5px;
    float: left;
    display: block;
}

table date label, table date-heure-deux-lignes label {
    margin-bottom: 0;
}

date span {
    margin-left: 3px;
}

date label::after, date-heure label::after, date-heure-deux-lignes label::after {
    content: " : ";
}

deux-dates date {
    display: inline;
}

date-heure label::after {
    content: " : ";
}

date-heure libelle {
    float: left;
    margin-right: 3px;
}

date-heure {
    margin-bottom: 5px;
    display: block;
}