#box_center_left {
    position:absolute;
    overflow: hidden;
    z-index: 3;
    width: 40%;
    height: 89%;
    left: 10%;
    top: 80;
    display: block;
    background-color: #E5E5E5;
    border: 0px solid white;
}
#box_center_left2 {
    position:absolute;
    overflow: scroll;
    z-index: 3;
    width: 40%;
    height: 89%;
    left: 10%;
    top: 80;
    display: block;
    background-color: #E5E5E5;
    border: 0px solid white;
}
.grand_titre {
 font-family: "Verdana";
 font-size: 18px;
 font-style: normal;
 font-weight: bold;
 color: "black";
 text-decoration: underline;
 text-align: left;
 padding-left:10px;
}
.edito {
 font-family: "Verdana";
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 color: black;
 text-decoration: none;
 text-align: left;
 padding-left:10px;
}
.mini {
 font-family: "arial";
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 color: "#404040";
 text-decoration: none;
 text-align: left;
}

#box_dans_bandeau {
    position:absolute;
    overflow: hidden;
    z-index: 9999;
    width: 450;
    height: 85;
    left: 350;
    top: 2;
    display: block;
    border: 0px solid white;
}
#box_dans_pied {
    position:absolute;
    overflow: hidden;
    z-index: 9999;
    width: 450;
    height: 36;
    left: 350;
    top: 1;
    display: block;
    border: 0px solid white;
}
