.tree div#navigate  {
	padding:0;
	margin: 0;
	margin-top: 12px;
	min-width:364px; /* for mozilla*/
	/*_width:354px; /* for ie in ie.css*/ 
}

#popupContener #navigate {
	margin-top: 0;
}

.tree div#tab {
	padding:0;
	margin:0;
	float:none;
	clear:both;
}

.tree #tab {
	color:#006699;
	background-color:transparent;
	font-size:12px;
}
.tree #tab ul {
	padding:0;
	margin:0;
	height:18px;
	width:364px;
	/*_width:254px; /* for IE in ie.css*/
}
.tree #tab li {
	list-style-type: none;
	float:left;
	display:block;
	background-color: #b2d1e0;
	padding:0 0 0 18px;
	height:18px;
	width:69px; /* for mozilla*/
	/*_width:84px; /* for IE in ie.css*/
	border-left:1px solid #006090;
	border-right:1px solid #006090;
	border-top:1px solid #006090;
	cursor: pointer;
	/* _cursor:hand; /* for IE in ie.css*/
}

.tree #tab li.selected {
	color:#ffffff;
	background-color:#006090;
	font-weight: bold;
	cursor: pointer;
	/* _cursor:hand; /* for IE in ie.css*/
}
.tree #tab a {
	color:#006090;
	background-color:transparent;
	text-decoration:none;
	font-weight:normal;
}
.tree #tab a:hover ,
.tree #tab a:focus{
	color:#ffffff;
	background-color:transparent;
	text-decoration:none;
	font-weight:normal;
}
.tree #tab a:active {
	color:#000000;
	background-color:transparent;
	text-decoration:none;
	font-weight:normal;
}
.tree #tabMenu {
	background-image:url(../image/tree/menu.png);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	margin:0 2px 0 0;
}
.tree #tabSearch {
	width:70px !important;
	background-image:url(../image/tree/search.png);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	margin:0px 2px 0 0;
}
.tree #tabTaxinomy {
	width:70px !important;
	background-image:url(../image/tree/taxinomy.png);
	background-position: 1px 0px;
	background-repeat:no-repeat;
	margin:0 2px 0 0;
}
.tree #tabExample {
	background-image:url(../image/tree/sample.png);
	background-position: 0px 1px;
	background-repeat:no-repeat;
	margin:0 0 0 0;
}

#popupContener #tabMenu,
#popupContener #tabSearch,
#popupContener #tabTaxinomy,
#popupContener #tabExample,
#popupContener #equSearch,
#popupContener #equTaxinomy,
#popupContener #equExample
{
	display: none;
}

.tree div#tree {
	padding:0 0 0 4px;
	margin:0;
	float:none;
	clear:both;
	min-height: 100px; /* for mozilla*/
	/*_height: 100px; /* for IE in ie.css*/
}

.tree #tree {
	background-color:#82a2c8;
	color:#000000;
	font-size:11px;
	border-top:1px solid #006090;
	border-left:1px solid #006090;
	border-right:1px solid #006090;
	border-bottom:4px solid #006090;
}
.tree #tree p {
	margin-top:15px;
	margin-bottom:15px;
}
.tree #tree form {
	margin:0;
	padding:0;
}
.tree #tree fieldset {
	border-style:none;
	margin:0 0 10px 0;
	padding:0;
}
.tree #tree ul.root {
	padding:0;
	margin:10px 0 0 0;
}
.tree #tree ul {
	padding:0;
	margin:0 0 0 -15px;
}
.tree #tree li {
	cursor:default;
	list-style-type:none;
