<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'Bitstream Vera Serif';
    src: url('../../rs/fonts/VeraSerif.eot');
    src: url('../../rs/fonts/VeraSerif.eot?#iefix') format('embedded-opentype'),
         url('../../rs/fonts/VeraSerif.woff') format('woff'),
         url('../../rs/fonts/VeraSerif.ttf') format('truetype'),
         url('../../rs/fonts/VeraSerif.svg#BitstreamVeraSerifRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}



/**********/
/* global */
/**********/

body {
    overflow: hidden;
    background-color: rgb(178,161,132);
    background-color: rgba(56,51,42,.3);
    color: rgb(77,48,0);
}

#navCadre {
    position: relative;
    top: 20px;
    left: 20px;
    border-style: solid;
    border-width: 7px;
    border-color : rgb(169,108,0);
    box-shadow: 2px 2px 20px rgb(56,51,42);
    background : url("../../rs/images/commun/sable.jpg") repeat;
    overflow: hidden;
}

#dialogue {
    position: relative;
    margin: 0 10px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
}

#quitter {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 25px;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 7px;
    border-radius : 20px;
    border-color : rgb(169,108,0);
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    background: url("../../rs/images/commun/sable.jpg") repeat;
    cursor: pointer;
}

#croix {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    left: -2px;
    border-radius : 15px;
    background-image: -moz-linear-gradient(top, rgba(169,108,0,0) 0%, rgba(169,108,0,1) 100%);
    background-image: -webkit-linear-gradient(top, rgba(169,108,0,0) 0%, rgba(169,108,0,1) 100%);
    background-image: -o-linear-gradient(top, rgba(169,108,0,0) 0%, rgba(169,108,0,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(169,108,0,0) 0%, rgba(169,108,0,1) 100%);
    background-image: linear-gradient(top, rgba(169,108,0,0) 0%, rgba(169,108,0,1) 100%);
    background-repeat: no-repeat;
    background-position: center top;
    color: rgb(127,81,0);
}

#croix:hover {
    background-image: -moz-linear-gradient(top, rgba(169,108,0,1) 0%, rgba(169,108,0,.5) 100%);
    background-image: -webkit-linear-gradient(top, rgba(169,108,0,1) 0%, rgba(169,108,0,.5) 100%);
    background-image: -o-linear-gradient(top, rgba(169,108,0,1) 0%, rgba(169,108,0,.5) 100%);
    background-image: -ms-linear-gradient(top, rgba(169,108,0,1) 0%, rgba(169,108,0,.5) 100%);
    background-image: linear-gradient(top, rgba(169,108,0,1) 0%, rgba(169,108,0,.5) 100%);
    background-repeat: no-repeat;
    background-position: center top;
    color: rgb(230,208,171);
}

#texteMentions {
    padding: 1em 3em;
    font-family : "Bitstream Vera Serif", serif;
    font-size: medium;
    text-align: justify;
}

#texteMentions h2 {
    color : rgb(169,108,0);
    font-size: large;
}

#texteMentions h3 {
    padding-top: 1em;
    color : rgb(169,108,0);
    font-size: medium;
}

#texteMentions a {
    color: rgb(77,48,0);
}

.libelle {
    display: inline-block;
    width: 15em;
    margin-right: 1em;
    text-align: right;
}

#credits {
    margin-top: 4em;
    font-size: small;
}




/*****************/
/* petits Ã©crans */
/*****************/

@media screen and (max-width: 640px) {
    #texteMentions, #texteMentions h3 {
        font-size: small;
    }

    #texteMentions h2 {
        font-size: medium;
    }

    #credits {
        font-size: x-small;
    }
}



/**********************/
/* trÃ¨s petits Ã©crans */
/**********************/

@media screen and (max-width: 400px) {
    #texteMentions, #texteMentions h3 {
        font-size: x-small;
    }

    #texteMentions h2 {
        font-size: small;
    }

    #credits {
        font-size: xx-small;
    }
}
</pre></body></html>