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

/**********************HTML**********************/
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none
}

body, html{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:620px;
	background-color:#a89ced;
}

	
div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	height: 620px; /* IE6: treaded as min-height*/
	min-height: 100%;
}


#bloc_home{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	text-align:center;
}


#body #flashContent{
/*z-index:1;*/
overflow:hidden;
margin: 0 0;
visibility:visible;
zoom:1;
}
#body{

overflow:visible;

}
