/*
    Document   : scrollToTop
    Created on : 3 juil. 2012, 14:50:46
    Author     : Jeremy D Noe
*/


.backtotopinstance{
    position: fixed;
    right: 5px;
    bottom: 50px;
    margin-right:0px;
    width:20px;
    color:white;
    border: none;
    border-radius: 3px 3px 3px 3px;
    padding: 15px 25px;
    z-index:1000;
    background-image: url(../../icone/scroll.png);
	background-repeat: no-repeat;
}

