/* ---------------------------------------------------------------------
     styles propres aux pages contenant un jeux 640*480
------------------------------------------------------------------------*/

@import url(styles.css);
#fond_jeu{
    	background-image:url(../elements/fonds/fond_jeu_en_construction.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;
	width : 840px;
	height : 1121px;
}
#fond_avertissement{
    background-image:url(../elements/fonds/fond_jeu_avertissement.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;
	width : 840px;
	height : 1121px;
}
#jeu {
	position : absolute;
	left:107px;
	top : 304px;
	width : 640px;
	height :480px ;
}
#jeu p{
    margin-top : 20px;
    margin-left : 30px;
}
/*Bouton retour à l'accueil'*/
#retour {
	display : block;
	position : absolute;
	background-image:url(../elements/accueil.png);
	background-repeat:no-repeat;
	left:263px;
	top : 416px;
	width : 99px;
	height : 35px;
}
#grato{
  	display : block;
	position : absolute;
	background-image:url(../elements/bouton_grato.png);
	background-repeat:no-repeat;
	left:320px;
	top : 418px;
	width : 99px;
	height : 35px;
}


 
