/* CSS Document */
html, body {
	/*position: relative;*/
	margin: 0;
	padding: 0;
	text-align: center; /* correction bug de centrage IE */
	height: 100%;
	width: 100%;
	background-color: #0D095E;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#global-table {
	/*position: relative;*/
	height: 100%;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* retablirt alignement normal du texte */
	border-collapse:collapse; /* virer cellpadding */
	/*border: solid 1px #FF0000;
	background-color: #ccc;*/
}
#global-td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	/*border: solid 1px #0000FF;
	background-color: #ccc;*/
}		
#global {
	/*position: relative;*/
	width: 980px;
	height: 564px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	/*background-color: #; #0D095E
	background-color: #333;*/
}
#conteneur {
	position:absolute;
	width: 980px;
	height: 564px;
	/*border: solid 1px #FF0000;*/
}

#txtbottom {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #ccc;
	text-align: left;
}
#txtbottom a {
	color: #ffd521;
	font-weight: bold;
	text-decoration: none;
}
#txtbottom a:hover {
	color: #FFF;
}

#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;
		ont-weight: bold;
}
#flashcontent img {
	margin: 6px 0px;
}


