def mdp_extra_fort(mdp):
	for mot in recherche_mot(mdp):
		if len(mot) > 3 and mot in dicoFR:
			return False
	return True