
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 5px auto;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: #aaa;
        z-index:210;
        padding:0;
	background: url(../images/track.png) no-repeat;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/drag.png) no-repeat;
}

a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 201;
	bottom: 0px;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url(../images/btnArrowLeft.png) no-repeat 0 0;
	height:19px;
}
a.jScrollArrowLeft:hover {
	background-position: 0px 0px;
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 202;
	bottom: 0px;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url(../images/btnArrowRight.png) no-repeat 0 0;
	height:19px;
}
a.jScrollArrowRight:hover {
	background-position: 0px 0px;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0px 0px;
}

a.BigArrowLeft {
	display: block;
	position: absolute;
	z-index: 201;
	bottom: 40px;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url(../images/basic_arrow_left.png) no-repeat 0 0;
	height:131px;
}
a.BigArrowLeft:hover {
	background-position: -50px 0px;
}
a.BigArrowLeft:active {
	background-position: -100px 0px;
}

a.BigArrowRight {
	display: block;
	position: absolute;
	z-index: 202;
	bottom: 40px;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url(../images/basic_arrow_right.png) no-repeat 0 0;
	height:131px;
}
a.BigArrowRight:hover {
	background-position: -50px 0px;
}
a.BigArrowRight:active {
	background-position: -100px 0px;
}

/*  STYLE GRAPHIQUE */
#scroll {
    display:block;
    width:734px;
    overflow:hidden;
    float:left;
}
#scroll ul{
    display:block;
    width:734px;
    vertical-align:middle;
}
#scroll ul li {
    list-style: none;
    display: block;
    float:left;
    text-align: center;
    padding: 20px 10px;
    width: 150px;
    cursor: pointer;
}

#conteneurSel{
	width:760px;
	height:190px;
	background: #ffffff url("../images/selector_recherche_bg.jpg") no-repeat;
	top:-34px;
	position: relative;
	overflow: hidden;
	margin-left:5px;
	margin-bottom:-50px;
}
#conteneurSel form{
	margin:32px 0px 0px 0px;
}
#conteneurSel h2{
	margin:58px 0px 0px 115px;
	color:#ffffff;
	font-size:22px;
}
#conteneurSel label{
	display:block;
	float:left;
	width:105px;
	text-transform:uppercase;
	font-weight:bold;
	margin:8px 5px 0px 0px;
	text-align:left;
}
#conteneurSel .colFiltre{
	display:block;
	float:left;
	width:250px;
	margin-left:45px;
}
#conteneurSel .col2{
	margin-left:30px;
}
#conteneurSel .colbtn{
	float:right;
	margin:6px 38px 0px 0px;;
}
#conteneurSel .colFiltre select{
	width:140px;
	margin:8px 0px 0px 0px;
}
