/* ----'

}-----------------------------------------------------------------
     styles propres à la boutique
------------------------------------------------------------------------*/

@import url(styles.css);

@import url(menu.css);

#presentation {

	background-image:url(../elements/fonds/fond_presentation.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;
	
width : 840px;
	height : 1121px;
	
}
#contenu{
	position : absolute;
	left:270px;
	top : 300px;
	color : #000;
	font-size : 12px;
	font-family : "Trebuchet MS";
	text-align : left;
	width : 470px;
}
#retour_accueil {
	display : block;
	position : absolute;
	background-image:url(../elements/accueil.png);
	background-repeat:no-repeat;
	left:180px;
	top : 660px;
	width : 99px;
	height : 35px;
}

a#bouton_inscription {
	display : block;
	position : absolute;
	background-image:url(../elements/presentation/btn_inscription_normal.png);
	background-repeat:no-repeat;
	left:180px;
	top : 660px;
	width : 91px;
	height : 32px;
}
a:hover#bouton_inscription {
	background-image:url(../elements/presentation/btn_inscription_select.png);
}
#contenu ul{
	margin : 0.5em;
	color : green;
	list-style-type : none;
}
#contenu ul li{
	background-image : url(../elements/presentation/coche.png);
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 14px;
}
#contenu h1{
	color : green;
	font-size : 14px;
	text-decoration : underline;
	margin-bottom :0.5em;
	text-align : center;
}
/*Formattage des légendes sous les personnages*/
.legende{
	width : 200px;
	color : #1e1f9c;
	
}
#toungha{
	position : absolute;

	top:385px;
	width : 200px;
}
#lipido{
	position : absolute;
	left:250px;
	top:385px;
	
}
#dandalu{
	position : absolute;
	top:585px;

}
#suzette{
	position : absolute;
	left:250px;
	top:585px;

}





