/* ---------------------------------------------------------------------
     styles propres à la page en_construction.html
------------------------------------------------------------------------*/

@import url(styles.css);

#intro_jeu {
	background-image:url(../elements/fonds/fond_jeu_avertissement.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;
	width : 840px;
	height : 1121px;
	
}

#select {
	display : block;
	position : absolute;
	background-image:url(../elements/accueil.png);
	background-repeat:no-repeat;
	left:370px;
	top : 720px;
	width : 99px;
	height : 35px;
}
/*emplacement de l'espace pub*/
#pub{
	position : absolute;
	left: 445px ; /*420px;*/
	top : 393px; /*368px;*/
	width : 252px;
	height : 252px;
	background-color : white;
}
#animation{
  	position : absolute;
	left:150px;
	top : 366px;
    background-image:url(../elements/fond_jeu_intro.jpg);
	background-repeat:no-repeat;
	width : 257px;
	height : 304px;
}
 
