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


/* FLASH CSS */

* {
	margin:0;
	padding:0;
}

body, html {
	background-color:#000000;
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	font-size:100%;
}

#flashDiv {
	width:100%;
	height:100%;
}
.texteFlash {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	font-size:80%;
}
.texteFlash a, .texteFlash a:visited, .texteFlash a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#AAC9E5;
	text-align:center;
	text-decoration:none;
	border-bottom:#AAC9E5 dotted 1px;
}
.texteFlash a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	border-bottom:#ffffff dotted 1px;
}
object {
	display:block;
}

img {
	text-align:center;
}
