.bouton_supprimer {
	width : 25px;
	height : 25px;
	background : url(bouton-supprimer.gif) no-repeat;
}

.bouton_verrouiller {
	width : 24px;
	height : 18px;
	position : relative;
	background : url(verrou.gif) no-repeat;
}

.bouton_deverrouiller {
	width : 24px;
	height : 18px;
	position : relative;
	background : url(verrou.gif) no-repeat -24px 0px;
}

.clef_decryptage_non_valide {
	width : 27px;
	height : 31px;
	position : relative;
	bottom : 6px;
	background : url(check-valide-et-non-valide.gif) no-repeat -27px 0px;
}

.clef_decryptage_valide {
	width : 27px;
	height : 31px;
	position : relative;
	bottom : 6px;
	background : url(check-valide-et-non-valide.gif) no-repeat;
}

.recherche {
	width : 75px;
	height : 25px;
	background : url(recherche.png) no-repeat;
    background-position:0px 4px;
}