@CHARSET "ISO-8859-1";
html, body{	
		width: 100%;	/* make the body expand to fill the visible window */
		height: 100%;
		overflow: hidden;	/* erase window level scrollbars */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		background-color: #4499CB;
		background : url(../img/FondEnteteBC.gif) no-repeat left top;
   }
	.dojoSplitPane{
		margin: 5px;
	}
	#rightPane {
		margin: 0;
	}
#entete {
		xbackground : url(../img/FondEnteteBC.gif) no-repeat left top;
		xbackground-color : #4499CB;
	}	
#corps {
		background-color : #4499CB;
	}	
	
#pied {
		background-color : #4499CB;
		background : url(../img/FondEnteteBC.gif) no-repeat left bottom;
	}	
	
body .dojoTabPaneWrapper {
	background-color: #94BEFF;
	border: thin solid #4499CB;
	
	}	
body .dojoTabLabels-top {
		xbackground : url(../img/FondEnteteBC.gif) no-repeat left -68px;
		background-color : none;
		margin-left:80px;
		margin-top:4px;
		left:300px;
}	
#mainContainer {
		xbackground : url(../img/FondEnteteBC.gif) repeat-y 0 0px;
		xbackground-color: #94BEFF;

	}	

div.container {
	background-color: #4499CB;
		xbackground : url(../img/FondEnteteBC.gif) no-repeat left bottom;
	border: 2px solid black;
	width: 200px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.label , .content {
}

.label {
	background : url(../img/ovale5.png) no-repeat left top;
	background-color : #BAD5D2;
	height: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color : #1E448D;
	font-size : 12px;
	padding-left: 20px;
	cursor: pointer;
}



.content {
	background: #E7E9FC;
	border-top: 1px solid #eeeeee;	/* w/out this, an <h1> on the top line causes a gap between the .content and .label */
}

.innerLabel {
	background: blue;
	height: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 300px;
}

.innerContent {
	background: #E7E9FC;
	border-top: 1px solid #aaaaaa;	/* w/out this, an <h1> on the top line causes a gap between the .content and .label */
	width: 300px;
}



body .dojoTab {
	border-bottom : 1px solid #4499CB;
	background : url(../img/tab_left.gif) no-repeat left top;
	cursor: pointer;
	white-space: nowrap;
	z-index: 3;
}
body .dojoTab.current {
	border-bottom : 1px solid #66CCFF;
	background : url(../img/tab_left_up.gif) no-repeat left top;
	cursor: pointer;
	white-space: nowrap;
	z-index: 3;
}

body .dojoTab div {
	background : url(../img/tab_top_right.gif) no-repeat right top;
	color : #333;
	font-weight:bold;
}
body .dojoTab.current div {
	background : url(../img/tab_top_right_up.gif) no-repeat right top;
	color : #333;
	font-weight:bold;
}

.formBody{	
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		background : url(../img/FondEnteteForm.gif) no-repeat left top;
		background-color: #4499CB;
		overflow:auto;

   }
	.formTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	background: #003399;
	text-align: left;
	font-weight: normal;
	width: 580px;
	margin-top: 2px;
	margin-bottom: 2px;
}

	.formBloc {
		background-color:#E7E9FC;
		padding:0.3em;
		margin-bottom:1em;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #000099;	
		width: 580px;	
}
	.formBloc td {
	height: 14px;
	white-space: nowrap;

}
	.formBloc input, select, textarea {
	background-color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: thin solid #0000CC;
	border-right: thin solid #00FFFF;
	border-bottom: thin solid #00FFFF;
	border-left: thin solid #0000CC;
	}
.mainTab {
}

#resultat_Recherche {
	color: #FFFFFF;
}
#resultat_Recherche a {
	color: #FFFFFF;
}
#modeemploi {
    width: 100%;
	height: 90%;
    overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #66CCFF;
}

#chargement {
	position: absolute; 
	left: 0px; 
	top: 64px;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	background-color: #66CCFF;
	 z-index:10;

}
