
.date {
    padding: 0px 5px;
    border-radius: 10px;
    color: white;
    background-color: black;
}

.date.retard {
    background-color: #da0000;
}
.date.presse {
    background-color: #e29203;
}
.date.ok {
    background-color: #08ba00;
}

.titre {
    font-weight: bold;
}

.auteur {
    font-style: italic;
}

li {
    margin-bottom: 5px;
}

h1.avec-precisions {
    margin-bottom: 3px;
}

.precisions {
    margin-top: 2px;
    font-style: italic;
}

a.titre {
    text-decoration: none;
}
