.ascenseur{
padding:30px 0 0 0;
}

/*STYLE DU DIV AVEC ASCENSEUR*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 695px;
	height: 410px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: transparent;
	text-align:justify;
	margin: 0 auto;
	padding:10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#707070;
}

/* A NE PAS MODIFIER */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}
/*STYLE DE L'ASCENSEUR*/

.vscrollerbase, .vscrollerbar {
width: 16px;
}
.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}
/*corps de l'ascenseur*/
.vscrollerbarbeg {
background: url(../image/ascenseur/vscroller.png) 0px -10px;
width: 16px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../image/ascenseur/vscroller.png);
width: 16px; height: 10px;
}


/*MISE EN FORME DE L'ARRIERE PLAN*/

/*arriere plan de la scrollbar*/
.vscrollerbase, .hscrollerbase {
background: url(../image/ascenseur/scrollbar-track.png) -17px 0;
}
/*arrondit haut de la scrollbar*/
.vscrollerbasebeg {
height:6px;
width: 20px;
background: url(../image/ascenseur/scrollbar-track.png) 0px 0px no-repeat;
}
/*arrondit bas de la scrollbar*/
.vscrollerbaseend {
height:6px;
width: 20px;
background: url(../image/ascenseur/scrollbar-track.png) -34px 0px no-repeat;
}