body
{
	
	background-color: #5e2605;
	color: rgb(239,202,0);
	text-align: center;
}
#essai
{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	left: 50%;
	margin-left: -280px;
}
#cercle
{	
	fill: #efca00;
	
}
#essai:hover circle
{
	fill: #ef9800;
}
#trgl
{
	fill: black;
	
}
#trglgrd
{
	opacity: 0;
}

#trglgrd:hover
{
	opacity: 1;
}
#secrete
{
	position: absolute;
	width: 692px;
	height: 526px;
	top: 400px;
	left: 50%;
	margin-left: -346px;
	background-color: white;
	z-index: 2;
	display: none;
}
#pastel
{
	width: 676px;
	height: 508px;
	top: 9px;
	border: 8px solid white;
}