body{
	/* background-color:#ccc; */
	background: #293949;
	font-family: "Segoe UI";
	font-size:20px;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	z-index:0;
}
img{
	border:0px;
}
#form_connexion{
	background-color:#fff;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border:5px solid #911C55;
	/* padding-top:20px; */
	/* padding-bottom:20px; */
	/* padding-left:50px; */
	/* padding-right:50px; */
	width:255px;
	box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, .5);
	z-index:2;
}
#form_connexion input[type=text],#form_connexion input[type=password],input[type=email],#form_connexion input[type=submit]{
	font-family: "Segoe UI";
	font-size:16px;
	width:230px;
	text-align:center;
	border:1px solid black;
}
#form_connexion_logfalse{
	color:red;
	font-weight:bold;
	background-color:white;
	padding:2px;
}
