/*Fenetre Lvl 1*/
.fenetre1
{
	z-index: 120;
	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_fenetre1
{
	z-index: 110;
	background-image:url(./images_base/fond_gris.png);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.fenetre1 table
{
	color: #000000;
	font-family: 'caviar';
	font-size: 20px;
	border-collapse: collapse;
}
.fenetre1 input
{
	min-width: 300px;
	font-size: 20px;
}
/*Fenetre Lvl 1*/
.fenetre2
{
	z-index: 140;
	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: 130;
	background-image:url(./images_base/fond_gris.png);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.fenetre2 table
{
	color: #000000;
	font-family: sans-serif;
	font-size: 20px;
	border-collapse: collapse;
}
.fenetre2 input
{
	min-width: 300px;
	font-size: 20px;
}
.titre_fenetre
{
	width: 100%;
	height: 50px;
	background-color: #2196F3;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}
.btn_fermer_fenetre
{
	opacity: 0.7;
	float: right;
	width: 50px;
}
.btn_fermer_fenetre:hover
{
	opacity: 1;
}
