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

#barre_bas {
    position:relative;
    top:-45px;
    height: 35px;
    width:100%;
    background: url('../images/bg_menu.png') repeat-x 0 -25px ;

}

/* Le texte dans la barre en bas */
#texte_barre_bas{
    position:relative;
    top:-80px;
    line-height:25px;
    color:white;
    font-weight:bold;
    text-align:center;
    
}

#texte_barre_bas a{
    color:white;

}