#ll {
    background-color: #15a7e3;
}

footer {
    background-color: #15a7e3;
     background-image: linear-gradient(to bottom, #15a7e3, #00679e);
}

#onglets, #onglets ul {
    background-color: #15a7e3;
    background-image: linear-gradient(to bottom, #00679e,#15a7e3);
}

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

/* background des liens sous menus */

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

#onglets li:hover, #onglets li li:hover{
background:#15a7e3;
}