<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.a_scrolltotop {
	display:block;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	height:51px;
	width:51px;
	cursor:pointer;
	background:url("arrowa.png") no-repeat scroll left top transparent;
	background:none\9;  /*Pour ie on reset le background afin d'appliquer le filtre après*/
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop',src='arrowa.png');
  
}
.s_scrolltotop {
	height:51px;
	width:51px;
	overflow:hidden;
	float:left;
	background:url("arrowspan.png") no-repeat scroll left top transparent;
	background: none\9; /*Pour ie on reset le background afin d'appliquer le filtre après*/
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop',src='arrowspan.png');
}</pre></body></html>