@charset "UTF-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

#globale {
	height: 600px;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#intro {
	font-size: 20px;
	color: #990000;
	text-decoration: none;
	text-align: center;
}
#intro a {
	color: #990000;
	text-decoration: none;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	
}
/*------ WEBMASTER ---------------------------*/

.webmaster {
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
}
.webmaster a {
	color: #444343;
	text-decoration: none;
}
.webmaster a:hover {
	color: #444343;
	text-decoration: underline; 
}

