a img {
	border: none;
}
a {
	color: #454545;
	text-decoration: none;
}
a:hover {
	color: #BB3902;
}
html {
	background: #C0C0C0;
}
body {
	font-family: Verdana, Helvetica;
	background-image: linear-gradient(white,#C0C0C0);
	margin: 0px;
	min-width: 900px;
	padding: 10px 2% 20px 2%;
}
#diapo {
	padding: 10px 30px 10px 30px;
}
.top {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #C0C0C0;
}
.banner {
	background-image: linear-gradient(black, #C0C0C0);
	border: 1px solid #C0C0C0;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
/* URL relative path is about http(s)//servername.tld
 * https://css-tricks.com/quick-reminder-about-file-paths/ */
.banner .left .logo {
	margin: 10px 30px 10px 30px;
	width: 438px;
	height: 200px;
	background-image: url(/functions/icons/banner.png);
	float: left;
}
.banner .left h1 {
	text-align: center;
	letter-spacing: -3px;
	//font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: center;
	margin: 10px 30px 10px 30px;
	color: #E07E07;
}
.banner .right {
	float: right;
	color: #505050;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding: 20px;
	margin: 10px 30px 10px 30px;
	background-color: #F0F0F0;
	text-align: center;
	border: 1px solid #000099;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.center {
	margin: 0px auto 0px auto;
	color: #505050;
	padding: 0px;
	background-color: #FFFFFF;
}
.container {
	margin: 0px auto 0px auto;
	color: #505050;
	padding: 30px 20px 30px 20px;
}
#breadcrumb {
	font: x-small Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	color: #9b9b9b;
	background-color: #F0F0F0;
	overflow: hidden;
	margin: 0px;
	padding: 0px 30px 0px 30px;
	clear: both;
}
#breadcrumb li {
	list-style-type: none;
	float: left;
	padding-left: 10px;
}
/* URL relative path is about http(s)//servername.tld
 * https://css-tricks.com/quick-reminder-about-file-paths/ */
#breadcrumb a {
	height: 30px;
	display: block;
	background-image: url('/functions/icons/bc_separator.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	text-decoration: none;
}
#breadcrumb .home img {
	margin-top: 7px;
}
#footer {
	color: #505050;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	margin: 0px auto 0px auto;
	padding: 50px 0px 50px 0px;
	background-color: #FFFFFF;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	border-bottom: 1px solid #C0C0C0;
}
form {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 0px;
	background-color: #F0F0F0;
	text-align: center;
}
table {
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
#t411, #stream, #diapo {
	font: small Arial, Helvetica, sans-serif;
}
#t411 a {
	color: #000000;
	text-decoration: none;
}
#t411 a:hover {
	text-decoration: underline;
}
#t411 thead th {
	padding-bottom: 10px;
}
#t411 thead a {
	text-decoration: underline;
}
#t411 td.center {
	text-align: center;
}
#t411 thead.classFilm {
	background: #FF6600;
}
#t411 tr.classFilm:hover {
	background: #FF6600;
}
#t411 thead.classApplication {
	background: #3399FF;
}
#t411 tr.classApplication:hover {
	background: #3399FF;
}
#t411 thead.classEmulation {
	background: #CC9966;
}
#t411 tr.classEmulation:hover {
	background: #CC9966;
}
#t411 thead.classGPS {
	background: #6600FF;
}
#t411 tr.classGPS:hover {
	background: #6600FF;
}
#t411 thead.classAudio {
	background: #FFFF66;
}
#t411 tr.classAudio:hover {
	background: #FFFF66;
}
#t411 thead.classeBook {
	background: #FF0000;
}
#t411 tr.classeBook:hover {
	background: #FF0000;
}
#t411 thead.classxXx {
	background: #CC6699;
}
#t411 tr.classxXx:hover {
	background: #CC6699;
}
#t411 thead.classJeux {
	background: #66FF66;
}
#t411 tr.classJeux:hover {
	background: #66FF66;
}
#indexlist {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	//width: 100%;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
#indexlist .indexhead th {
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}
#indexlist .indexhead th a {
	font-weight: bold;
}
#indexlist .indexcolicon,  #indexlist .indexcollastmod,  #indexlist .indexcolsize {
	text-align: center;
	font-size: small;
}

#indexlist .indexcolicon {
	//width: 32px;
}
#indexlist .indexcollastmod, #indexlist .indexcolsize {
	border-bottom: 2px solid #EEE;
}
#indexlist .indexcolname a {
	font-size: small;
	padding-left: 10px;
}
#indexlist tr:hover {
	background: #f9f9f9;
}
#indexlist tr.indexhead:hover {
	background: none;
}
