/*---For content scroll-bar -------------------------------------------------------------------------------*/

.Container {
  width: 527px;
  height: 374px;
  background-color: inherit;
  color: inherit;
}
#Scroller-1 { 
  position: relative; 
  overflow: hidden;
  width: 527px;
  height: 374px;
  background-color: Transparent;
}
#Scroller-1 p {
  margin: 0; 
  padding: 0px 0px;
}
.Scroller-Container {
  position: relative;
  background-color: Transparent;
}
#Scrollbar-Container {
  position: relative;
}
.Scrollbar-Up {
  cursor: pointer;
  position: relative;
}
.Scrollbar-Track {
  position: relative;
  background:url(../images/slider_v_rail.gif) repeat-y;
  width:22px;
  height:374px;
  visibility: hidden;
}
.Scrollbar-Handle {
  position: relative;
  width: 22px; 
  height: 18px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: relative;
  top: 374px;
}

/*---For A_ne_pas_manquer scroll-bar-------------------------------------------------------------------------------*/


.Container2 {
  width: 150px;
  height: 401px;
  background-color: inherit;
  color: inherit;
}
#Scroller-2 { 
  position: relative; 
  overflow: hidden;
  width: 150px;
  height: 401px;
  background-color: Transparent;
}
#Scroller-2 p {
}
.Scroller-Container2 {
  position: relative;
  background-color: Transparent;
}
#Scrollbar-Container2 {
  position: relative;
}
.Scrollbar-Up2 {
  cursor: pointer;
  position: relative;
}
.Scrollbar-Track2 {
  position: relative;
  background:url(../images/slider_v_rail.gif) repeat-y;
  width:22px;
  height:401px;
  visibility: hidden;
}
.Scrollbar-Handle2 {
  position: relative;
  width: 22px; 
  height: 18px;
}
.Scrollbar-Down2 {
  cursor: pointer;
  position: relative;
  top: 401px;
}




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

