/* Default style */

html
{
	height: 100%;
	overflow: hidden;
	margin:0 auto;
	
}

body
{
		height: 100%;
	background-image: url(../images/images/fond02.png);
	background-repeat: repeat-x;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #999;
  text-align: center;
		

}

#flashcontent 
{
	position: relative;
	width: 1000;
	height: 550;



}
