/* Date de creation: 23/04/2008 */
.scl_scrollbar {
	position: absolute;
	z-index: 9;margin-top: -4px;
	background: transparent url(/_img/scroll2/cue.gif) repeat-y;
	right: 0px;
}
.scl_scrollbar_b {
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 18px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}
.scl_scrollbar_h {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 18px;
	height: 1px;
	
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}
.scl_scrollbar_over {
	background: transparent url(/_img/scroll2/cue.gif) repeat-y;
}
.scl_scrollbar_pushed {
	background: transparent url(/_img/scroll2/cue.gif) repeat-y;
}
.scl_track {
	position: absolute;
	background: transparent url(/_img/scroll2/track.gif);
	right: -1px;
	top: 0px;
	height: 100%;
}
.scl_up {
	position: absolute;
	background: transparent url(/_img/scroll2/wayu.gif);
	right: 0px;
	top: 0px;
	overflow: hidden;/* for IE */
}
.scl_down {
	position: absolute;
	background: transparent url(/_img/scroll2/wayd.gif);
	right: 0px;
	bottom: 0px;
	overflow: hidden;/* for IE */
}