@charset "UTF-8";
@import url(/css_reset.css); 
/* CSS Document */

/**** STYLE PERPETUEL ****/
html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	overflow:hidden;
} 

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}
a {
	text-decoration: none;
}
.souligne {
	text-decoration: underline;
}

#texte {
	visibility:hidden;
}

#alternativeContent {
	position:relative;
	height:200px;
	top:50%;
	margin-top:-100px;
}
/**** FIN - STYLE PERPETUEL ****/
