@charset "UTF-8";
/* CSS Document */

#footer{
position:relative;
width:980px;
height:70px;
clear:both;
background:url(../images/fond-footer.jpg) no-repeat;
margin:0px auto;
}


#footer #logo-footer h3{
text-indent:-3000px;
}

#footer #menu-footer{
position:absolute;
right:20px;
width:330px;
height:40px;
}

#footer #menu-footer a{
color:#999999;
text-decoration:none;
}

#footer #menu-footer a:hover{
color:#00b1e6;
}

#footer #menu-footer li{
list-style:none;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
line-height:auto;
margin:5px;
margin-top:12px;
}

#footer #glossaire{
position:relative;
width:80px;
height:40px;
float:left;
}

#footer #glossaire li{
list-style:none;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
line-height:auto;
margin:5px;
margin-top:12px;
}

#footer #glossaire a{
color:#999999;
text-decoration:none;
}

#footer #glossaire a:hover{
color:#00b1e6;
}