/** Bouton haut de page **/
#scrollToTop {font-size: 0.9em;}
#scrollToTop a{
    display:block;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 16px;
    width: 25px;
    height:30px;
    /*background-color: rgb(67,52,64); /** rgba fallback**/
    /*background-color: rgba(67,52,64, 0.7);
    padding: 7px 10px;
    border: 1px solid #433E36;*/
    background-image: url(../../themes/plxBootstrap/img/glyphicons-halflings.png);
    background-position: -280px -90px;
    background-repeat: no-repeat;
    opacity:0.6;
    }