/* ----'

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

@import url(styles.css);

@import url(menu.css);

#boutique {

	background-image:url(../elements/fonds/fond_boutique.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;	
    width : 840px;
	height : 1121px;
}
#message_avertissement{
    	position : absolute;
	left : 260px;
	top : 292px;
    width : 515px;
   color : black;
   text-align : left;
}
#message_avertissement a{
    text-decoration : none;
}
#message_avertissement a:hover{
    text-decoration : underline;
}
#contenu{

	color : white;
	font-size : 14px;
	font-family : "Trebuchet MS";

}

#fonds_cadeaux {
	position : absolute;
	left : 260px;
	top : 370px;
	background-color : white;
	width : 480px;
	height : 597px;
	

}

/*emplacement de l'espace pub*/
#pub_haut{
	position : absolute;
	left:260px;
	top : 178px;
	width : 468px;
	height : 60px;
	background-color : white;
}