#resultat {
	position: absolute;
	top: 450px;
	left: 350px;
}

#action_droite {
	position: absolute;
	top: 150px;
	right: 80%;
	list-style: none;
}

.tablefix{
	position: absolute;
	top: 40%;
	left: 15%;
	border: solid 2px black;
	border-collapse:collapse;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.tablefixExport{
	position: absolute;
	top: 40%;
	left: 15%;
	border: solid 2px black;
	border-collapse:collapse;
	text-align: center;
	margin: 0px;
	padding: 5px;
	background: white;
}

.tablefix td{
	border: solid 2px black;
	width: 100px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}
.tablefix th {
	border: solid 2px black;
	background-color: #0d3ca6;
}

.tableRecherche{
	position: absolute;
	top: 50px;
	left: 89.5%;
	border: solid 1px black;
	border-collapse:collapse;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.tableRecherche input text{
	width: 100px;
}

.tableRecherche td{
	border: solid 2px black;
	width: 120px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}
.tableRecherche th {
	border: solid 2px black;
	background-color: #0d3ca6;
}

.button_suppr {
	background-image: url("img/suppr.jpg");
	border: none;
	width: 22px;
	height: 22px;
	font-size: 0;
}

#result {
	position: absolute;
	font-size: 30px;
	top: 300px;
	left: 350px;
}