.off2
{
	position : absolute;
	left : -5000px;
	top : -5000px;
}
.zone_txt_contenu
{
	width : 478px;
	height : 193px;
	padding : 0;
	overflow : hidden;
}
/* scroll >> */
.bodyscroll
{
	width: 12px;
	position : absolute;
	right : 8px;
	top : 0;
	visibility : hidden;
}

#zone_txt_scroll, #zone_txt_scroll2{ 
	position:relative;
	width : 478px;
	height : 193px;
	overflow:hidden;
	z-index:1; 
}
.content{
	position:absolute;
	left:0;
	top:0;
	width : 444px;
	padding : 14px 5px 0 14px;
	z-index:1;
	text-align:left;
	visibility: visible; 
}

#scrollbar, #scrollbar2{ 
  position:relative;
  left:0;
  top:0;
  width:12px;
  height : 190px;
  font-size:1px;
  z-index:1;
}
  
#track, #track2{ 
  position:absolute;
  left:0;
  top : 12px;
  width : 12px;
  height : 163px;	/* IE 6*/
  position:absolute;
  z-index:1;
  background :#c4c4c4;/* url("/img/our_products/track.gif") 0 0 repeat-y;*/
  border-bottom:5px solid #c4c4c4;
  overflow:hidden;
}
#track[id], #track2[id]
{
	height : 163px;	/* other browsers */
}
#dragBar, #dragBar2{
  position:absolute;
  margin: 5px 0 0 1px;
  left : 2px;
  top:0px;
  width:6px;
  height:18px;
  background:#7ea721;
  z-index:1;
} 

#up, #up2{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	height:8px;
	width:12px;
}  

#down, #down2{
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	height:8px;
	width:12px;
}

#dragBarH, #dragBarH2 {
  position:absolute;
  left:0;
  top:0;
  width:0px;
  height:0px;
  /*background: url(/img/our_products/dragbarh.gif) top left no-repeat; */ 
  z-index:6;
} 
#dragBarB, #dragBarB2 {
  position:absolute;
  left:0; 
  bottom: 0;
  _bottom:-1px;
  width:0px;
  height:0px;
  /*background: url(/img/our_products/dragbarb.gif) top left no-repeat; */
  z-index:6;
}
#trackH, #trackH2 {
	/*position:absolute;
	left:0;
	top:10px;
	z-index:8*/
	
}  
#trackB, #trackB2 {
	/*position:absolute;
	left:0;
	bottom:10px;
	_bottom:9px;
	z-index:8;*/
}
/* << scroll */