﻿function ValidateConsentement(sender, args) {
    args.IsValid = document.getElementById("ctl00_cphContenu_chkConsentement").checked;
}
