/*
 * Ext JS Library 2.2.1
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

#custom-slider {
    background: transparent no-repeat;
}
#custom-slider .x-slider-horz .x-slider-thumb {
    width:27px;
    height:25px;
    position:absolute;
    left:0px;
    top:1px;
    background:transparent url(../images/curseur.gif) no-repeat 0 0;
}

#prix-slider {
    width:149px;
    padding-top:0px;
    background-image:url(../images/barre_progression_modalite.gif);
}
#prix-slider .x-slider-thumb {
    background-image:url(../images/curseur.gif);
}
#offre-slider {
	background: transparent no-repeat;
}

#offre-slider .x-slider-horz .x-slider-inner {
    height:18px;
}
#offre-slider .x-slider-horz .x-slider-thumb {
    width:27px;
    height:25px;
    position:absolute;
    left:0px;
    top:1px;
    background:transparent url(../images/curseur.gif) no-repeat 0 0;
}

#hphc-slider {
  background: transparent no-repeat;  
  margin-left: 205px;
}

#hphc-slider .x-slider-horz .x-slider-thumb {
    width:27px;
    height:25px;
    position:absolute;
    left:0px;
    top:1px;
    padding-top:-2px;
    background:transparent url(../images/curseur.gif) no-repeat 0 0;
}
h3 {
    padding:15px 0 5px;
}