/*Fenetre Lvl 1*/
.fenetre1
{
	z-index: 1200;
	position: fixed;
	width: 85%;
	height: 95%;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	border: 1px solid black;
	margin: auto;
	left: 0;
	right: 0;
	top: 20px;
  font-family: "Nunito Sans", Arial, sans-serif;
}
.fond_fenetre1
{
	z-index: 1100;
	/* background-image:url(./images_base/fond_gris.png); */
	background-color: rgba(110, 110, 110, 0.7);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
/*Fenetre Lvl 1*/
.fenetre2
{
	z-index: 1400;
	position: fixed;
	width: 95%;
	height: 95%;
	background-color: #fff;
	border: 1px solid black;
	margin: auto;
	left: 0;
	right: 0;
	top: 20px;
	font-family: sans-serif;
}
.fond_fenetre2
{
	z-index: 1300;
	background-image:url(./images_base/fond_gris.png);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
