body {
	background: #444;
	font-family: Verdana;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 0;
}

h1#big {
	margin: 8px 10px 0;
	padding: 0;
	color: #fff;
	font-size: 36px;
}
h1#big sup {
	font-size: 12px;
}

h2#desc {
	margin: 4px 10px;
	padding: 0 0 0 30px;
	color: #aaa;
	font-size: 18px;
}

h2 {
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 23px;
	font-weight: bold;
}

#overall {
	margin: 0 10px 10px;
	padding: 3px 12px 12px;
	border-right: 1px solid #bbb;
	background: #eee;
}

#linksbar {
	margin: 10px 10px 0;
	padding: 0;
	height: 28px;
	background: #666;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px dotted #eee;
}
#linksbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-variant: small-caps;
	font-size: 16px;
	float: right;
}
#linksbar li {
	float: left;
	margin: 0;
	padding: 0;
}
#linksbar a:link, #linksbar a:visited {
	text-decoration: none;
	color: #eee;
	margin: 0;
	padding: 5px 8px;
	display: block;
}
#linksbar a:hover {
	background: #333;
}

a:link, a:visited {
	text-decoration: none;
	color: #444;
}
a:hover {
	color: #777;
	text-decoration: underline;
}

ul#typeselect {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
ul#typeselect li {
	padding: 0 0 0 21px;
	background: url('fleche2.png') no-repeat left center;
}
ul#typeselect li:hover {
	background: url('fleche.png') no-repeat left center;
}

p {
	margin: 0 0 8px 8px;
	padding: 0;
	text-align: justify;
}

.warning {
	color: #990000;
}

.sep {
	margin: 12px auto;
	padding: 0;
	clear: both;
	width: 98%;
	height: 1px;
	text-align: center;
	border-top: 1px dotted #777;
	display: block;
}

fieldset {
	margin: 4px 4px 14px;
	padding: 12px;
	border: 1px solid #003366;
}
legend {
	color: #003366;
	margin: 0 0 0 10px;
}
label {
	font-weight: bold;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
}
input[type=text], input[type=file] {
	margin: 2px 0 2px 20px;
	padding: 0;
	background: #fbfbfb;
	border: 1px solid #777;
}
input[type=submit] {
	margin: 2px;
}
div.slider {
	margin: 2px 20px;
	padding: 0px;
	background: url('sliderbar.png') no-repeat center;
	width: 176px;
	height: 16px;
	display: block;
	float: left;
}
div.handle {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url('slider.png') no-repeat center;
	display: block;
	cursor: pointer;
}
#proglabel {
	display: inline;
}

ol#sortable {
	list-style-type: none;
}
ol#sortable > li {
	margin: 2px 0 6px;
	background: url('whiteback.png');
	border: 1px dotted #888;
}
ol#sortable div.dhand, ol#sortable div.deleter, ol#sortable div.editor {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 6px;
}
ol#sortable div.dhand {
	background: url('move.png') no-repeat center;
	cursor: move;
}
ol#sortable div.editor {
	background: url('pencil.png') no-repeat center;
}
ol#sortable div.deleter {
	background: url('cross.png') no-repeat center;
}
ol#sortable ul.licont {
	margin: 2px 0 2px 35px;
	padding: 0;
	list-style-type: square;
	clear: both;
}