
.lisLocTyp {
    border-radius: 7px;
    border: 1px;
    padding: 3px 5px;
    margin: 10px;
    white-space: nowrap;
    display:inline-block;
}


.rouge {
    color: red;
    font-weight: bold;
}

.rougeErreur {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
}

.vert {
    color: green;
    font-weight: bold;
}

.requis {
    font-weight: bold;
}

.requis:before {
    color: #e32;
    content: '* ';
    font-size: 150%;
    display: inline;
}


.nomMembre {
    color: rgb(213, 107, 13);
    font-size: 200%;
    font-weight: bold;
    padding: 8px 8px 8px 8px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

