#conteneur_recherche {
	width: 312px;
	height: 260px;
	position: relative;
	background-color: #d9d9d9;
	background-image: url(../images/cadre_haut_2.gif);
	background-repeat: no-repeat;
	display: none;
}
#module_recherche {
	width: 302px;
	height: 210px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/cadre_bas_2.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	background-position: bottom;
	display: none;
}
#onglets_recherche {
	width: 100%;
	height: 50px;
	position: relative;
	display: none;
}
#cadre_recherche {
	width: 312px;
	height: 260px;
	display: none;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

