
@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-radius : 20px;
    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);
}



/**********/
/* commun */
/**********/

#niveau1, #niveau2, #niveau3 {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.item1, .item2, .item3 {
    font-size: small;
}

.itemBloc {
    cursor: pointer;
}

.itemTitre {
    display: inline-block;
    height: 1em;
    font-family : "Bitstream Vera Serif", serif;
    text-align: center;
    padding: 5px 15px 11px;
    border-width : 1px;
    border-style : solid;
    border-color : rgb(169,108,0);
    border-radius : 3px;
    cursor: pointer;
}


.itemNonSelect {
    font-weight : normal;
    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-position: center top;
    background-repeat: no-repeat;
    color: rgb(77,48,0);
}

.itemSelect {
    font-weight : bold;
    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-position: center top;
    background-repeat: no-repeat;
    color: rgb(230,208,171);
}



/***********/
/* niveaux */
/***********/


#niveau1 {
    background-color: rgb(230,208,171);
    background-color: rgba(169,108,0,0);
    padding-left: 0;
}

.item1 {
    display: block;
    width: 7em;
    margin: 0;
}

#niveau2 {
    background-color: rgb(230,208,171);
    background-color: rgba(169,108,0,.2);
}

.item2 {
    display: block;
    margin: 0;
}

.item2comparateur {
    width: 5em;
}

.item2traductions {
    width: 11em;
}

.item2infos {
    width: 5em;
}

#niveau3 {
    background-color: rgb(230,208,171);
    background-color: rgba(169,108,0,.4);
    padding-right: 0;
}

.item3 {
    display: inline-block;
    margin: 0;
}

.item3comparateur {
    width: 7em;
}

.item3traductions{
    width: 5em;
}



/*****************/
/* petits écrans */
/*****************/

@media screen and (max-width: 640px) {
    .item1, .item2, .item3 {
        font-size: x-small;
    }
}



/**********************/
/* très petits écrans */
/**********************/

@media screen and (max-width: 400px) {
    .item1, .item2, .item3 {
        font-size: xx-small;
    }
}
