*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003e90;
}

a:link,
a:visited {
	color: #003e90;
	/*text-decoration: underline;*/
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../img/bg_7186.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#mainBox
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#header
{
	width:100%;
	height:8%;
	border-bottom: 1px #b5c5d1 solid;
	overflow: hidden;
}

#navbar
{
	width:15%;
	height:92%;
	overflow: hidden;
	overflow-y: auto;
	vertical-align: top;
	border-right: 1px #b5c5d1 solid;
	float:left;
	padding-left: 5px;
}

#content
{
	height:92%;
	overflow: hidden;
	vertical-align: top;
	float:none;
	overflow-y: none;
	position:relative;
}

#logo
{
	position:relative;
	top:5px;
	left:5px;
}

#search_result
{
	border: 1px solid #b5c5d1;
	background-color:#f4f4f4;
	display: none;
	z-index: 9999;
	padding:2px;
}

.search_result_item {
	cursor: pointer;
	padding:2px;
	text-decoration:none;
}

.search_result_item:hover {	
	background-color:#E7F4F9;
	text-decoration:underline;
}

.methode_div 
{
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #b5c5d1;	
	width:90%;
}

.methode_div_outer
{
	margin-bottom:10px;
	background-color:#f4f4f4;
}

.methode_div_inner
{
	margin-top:5px;
	margin-bottom:5px;
	background-color:#dbdbdb;
	padding-left:5px;
	padding-right:5px;
}

.code_div
{
	width:99%;
	padding:2px;
	border:1px solid #5b5b5b;
	background-color:#ffffff;
}

#tabs { margin-bottom: 5px; }
#tabs li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }

.ui-tabs .ui-tabs-panel { background: transparent;  }
.ui-widget-content { border: none; background: transparent; }

.jstree li > a > .jstree-icon {  display:none !important; }

.jstree li > a { color:#003e90; }
