/* SUPER FRIENDS */


/* Titres */

h1 {
    padding: .3em 0; /*espace entre un titre et son soulignage*/
}

h2 {
    padding: 0.2em 0 .2em 0.3em; /*espace entre un titre et son soulignage*/
}

h1, h2 {
/*    background-image: url(/ltdh/images/3/31/SF_Titre.jpg);
    background-size:100% 100%;*/
    background: #95135d;
    background: linear-gradient(135deg, #95135d 0%, #95135d 80%, #ffd512 100%);
}

h3 {
    color: #feaa00;
}

h5 {
    padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
    color:white;
    font-family: Verdana;
    background: #feaa00;
    background: linear-gradient(170deg, #feaa00 20%, white 40%); 
}

p + a + h5, ul + a + h5, li + a + h5 {
    margin-top:2.5em!important;
}

/* Tableaux */
table.wikitable th {
   background-color:#95135D!important;
   border: 1px solid white;
}