.formulaire input[type=text], .formulaire input[type=password]{
	width : 220px;
}

.compteur{
	background-color : #c5d8f1;
	padding : 2px;
	font-weight:bold;
	font-size : 1.2em;
}

.champs_recherche{
	width:300px;
}

/* Tableau de résultat */
.resultat{
	width : 100%;
	border-collapse : collapse;
}

.resultat tr{
	background-color: #c5d8f1;
	border-collapse : collapse;
}

.resultat tr:hover{
	background-color: #558ed5;
}

.resultat td{
	padding : 5px;
	border : 1px white solid;
}

.astérisque{	
	margin-left:30px;
	font-size:small;
	font-style:italic;
}