/* CSS Document */

html {
	overflow:hidden;
}

/* POUR BUG AFFICHAGE 100% FLASH DANS FIREFOX */
	html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

object {
	width: 100%;
	height: 90%;
}

/* ---------- */

body {
	margin:0;
	padding:0;
	background-color:#F6D9DF;
}

#blocCentre {
	position:absolute;
	width:100%;
	height:100%;
	top:50%;
	left:50%;
	margin:-50% 0 0 -50%;
}

#lienSkip {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ECB4C5;
	text-align:right;	
	width:90%;
}

#lienSkip a {
	text-decoration:none;
	color:#ECB4C5;
}

#lienSkip a:hover {
	color:#99173E;
}

