HTML {
	margin: 0;
	overflow:auto;
	border: none;
}

body {
	margin: 0;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}
a:visited {

	font-weight: bold;
	color: #404040;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
#galerie1 {
	right: 42%;
	bottom: 44%;
	height: 40%;
	width: 40%;
	position: absolute;
	z-index: 10;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #222222;
	background-color: #111111;
	color: #999999;
	font-weight: bold;
	cursor:pointer;
}

#galerie2 {
	bottom: 52%;
	height: 40%;
	width: 40%;
	position: absolute;
	z-index: 11;
	left: 54%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #222222;
	background-color: #111111;
	color: #999999;
	font-weight: bold;
	cursor:pointer;
}

#galerie3 {
	right: 53%;
	height: 40%;
	width: 40%;
	position: absolute;
	z-index: 12;
	top: 50%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #222222;
	background-color: #111111;
	color: #999999;
	font-weight: bold;
	cursor:pointer;
}

#galerie4 {
	height: 40%;
	width: 40%;
	position: absolute;
	z-index: 13;
	left: 45%;
	top: 42%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #222222;
	background-color: #111111;
	color: #999999;
	font-weight: bold;
	cursor:pointer;
}

#ecran1,#ecran2,#ecran3,#ecran4 {
	height: 85%;
	width: 100%;
	background-color: #040404;
	overflow:hidden;
	cursor:pointer;
}
#ecran1 img,#ecran2 img,#ecran3 img,#ecran4 img {
	border: 1px solid #000000;
	height: 100%;
}

#conteneur{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#conteneur p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 55%;
}
a:active {



	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
