/* violet  est selectionné */

/*
Gris : #5a4f4a  toutes nos offres
Violet : #af418e coffrets e1
Vert : #c9e100 chèques e3
Orange : #fdc700 cartes e2

Fond violet = texte orange
Fond vert = texte violet
Fond orange = texte violet

*/

#ongletGris   { color:#FFFFFF; background-color:#5a4f4a; }
#ongletViolet         { color:#fdc700; background-color:#af418e; }
#ongletVert         { color:#FFFFFF; background-color:#5a4f4a; }
#ongletOrange         { color:#FFFFFF; background-color:#5a4f4a; }

.lienGris {
    color:#FFFFFF;
    text-decoration: none;
    }
.lienViolet {
    color:#fdc700; 
    text-decoration: none;
    }
.lienVert {
    color:#FFFFFF; 
    text-decoration: none;
    }
.lienOrange {
    color:#FFFFFF; 
    text-decoration: none;
    }
