@charset "utf-8";
/* CSS Document */

body {
	background: #000;
    margin: 20px 0 0 0;
    text-align: center;
	}

p {
	font-family:Arial, Helvetica, sans-serif color:#FFF;
	font-size:14px;
	
	}
	
/* liens */	
a:link {
	text-decoration: none;
	color: #F00;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color:#960;
}
a:active {
	text-decoration: none;
	color:#C30;
}

/* swf */

#contenu {
position:absolute;
left: 50%;
top: 50%;
margin-top: -500px;
margin-left: -350px; 
}


#pied {
	color:#FFF;
	clear: both;
	margin: 0 auto;
}

#flashplayer {
	color: #666;
	font-size:11px;
	clear: both;
	margin: 0 auto;
}


