.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.bouttonSm {
    background: transparent url('../images/bg_button_a3.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 10px arial, sans-serif;
    height: 18px;
    margin-right: 3px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
	z-index:5;
}

a.bouttonSm span {
    background: transparent  url('../images/bg_button_span3.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 2px 0 2px 9px;
	z-index:5;
}

a.bouttonSm :active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	z-index:5;
}

a.bouttonSm :active span {
    background-position: bottom left;
    padding: 3px 0 2px 9px; /* push text down 1px */
	z-index:5;
}
