/* CSS Document */

	html, body
	{
	height:100%;
	overflow : auto;
	}

	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background : #F6EDDA;
	}
	
	#visuel{
	width:100%;
	height:100%;
	}
	
	#flashcontent
	{
	height:100%;
	}
	


