body {
	background-color: #000000;
	color: white;
	font: normal normal normal medium sans-serif;
	padding: 0px;
	margin: 0px;
}

#container {
	background-color: #333333;
}

h1 {
	color: orange;
	font: normal normal normal large sans-serif;
	margin: 0px;
}

h2 {
	color: orange;
	font: normal normal normal medium sans-serif;
	margin: 5px;
}

img {
	border: none;
	vertical-align: middle;
}

img.thumb {
	margin: 0px;
	/* color should be transparent but IE6 lacks support */
	border: medium solid #999999;;
}

img.thumb:hover {
	border: medium solid orange;
}

#top {
	background-color: #000000;
	border-bottom: thin solid #c35617;
	margin-bottom: 6px;
	font-size: small;
	font-style: italic;
	color: #999999;
}

#bottom {
	background-color: #000000;
	border-top: thin solid #c35617;
	margin-top: 6px;
	font-size: small;
	font-style: italic;
	color: #999999;
}

.left {
	float: left;
	clear: left;
	width: 200px;
	text-align: left;
}

.center {
	margin-left: 201px;
	margin-right: 201px;
	text-align: center;
}

.right {
	float: right;
	clear: right;
	width: 200px;
	text-align: right;
}

div.text {
	padding: 0px;
	margin: 10px;
	font-size: small;
	color: wheat;
}

div.photos {
	border: thin solid orange;
	background-color: #999999;
	padding: 4px;
	margin: 10px;
}

div.video {
	border: thin solid orange;
	background-color: #999999;
	padding: 4px;
	margin: 10px;
}

div.audio {
	border: thin solid orange;
	background-color: #999999;
	padding: 4px;
	margin: 10px;
}

#folder {
	height: 24px;
	cursor: pointer;
	padding-left: 25px;
	border-bottom: thin solid #c35617;
}

.closed {
	background-image: url('../images/bas.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #555555;
}

.light {
	background-color: #777777;
}

.open {
	background-image: url('../images/haut.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #555555;
}

#folderslist {
	position: absolute;
	background-color: #999999;
	border: thin solid #c35617;
	padding: 5px 20px 5px 20px;
	max-height: 90%;
	overflow: auto;
}

.hidden {
	visibility: hidden;
	display: none;
}

.shown {
	visibility: visible;
	display: block;
}

.audioitem {
	background-image: url('../images/audio.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 42px;
	height: 30px;
}

.warning {
	color: red;
}

.topright {
  padding:0px 5px 0px 5px;
  float: right;
  right: 10px;
  clear: right;
}

a.vl:link { color: orange; text-decoration: none; }
a.vl:visited {color: orange; text-decoration: none; }
a.vl:hover { color: black; text-decoration: underline; }
a.vl:active { color: black; text-decoration: underline; }

a.ext:link { color: #999999; text-decoration: none; }
a.ext:visited { color: #999999; text-decoration: none; }
a.ext:hover { color: orange; text-decoration: underline; }
a.ext:active { color: orange; text-decoration: underline; }

a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover { color: orange; text-decoration: underline; }
a:active { color: orange; text-decoration: underline; }

