function verification_texte() {
	if (document.produit.texte_0.value == '') {
		document.produit.texte_0.style.backgroundColor = "#CC9999";
	}
}