* a[href="#"] {
cursor : default;
}

/**	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;
/**	change	**/
text-transform: uppercase;
font-weight:normal;
color: #999;
font-size:90%;
text-align:center;
padding: 0px 22px;
background: transparent url(../images/puce-menu.png) 0 50% no-repeat;
}
#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;
}