* { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div { font-family: verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: 9px; color: #fff }
h1, h2 { font-family: verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }
h3 { margin-top: .5em; }
#main { padding: 0px; }
#banner { 
	padding: 15px; 
	background-color: #06b; 
	color: white; 
	font-size: large; 
	border-bottom: 1px solid #ccc;
  background: url(bg.gif) repeat-x; 
  text-align: center 
}
#banner a { color: white; }
fieldset { padding: 0px; }
legend { font-weight: bold; }

pre { margin-bottom: 1em; }
    
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

#navigation {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	background-color: #fff;
	width: 222px;
}

#navigation a.head:hover {
	color:#FFFF99;
}
#navigation div.head {
	margin-top: 2em;
}
#navigation a.selected {
}

#navigation a.current {
	color:#ed7a21;
}

#navigation ul {
	border: solid 1px #F3BA8E;
	border-top: none;
	margin:7;
	padding:0px;
	/* 176px, idem que les images d'en-tête, moins 1px de chaque côté. */
	width: 220px;
	text-indent:0px;
}

#navigation li {
	list-style:none outside none;
	color:#555;
	display:block;
	text-indent:8px;
	text-decoration: none;
	text-align:left;
	margin: 0 0 0 0;
}

#navigation li a {
	color:#555;
	display:block;
	text-indent:8px;
	text-decoration: none;
	text-align:left;
	margin: 0 0 0 0;
	/*margin: 0 2em 0 2em;*/
}

#navigation li a:hover {
	color:#ed7a21;
}

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Verdana;
  z-index: 100;
  position: absolute;
  width: 760px;
  top: 45px;
  margin-left: -335px;
}

.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 11px Verdana;
  background: #ED7A21;
  color: #fff;
  padding: 3px;
  display: block;
  text-decoration: none;
}

/*.nav li a:active {
  font: bold 11px Verdana;
  background: #fff;
  color: #ED7A21;
  padding: 3px;
  display: block;
  text-decoration: none;
}*/

.nav li a:hover, {
  background: #fff;
  color: #ED7A21;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #fff;
  color: #ED7A21;
}


/*#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #ED7A21;
  color: #fff;
  padding: 5px;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #fff;
  color: #ED7A21;	
}

.nav ul {
  background: #fff;
  border-bottom: 1px solid #F3BA8E;
  border-left: 1px solid #F3BA8E;
  border-right: 1px solid #F3BA8E;
  list-style: none;
  margin-left: -146px;
  width: 100%;
  position: absolute;
  top: -999em;
  left: -1px;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 45px;
}

.nav ul li {
  border: 0;
  float: none;
}

.nav ul a {
  border: 1px solid #000;
  padding-right: 0px;
  width: 100%;
  white-space: nowrap;
}

.nav ul a:hover {
  background: #fff;
  color: #ED7A21;
}*/

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
