/*-----------------------------------
 CSS commun à tous les départements
 ------------------------------------*/

.redColor {
    color: #ff0000;
}

.messageRouge {
    text-align: center;
    font-weight: bold;
    color: red;
    display:block;
    width:100%;
    margin: 10px;
}

.modal-width-60pct {
    width: 60%;
}