html, body { height:100%; background-color: #000000;}
body { margin:0; padding:0; overflow:hidden; }

#flashContent { width:100%; height:100%; }
/* HEADINGS TITRE------------------------------------------------------------------------- */
h1 {
	font-size: 1.2em;
	color:#E00000;
	margin: 0px 0px -15px 0px;
	padding: 0px;
	}
/* HEADINGS SOUS TITRE------------------------------------------------------------------------- */	
h2 {
	font-size: 1.1em; /* Sets font size of second level headings to larger than default but smaller than h1. */
	color:#FFCC00;
	}
h3, h4, h5, h6 {
	font-size: 1em; /* Sets font size for other headings to same size as default. Headings are bold by default, so they will still be distinguishable. */
	}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #99CC00;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}

.texteNorm10 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color: #D3D2D5;
	font-weight: normal;
}
.texteNorm12 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: #D3D2D5;
	font-weight: normal;
}
.texteNorm14 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	color: #D3D2D5;
	font-weight: normal;
}

.texteGras10 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color: #D3D2D5;
	font-weight: bold;
}
.texteGras12 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: #D3D2D5;
	font-weight: bold;
}
.texteGras14 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	color: #D3D2D5;
	font-weight: bold;
}
.texteGras16 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	color: #D3D2D5;
	font-weight: bold;
}

.texteNorm10_blanc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color: #FFFFFF;
	font-weight: normal;
}
.texteNorm12_blanc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: #FFFFFF;
	font-weight: normal;
}
.texteNorm14_blanc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	color: #FFFFFF;
	font-weight: normal;
}

.texteGras10_blanc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color: #FFFFFF;
	font-weight: bold;
}
.texteGras12_blanc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: #FFFFFF;
	font-weight: bold;
}
.texteGras14_blanc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	color: #FFFFFF;
	font-weight: bold;
}
.texteGras16_blanc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	color: #FFFFFF;
	font-weight: bold;
}


