body{
    background-image: url(../images/feu.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/*Couleurs du site*/

.couleurFond1{
    background-color: rgb(22, 18, 35) !important;
}

.couleurFond2{
    background-color:#D2FFFF;
}

.couleur1{
    color:#0063D5;
}

.couleur2{
    color:#004BF0;    
}

.couleur3{
    color:#D2FFFF !important;
}


/*Page liste*/

#liste-personnages li a{
    text-decoration: none;
    color: #D2FFFF;
}

/*Page personnage*/

#personnage-image>img{
    width: 100% !important;
    height: 100% !important;
    padding: 5px;
}

/*
table{
    border:1px solid black !important;
}

th{
    border:1px solid black !important;
}

td{
    border:1px solid black !important;
}*/
