table.tableRecherche {
	width:100%;
	border-width:0;
	border-spacing:1px;
	padding:0;
	margin-top:5px;
}
table.tableRecherche h4 {
	font-size:12px;
	margin:0 0 3px 0;
	background-image: url(../images/puce.gif); 
	background-repeat:no-repeat;
	padding-left:15px;
	color:#253F03;
}
		table.tableRecherche td.tdRechercheOff  {
			width:33%;
			background-color:#F6FEE7;
			border:1px solid #DAE7C5;
			padding:7px;
			vertical-align:top;
		}
		table.tableRecherche td.tdRechercheOn  {
			width:33%;
			background-color:#E9F9D6;
			border:1px solid #416E07;
			padding:7px;
			vertical-align:top;
		}
				table.tableRecherche tbody td label {
					display:inline-block;
					width:70px;
				}
				table.tableRecherche tbody td input {
					width:187px;
				}
				table.tableRecherche tbody td input[name="NomUsuel"] {
					width:115px;
				}
				table.tableRecherche tbody td select[name="id_pays"] {
					width:70px;
				}
				table.tableRecherche tbody td select {
					width:100%;
				}
		table.tableRecherche tfoot td  {
			padding:7px;
			text-align:center;
			vertical-align:top;
		}

div.divPlantalexPatience {
	display:none;
	width:100%;
	height:400px;
	line-height:50px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#0A5000;
}

#recherche1 {
	width:37%;
}
#recherche2 {
	width:27%;
}
