/**	BOTTOM MENU		**/
#bottom_menu {
display:block;
list-style: none;
text-align:center;
/**	change	**/
}
#bottom_menu .moduletable{
margin:0;
}
#bottom_menu li{
margin:0;
padding:0;
display:inline;
list-style : none;
/**	change	**/
}

#bottom_menu li a, #bottom_menu li span.separator 
{
text-decoration: none;
text-transform: uppercase;
font-weight: normal;
color: #999999;
font-size: 90%;
text-align: center;
padding-top: 0px;
padding-right: 22px;
padding-bottom: 0px;
padding-left: 22px;
background-color: transparent;
background-image: url("../images/puce-menu.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 50%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
}

#bottom_menu li:first-child a {
background-image: none;
}
#bottom_menu li a:hover, #bottom_menu li span.separator:hover, #bottom_menu li.active a {
color:#000;
text-decoration: none;
}