/* Feuille de style FR */

body{
	text-align: center; /* pour corriger le bug de centrage IE */
	margin: 0px;
	padding: 0px;	
	background : url("img/fond.jpg");
	background-color: #a5a89d;
	
	font-family:arial, sans-serif;
}

div#conteneur{
	position: relative;
	width: 675px;

	
	margin: 0 auto;
	margin-top : 15px;
	
	
	text-align: left; /* on rétablit l'alignement normal du texte */	
	

}

div#flash{
	position:relative;

	width: 657px;
	height:360px;
	padding-top:10px;
	padding-left:11px;

	background:url("./img/fond_intro.png") no-repeat;
}
div#panel{

	position:relative;
	width:646px;
	height:33px;
	margin-top:5px;
	
	background:url("./img/panel_choix_intro.png") no-repeat;
	
	z-index:2;


}
div#texte{

	position:relative;
	width:0px;
	height:0px;
overflow:hidden;	
	z-index:2;


}


a{
	text-decoration:none;
	color:black;
	font-size:14px;
	font-weight:bold;
}

a:hover{

	color:#831418;
}

div#francais{
	position:absolute;
	height:20px;
	width:120px;
	
	border:solid 0px black;
	
	margin-left:190px;
	margin-top:6px;	
	
	background:url("./img/drapeau_fr_hover.jpg") no-repeat;

}

div#anglais{
	position:absolute;
	height:20px;
	width:120px;
	
	border:solid 0px black;
	
	margin-left:370px;
	margin-top:6px;	
	
	background:url("./img/drapeau_en_hover.jpg") no-repeat;

}

div#chargement{
	position:absolute;
	visibility:hidden;
	display:none;
	height:0px;
	width:0px;
	overflow:hidden;

}

div#chargement img{

	visibility:hidden;
	}