body{
    background: rgb(0, 0, 0); height: 100%; width: 100%;
}

#body_content{
    text-align: center;
    font-family: 'Arial', sans-serif;
    margin-bottom: 0px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 0px; 
    overflow: hidden; 
    word-wrap: break-word;  
    background: rgb(0, 0, 0); 
    width: 100%;
    height: 100%;
}

header{
    position: relative;
    width: 1100px;
    text-align: left;
    margin: auto;
}

section{
    height: 100%;
    width: 1100px;
    text-align: left;
    display: table; /* pour vertical-align */
    margin: auto;
}

header #logo{
    display: inline-block;
    padding-top: 8px;
}

header #icone{
    display: inline-block;
    padding: 0px 4px;
    padding-top: 8px;
}

header #titre{
    display: inline-block;
    color: white;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 35px;
    padding-left: 10px;
}

.infos{
    vertical-align: top;
    display: inline-block;
    color: white;
    width: 320px;
    text-align: justify;
    margin-right: 30px;
    margin-top: 50px;
    font-size: 0.95rem;
}

#credits{
    color: white;
    font-size: 0.7rem;
    margin-top: 50px;
}

a{
    color: white;
}

ul{
    display: inline-block;
    position: relative;
    left: 0;
}

li{
    text-align: justify;
    color: white;
    list-style-image : url(bullet_ball-chrome.png);
}