@charset "UTF-8";
body {
	background-color: #ffffff;
	background-image: url(../images/fond_site.jpg);
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
}
body#fullflashintro {
	background-color: #fff;
	margin: 0;
}
#fullflash {
	border: solid 0px #000;
	position:absolute;
	width: 100%;
	height: 100%;
}
/****************************************************************************/
#sitecontent {
	border: solid 0px #000;
	/*behavior: url(scripts/iepngfix.htc); */
	background-image: url(../images/cadre_flash.png);
	background-repeat: no-repeat;
	position:absolute;
	/* Calé haut-gauche  */
	/*left: 0px;*/
	left: 50%;
	top: 50px;
	width: 1040px;
	height: 690px;
	margin-left: -520px;
	margin-top: 0px;
	/* Centrage
	left: 50%;
	top: 50%;
	width: 1040px;
	height: 690px;
	margin-left: -520px;
	margin-top: -345px; */
}
		
#flashcontent {
	border: solid 0px #ccc;
	background-color: #fff;
	position:absolute;
	/* Calé par rapport à son conteneur 
	left: 0px;
	top: 0px;
	width: 900px;
	height: 500px;
	margin-left: 0px;
	margin-top: 0px; */
	/* Centrage */
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 650px;
	margin-left: -500px;
	margin-top: -325px;
}
/****************************************************************************/


/****************************************************************************/
/* CSS de la page alternative : pas de plugin Flash ou pas la bonne version */

#flashcontent #altcontent {
	border: solid 0px #aaa;
	background-image: url(../images/imgnoflash.jpg);
	background-repeat: no-repeat;
	background-color: #f4f4f0;
	position:absolute;
	/* Calé par rapport à son conteneur 
	left: 0px;
	top: 0px;
	width: 770px;
	margin-left: 0px;
	margin-top: 0px;*/
	/* Centrage (en largeur seulement) */
	left: 0px; /* */
	top: 0px; /* on ne connait pas la hauteur du bloc !!! */
	width: 1000px;
	height: 650px; /* on veut pas fixer la hauteur du bloc !!! */
	/* margin-left: -500px; */
	margin-top: 0px; /* on ne connait pas la hauteur du bloc !!! */
	/*padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 25px;*/
}	
		
#flashcontent #altcontent #texte{
	position:absolute;
	top: 350px;
	left: 200px;
}

#texte p#altcontent_t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 50px;
	margin-right: 10px;
}	
		
#texte p#altcontent_t2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333;
	margin-left: 50px;
	margin-right: 10px;
}
	
#texte p#altcontent_t3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333;
	margin-left: 50px;
	margin-right: 10px;
}	
		
#altcontent #texte span.fr {
	/* display: none; */
	font-weight:bold;
	font-style:normal;
	color: #333333;
}
		
#altcontent #texte span.uk {
	display: none; /* */
	font-weight:normal;
	font-style:italic;
	color: #333333;
}
		
#texte p a:link {
	/*color: inherit; marche pas sur IE!!!*/
	color: #333;
	text-decoration: underline;
}
#texte p a:visited {
	/*color: inherit; marche pas sur IE!!!*/
	color: #333;
	text-decoration: underline;
}
#texte p a:hover {
	/*color: inherit; marche pas sur IE!!!*/
	color: #f00;
	text-decoration: underline;
}



img#altcontent_img1 {
	margin-left: 0px;
	margin-right: 0px;
/*	margin-top: 25px;
	margin-bottom: 25px;
*/
/*	padding-top: 01px;
	padding-bottom: 1px;
	background-color:#CCCCCC;
*/}	

/* Image de téléchargement du plug-in Flash */
img#adobeflash {
	margin-left: 20px;
	margin-right: 0px;
/*	margin-top: 25px;
	margin-bottom: 25px;
*/
	border: none;
	outline: none;
/*	padding-top: 01px;
	padding-bottom: 1px;
	background-color:#CCCCCC;*/
	vertical-align: middle;
}	
/****************************************************************************/
	
