/* Couleur du bandeau supérieur */
.container-header {
    background: black;
    background-image: none;
}

.item-page .page-header,
.item-page .page-header h1 {
    text-align: center;
}
.footer {
    background-color: black;
    color: #fff;
    background-image:none;
}