
html, body
{

    font-family: 'Calibri';

}



/* ______________ Pour le "corps" du site */

#corps{

    width: 100%;
    min-height: 100%;

    display: flex;
    border-top: 1.5px solid black;

}

#contenu{

    width: 100%;

}

/* ______________ Pour le fichier fct_texts */


/* ______________ Pour le fichier fct_apparences */

/* ------ fct FormulaireImportIMG */

#BtnSuprImg, .BtnSuprImg{

    background-color: rgb(186, 0, 0);
    color: black;
    border: 2px rgb(77, 0, 0) solid;
    border-radius: 2px;
    height: 20px;
    width: 30px;
    font-size: 12px;

}

#BtnSuprImg:hover, .BtnSuprImg:hover{

    background-color: rgb(255, 0, 0);
    font-weight: bold;    

}


#BtnChangeImg, .BtnChangeImg{

    background-color: rgb(0, 157, 10);
    color: black;
    border: 2px rgb(1, 52, 0) solid;
    border-radius: 10px;
    height: 20px;
    width: 30px;
    font-size: 12px;

}

#BtnChangeImg:hover, .BtnChangeImg:hover{

    background-color: rgb(77, 255, 0);
    font-weight: bold;   

}