html, body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	overflow:hidden;
}
#flashcontent {
	height:100%;
}
#footer {
	position:absolute;
	width:100%;
	margin:auto;
	height:100px;
	bottom:0px;
	background-color:#FFFFFF;
}
object, embed { 
	min-height:600px;
	height: 100%; 
	
	width:100%;
	min-width:1000px; 
}
p {
	margin:20px;
	font-size:14px;
}
h1 {
	margin:20px;
	font-size:24px;
}
h2 {
	margin:20px;
	font-size:18px;
}
.flashPlayer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
	font-size:9px;
}
/*bt {
    font-family:FFF Urban Extended;
}*/
texte {
	font-family:Tahoma;
	}
a {
	color:#0033CC;
	/*font-family:"FFF Urban Bold Extended";*/
	text-decoration:underline;
}
a:hover {
	color:#000000;
	/*font-family:"FFF Urban Bold Extended";*/
	text-decoration:underline;
}

a.texteAlternatif {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}
a.texteAlternatif:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	background-color:#CCCCCC;
}
a.liens {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}
a.liens:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	background-color:#CCCCCC;
}

b {
/*font-family:"FFF Urban Bold Extended";*/
font-weight:bold;
}
.caution {
	color: #FF0000;
	font-weight: bold;
}
