@charset "utf-8";
/* CSS Document */
/* #Background{ background: #F9F9F9;} */

#Site{
	display: flex;
	align-items: center;
  	justify-content: center;
}
#Connexion{
	padding: 20px;
	border-radius:2px;
	width: 400px;
	height: 134px;
	/* background: #F9F9F9; */
	display: flex;
	align-items: center;
  	justify-content: center;
	flex-direction: column;
	
}
#Connexion img {margin-bottom: 15px;}
#Connexion input{ width: 88%; margin-bottom: 15px;border: 0px;}
#Connexion input[type="submit"]{  margin-top: 0px; font-weight: bold; color: #fff;  background-color: #3499879e;}
#Connexion input[type="submit"]:hover{  background-color: #2ca4b5a1;} 
   
  