.scrolling_conteneur {
	width:				15px;
	float:				right;
	cursor:				pointer;
	position: 			static;
}

.scrollable_conteneur {
	overflow:			hidden;
	position:			relative;	
}

.scrolling_conteneur .scrolling_barre {
	height:				150px;
	width:				100%;
	background:			url(../images/frontend/scrollbar_fond.png);
	position:			relative;
	z-index:			1;
}

.scrolling_conteneur .scrolling_haut {
	height:				15px;
	width:				100%;
	background: 		transparent url(../images/frontend/scrollbar_h.png) no-repeat;
}

.scrolling_conteneur .scrolling_bas {
	height:				15px;
	width:				100%;
	background: 		transparent url(../images/frontend/scrollbar_b.png) no-repeat;
}

.scrolling_conteneur .scrolling_cursor {
	height:				43px;
	width:				100%;
	background:			url(../images/frontend/scrollbar_track.png) repeat-y;
	font-size:			0px;
	position:			absolute;
	left:				0px;
}

/*----------------------------------------------*/
/*				   scrollBar					*/
/*----------------------------------------------*/

#menu .scrolling_conteneur{
	margin-left:	154px;
	position:		absolute;
	display: 		none;
}

#menu .scrolling_conteneur .scrolling_barre
{
	margin-top: 	-2px;
}

/*----------------------------------------------*/
/*				   contenu statique				*/
/*----------------------------------------------*/

.contenu_static #conteneur_scrollbar_content_static{
	background: 		transparent url(../images/frontend/fond_static.png);
	padding:			10px;
	font-family: 		regular;
	font-size: 			11px;
	height: 			90%;
	width:				569px;
	margin-left:		10px;
}

#scrollbar_scrolled_reglement {
	height:		591px; /* 15 x 2 + 591 = 621px */
}

#conteneur_scrolled_reglement{
	height:		621px;
}


.contenu_static .scrolling_conteneur{
	margin-right:		10px;
}

.contenu_static .scrolling_conteneur .scrolling_barre{
	height: 			570px;
}

.contenu_static .scrollable_conteneur{
	position:			static;
}
/*
.contenu_static  .scrolling_conteneur{
	position:	static;
}

.contenu_static  .scrolling_barre{
	position:	static;
}
*/

/*----------------------------------------------*/
/*				   home connect�				*/
/*----------------------------------------------*/
.vosstars_m #scrolling_conteneur{
	width:		16px;
}
.vosstars_m .scrolling_conteneur .scrolling_barre{
	height: 	578px;
	z-index:	1;
}
/*
.vosstars_m .scrolling_barre{
	position:	static;
}

.vosstars_m  .scrolling_cursor{
	position:	static;
}
*/

/*----------------------------------------------*/
/*				   classement joueur			*/
/*----------------------------------------------*/

.classement_membre .fond_m #contenu .scrolling_conteneur .scrolling_barre{
	height: 	111px;
}
#contenu #conteneur_scrolling_conteneur_cm{
	height: 	143px;
}

/*----------------------------------------------*/
/*				oeuvres de star					*/
/*----------------------------------------------*/
#conteneur_star_oeuvres{
	height:118px;
}
#oeuvres .scrolling_conteneur
{
}
#oeuvres .scrolling_barre{
	height: 85px;
}


/*----------------------------------------------*/
/*				liste information				*/
/*----------------------------------------------*/
#information_list .scrolling_conteneur, #information_list .scrollable_conteneur {
	height: 		169px !important;
	height: 		159px;
}


#information_list .scrolling_barre {
	height : 		140px;
}


/*----------------------------------------------*/
/*				information						*/
/*----------------------------------------------*/
#information .scrolling_conteneur, #information .scrollable_conteneur {
	height: 		190px !important;
	height: 		181px;
}


#information .scrolling_barre {
	height : 		160px !important;
	height: 		150px;
}
