/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
	
	display:none;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background:   url(images/fd_scroll.png) repeat-y;
	position: relative;
	width:3px;
}

#contenu_toutes_actualites .jspTrack, #contenu_glossaire .jspTrack, #contenu_medias .jspTrack, #contenu_mentions .jspTrack, #contenu_presse .jspTrack,#contenu_cohesion .jspTrack, #verbatim_paroles .jspTrack, #en_savoir_plus  .jspTrack, #comments .jspTrack, #contenu_actualite .jspTrack, #contenu_bibliographie .jspTrack, #contenu_auteurs .jspTrack, #contenu_methodologie .jspTrack, #contenu_resume .jspTrack {
	background:   url(images/fd_scroll2.png) repeat-y;
}

.jspDrag
{
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	width:3px;
	opacity:0.5;
	filter:alpha(opacity=50);
   	-moz-opacity:0.5;
}

#contenu_toutes_actualites .jspDrag, #contenu_glossaire .jspDrag,#contenu_medias .jspDrag,#contenu_mentions .jspDrag,#contenu_presse .jspDrag, #contenu_cohesion .jspDrag, #verbatim_paroles .jspDrag, #en_savoir_plus .jspDrag, #comments .jspDrag, #contenu_actualite .jspDrag , #contenu_bibliographie .jspDrag , #contenu_auteurs .jspDrag , #contenu_methodologie .jspDrag , #contenu_resume .jspDrag 
{
	background: #08315a;
}


.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #53687f;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

#debat .jspPane a , #propositions  .jspPane a {
	color:#ffffff;
}