
	/*************************************************************************** 
	  Style des zone de scroll défault
	****************************************************************************/

	#texteScroll { /** Par défaut **/
		position : absolute ; 
		width : 360px ;
		height : 314px ; 
		clip : rect(0px 360px 314px 0px) ; 
		overflow : hidden ;	
		z-index : 1 ;
		margin:0px;
		padding:0px;
	}
	
	.ScrollBarBK { 
		position : relative ;
		float : right ;
		width : 15px ;
		font-size : 1px ;
		z-index : 1 ;
	}
	
	.ScrollBar { 
		position : relative ;
		float : right ;
		width : 12px ;
		font-size : 1px ;
		z-index : 1 ;
	}
	
	.contentScrollHome {
		position : relative ; 
		left : 1px ;
		top : 0px ;
		z-index : 1 ;
		text-align : left ;
		margin-bottom : 8px ;
		visibility : visible ;
	}
	
	div.contentScroll {
		position:relative;
		left:1px;
		top:0px;
		z-index:1;
		text-align:left;
		margin-bottom:8px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color:#404040;	visibility: visible;
	}
	
	
	/* Set small font-size or size/position of div's will be off in some browsers  */
	div#scrollbar { 
		position:relative;
		margin-left: 370px;		
		width:11px; height:110px; 
		font-size:1px; z-index:1;
		margin:0px;
		padding:0px;
	}
	
	div#track { 
		position:absolute;
		margin : 16px 0px 0px -3px ;
		width:9px; height:280px;
		background-image:url("http://www.roulottes-et-tradition.com/images/commun/track.gif");
		background-repeat:repeat-y;
		z-index:1;
		border-style:solid; border-color:#ffffff; border-width:1px;
		background-position:top;
		padding:0px;
	}
	
	div#scrollbarstages { 
		position:relative; left:0; top:0;
		width:15px; height:285px; 
		font-size:1px; z-index:1;
	}
	
	div#trackstages { 
		position:absolute; left:10px; top:12px;
		width:11px; height:285px;
		z-index:1;
	}
	
	div#up {
		margin : 1px 0px 0px -3px ;
		position:absolute;
		z-index:2
	} 
	
	div#down {
		margin : 0px 0px 0px -3px ;
		position:absolute;
		margin-top : 298px ;
		z-index:3;
		visibility: visible;
	}  
	
	div#dragBar {
		position:absolute;
		margin : -1px 0px 0px -1px ;
		width:9px; height:20px;
		background-image:url("http://www.roulottes-et-tradition.com/images/commun/track_bar.gif");
		background-repeat:repeat-y;
		z-index:1;
		background-position:top;
		padding:0px;
	}