/*	white-space:nowrap;*/
	padding:0 0 0 30px;
	margin:0;
	min-height:20px; /* for mozilla*/
	/*_height:20px; /* for ie in ie.css*/
	background-image:none;
	background-repeat:no-repeat;
	display:none;
}
.tree #tree li.Tnode {
	background-image:url(../image/tree/nochildrentext.png);
	display:block;
	font-weight:normal;
}
.tree #tree li.TnodeCurrent {
	background-image:url(../image/tree/nochildrentextcurrent.png);
	display:block;
	font-weight:bold;
}
.tree #tree li.Texpand {
	background-image:url(../image/tree/plusfolder.png);
	display:block;
	font-weight:normal;
}
.tree #tree li.TexpandCurrent {
	background-image:url(../image/tree/plusfolder.png);
	display:block;
	font-weight:bold;
}
.tree #tree li.Tcollapse {
	background-image:url(../image/tree/minusfolder.png);
	display:block;
	font-weight:normal;
}
.tree #tree li.TcollapseCurrent {
	background-image:url(../image/tree/minusfoldercurrent.png);
	display:block;
	font-weight:bold;
}
.tree #tree a {
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}
.tree #tree a:hover ,
.tree #tree a:focus{
	color:#ffffff;
	background-color:transparent;
	text-decoration:none;
}
.tree #tree a:active {
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}

.tree #tree #equTaxinomy p {
	padding-right: 5px;
}

.tree #tree #equTaxinomy a {
	text-decoration: underline;
}

.tree #tree #equTaxinomy li{
	list-style-type: none;
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	min-height: 10px;  /* for mozilla*/
	/*_height: 10px; /* for IE in ie.css*/
	background-image: url(../image/puce.gif);
	background-repeat: no-repeat;
	display: block;
}

.tree #tree #equExample a {
	background:transparent url(../image/tree/search_out.png) no-repeat center left;
	padding-left:20px;
	display: block;
	height: 18px;
}

.tree #tree #equExample a:hover,
.tree #tree #equExample a:focus{
	background:transparent url(../image/tree/search_over.png) no-repeat center left;
}
.tree #tree label {
	display: block;
	float:left;
	clear:both;
	min-width:250px; /* for mozilla*/
	/*_width:450px; /* for ie in ie.css*/
	color:#000000;
	background-color:transparent;
	margin-top:10px;
}
.tree #tree input.input,
.tree #tree textarea.input,
.tree #tree select {
	display: block;
	float:left;
	border:1px solid #0f43a9;
	width:280px;
	padding-left:5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #e5eff5 none;
	color: #069;
	border-top: 1px solid #069;
	border-left: 1px solid #069;
	border-bottom: 1px solid #b2d1e0;
	border-right: 1px solid #b2d1e0;
}
.tree #tree input.input:focus,
.tree #tree textarea.input:focus,
.tree #tree input.inputfocus,
.tree #tree textarea.inputfocus {
	display: block;
	float:left;
	border:1px solid #0f43a9;
	width:280px;
	padding-left:5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffcc none;
	color: #000000;
	border-top: 1px solid #e09900;
	border-left: 1px solid #e09900;
	border-bottom: 1px solid #f8d996;
	border-right: 1px solid #f8d996;
}

.tree #tree option {
	background:#e6eeff url(../image/inputbackground.gif) repeat-y;
}
.tree #tree input.button {
	margin-top:10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #b2d1e0 none;
	color: #006090;
	border-top: 1px solid #e5eff5;
	border-left: 1px solid #e5eff5;
	border-bottom: 1px solid #069;
	border-right: 1px solid #069;
	cursor: pointer;
	/* _cursor:hand; /* for ie IE ie.css*/
}
.tree #tree #submitSearch {
	display: block;
	clear:both;
	float:left;
	margin-top:10px;
}

.tree #tree #iconSearchAsciiMath {
	display:block;
	float:left;
	background:#82a2c8 url(../image/accueil/icon_ascii_out.png) no-repeat;
	text-decoration: none;
	width:46px;
	height:34px;
	margin-top:25px;
	margin-left:10px;
}

.tree #tree #iconSearchAsciiMath:hover,
.tree #tree #iconSearchAsciiMath:focus {
	background:#82a2c8 url(../image/accueil/icon_ascii_over.png) no-repeat;
}

.tree #tree #iconSearchDiscipline{
	display:block;
	float:left;
	background:#82a2c8 url(../image/tree/menu_out.png) no-repeat;
	text-decoration: none;
	width:16px;
	height:16px;
	margin-top:0px;
	margin-left:25px;
}

.tree #tree #iconSearchDiscipline:hover,
.tree #tree #iconSearchDiscipline:focus {
	background:#82a2c8 url(../image/tree/menu_over.png) no-repeat;
}
