@font-face
{
	font-family: Esphimere;
	src: url('/includes/polices/Esphimere.otf');
}
div.identification
{
	/* -------- */
	/* Position */
	/* -------- */
	position: absolute;
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
	/* ---- */
	/* Fond */
	/* ---- */
	background-color: WHITE;
	/* ----- */
	/* Bords */
	/* ----- */
	/*border: 1px solid rgb(200,200,200);*/
	/* ------ */
	/* Ombres */
	/* ------ */
	box-shadow: 5px 5px 20px 0px rgb(255,255,255);
	/* ---------- */
	/* Espacement */
	/* ---------- */
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/* ----------- */
	/* Débordement */
	/* ----------- */
	overflow: auto;
}
input[type=text]
{
	background-color: rgb(255,255,255);
	border: 1px solid rgb(50,50,50);
	border-radius: 5px 5px 5px 5px;
}
input[type=password]
{
	background-color: rgb(200,200,200);
	border: 1px solid rgb(50,50,50);
	border-radius: 5px 5px 5px 5px;
}
input[type=submit]
{
	color: rgb(230,230,230);
	background-color: rgb(80,80,80);
	border: 1px solid rgb(230,230,230);
	border-radius: 5px 5px 5px 5px;
}

