#resultRecherche > ul {
	min-height: 10rem;
}

#resultRecherche li span.zone {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3em;
}

#resultRecherche li span.accueil {
	background: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.3em;
}

#resultRecherche li span.occurence {
	white-space: nowrap;
	font-style: italic;
	font-size: 0.8em;
}

#resultRecherche li span a {
	text-decoration: none; /* color:#333; */
}

#resultRecherche li span a:hover {
	text-decoration: underline; /* color:#000; */
}

@media only print, only screen and (min-width: 60.063em) {

#resultRecherche {
	column-count: 2;
}

}

