/* Section 4, div general 4 (Footer) */

.dg4b, .dg4b_left
{
    background-color: transparent;
}

.divg4
{
    float: left;
    margin-top: 0px;
    height: auto;
    width: 100%;
    z-index: 8;
    text-align: center;
    background-color: rgb(250, 250, 255);
}

.dg4b /* => Div dans divg4 */
{
    display: inline-block;
    height: auto;  /* 250px */
    width: auto;
    margin-top: 0px;
    text-align: left;
    font-family: Comic Sans MS;
    color: rgb(0, 0, 0);
    margin-left: 25px;
    margin-right: 25px;
    border: 0;
}

.dg4b_left /* =>  Div pour logo,titre,sous titres et Newsletters */
{
    float: left;
    text-align: left;
    height: 190px;
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
}

.dg4b_div_logo_tst /* => Div General pour logo, titre et sous titres */ 
{
    float: left;
    height: 45px;
    width: auto;

    min-width: 180px;
    max-width: 310px;

    margin-left: 0px;
    margin-top: 0px;

    border: 0;
}