﻿#scrollbar_container {
	position:relative;
	width:565px;
}

#scrollbar_track {
	position:absolute;
	top:0px;
	right:0;
	height:272px;
	width:11px;
	background: url(/vomini/commun/img/scroll/track.gif) repeat-y;
	cursor:move;
} 

#scrollbar_track_up {
	position:absolute;
	top:-5px;
	right:0;
	height:4px;
	width:11px;
	background: url(/vomini/commun/img/scroll/flu.gif) no-repeat;	
}

#scrollbar_track_down {
	position:absolute;
	top:273px;
	right:0;
	height:4px;
	width:11px;
	background: url(/vomini/commun/img/scroll/fld.gif) no-repeat;	
}

#scrollbar_handle {  
	width:11px;  
	background-color:#0099ff;  
	cursor:move;  
	/*-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; /*/
	filter : alpha(opacity=90); 
	opacity:0.9;  
	-moz-opacity:0.9;  
	top:14px;
} 

#scrollbar_content {  
	overflow:hidden;  
	width:550px;  
	height:275px;
}


#scrollbar_present_container {
	position:relative;
	width:441px;
}

#scrollbar_present_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:11px;
	background: url(/vomini/commun/img/scroll/track.gif) repeat-y;
	cursor:move;
} 

#scrollbar_present_track_up {
	position:absolute;
	top:0px;
	right:0;
	height:4px;
	width:11px;
	background: url(/vomini/commun/img/scroll/flu.gif) no-repeat;	
}

#scrollbar_present_track_down {
	position:absolute;
	top:99%;
	right:0;
	height:4px;
	width:11px;
	background: url(/vomini/commun/img/scroll/fld.gif) no-repeat;	
}

#scrollbar_present_handle {  
	width:11px;  
	background-color:#0099ff;  
	cursor:move;  
	/*-moz-border-radius: 5px;  */
	/*-webkit-border-radius: 5px;  */
	opacity:0.9;  
	-moz-opacity:0.9;  
} 

#scrollbar_present_content {  
	overflow:hidden;  
	width:441px;  
	height:462px;
}

/* Deuxieme scroll dans la même page????*/

#scrollbar_essai_container
{
   position:relative;
	width:465px;
}

#scrollbar_essai_track
{
position:absolute;
	top:0;
	right:0;
	height:100%;
	width:11px;
	background: url(/vomini/commun/img/scroll/track.gif) repeat-y;
	cursor:move;
} 
#scrollbar_essai_handle
{  
	width:11px;  
	background-color:#0099ff;  
	cursor:move;  
	/*-moz-border-radius: 5px;  */
	/*-webkit-border-radius: 5px;  */
	opacity:0.9;  
	-moz-opacity:0.9;  
} 
#scrollbar_essai_track_up
{
	position:absolute;
	top:0px;
	right:0;
	height:4px;
	width:11px;
	background: url(/vomini/commun/img/scroll/flu.gif) no-repeat;	
}

#scrollbar_essai_track_down
{
	position:absolute;
	top:99%;
	right:0;
	height:4px;
	width:11px;
	background: url(/vomini/commun/img/scroll/fld.gif) no-repeat;	
}
 
#scrollbar_essai_content
{  
	overflow:hidden;  
	width:441px;  
	height:400px;
}

/* Scroll Financement*/
/*
#scrollbar_financement_container
{
   position:relative;
	width:465px;
}

#scrollbar_financement_track
{
position:absolute;
	top:0;
	right:0;
	height:100%;
	width:11px;
	background: url(/vomini/commun/img/scroll/track.gif) repeat-y;
	cursor:move;
} 
#scrollbar_financement_handle
{  
	width:11px;  
	background-color:#0099ff;  
	cursor:move;  
	/*-moz-border-radius: 5px;  */
	/*-webkit-border-radius: 5px;  */
	opacity:0.9;  
	-moz-opacity:0.9;  
} 
#scrollbar_financement_track_up
{
	position:absolute;
	top:0px;
	right:0;
	height:4px;
	width:11px;
	background: url(/vomini/commun/img/scroll/flu.gif) no-repeat;	
}

#scrollbar_financement_track_down
{
	position:absolute;
	top:99%;
	right:0;
	height:4px;
	width:11px;
	background: url(/vomini/commun/img/scroll/fld.gif) no-repeat;	
}
 
#scrollbar_financement_content
{  
	overflow:hidden;  
	width:441px;  
	height:400px;
}*/
