* {
	margin:0px;
	padding:0px;
}
#container {
	position: absolute;
    left: 50%; 
    top: 46%;
    width: 1100px;
    height: 639px;
    margin-left: -550px; /* moitié de la largeur */
	margin-top: -280px; /* moitié de la hauteur 319*/
}
#tableau_links {
	position: absolute;
    left: 190; 
    top: 62;
}
#tableau_about {
	position: absolute;
    left: 198; 
    top: 73;
}
#viewer {
	position: absolute;
	width: 1100px;
    height: 639px;
	left: 0; 
    top: 35;
	z-index:1;
}
#flashcontent {
		position: absolute;
		height: 100%;
		z-index:2;
}

#header {
	position: absolute;
	width: 1100px;
    height: 39px;
	z-index:10;
	left: 0; 
    top: 0;
}
#background {
	position: absolute;
	width: 1100px;
    height: 577px;
	z-index:0;
	left: 0; 
    top: 73;
}
#footer {
	position: absolute;
	width: 1100px;
    height: 28px;
	z-index:10;
	left: 0; 
    top: 647;
}
