.error, .missing {
    color: red;
    font-weight: bold;
}

a {
    color: #749f1c;
    text-decoration: none;
}
a:hover {
    color: rgb(55,57,11);
}

.message {
    color: green;
    font-weight: bold;
}

.commentaire-form {
    font-size: 85%;
    color: gray;
    margin-left: 2em;
    margin-top: 0;
    padding-top: 0;
    font-style: italic;
}


.viewer {
    display: table;
    width: 100%;
}

.offre, .label {
    display: table-row;
    flex-direction: row;
}

.offre div , .label div {
    display: table-cell;
    padding: 8px;
}

.viewer>div:nth-child(2n+1) {
    background-color: rgb(243,243,243);
}
.viewer>div:hover {
    background-color: rgb(230,230,230);
}

.offre .date,
.label .date {
    text-align: center;
}

.offre .titre {
    width: 60%;
}

.label div {
    background-color: rgb(222,237,192);
    font-weight: bold;
}

a {
    color: #749f1c;
    text-decoration: none;
}
a:hover {
    color: rgb(55,57,11);
}

.affichageType {
    margin-left: 1em;
    margin-bottom: 2em;
}
.affichageType #checkboxEdition{
    float: right;
}

.offre .commentaire {
    color: gray;
    font-style: italic;
    font-size: 0.8em;
}

