/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 déc. 2018, 10:02:17
    Author     : Lea
*/

body {
    color: #333;
    font-size: 0.875rem;
    text-transform: none;
    font-family: 'Abel', sans-serif;
    background: #303030;
}
div#charte-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 61%;
    text-align: center;
    list-style: none;
    font-size: 131%;
    background: white;
    padding: 5%;
}
ul.charte-index, p {
    text-align: justify;
}
h2, h1 {
    color: #B3B31A;
}
a {
    font-weight: bold;
    color: #1ea7d1;
}
a#backbutton {
    background: #b3b31a;
    color: white;
    padding: 1%;
    text-decoration: none;
    border-radius: 32px;
    /* margin-top: 21px; */
}