* {
	padding: 0px;
	margin: 0px;
	
}

body{
	background: #424147;
}


header {
	z-index : 5;
}
#backgroundIndex img{
	position: absolute;
	width: 100%;
	top: 20px;
}

.adminTable{
	z-index: 2;
	position: relative;
	margin: auto;
	top: 220px;
	border: solid 1px;
	border-color: #f8b53f;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 0px 10px #f8b53f;
	background-color: #f8b53f;
	opacity: 0.9;
	font-family:Arial;
}

#titreAdmin{
	font-weight: bold;
	font-size: 24px;
}

input[type=text], input[type=password]{
	width: 200px;
	height: 25px;
	border: solid 1px;
	border-color: grey;
	margin-left: 5px;
	padding-left: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
}

input[type=submit], input[type=reset]{
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	font-family: Arial;
	padding: 5px;
	cursor: pointer;
	min-width: 100px;
	background-color: #eb764b;
	border-color: #e96938;
	border-radius: 10px;
	color: white;
}

input[type=submit]:hover, input[type=reset]:hover{
	background-color: #e96938;
}

.boutonDeconnexion{
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.boutonDeconnexion:hover{
	text-decoration: none;
	color: black;
	background-color: white;
}

#importation{
	text-align: center;
}