@charset "iso-8859-1";
body {

	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR:  #cccccc;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;	
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;	
	
 padding:0;
margin:0; text-align:center;
	height:100%;
}

	/* hide from ie on mac \*/
	html {
		height: 100%;
		
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */


	a:link {font-size: 15px;
	color: #ffffff;
	text-decoration: none ;  
}
a:visited {
	color: #ffffff; text-decoration: none ; font-size: 15px; 
}
a:hover {
	color: #ffffff; background-color:none; text-decoration: none ; 
}
.hover {
	color: #ffffff; background-color: none; text-decoration: none ;  font-weight: bold; 
}
a:active {
	color: #ffffff; background-color: none text-decoration: none ; }
	
h1 {font-size: 24px;  color:#000000;
}

h1 a, h1 a:visited {font-size: 18px; color:#000000}
h1 a:active{font-size: 18px; color:#0000}
h1 a:hover{font-size: 18px; color:#CCCCCC}


	.alternate {
font-family: Times, Helvetica, Arial, Geneva,  sans-serif;
	font-size:12px;
	color: #ffffff;
	text-align: center;
	margin:324px auto;

	}
	

.fullscreen
{
	width:100%;
	height:100%;
}
	
	#tyt{ margin: auto; text-align:center; 	width:1000px;
	height:650px;
	
	position:absolute;
     left: 50%; 
     top: 50%;
    
     margin-top: -325px; /* moitié de la hauteur */
     margin-left: -500px; /* moitié de la largeur */

	}


