/*------------------------------------------------
|             Clair et Net. © 2009                |
--------------------------------------------------*/

*{
	margin:0;
	padding:0;
}

html{
	position:relative;
	height:100%;
}

body{
	position:relative;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#B24A86;
}

.clear{
	float:none;
	clear:both;
	height:0;
	line-height:0;
	font-size:0.0001em;
	overflow:hidden;
}

/*----------------------------------------------------------------------------------------------------*/
/*---- alert plugin flash -------*/
.alert{
	font-size:11px;	
}

.alert a{
	color:#FFF;
}



/*----------------------------------------------------------------------------------------------------*/

#flashInterface{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 985px;
	min-height: 600px;
	overflow:hidden;
	background:#B24A86;
}

.altContent{
	margin:30px;
}
