@CHARSET "UTF-8";

/* --------------------------------------- Header ---------------------------------------*/
div.bandeau
    {
    min-height:200px;
    background-color:#F2F2F2;
    z-index:100;
    }

div.bandeau-haut-gauche
    {
    background-color:#BFBFBF;
    float:left;
    text-align:center;
    }

div.bandeau-haut-gauche img
    {
    height:200px;
    padding:0;
    margin:0;
    border:0;
    }

div.bandeau-haut-centre
    {
    min-height:200px;
    padding-top:10px;
    display:flex;
    }
