/*********************** SCROLLERS ***********************/
.root 		{
	position:absolute;
	height:			400px;
	width:			489px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 7px;
		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:	  absolute;
		height:		25px;
		width:		 10px;
		left: 		  10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		height:		9px;		
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer {
	position:			absolute;
	left:			4px;
	top:			17px;
	width:			489px;
	clip:			rect(0 467 400 0);
	overflow:			auto;
		}
.scrollContent {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			489px;
		}

/*images*/

#img-barre {

		width: 20px;
		height: 45px;

}

#img-haut ='fleche_scroll_haut.gif',
#img-bas ='fleche_scroll_bas.gif'  {
/*
		width: 15px;
		height: 15px;
*/		
}
