#main { padding: 1em; }
#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: 8px; }
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; }


.basic, #list2, #list3, #navigation { width:20em; }

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

.basic  {
	width: 180px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
.basic div {
	background: url(../images/menu_utilisateur/fond.jpg);
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:8px 10px 4px 25px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #545859;
	/*background-color: #00a0c6;*/
	background:url(../images/menu_utilisateur/fond_menu_off.jpg) no-repeat;
	border-top:#FFFFFF 1px solid;
}
.basic a:hover {
}
.basic a.selected {
	/*background-color: #80cfe2;*/
	background:url(../images/menu_utilisateur/fond_menu_on.jpg) no-repeat;
}
.champs {
	background-color:#FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #7e7e7e;
	font-size:10px;
	width:130px;
	}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}
@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
