#footer 
{
 width: 980px;
 background-color: #BDCAD0; /*#F5F6FF*/
 /*border-top: 1px solid silver;*/
 /*border-bottom: 1px solid silver;*/
 padding-top: 5px;
 padding-bottom: 5px;
 font-size: 70%;
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
 color: #000000;
} 

#footer a
{
 color: blue;
 text-decoration: none;
}

#footer a:hover
{
 color: red;
}

#menu_footer
{
 font-size: 70%;
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
 color: #000000;
}

#menu_footer a
{
 color: blue;
 text-decoration: none;
}

#menu_footer a:hover
{
 color: red;
}
