/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	background:#000;
	font-family: 'Arial', Helvetica, sans-serif;
}
/*CSSEditor|content,image|Apparence des images|notext*/
img {
	border:0;
}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}
#page{
	margin:0 auto;
	position:relative;
	width:980px;	
}

#intro{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-490px;
	margin-top:-350px;
	width:980px;	
	height:700px;
	
}
