
/* === PAGE === */

.page_footer {
    background-color: #00407b;
}


/* === HEADER === */

.cartouche_client,
.cartouche_client a {
    color: #00407b;
}

.cartouche_client a:hover {
    color: #0092d8;
}


/* === TITRE 1 === */

.page_body--titre1 {
    color: #ffffff;
    background-color: #107aae; /* admin */
}

.page_body--titre1::after {
    border-top: 20px solid #107aae; /* admin */
}


/* === TITRE 2 === */

.page_body--titre2 {
    color: #ffffff;
    background-color: #baac87; /* admin */
}


/* === BOUTONS === */ 

.actionBouton {
    background-color: #0092d8;
}

.actionBouton:hover {
    background-color: #107aae;
}    

a.actionBouton, span.actionBouton, input.actionBouton {
    color: #ffffff;
}

a.actionBouton:hover, span.actionBouton:hover, input.actionBouton:hover {
    color: #ffffff;
}
                                                         
input.actionBouton--modifier-quantite {
    color: #333;
}


/* === LISTES === */

.liste--header, .liste--footer {
    background-color: #0092d8;
}


/* === RECHERCHE === */

.control_search--button {
    background-color: #8e7861;
}
