#pagination{
	clear:both;
	text-align:center;
}

#change_affichage{
	text-align:center;
	width:50%;
	margin-left:25%;
}

/* STYLE TABLEAU RESULTATS */

.resultats{

border-collapse: collapse;
font-size :12px;
width:400px;
}

.resultats th{
	background-image:url(../images/entete_tableau.png);
	height:20px;
	border-bottom : 1px solid white;
}
.resultats tbody tr{
	border-bottom : 1px solid white;
}
.resultats td{
	padding:5px;
}

.pair{
	background-color: #EE7F00;
}

.impair{
	background-color: #ffcf00;
}