/* SVN FILE: $Id: footerMenu.css 9 2015-04-27 10:37:32Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 9 $
 * @date                $Date: 2015-04-27 12:37:32 +0200 (Lun, 27 avr 2015) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/raphael-fa/trunk/css/menus/footerMenu.css $
 */

.footerMenu
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
@media (min-width: 494px)
{
    .footerMenu
    {
        text-align: right;
    }
}    
    .footerMenu > li > a
    {
        color: #666;
        font-size: 1em;
    }
    .footerMenu > li > a:hover,
    .footerMenu > li.locked > a:hover
    {
        color: #555;
    }
    .footerMenu > li > a:active,
    .footerMenu > li.locked > a:active
    {
        color: #444;
    }
    .footerMenu > li.locked > a
    {
        color: #000;
    }