/*! FLAT */

@font-face {
    font-family: 'nexa_boldregular';
    src: url('nexa_bold-webfont.eot');
    src: url('nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('nexa_bold-webfont.woff2') format('woff2'),
         url('nexa_bold-webfont.woff') format('woff'),
         url('nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'nexa_lightregular';
    src: url('nexa_light-webfont.eot');
    src: url('nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('nexa_light-webfont.woff2') format('woff2'),
         url('nexa_light-webfont.woff') format('woff'),
         url('nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('caviardreams_bold-webfont.eot');
    src: url('caviardreams_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('caviardreams_bold-webfont.woff2') format('woff2'),
         url('caviardreams_bold-webfont.woff') format('woff'),
         url('caviardreams_bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('caviardreams-webfont.eot');
    src: url('caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('caviardreams-webfont.woff2') format('woff2'),
         url('caviardreams-webfont.woff') format('woff'),
         url('caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
margin-top: 0px;
background: url(../img/rule_btm.png);
background-repeat: no-repeat;
background-position: center bottom;
}

.page {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.aside {
    position: fixed;
    width: 190px;
    float: left;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 10px;
    color: white;
    font-family: 'caviar_dreamsregular';
    min-height: 365px;
}

.aside ul {
    margin-left: 15px;
    padding: 5px;
}

.aside a {
    color: white;
    text-decoration: none;
}

.aside a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.aside li {
    padding-top: 10px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    list-style: square;
}

.caviarbold {
    font-family: 'caviar_dreamsbold';
}

.aside ul ul li {
    padding-top: 5px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    list-style: disc;
}

.content {
    width: 570px;
    float: right;
    padding-right: 20px;
    font-family: 'nexa_lightregular';
    font-size: 15px;
    min-height: 380px;
    text-align: justify;
}

.content h1{
        font-size: 20px;
    }

.content p:first-of-type:first-letter {
  font-family: 'nexa_boldregular';
  font-size:3.5em;
  padding-right:0.2em;
  line-height: 1.1em;
  float:left;
}


.footer {
    clear: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
}

.foot {
    font-family: 'caviar_dreamsregular';
    font-size: 14px;
    width: 180px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: center;
    color: #92212E;
}

.leg {
    width: 800px;
    padding-top: 75px;
    float: right;
    text-align: right;
}

.navigation {
    left: 50%;
    margin-left: -97px;
    bottom: 0px;
    position: relative;
    width: 200px;
    border-radius: 10px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    border: 2px solid #fff;
}

.vert {
    background: #008001;
}

.orange {
    background: #E59139;
}

.rouge {
    background: #AA0000;}

.txtvert {
    color: #008001;
}

.txtorange {
    color: #E59139;
}

.txtrouge {
    color: #AA0000;}