#btq_fiche_navigation_conteneur {
	width: 100%;
	position: relative;
	float: left;
}
#btq_fiche_navigation_precedent {
	width: 33%;
	position: relative;
	float: left;
	text-align: center;
}
#btq_fiche_navigation_retour {
	width: 33%;
	position: relative;
	float: left;
	text-align: center;
}
#btq_fiche_navigation_suivant {
	width: 33%;
	position: relative;
	float: left;
	text-align: center;
}
.nonAffiche {
	display: none; visibility: hidden;
}
img { border: 0px none; }
form { margin: 0px; }
.invisible { display: none; }

