@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
}

img {
	border: 0px;
}

a:active, a:focus {
	outline: 0;
}

#backgroundImage {
	position: absolute;
	left:0px;
	top:0px;
	height:100%;
	overflow: hidden;
	cursor: pointer;
}

#backgroundImageHigh {
	position: absolute;
	left:0px;
	top:0px;
}

#backgroundLoader {
	left: 0px;
	top: 0px;
	height: 32px;
	width: 128px;
	position: absolute;
}

#siteInto {
	filter:alpha(opacity=45);   
	-moz-opacity: 0.45;   
	opacity: 0.45;
	margin-right: auto;
	margin-left: auto;
	width: 425px;
	z-index: 100;
	padding-top: 80px;
	cursor: pointer;
}

#siteInto img {
	height: 79px;
	width: 429px;
}

#white {
	background-color: white;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	position: absolute;
}

#content {
	position: relative;
	z-index: 99;
	width: 100%;
}

#index {
/*	right: 19px;
	left: 38px;
	top: 59px;
	position: absolute;
	z-index: 0;*/
	position: relative;
	top:39px;
	left:0px;
	margin-left: 38px;
	margin-right: 40px;
	width: auto;
}

.thumbnail {
	margin-right: 19px;
	height: 111px;
	float: left;
	cursor: pointer;
}

.thumbnailDescription, #index .serie .thumbnail .thumbnailDescription {
	margin-top: 2px;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
	width: 100%;
	height:10px;
	overflow: hidden;
}

#header {
	height: 20px;
	width: auto;
	margin-right: 40px;
	margin-left: 38px;
	position: relative;
		z-index: 1000;

}

#title {
	right: 0px;
	position: absolute;
	width: 152px;
	height: 16px;
	top: 3px;
}

#title img {
	height: 16px;
	width: 152px;
}

#line {
	font-size: 1px;
	width: 100%;
	top: 20px;
	position: absolute;
	background-color: black;
	height: 2px;
	line-height: 1px;
}

#menu1 {
	width: 92px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 5px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	top: 20px;
	height: 15px;
	position: absolute;
}

#menu1Image, #menu2Image {
	right: 0px;
	top: 3px;
	position: absolute;
}

#menu2 {
	left: 111px;
	position: absolute;
	top: 20px;
	border-bottom-color: black;
	padding-top: 5px;
	height: 15px;
	width: 92px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}

#menu1Content {
	background-image: url(../images/75p.png);
	width: 92px;
	top: 21px;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	font-size: 11px;
	font-family: Arial;
	z-index: 1000;
}

#menu2Content {
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: 21px;
	width: 92px;
	line-height: 13px;
	font-size: 11px;
	font-family: Arial;
	background-image: url(../images/75p.png);
	z-index: 1000;
}

#menu3 {
	position: absolute;
	top: -39px;
	border-bottom-color: black;
	padding-top: 5px;
	height: 15px;
	width: 92px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	cursor: pointer;
}

#menu4 {
	left: 221px;
	position: absolute;
	top: -39px;
	border-bottom-color: black;
	padding-top: 5px;
	height: 15px;
	width: 92px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	cursor: pointer;
}

#menu1Content a, #menu2Content a {
	color: black;
	text-decoration: none;
}

#menu1Content a:hover, #menu2Content a:hover {
	font-weight: bold;
}

.seriesTitle {
	padding-bottom: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 8px;
	font-size: 10px;
	font-family: Arial;
}

.thumbnails {
	float: left;
}

.serie {
	float: left;
	width: 100%;
	position:relative;
	z-index: 0;
}

#image {
	right: 0px;
	bottom: 0px;
	left: 38px;
	top: 59px;
	position: absolute;
}

#imageLow {
	left: 0px;
	top: 0px;
	position: absolute;
}

#imageHigh {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#imageLoader {
	height: 32px;
	width: 128px;
	position: absolute;
}

#bottomMenu {
	left: 0px;
	position: absolute;
}

.imageNavigation {
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
}

.imageNavigation a {
	text-shadow: 1px 0px;
	text-decoration: none;
	color: black;
}

#navPrev {
	z-index: 15;
	left: 75px;
	top: 95px;
	position: absolute;
}

#navNext {
	z-index: 15;
	position: absolute;
	left: 75px;
	top: 95px;
}

#legend {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
	font-family: Arial;
	filter:alpha(opacity=75);   
	-moz-opacity: 0.75;   
	opacity: 0.75;
	z-index: 15;
	background-color: white;
	width: 425px;
	left: 0px;
	position: absolute;
}

#legendTitle {
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}

#legendClose {
	padding-top: 5px;
	font-weight: bold;
	width: 50px;
	right: 5px;
	top: 0px;
	position: absolute;
	cursor: pointer;
}

#legendLine {
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 1px;
	width: 415px;
	background-color: black;
	line-height: 1px;
	font-size: 1px;
}

#legendText {
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.underline:hover {
	text-decoration: underline;
}

#navPrevText:hover, #navNextText:hover {
	text-decoration: underline;
}

#serie {
	width: 425px;
}
#serieTitle {
	font-weight: bold;
}

#serieLine {
	margin-bottom: 5px;
	margin-top: 5px;
	height: 1px;
	width: 100%;
	line-height: 1px;
	font-size: 1px;
	background-color: black;
}

#page {
	font-size: 11px;
	font-family: Arial;
	left: 38px;
	top: 59px;
	width: 425px;
	position: absolute;
}

#page a {
	color: black;
	text-decoration: underline;
}

#page a:hover {
	text-decoration: none;
}

#login {
	left: 111px;
	position: absolute;
}

#login input {
	width: 89px;
	font-size: 11px;
	height: 13px;
	font-family: Arial;
	margin-bottom: 3px;
	margin-left: 0px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}
#imgLogin {
	cursor: pointer;
}
#wrongInfos {
	color: #a11f04;
	margin-top: 3px;
}
#uTitle {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}
#uLine {
	margin-bottom: 5px;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	width: 100%;
	background-color: black;
}
.folder0 {
	cursor: pointer;
	text-decoration: underline;
}
.folder1 {
	cursor: pointer;
	text-decoration: none;
}

#page .folder1 .fLink {
	text-decoration: none;
}

#page .folder1 .fLink:hover {
	text-decoration: underline;
}

#menu1Text, #menu2Text {
	position: relative;
	z-index: 1600;
}

#spacer {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 1px;
	width: 501px;
}

#menu1Content .link .linkBlack, #menu2Content .link .linkBlack {
	color: black;
}

#menu1Content .link .linkGrey, #menu2Content .link .linkGrey {
	color: #818181;
}

.border {
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

