
/* On bloque la saisie des MOT DE PASSE en creation UTILISATEUR */
form.form-admin div.row div.colonne3 input[name="form_pwd"], form.form-admin  div.row div.colonne3  input[name="form_pwd2"] {
	background: #eeeeee;
	pointer-events: none;
	user-select: text;
}