$(document).ready(function() {
	$("input.heures").mask('99h99');
});