/*------------------------------------------------
|             Clair et Net. © 2007                |
--------------------------------------------------*/

*{
	margin:0;
	padding:0;
}
html{
	position:relative;
	height:100%;
}
body{
	background:#470d51 url(../_img/fond.jpg) no-repeat center top;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	height:100%;
}
table{
	width:100%;
	height:100%;
	position:relative;
}
td{
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:100%;
}
#flashInterface{
	margin:auto;
}

.alert{
	position:absolute;
	text-align:center;
	z-index:500;
	top:0;
	left:0;
	width:100%;
	background:#990000;
	color:#FFF;
	font-size:11px;	
	filter : alpha(opacity=90);
	opacity : 0.9;
	MozOpacity : 0.9;
	KhtmlOpacity : 0.9;
}
.alert span{
	display:block;
	padding:5px 15px 5px 15px;
}
.alert a{
	color:#FFF;
}