@charset "utf-8";
body {
	background-color: #020202;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00FFCC;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #e3deec;
	font-style: normal;
	text-align: center;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #e3deec;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #000000;
	text-align: justify;
	line-height: 14px;
}

#ascenseur {
	overflow: auto;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFF99;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3366FF;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFF99;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
.centre {
	text-align: center;
}
.droite {
	text-align: center;
}
.grosbleu {
	font-size: 14px;
}
a:link {
	color: #00FFFF;
}
a:visited {
	color: #00FFFF;
}
a:hover {
	color: #FFFF66;
}
.plusgrosbleu {
	font-size: 16px;
}
