 BODY { margin: 0; padding: 0; font-family: arial; font-size: 10pt; color: #cccccc; background-color: #000000; height:100%;
	width:100%; min-width:1000px; min-height:750px;}
SELECT, INPUT, TEXTAREA, FORM,{ font-family: arial; font-size: 10pt; color: #cccccc; }

a:link            { font-family:arial; font-size:9pt; color:#6a6b6d; text-decoration:none; } 
a:visited         { font-family:arial; font-size:9pt; color:#6a6b6d; text-decoration:none; }
a:hover           { font-family:arial; font-size:9pt; color:#6a6b6d; text-decoration:underline; }

a.LINKblanc:link       { font-family:arial; font-size:9pt; color:#FFFFFF; text-decoration:none; }
a.LINKblanc:visited    { font-family:arial; font-size:9pt; color:#FFFFFF; text-decoration:none; }
a.LINKblanc:hover      { font-family:arial; font-size:9pt; color:#FFFFFF; text-decoration:none; }

a.LINKblanctitre:link       { font-family:arial; font-size:13pt; color:#FFFFFF; text-decoration:none; }
a.LINKblanctitre:visited    { font-family:arial; font-size:13pt; color:#FFFFFF; text-decoration:none; }
a.LINKblanctitre:hover      { font-family:arial; font-size:13pt; color:#FFFFFF; text-decoration:none; }

a.LINKorange:link       { font-family:arial; font-size:10pt; color:#ff9933; text-decoration:none; }
a.LINKorange:visited    { font-family:arial; font-size:10pt; color:#ff9933; text-decoration:none; }
a.LINKorange:hover      { font-family:arial; font-size:10pt; color:#ff9933; text-decoration:underline; }

a.LINKgris:link       { font-family:arial; font-size:10pt; color:#cccccc; text-decoration:none; }
a.LINKgris:visited    { font-family:arial; font-size:10pt; color:#cccccc; text-decoration:none; }
a.LINKgris:hover      { font-family:arial; font-size:10pt; color:#cccccc; text-decoration:underline; }



#global {
position:absolute;
left: 50%;
top: 50px;
width: 1000px;
height: 700px;
margin-left: -500px; /* moitié de la largeur */
border-width: 0px;
} 


.cachediv {
        visibility: hidden;
        overflow: hidden;
        height: 1px;
        margin-top: -1px; 
        position: absolute; }  
        
        
 
 .scroll-pane
{
	background: #000000;
	width: 100%;
	height: 300px;
	overflow: auto;
	padding-right:20px;
	
}
 
        
        
        
        .jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #333333;
	position: relative;
}

.jspDrag
{
	background: #ff9933;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.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;
}
