/* Date de création: 23/04/2008 */
#global {
	height:250px;
	width:732px;
}
#content{
	position: relative;
	background-color : #19171c;
	width:895px;
}
#content2 .content2{
	overflow : auto;
}

#content2 #texte{
	width: 230px;
	text-align: left;
	color: #7c7a7f;
}
#posScroll{
	height: 356px;
	left: 20px;
	position: absolute;
	top: 59px;
	width: 250px;

}
.scl_scrollbar {
	position: absolute;
	background: transparent url(../_img/scroll/cue.gif);
	right: -20px;
	width : 10px;
}

.scl_track {
	position: absolute;
	background: transparent url(../_img/scroll/track.gif);
	right: -21px;
	top: 0px;
	height: 100%;
	_position: relative;
	_right: -137px;
	width : 10px;
}
.scl_up {
	position: absolute;
	background: transparent url(../_img/scroll/wayu.gif);
	right: -20px;
	top: 0px;
	overflow: hidden;/* for IE */
	width : 10px;
}
.scl_down {
	position: absolute;
	background: transparent url(../_img/scroll/wayd.gif);
	right: -20px;
	bottom: 0px;
	overflow: hidden;/* for IE */
	width : 10px;
}
