	function ajouteDoublePoint(){
		hl = document.getElementById("heureLivraison").value;
		if(hl.charAt(2)!=":"){ hl = hl.charAt(0)+hl.charAt(1)+":"+hl.charAt(2)+hl.charAt(3); }
		sliceDeux = hl.slice(0, 5);
		document.getElementById("heureLivraison").value = sliceDeux;
	}
	