@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	overflow: hidden;
	color:#FF0000;
}

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

.flashbody {
		
		color:#FFFFFF;
		font-family:Verdana;
		font-size:9px;
}

.dispatchbody{
	height: 100%;
	background: #000000 url(DATA/html/dispatch_bg.jpg) no-repeat center bottom fixed ;
	
}
/* hide from ie on mac \*/

h1{
	font-size:32px
}
		
a {
	color:#ff0042;
	text-decoration:underline;
}


#flashcontent {
	height: 100%;
}
	
#fwa{
	position:absolute;
	top:0px;
	right:0px;
}
	
#flash{
	position:absolute;
	bottom:0px;
	left:0px;
}

#lcs{
	position:absolute;
	bottom:0px;
	right:0px;
	width:160px;
	text-align:left;
}

#concour{
	position:absolute;
	top:0px;
	left:0px;
	width:309px;
	text-align:left;
}

#jouer{ color:#07ff00;
		font-family:Arial;
		font-size:12px;
		padding-left:10px;
		font-weight:bold;
		text-decoration:none;}
		
#jouer a{ color:#07ff00;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;}
		
#jouer a:hover{ color:#07ff00;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		text-decoration:underline;}

#jouer a:visited{ color:#07ff00;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;}
		
#tableau{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	
}

