@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100%;
}
body {
	font-size: 2em;
	font-family: Geneva, Tahoma, sans-serif;
	color: white;
}
h1 {
	font-size: 1.95em;
}
#entete {
	background-image: url(../ressources/fondheader.png);
	height: 274px;
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 120px;
	padding-left: 500px;
}
form {
	margin-top: 40px;
	width: 370px;
}
span {
	float: right;
}
input[type="password"] {
	font-size: 30px;
	width: 200px;
	-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
}
input[type="submit"] {
	font-size: 20px;
	width: 100px;
}
a#retour {
	position: relative;
	margin-left: 10%;
	height: 11.7%;
	width: 20%;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 0.8em;
	background: #ED1C24;
	display: block;
}
a#retour:hover {
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
}
#resultats a {
	
}