* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body {	
 	height: 100%; 
	width: 100%; 
	background-color: #fff;
	overflow:hidden;
}

img {
	border: 0;
}

#container {
	min-height: 600px; 
	min-width: 960px; 
    height:100%;
    width:100%; 
}

#flashcontent {
	min-height: 600px; 
	min-width: 960px; 
    height:100%;
    width:100%; 
}

.bloc_invisible {
	float:left;
	margin-top:5040px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
