.contenu_scroll {
	float: left;
	display: inline;
	position: relative;
	width: 233px;
	margin-left: 10px;
	height: 290px;
	
}

.scrollControlsY {
	width: 10px;
	position: absolute;
	right: 5px;
	height: 100%;
	top: 5px;
}

.scrollControlsY .upBtn {
	background-color: transparent;
	background-image: url(../images/up.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 5px;
	margin-bottom: 3px;
	position: absolute;
	top: 0;
}

.scrollControlsY .downBtn {
	width: 11px;
	height: 5px;
	margin-top: 3px;
	background-color: transparent;
	background-image: url(../images/dn.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 5px;
}

.scrollControlsY .scrollBar {
	width: 7px;
	margin-left: 2px;
	background-color: #d5d8d5;
	text-align: center;
	height: 268px;
	position: absolute;
	bottom: 8px;
	top: 8px;
}

.scrollControlsY .scrollBar .scrollHandle {
	width: 9px;
	background-color: #c7c5c6;
	margin-left: -1px;
	cursor: pointer;
	height:46px !important;
	position:relative;
}