html, body{
    height: 100%;
    width: 100%;
}

.navbar {
    padding: 12px;
}

.navbar li {
    padding-right: 10px;
}

.title{
    padding-top: 15px;
}

.title hr{
    border-top: 2px solid #696969;
    width:95%;
    
}

.sous-titre{
    padding-top: 5px;
    padding-bottom:5px;
}

.lead{
    text-align: justify;
}

.restext{
    width: 75%;
}

.fixbg{
    width: 75%;
}

#fixed{
    background-image: url(background30.jpg);
    background-attachment: fixed;
    background-size: cover;
    min-height: 300px;
   
    
}

footer{
    background-color: #080808;
    color: #dcdcdc;
    padding-top: 10px;
}

hr.light{
    border-top: 1px solid #dcdcdc;
    width: 80%;
}



