#ll {
    background-color: #91288e;
}

footer {
    background-color: #91288e;
     background-image: linear-gradient(to bottom, #91288e, #5e005d);
}

#onglets, #onglets ul {
    background-color: #91288e;
    background-image: linear-gradient(to bottom, #5e005d,#91288e);
}

/* background des liens menus */
#onglets li {
background-color: #91288e;
background-image: linear-gradient(to bottom, #91288e 0%, #5e005d 100%);
}

/* background des liens sous menus */

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

#onglets li:hover, #onglets li li:hover{
background:#91288e;
}