﻿#scroller #top
{
	position:absolute;
	background-image:url("images/scroller/scrolltop.gif");
  	height:17px;
  	width:17px;
 	cursor:pointer
}
#scroller #top:hover
{
	background-image:url("images/scroller/scrolltopon.gif");
}

#scroller #bottom
{
	position:absolute;
	background-image:url("images/scroller/scrollbottom.gif");
  	height:17px;
  	width:17px;
 	cursor:pointer
}
#scroller #bottom:hover
{
	background-image:url("images/scroller/scrollbottomon.gif");
}

#scroller #curseur
{
	position:absolute;
	background-image:url("images/scroller/scrollcurseur.gif");
  	height:15px;
  	width:67px;
 	cursor:pointer;
}
#scroller #curseur:hover
{
	background-image:url("images/scroller/scrollcurseuron.gif");
}
