@charset "utf-8";
/*  
	Ok!nteractif
	CSS
*/

@import url(reset.css);

/*	HTML Tags	----------------------------------------------------------------*/
body, html { 
  width: 100%; 
  height: 100%;
  background:#090909;
}

#flash {
	width: 100%;
	height: 100%;
	text-align: center;
}
#flash > #noflash{
	height: 100%;
	background: url(../medias/noflash_bg.jpg) top center no-repeat;
}
#flash > #noflash > img{
	margin: 27px 0 0 0;
}
