/* easter egg */

/* bouton easter_egg */
div#easter {
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 100;
}

/* fenêtre easter egg */
div#egg_win {
	position: absolute;
	border: 1px solid white;
	display: none;
	padding: 0px;
	background-color: black;
}
