@charset "ISO-8859-1";
/* CSS Document */
html, body{
height:100%;width:100%; 
margin:0;padding:0;overflow: hidden;
}

#MySplitter {
	/* Height is set to match window size in $().ready() below */
	position : absolute;
	border: 1px solid black;
	left: 0px;
	padding: 0;
	margin: 0; 
	left: 0;
	background-image: none; 
	background-color: transparent;
	top : 37px;
	width: 100%;
	height: 99%;
	right: 0;
	bottom:0;
}


.splitbuttonV
{
	margin-top:-41px;
	margin-left:-4px;
	top:50%;
	position:relative;
	height:83px;
	width:10px;
	background:transparent url(img/panevc.gif) 10px 50%;
}

.splitbuttonV.invert
{
	margin-left:0px;
	background:transparent url(panevc.gif) 0px 50%;
}
.splitbuttonH
{
	margin-left:-41px;
	left:50%;
	position:relative;
	height:10px !important;width:83px;
	background:transparent url(img/panehc.gif) 50% 0px;
}
.splitbuttonH.invert{
	margin-top:-4px;
	background:transparent url(img/panehc.gif) 50% -10px;
}
.splitbarV.working,.splitbarH.working,.splitbuttonV.working,.splitbuttonH.working{
 -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}


.SplitterPane 
{
	border: 0px solid #0055DD;
	padding: 0;
	margin: 0;
	width: auto;	
	overflow: auto;
}

/* Splitbar styles; these are the default class names and required styles */
.splitbarV {
	float:left;
	width:6px;
	height:100%;
	line-height:0px;
	font-size:0px;
	border-left:solid 1px #88BBCC;
	border-right:solid 1px #88BBCC;
	background:#5298E0 url(../img/panev.gif) 0% 50%;
}
.splitbarH {
	height:6px;
	text-align:left;
	line-height:0px;
	font-size:0px;
	border-top:solid 1px #99CCCC;
	border-bottom:solid 1px #99CCCC;
	background:#5298e0 url(../img/paneh.gif) 50% 0%;
	/*#cbe1fb*/
}

#TopPane {
	background: #efe;
	width:100%; 
	height: 500px;	
	overflow: auto;
}
#BottomPane {
	background: #f8fff8;
	width:100%;
	overflow: auto;
}
.ButtonPane {
	background: #eef;
	overflow: hidden;
}


/* Splitbar styles; these are the default class names and required styles */
.splitbarV {
float:left;width:6px;height:100%;
line-height:0px;font-size:0px;
border-left:solid 1px #AAAABB;border-right:solid 1px #AAAABB;
background:#cbe1fb url(img/panev.gif) 0% 50%;
}
.splitbarH {
height:6px;text-align:left;line-height:0px;font-size:0px;
border-top:solid 1px #AAAABB;border-bottom:solid 1px #AAAABB;
background:#cbe1fb url(img/paneh.gif) 50% 0%;
}

.splitbuttonV{
margin-top:-41px;margin-left:-4px;top:50%;position:relative;
height:83px;width:10px;
background:transparent url(img/panevc.gif) 10px 50%;
}
.splitbuttonV.invert{
margin-left:0px;background:transparent url(img/panevc.gif) 0px 50%;
}
.splitbuttonH{
margin-left:-41px;left:50%;position:relative;
height:10px !important;width:83px;
background:transparent url(img/panehc.gif) 50% 0px;
}
.splitbuttonH.invert{
margin-top:-4px;background:transparent url(img/panehc.gif) 50% -10px;
}
.splitbarV.working,.splitbarH.working,.splitbuttonV.working,.splitbuttonH.working{
 -moz-opacity:.50; filter: alpha(opacity=50); opacity:.50;
}

.headertablep
{
	color:white; 
	font-size:3mm;
	font-weight:bold;
	white-space: nowrap;
	background-image:url(img/bleu-fonce.png);
}





