@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#flashcontent {
	height: 100%;
}
#flashcontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#flashcontent .bleu {
	color: #0038F0;
	font-weight: bold;
}
#flashcontent p.titre {
	font-size: 13px;
	margin: 100px 0px;		
}
#flashcontent img {
	margin: 6px 0px;
	border: none;
}