@charset "utf-8";
/* CSS Document */

/* Met les marges a 0, définit la police par défaut */
html, body {

	margin:0px;
	padding:0px;
	background:#000;
	height: 100%;
}

html {
	height:100%;
}

body {
	position:relative;
	min-height:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color: #999;
	background-color: #000;
	
}

#ContentNoFlash {
	position:relative;
}

#NoFlash {
	position:absolute;
	width:870px;
	height:308px;
	z-index:1;
	top: 127px;
	left: 17px;
}


#ConteneurFlash {
	position:relative;
	margin: 0 auto 0 auto;
	height: 100%;
	width: 100%;
	background-color: #000000;
	z-index:2;
}

/* Retire les bordures des images */
a img {
	border:none;
}

a {
	color: #999;
	text-decoration: none;
}

