/**
 * @title          global footer
 * @description    additional navigations (legal, sitemap, versailles external sites)
 * @media          screen
 * @required       global-base.css
 */


/**
 * @section        footer
 * @tree           #footer < #wrapper < body
 */
#footer {
    margin-top:-255px;
    background:url(/templates/versailles/images/common/bg/footer.jpg) no-repeat 50% 100%;
    height:303px;
}

#footer ul {
    margin:0; padding:282px 0 5px;
    color:#A1A1A1;
    font-size:9px;
    text-align:center;
    list-style:none;
}

#footer li {
    display:inline;
    margin:0 8px;
}

#footer a {color:#A1A1A1;}
#footer .on a {
    color:#FFF;
    text-decoration:underline;
}

#footer img {
    margin-right:-5px;
    vertical-align:middle;
}