/* ---------------------------------------------------------------- */
/* ---------------------------- Footer ---------------------------- */
/* ---------------------------------------------------------------- */

#footer{
    width: 1024px;
    height: 45px;
    
    position: absolute;
    bottom: 10px;
    
    line-height: 42px;
    vertical-align: middle;
}
#footer a{
    width: 100%;
    height: 100%;
    
    display: block;
            
    font-family: 'ComicSansMT', 'Helvetica Rounded', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}
/* ----------------------- Header : Logo -------------------------- */
#footer .logo{
    height: 100%;
    width: 464px;
    
    padding-right: 20px;
    
    position: relative;
    float:left;
    
    text-align: right;
}
#footer .logo a{
    padding-right: 38px;
    
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.36);
    text-align: right;
    color: rgba(0, 0, 0, 0.45);
}
/* ----------------------- Header : Bouton------------------------- */
#footer .bouton{
    width: 180px;
    height: 100%;
    
    float: left;
}
#footer .bouton a{
    text-align: center;
    color: rgb(255, 255, 255);
}