/* -----  MODIFICATIONS -----*/
body{
    background: rgb(0, 0, 0); 
}

#body_content{
    text-align: center; 
    margin-bottom: 0px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 0px; 
    overflow: hidden; 
    position: relative; 
    word-wrap: break-word;  
    background: rgb(0, 0, 0); 
    width: 100%;
    min-width: 800px;
}

#alert{
    color: white;
    position: relative;
    top: 120px;
    z-index: 10;
}

#alert a{
    color: white;
    font-weight: bold;
}

        header div{
            position: relative; 
            top: 8px; 
            margin: auto;
        }

    #body_layer{
        position: relative; width: 100%;
    }

        section article #container{
            margin: auto;
            height: 500px;
            width: 800px;
            opacity: 1.00; 
            position: relative;
            margin-top: 55px;
            z-index: 1;
        }

        section article #metastage{
            height: 0px;
        }


        section article #barre{
            height: 1px; width: 100%;
        }


                section article #barre img{
                    height: 1px; margin: auto; margin-top: 131px; width: 90%;
                }