/** Bouton haut de page **/
.scrollToTop{
    width:48px;
    height: 48px;
    /*background-image: url("../img/arrow.png");*/
    position:fixed;
    right:30px;
    bottom:30px;
    display:none;
}
.scrollToTop:hover{
	text-decoration:none;
}