/* BLEU DEGRADE */
body    {
    background-color      : #ffffff;
    font-family           : Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
    font-size             : 81.3%;
    color                 : #000000;
}
/*  ___________________________________________________________________________
    DIV - LES EFFECTS OU PUB CHAQUE COTE */
#div-Effect-Left {
    position              : absolute;
    left                  : -301px;
    display               : block;
    width                 : 300px;
    height                : 788px;
    float                 : right;
    background            : transparent url('bg_automne_left.jpg') top left no-repeat;
}
#div-Effect-Right {
    position              : absolute;
    right                 : -303px;
    width                 : 300px;
    height                : 788px;
    background            : transparent url('bg_automne_right.jpg') top left no-repeat;
}
