@charset "utf-8";


/* CSS Document */
/* commented backslash hack for ie5mac \*/ 
html, body{
	height:100%;
} 
/* end hack */
body {
	margin:0;
	padding:0;
	text-align:center;/* centre for ie5 and 5.5. */
	min-height:620px;/*for mozilla/opera */
	min-width:974px;/* """ */
	/*background-color:blue;*/
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	/*font-size: 62.5%;*/
	background-color:#000000;
	/*background:#000 url(images/bg_accueil.jpg) center center no-repeat;*/
	
}

div.centre {
	height:100%;
	width:974px;
	margin-left:auto;/* centre for compliant browsers */
	margin-right:auto;/* centre for compliant browsers */
	position:relative;/* gain stacking context for absolutely placed element */
}

#mainHolderFlash {
	position: absolute;
	width:974px; /*974 - 2X margin @5px = 964px*/
	height:620px;
	left:0;
	top:50%;
	margin-top: -310px; /* make this half your image/element height */
	text-align:center;
	
	
}

.test{
	/*font-weight:bold;*/
	font-style: italic;
	color:#FFFFFF;



}

