/* CSS Document */
	html {
		height: 100%;
		overflow: hidden;
	}
	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;		/*background-image: url(img/fd_page.gif);*/
	}
	#flashcontent {
		height: 100%;
	}
	#flashcontent p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
	}
	#flashcontent p.top {
		margin-top:40px;
	}
	.g {
		font-weight: bold;	
	}
	#flashcontent .bleu {
		color: #578EB7;
		font-weight: bold;
	}
	#flashcontent img {
		margin: 6px 0px;
	}
