body{
    background: #6B6966;
    margin: 0;
}
section{
    width: 1000px;
    margin: 0 auto;
}
article{
    position: relative;
    margin-top: 7%;
    height: 540px;
}
#avlumentext{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #F7C01D;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
}
#avlumentext:hover {
    color:#FDD528
}
.prechargement{
    display: none;
}
nav {
    display: inline-block;
}
nav ul{
    position: relative;
    left: 156px;
    top: -9px;
}
nav ul li{
    display: inline;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    margin-right: 170px;
}
nav ul li:last-child{
    margin-right: 0;
}
nav ul li a{
    color: #302929;
    text-decoration: none;
}
nav ul li a:hover{
    color: #D9CCCC;
}
.active{
    color: #D9CCCC;
}
#avlumen{
    position: absolute;
    left: 0
}
img{
    border: 0;
}