/* CSS utilisé pour le background du panneau d'administration */

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background: linear-gradient(to bottom right,white,rgb(211,211,211));
    background-repeat: no-repeat;
    background-attachment: fixed;
}