function verifTaille() {
	if (document.getElementById('notaille').value == 0) {
		if (document.getElementById('tailles')[document.getElementById('tailles').selectedIndex].value == 0) {
				messageAlert("<br /><br />Vous devez choisir une taille !","tailles");
				return false;
		}
	}
	return true;
}
