#homepage-header{
    max-height: 170px;
    margin : 0 auto;
    /*display:none;*/
    
}




.header{
    padding:0;
    background-color: white;
}



.header .col-md-3{
    padding : 0;
}

#boule-top{
    background-image: url('../Images/boule_top.png');
    background-repeat: no-repeat;
    z-index: 3;
    position: relative;
    height: 250px;
    width: 977px;
    left: -108px;
    top:-80px;
}

#boule-top-wrapper{
    height: 170px;
}




#boule-center{
    background-image: url('../Images/boule_center.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    min-height: 866px;
    width: 900px;
    left: 0px;
}