

/*********************************** FOOTER ************************************/

div#footer{
    margin:0px 0px 0px 0px;
}

div#footer_haut, div#footer_centre, div#footer_bas{
    margin:0px 0px 0px 0px;
    padding:0;
    border:0px solid black;
}

div#footer_haut{
    background-color: transparent;
    background-image: url(../img/footer_haut.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position:0px 0px;
    height:9px;
    width:960px;
}

div#footer_centre{
    background-color: transparent;
    background-image: url(../img/footer_centre.png);
    background-repeat: repeat-y;
    margin-top:0px;
    width:960px;
}

div#footer_bas{
    background-color: transparent;
    background-image: url(../img/footer_bas.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position:0px 0px;
    height:9px;
    width:960px;
}

/*encarts*/

div#footer_centre img{
    float:left;
    margin:10px 40px 10px 40px;
}

div.menu_footer{
    float:left;
    width:218px;
    margin:0px 0px 10px 20px;
    border:0px solid black;
}

div.menu_footer h3{
    font-size:1.2em;
    font-weight:bold;
    margin:15px 0px 5px 0px;
}

div.menu_footer ul{
    border:0px solid black;
}

div.menu_footer ul li, div.menu_footer ul li a{
    font-size:0.9em;
    line-height:13px;
    color:#666;
}

div#vimshape{
    margin:auto;
    width:125px;
    border:0px solid black;
}

div#vimshape img{
    float:left;
}

div#vimshape i{
    float:left;
    padding-top:2px;
    font-style: normal;
    font-size: 10px;
}
