@charset "utf-8";
/* CSS Document */

*
	{
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande",Arial,Verdana,sans-serif;
	}
	
html,
body
	{
	height:100%;
	width:100%;
	}
	
body	
	{
	background-image:url(../_res/public/background_accueil.gif);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#0066cc;
	}
	
#flash
	{
	width:100%;
	height:100%;
	}