h1{
    color : burlywood;
    font-size: 3.5em;
    font-weight: 400; 
    text-align: center;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
}

h2{
    color : burlywood;
    font-size: 3.5em;
    font-weight: 400; 
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 100px;
}


h3{
    color : burlywood;
    font-size: 1.7em;
    font-weight: 400; 
    text-align: center;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

h4{
    color : burlywood;
    font-size: 3em;
    font-weight: 400; 
    text-align: center;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
}

h5{
    color : burlywood;
    font-size: 1.5em;
    font-weight: 400; 
    text-align: left;
    padding-left: 30%;
    padding-top: 0px;
    padding-bottom: 0px;
}


h6{
    color : burlywood;
    font-size: 1.5em;
    font-weight: 400; 
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}



p {
    color :rgb(156, 132, 132);
    font-family: "Trebuchet MS";
    text-align: center;
    font-size: 1.2em;
}

a{
    text-decoration : none;
}

.lien{
    color :rgb(156, 132, 132);
    font-family: "Trebuchet MS";
    text-align: center;
    font-size: 1em;
    text-decoration: underline;
}

.padding200{
    padding-top: 150px;
}

.padding75{
    padding: 75px;
}




.blank{
    padding : 40px;
}

.blank{
    padding : 25px;
}



.blank50{
    padding-top:50px;
}

.center{
    text-align: center;
}

.center_image{
    display : block;
    margin-left: auto;
    margin-right: auto;
    width : 20%
}










