html {
	overflow: hidden;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#screen {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	background-color: #000000;
}
#screen2 {
	position: absolute;
	width: 80%;
	height: 3px;
	background-color: #fff21c;
	margin: 0px;
	padding: 0px;
	top: 10%;
	left: 10%;
}
#screen3 {
	position: absolute;
	width: 30%;
	height: 5%;
	margin: 0px;
	padding: 0px;
	top: 4%;
	left: 10%;
	color: #999999;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	z-index: 1;
}
#screen4 {
	position: absolute;
	width: 30%;
	height: 5%;
	margin: 0px;
	padding: 0px;
	top: 4%;
	text-align: right;
	font-size: 14px;
	right: 10%;
	z-index: 2;
	text-transform: uppercase;
}
.galeriejaune {
	color: #FFFF00;
}

#screen5 {
	position: absolute;
	height: 5%;
	text-align: center;
	text-transform: uppercase;
	top: 4%;
	width: 100%;
	margin: auto;
	padding: 0px;
	background-color: #000000;
}
.galeriejaune a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFFF00;
}
.galeriejaune a:hover{
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	color: #FFFF00;
}
.galeriejaune a:active{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFFF00;
}
#screen img {
		position: absolute;
		cursor: pointer;
		visibility: hidden;
		width: 0px;
		height: 0px;
}
#screen .tvover {
		border: solid #fff21c;
		opacity: 1;
		filter: alpha(opacity=100);
}
#screen .tvout {
		border: solid #fff;
		opacity: 0.7;
}
#bankImages {
		display: none;
}

