body {
	background-color: #222222;
	margin: auto;
	font-family: Arial,Sans-serif;
}
a:hover {
	text-decoration: none;
}

#screen {
	background-image: url('../GFXs/screen.png');
	width: 1000px;
	height: 800px;
	margin: auto;
}
.scrollbar {
	background-image: url('../GFXs/scrollbar.png');
	width: 50px;
	height: 600px;
	position: absolute;
	margin-left: 50px;
	margin-top: 150px;
}
#curseur {
	background-image: url('../GFXs/curseur.png');
	width: 50px;
	height: 50px;
	position: absolute;
	margin-left: 48px;
	margin-top: 200px;
	cursor: pointer;
	z-index: 1;
}
#container {
	position: absolute;
	margin-left: 44px;
	margin-top: 200px;
	width: 60px;
	height: 500px;
	z-index: 0;
}
.page {
	width: 700px;
	height: 600px;
	background-color: #111111;
	position: absolute;
	margin-left: 200px;
	margin-top: 150px;
	overflow: hidden;
}
.contenu {
	width: 700px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	
}
div.content2 {
	color: #cc0066;
	font-size: 11px;
	font-weight: 600;
}
div.content2 a {
	color: #666666;
}
div.content2 h1 {
	color: #6600cc;
	font-size: 13px;
	font-weight: 600;
}