/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */
a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #e3d7cd;
}
.orange-bar .jScrollPaneDrag {
	background: #4b2f15 url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
    padding:4px 0 0 15px;
    background: #6b0419;
}

.scroll-pane {
	overflow: auto;
	float: left;
    line-height: 16px;
    text-align: justify;
    padding: 10px;
    height:340px;
    width:280px
}


#fermer{
  text-align: center;
  padding: 6px 0 5px;
  width: 500px;
  background: #6b0419;
}
#fermer img{
  border: 1px solid #fff;
}

.wide {
	width: 450px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
.contentbox{
    background: url(../images/charte/mdm-content.jpg) top left no-repeat;
    height: 375px;
    width: 500px;
    background: #6b0419;
}
.title{
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
}


