#ll {
    background-color: #e91889;
}

footer {
    background-color: #e91889;
     background-image: linear-gradient(to bottom, #e91889, #7c0033);
}

#onglets, #onglets ul {
    background-color: #e91889;
    background-image: linear-gradient(to bottom, #7c0033,#e91889);
}

/* background des liens menus */
#onglets li {
background-color: #e91889;
background-image: linear-gradient(to bottom, #e91889 0%, #7c0033 100%);
}

/* background des liens sous menus */

#onglets li li{
background:#7c0033;
}
/* background des liens menus et sous menus au survol */

#onglets li:hover, #onglets li li:hover{
background:#e91889;
}