#rechercher{
	display:none;
}

/* Les formulaires */
.t_rechercher{
	text-align:center;
}
.t_rechercher label{
	color:#666;
}
.t_rechercher input{
	margin-right:20px;
}
/* Fin des formulaires */

/* Le tableau des résultats */
.t_resultat{
	margin:10px auto;
	width:100%;
}
.t_resultat thead th{
	height:20px;
	font-size:12px;
	text-align:left;
}
.t_resultat tbody td{
	height:25px;
	font-size:11px;
	text-align:left;
}
/* Fin du tableau des résultats */

.ouvrir_reservation{
	display:inline-block;
	margin:auto;
	padding:1px 3px;
	background:#EEE;
	border-radius:10px;
	cursor:pointer;
	text-align:center;
	font-size:11px;
}
.ouvrir_reservation:hover{
	box-shadow:0px 0px 2px #000;
}