Bonjour à tous,
Suite migration WB18->WB19, je ne peut plus ouvrir certaines pages,
voici l'erreur généré :
Erreur de syntaxe dans le fichier HTML C:\Mes
Sites\eACS_Portail\FR\PAGE_adherent_suiviDossierTableau.htm ligne 0 :
parse error après la séquence de caractères '>'.
(6, ERR_PARSER)
Quelqu'un peut-il m'aider ? Merci d'avance.
Voici le code html de la page :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><!--
PAGE_adherent_suiviDossierTableau 05/02/2014 13:59 WebDev 19 19.0.99.7
--><html><head><meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<title>[%PAGE_ADHERENT_SUIVIDOSSIERTABLEAU..TITRE%]</title><meta
name="generator" content="WEBDEV">
<meta http-equiv="X-UA-Compatible"
content="IE=5,requiresActiveX=true"><script type="text/javascript">var
_bTable16_=false;
</script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WWConstante[%_gnNATION%].js?40d02d93"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/StdAction.js?33155cd3"
charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDUtil.js?85bab21b"
charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDChamp.js?799ebc71"
charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDXML.js?56603c08"
charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDSaisie.js?765c61a4"
charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDDrag.js?10dd85c4"
charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDAJAX.js?7d743598"
charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDTableZRCommun.js?f11ab8d3"
charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDTable.js?1e202fdf"
charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDZR.js?495e2879" charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDCalendrier.js?b5770165"
charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDUpload.js?0bae8f29"
charset="windows-1252"></script>
<script type="text/javascript"
src="[%_PROJET_WEB_%]res/WDJauge.js?8b66a28a"
charset="windows-1252"></script>
<script type="text/javascript">
var _WD_="[%_PROJET_WEB_%]";
var _NA_=[%_gnNATION%];
var _WW_SEPMILLIER_="[%_gszSEPMIL%]";
var _WW_SEPDECIMAL_="[%_gszSEPDEC%]";
var _PU_="[%URL()%]";
var _GFI_A_=[%_gnGFI_ACTIVE%];
var _GFI_T_=[%_gnGFI_TAUX%];
<!--
var _PAGE_=null;var
_COL={0:"#f4f4f4",5:"#79a2e4",9:"#f1c494",10:"#2d2d2d",15:"#ffffff",16:"#b4b4b4",21:"#ededed",66:"#353535"}
function _JCIR(c){if (bIE){if (c.canHaveChildren === false){c =
c.parentNode}return c.innerText}else{var f = c.firstChild;var t =
[];while (f){if (f.nodeName == "#text"){t.push(f.textContent)}else if
(clWDUtil.bBaliseEstTag(f,"br")){t.push("\r\n")}
f = f.nextSibling}return t.join("")}}
function _CVD(d,f){f = f.replace(/D/g, "J").replace(/Y/g, "A");var j =
(-1 != f.indexOf("J")) ? "" : "01";var m = (-1 != f.indexOf("M")) ? "" :
"01";var a = (-1 != f.indexOf("A")) ? "" : "" + (new
Date()).getUTCFullYear();var nF = 0;var nD = 0
var fParseJM = function(c){var s;if (f.charAt(nF + 1) == c){s =
d.substr(nD, 2);nF++;nD++}else if (isNaN(parseInt(d.charAt(nD + 1),
10))){s = "0" + d.charAt(nD)}else{s = d.substr(nD, 2);nD++}return
s};;for(;nF<f.length;nF++,nD++){
switch(f.charAt(nF)){case "J":;j = fParseJM("J");break;case "M":;m =
fParseJM("M");break;case "A":;case "Y":;if (f.indexOf("AAAA")==nF){a =
d.substr(nD, 4);nF+=3;nD+=3}else{a = d.substr(nD, 2);a=
(parseInt(a)>50?"19":"20")+a;nF++;nD++}break}}
var sRes=a+m+j;return (sRes.length==

?sRes:""}
function _DVCI(v,r,tf){for (var i = 0; i < tf.length; i++){var j =
r.indexOf(tf[i][0]);if(j > -1){while ((v.charAt(0) == "0") && (tf[i][1]
> 0)){v = v.substring(1);tf[i][1]--}return r.substring(0,j) + v +
r.substring(j + tf[i][0].length, r.length)}}
return r}
function _DVC(d,f){if(d=="")return"";var r=f;r =
_DVCI(d.substring(6,

,r,[["JJ", 0], ["DD", 0], ["J", 1], ["D", 1]]);r =
_DVCI(d.substring(4,6),r,[["MM", 0], ["M", 1]]);var
a=r.indexOf("AAAA");if(a==-1)a=r.indexOf("YYYY")
if(a>-1)return
r.substring(0,a)+d.substring(0,4)+r.substring(a+4,r.length);a=r.indexOf("AA");if(a==-1)a=r.indexOf("YY");return
r.substring(0,a)+d.substring(2,4)+r.substring(a+2,r.length)}
function _WMD(c){var a=c.substring(0,4);var d=new
Date(a,parseInt(c.substring(4,6), 10) -
1,c.substring(6,

,c.substring(8,10),c.substring(10,12),c.substring(12,14),c.substring(14,16)+"0");if
(parseInt(a, 10) < 100){d.setFullYear(a)}return d}
function
_JDJ(v,f,d){v=_CVD(v,f);v=_WMD(v);v=clWDUtil.oDecaleDateJour(v,d);v=clWDUtil.sGetDateHeureWL(v,false,true,false);return
_DVC(v,f)}
function _JWN(v,s){if(v.length==0){return 0}var r="";for(var
i=0;i<v.length;i++){var c=v.charAt(i);if(c==s){r+="."}else
if((c>='0'&&c<='9')||c=='+'||c=='-'){r+=c}}return parseFloat(r)}
function _RMP(c,o,r){var p=0;var t;var s=[];while
(-1!=(t=c.indexOf(o,p))){s.push(c.substring(p,t));s.push(r);p=t+o.length}s.push(c.substring(p));return
s.join("")}
function _JNW(v,s){if((escape(v)=="")||(isNaN(v))){return""}return
_RMP(""+eval(v),".",s)}
function _JSGSP(v, c, o, e, w, p){if (o){if (w){return o.SetProp(p, e,
v, c)}else{return o.GetProp(p, e, v, c)}}return v}
function _JGP(d){return d.forms[0]}
function _JIFN(f,n){return
(f!=null&&f.name.toUpperCase()==n.toUpperCase())}
function _JOW(w,n){var f=_JGP(w.document);if (_JIFN(f,n))return
w;for(var i=0;i<w.frames.length;i++){try{var
r=_JOW(w.frames[i],n);if(r)return r}catch(e){}}return null}
function _JCCP(x,o,l,s){var b=o.ownerDocument.body;while(1){var
pt=o.offsetParent;o=pt?pt:o.parentNode;if (!o||(o==b)){break}var
v=l?o.offsetLeft:o.offsetTop;if(v!==undefined){x+=s?v:-v}}return x}
function _JCPV(v, d){var sF=d?"none":"hidden";var
sV=d?"block":"inherit";if(typeof
v=="string"){if(v.toLowerCase()==sF)return
sF;if(v.toLowerCase()==sV)return sV;if(v=="0")return sF;if(v=="1")return
sV;if(v.length==0)return sF;return sV}
return v?sV:sF}
function _SPX(e,o){if (!e) return 0;switch(o){case 0:;var r = bIE ?
(document.documentElement.clientWidth ?
document.documentElement.scrollLeft : document.body.scrollLeft) :
window.pageXOffset;if (bIE && (window.parent == window)) r -= 2
return r + e.clientX;case 1:return (e.screenX);case 2:;if (bIE) return
e.offsetX;return window.pageXOffset + e.clientX -
_JCCP(e.target.offsetLeft,e.target,true,true);default:;return 0}}
function _SPY(e,o){if (!e) return 0;switch(o){case 0:;var r = bIE ?
(document.documentElement.clientWidth ?
document.documentElement.scrollTop : document.body.scrollTop) :
window.pageYOffset;if (bIE && (window.parent == window)) r -= 2
return r + e.clientY;case 1:return (e.screenY);case 2:;if (bIE) return
e.offsetY;return window.pageYOffset + e.clientY -
_JCCP(e.target.offsetTop,e.target,false,true);default:;return 0}}
function _LA(l,v){var t;v = (v + "").replace(/\r\n/g, "\n");if
(v.search(/\n/) != -1){t = v.split("\n");var i;for (i = 0; i < t.length;
i++){l.options[l.length]=new Option(t[i],
l.length+1)}}else{l.options[l.length]=new Option(v, l.length+1)}}
function _ARR(v,d){v*=Math.pow(10,d);v=Math.round(v);return
v/Math.pow(10,d)}
function _LS(l,r){var
i=0;while(i<l.length){if(eval("l.options["+i+"].selected"))r--;if(r==0)return
i+1;i++}return -1}
function _HVC(h,f){if(h=="")return"";var r=f;var
nPos=r.indexOf("HH");if(nPos>-1)r=r.substring(0,nPos)+h.substring(0,2)+r.substring(nPos+2,r.length);nPos=r.indexOf("MM");if(nPos>-1)r=r.substring(0,nPos)+h.substring(2,4)+r.substring(nPos+2,r.length)
nPos=r.indexOf("SS");if(nPos>-1)r=r.substring(0,nPos)+h.substring(4,6)+r.substring(nPos+2,r.length);nPos=r.indexOf("CC");if(nPos>-1)r=r.substring(0,nPos)+h.substring(6,

+r.substring(nPos+2,r.length);return
r}
function _CVH(h,f){if(h=="")return"";var
e=f.indexOf("HH");if(e==-1)return"";var
m=f.indexOf("MM");if(m==-1)return"";var s=f.indexOf("SS");var
t=s==-1?"00":h.substring(s,s+2);var c=f.indexOf("CC");var
d=c==-1?"00":h.substring(c,c+2)
return h.substring(e,e+2)+h.substring(m,m+2)+t+d}
function _GET_A94_1_I_C(){return _JWN(arguments[0],_WW_SEPDECIMAL_)}
function _SET_A94_1_I_C(){return
(__reinitNombre(_JNW(arguments[0],_WW_SEPDECIMAL_),"99 999",false))}
function _GET_A130_1_I_C(){return _JWN(arguments[0],_WW_SEPDECIMAL_)}
function _SET_A130_1_I_C(){return
(__reinitNombre(_JNW(arguments[0],_WW_SEPDECIMAL_),"+99 999 999 999 999
999,99",false))}
function _GET_A61_1_I_C(){return _JWN(arguments[0],_WW_SEPDECIMAL_)}
function _SET_A61_1_I_C(){return
(__reinitNombre(_JNW(arguments[0],_WW_SEPDECIMAL_),"+99 999 999 999 999
999,99",false))}
function _GET_A131_1_I_C(){return _JWN(arguments[0],_WW_SEPDECIMAL_)}
function _SET_A131_1_I_C(){return
(__reinitNombre(_JNW(arguments[0],_WW_SEPDECIMAL_),"+99 999 999 999 999
999,99",false))}
function _GET_A132_1_I_C(){return _JWN(arguments[0],_WW_SEPDECIMAL_)}
function _SET_A132_1_I_C(){return
(__reinitNombre(_JNW(arguments[0],_WW_SEPDECIMAL_),"+99 999 999 999 999
999,99",false))}
function _GET_A137_1(){return
_JSGSP(_PAGE_.A137.value,document.getElementsByName("A137")[0],_JOW(top,"PAGE_adherent_suiviDossierTableau").clA137,event,false,1)}
function
ActualiseTimeOut(){try{clWDUtil.Try();{if(clWDUtil.oConversionType(_JAD(),1,0,1,0)){clWDAJAXMain.AJAXExecuteAsynchrone("PAGE_adherent_suiviDossierTableau.SertARien",Inutile,"")}}}catch(_E){clWDUtil.xbCatchThrow(_E);return}finally{
clWDUtil.oFinally()}}
function Inutile(){{}}
function
_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_LOD_0_0(event){try{clWDUtil.Try();{setInterval("ActualiseTimeOut()",(6000)*10)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_LOD_0(event){if(false===_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_LOD_0_0(event)){return};{}}
function
_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_CLI_0_0(event){try{clWDUtil.Try();{if((((clWDUtil.oGetCurrentStyleIdName("M7",document,false,true,false).visibility).toLowerCase()!="hidden")==true)){clWDUtil.CelluleFermeDialogue("M7",document)}}}
catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_CLI_0(event){if(false===_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_CLI_0_0(event)){return};{}}
function
_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_CLI(event,_WW_ACTION_SPEC_){if(false===_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_CLI_0(event)){return};{}}
function
_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_LOD(event,_WW_ACTION_SPEC_){_LOD_COM(event);if(false===_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_LOD_0(event)){return};{}return
true}
function
_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event,_WW_ACTION_SPEC_){clA137.OnSubmit(event);return
true}
function
_T0(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("A16",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("A16",document,true,false).offsetTop,_JGEN("A16",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("A16",document,true,true,false).top=_JCCP(0,_JGEN("A16",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A5",16,2);}}
function
_T1(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("A87",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("A87",document,true,false).offsetTop,_JGEN("A87",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("A87",document,true,true,false).top=_JCCP(0,_JGEN("A87",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A86",16,2);}}
function
_T2(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("A121",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("A121",document,true,false).offsetTop,_JGEN("A121",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("A121",document,true,true,false).top=_JCCP(0,_JGEN("A121",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T3(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("A36",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("A36",document,true,false).offsetTop,_JGEN("A36",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("A36",document,true,true,false).top=_JCCP(0,_JGEN("A36",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A64",16,2);}}
function
_T4(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("M7",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("M7",document,true,false).offsetTop,_JGEN("M7",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("M7",document,true,true,false).top=_JCCP(0,_JGEN("M7",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T5(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("M14",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("M14",document,true,false).offsetTop,_JGEN("M14",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("M14",document,true,true,false).top=_JCCP(0,_JGEN("M14",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T6(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("M73",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("M73",document,true,false).offsetTop,_JGEN("M73",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("M73",document,true,true,false).top=_JCCP(0,_JGEN("M73",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"M59",16,2);}}
function
_T7(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("M108",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("M108",document,true,false).offsetTop,_JGEN("M108",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("M108",document,true,true,false).top=_JCCP(0,_JGEN("M108",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T8(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("M7",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T9(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("M14",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T10(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.oGetCurrentStyleIdName("M27",document,true,true,false).visibility=_JCPV(false);_JGE("M27",document).innerHTML=clWDUtil.sEncodeInnerHTML(("")+"",true,false)
if((clWDUtil.sPrepareSouple(_PAGE_.M24.value)==clWDUtil.sPrepareSouple(""))){_JGE("M27",document).innerHTML=clWDUtil.sEncodeInnerHTML((unescape("La
saisie de l\'adresse mail est obligatoire"))+"",true,false)
clWDUtil.oGetCurrentStyleIdName("M27",document,true,true,false).visibility=_JCPV(true);return}if((clWDUtil.sPrepareSouple(_PAGE_.M26.value)==clWDUtil.sPrepareSouple(""))){
_JGE("M27",document).innerHTML=clWDUtil.sEncodeInnerHTML(("La saisie du
message est
obligatoire")+"",true,false);clWDUtil.oGetCurrentStyleIdName("M27",document,true,true,false).visibility=_JCPV(true);return}}}catch(_E){
clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JSL(_PAGE_,"M29","_self","","");}}
function
_T11(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("M28",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function _T12(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{var
VbATrouve=false;if((clWDUtil.sPrepareSouple(_PAGE_.M36.value)==clWDUtil.sPrepareSouple(""))){alert("Veuillez
saisir un nom");return}
if((clWDUtil.sPrepareSouple(_PAGE_.M37.value)==clWDUtil.sPrepareSouple(""))){alert("Veuillez
saisir un
prénom");return}if((!(clWDUtil.sPrepareSouple(_PAGE_.M33.value)==clWDUtil.sPrepareSouple("")))){
if((clWDUtil.sPrepareSouple(_PAGE_.M33.value)==clWDUtil.sPrepareSouple(""))){alert("Veuillez
saisir une nouvelle adresse
mail");return}if((clWDUtil.sPrepareSouple(_PAGE_.M34.value)==clWDUtil.sPrepareSouple(""))){
alert("Veuillez saisir une adresse mail de
confirmation");return}if((!(_PAGE_.M33.value==_PAGE_.M34.value))){alert("La
nouvelle adresse mail et celle de confirmation doivent être
identiques");return}if(clWDUtil.oConversionType(_JAD(),1,0,1,0)){
VbATrouve=clWDUtil.oConversionType(clWDAJAXMain.AJAXExecuteSynchrone("Utilisateur_du_portail.AdresseMailExiste","M43",_PAGE_.M33.value,_PAGE_.M39.value),1,0,31,0);if((VbATrouve==true)){
alert(unescape("L\'adresse mail saisie est déjà utilisée pour un autre
compte"));return}}}if((!(clWDUtil.sPrepareSouple(_PAGE_.M42.value)==clWDUtil.sPrepareSouple("")))){if(clWDUtil.oConversionType(_JAD(),1,0,1,0)){
VbATrouve=clWDUtil.oConversionType(clWDAJAXMain.AJAXExecuteSynchrone("Utilisateur_du_portail.MotDePasseCorrect","M43",_PAGE_.M40.value,_PAGE_.M39.value),1,0,31,0);if((VbATrouve==false)){alert("Le
mot de passe actuel est incorrect");return}}
if((clWDUtil.sPrepareSouple(_PAGE_.M42.value)==clWDUtil.sPrepareSouple(""))){alert("Veuillez
saisir un nouveau mot de
passe");return}if((clWDUtil.sPrepareSouple(_PAGE_.M35.value)==clWDUtil.sPrepareSouple(""))){
alert("Veuillez saisir un mot de passe de
confirmation");return}if((!(_PAGE_.M42.value==_PAGE_.M35.value))){alert("Le
nouveau mot de passe et celui de confirmation doivent être
identiques");return}}clWDUtil.CelluleFermeDialogue("M28",document)}}
catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JSL(_PAGE_,"M43","_self","","");}}
function
_T13(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("M97",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T14(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("M97",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{
_JAEE(_PAGE_,"M56",16,2);}}
function
_T15(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("M73",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T16(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.oGetCurrentStyleIdName("M107",document,true,true,false).visibility=_JCPV(false);clWDUtil.CelluleFermeDialogue("M77",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}
finally{clWDUtil.oFinally()}}
function
_T17(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("M77",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{
_JAEE(_PAGE_,"M80",16,2);}}
function
_T18(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.oGetCurrentStyleIdName("M107",document,true,true,false).visibility=_JCPV(false);clWDUtil.CelluleFermeDialogue("M77",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}
finally{clWDUtil.oFinally()}if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"M81",16,2);}}
function
_T19(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("M60",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T20(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("M108",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T21(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("A16",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T22(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{if((_CVD(_PAGE_.A2.value,"JJ/MM/AAAA")<_CVD(_PAGE_.A10.value,"JJ/MM/AAAA"))){alert("Veuillez
saisir une date de début inférieure ou égale à celle de fin")}}}catch(_E){
clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T23(event,_WW_ACTION_SPEC_){{}clA10.OnChange(event,undefined,true)}
function
_T24(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{if((_CVD(_PAGE_.A2.value,"JJ/MM/AAAA")<_CVD(_PAGE_.A10.value,"JJ/MM/AAAA"))){alert("Veuillez
saisir une date de début inférieure ou égale à celle de fin")}}}catch(_E){
clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T25(event,_WW_ACTION_SPEC_){{}clA2.OnChange(event,undefined,true)}
function
_T26(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{if(clWDUtil.oConversionType(_JAD(),1,0,1,0)){
var
VnResult=clWDUtil.oConversionType(clWDAJAXMain.AJAXExecuteSynchrone("Portail.VérifieDates","A24",_CVD(_PAGE_.A10.value,"JJ/MM/AAAA"),_CVD(_PAGE_.A2.value,"JJ/MM/AAAA")),8,0,31,0);if((VnResult==1)){
alert("Veuillez saisir une date de début valide");return}else
if((VnResult==2)){alert("Veuillez saisir une date de fin
valide");return}else if((VnResult==3)){alert("Veuillez saisir une date
de début inférieure ou égale à celle de fin");return}}
}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JSL(_PAGE_,"A24","_self","","");}}
function
_T27(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("A36",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T28(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("M60",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("M60",document,true,false).offsetTop,_JGEN("M60",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("M60",document,true,true,false).top=_JCCP(0,_JGEN("M60",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A49",16,2);}}
function
_T29(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("A87",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T30(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("A121",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T31(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{_PAGE_.A136.options.length=0;if((clWDUtil.oConversionType(_JSGSP(_PAGE_.A137.length,document.getElementsByName("A137")[0],clA137,event,false,14),8,0,8,0)>0)){
_LA(_PAGE_.A136,_JSGSP(_PAGE_.A137.value,document.getElementsByName("A137")[0],clA137,event,false,1))}else
{}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function _T32(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{var
VrAvancementGlobal=(clWDUtil.oConversionType(clA137.nGetProgressData(0),14,0,14,0)/clWDUtil.oConversionType(clA137.nGetProgressData(1),14,0,14,0))
_PAGE_.A142_DATA.value=_JSGSP(_ARR((VrAvancementGlobal*1000),0),document.getElementsByName("A142_DATA")[0],clA142,event,true,1)
_JGE("A144",document).innerHTML=clWDUtil.sEncodeInnerHTML((_JSGSP(clWDUtil.oConversionType(clA137.nGetProgressData(4),8,0,8,0),document.getElementsByName("A137")[0],clA137,event,false,-2))+"",true,false)
var
VrAvancementFichier=(clWDUtil.oConversionType(clA137.nGetProgressData(2),14,0,14,0)/clWDUtil.oConversionType(clA137.nGetProgressData(3),14,0,14,0))
_PAGE_.A143_DATA.value=_JSGSP(_ARR((VrAvancementFichier*1000),0),document.getElementsByName("A143_DATA")[0],clA143,event,true,1)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T33(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("A139",document);_PAGE_.A136.options.length=0}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T34(event,_WW_ACTION_SPEC_){{}clA29.OnChange(event,undefined,true)}
function
_T35(event,_WW_ACTION_SPEC_){{}clA66.OnChange(event,undefined,true)}
function
_T36(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{if((clWDUtil.oConversionType(_LS(_PAGE_.A159,1),8,0,8,0)<1)){alert("Veuillez
sélectionner un type de document pour le ou les fichier(s) à
envoyer");return}
if((clWDUtil.oConversionType(_JSGSP(_PAGE_.A137.length,document.getElementsByName("A137")[0],clA137,event,false,14),8,0,8,0)>0)){
_JGE("A144",document).innerHTML=clWDUtil.sEncodeInnerHTML((_JSGSP(1,document.getElementsByName("A137")[0],clA137,event,false,-2))+"",true,false);_PAGE_.A142_DATA.value=_JSGSP(0,document.getElementsByName("A142_DATA")[0],clA142,event,true,1)
_PAGE_.A143_DATA.value=_JSGSP(0,document.getElementsByName("A143_DATA")[0],clA143,event,true,1);clWDUtil.CelluleAfficheDialogue("A139",document,5,_GFI_A_,_GFI_T_)
if((_JCCP(_JGEN("A139",document,true,false).offsetTop,_JGEN("A139",document,true),false,true)<0)){clWDUtil.oGetCurrentStyleIdName("A139",document,true,true,false).top=_JCCP(0,_JGEN("A139",document,true),false,false)+"px"}
clA137.Lance(_PAGE_.A159.options[(_PAGE_.A159.selectedIndex+1)-1].text)}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function _T37(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{var
VnFichier=clWDUtil.oConversionType(_LS(_PAGE_.A136,1),8,0,8,0);if((VnFichier!=-1)){clA137.Supprime(VnFichier)}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{
clWDUtil.oFinally()}}
function
_T38(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("M77",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("M77",document,true,false).offsetTop,_JGEN("M77",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("M77",document,true,true,false).top=_JCCP(0,_JGEN("M77",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A160",16,2);}}
function
_T39(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{if((clWDUtil.sPrepareSouple(_PAGE_.A55.value)==clWDUtil.sPrepareSouple(""))){alert("Le
n° de document est
obligatoire");return}if(clWDUtil.oConversionType(_JAD(),1,0,1,0)){
var
VnResult=clWDUtil.oConversionType(clWDAJAXMain.AJAXExecuteSynchrone("PAGE_adherent_suiviDossierTableau.VérifieDatesHeures","A167",_CVD(_PAGE_.A29.value,"JJ/MM/AAAA"),_CVD(_PAGE_.A66.value,"JJ/MM/AAAA"),_HVC(_CVH(_PAGE_.A65.value,"HH:MM"),"HHMMSS"),_HVC(_CVH(_PAGE_.A67.value,"HH:MM"),"HHMMSS")),8,0,31,0)
if((VnResult==1)){alert("La date de début saisie est
invalide");return}else if((VnResult==2)){alert("La date de fin saisie
est invalide");return}else if((VnResult==3)){alert(unescape("L\'heure de
début saisie est invalide"));return}
else if((VnResult==4)){alert(unescape("L\'heure de fin saisie est
invalide"));return}else if((VnResult==5)){alert("Le couple date/heure de
fin doit être strictement supérieure à celui de début
");return}}if((_PAGE_.A8[1].checked==false)){
alert(unescape("Vous devez cocher la case à côté du chauffeur pour
valider que c\'est bien celui-ci qui a effectué le
transport"));return}if((_PAGE_.A20[1].checked==false)){
alert(unescape("Vous devez cocher la case à côté du tracteur pour
valider que c\'est bien celui-ci qui a été utilisé pour le
transport"));return}if((_PAGE_.A28[1].checked==false)){
alert(unescape("Vous devez cocher la case à côté de la remorque pour
valider que c\'est bien celle-ci qui a été utilisée pour le
transport"));return}if(clWDUtil.oConversionType(_JAD(),1,0,1,0)){
var
VsResultat=clWDUtil.oConversionType(clWDAJAXMain.AJAXExecuteSynchrone("PAGE_adherent_suiviDossierTableau.YaDocAssocié","A167"),1,0,31,0);if((VsResultat==false)){
alert(unescape("L\'association d\'un document est obligatoire (LV, BSD,
Bon de pesée, Bon de lavage
...)"));return}}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A167",16,2);}}
function
_T40(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{if((clWDUtil.sPrepareSouple(_PAGE_.A55.value)==clWDUtil.sPrepareSouple(""))){alert("Le
n° de document est
obligatoire");return}if(clWDUtil.oConversionType(_JAD(),1,0,1,0)){
var
VnResult=clWDUtil.oConversionType(clWDAJAXMain.AJAXExecuteSynchrone("PAGE_adherent_suiviDossierTableau.VérifieDatesHeures","A133",_CVD(_PAGE_.A29.value,"JJ/MM/AAAA"),_CVD(_PAGE_.A66.value,"JJ/MM/AAAA"),_HVC(_CVH(_PAGE_.A65.value,"HH:MM"),"HHMMSS"),_HVC(_CVH(_PAGE_.A67.value,"HH:MM"),"HHMMSS")),8,0,31,0)
if((VnResult==1)){alert("La date de début saisie est
invalide");return}else if((VnResult==2)){alert("La date de fin saisie
est invalide");return}else if((VnResult==3)){alert(unescape("L\'heure de
début saisie est invalide"));return}
else if((VnResult==4)){alert(unescape("L\'heure de fin saisie est
invalide"));return}else if((VnResult==5)){alert("Le couple date/heure de
fin doit être strictement supérieure à celui de début
");return}}if((_PAGE_.A8[1].checked==false)){
alert(unescape("Vous devez cocher la case à côté du chauffeur pour
valider que c\'est bien celui-ci qui a effectué le
transport"));return}if((_PAGE_.A20[1].checked==false)){
alert(unescape("Vous devez cocher la case à côté du tracteur pour
valider que c\'est bien celui-ci qui a été utilisé pour le
transport"));return}if((_PAGE_.A28[1].checked==false)){
alert(unescape("Vous devez cocher la case à côté de la remorque pour
valider que c\'est bien celle-ci qui a été utilisée pour le
transport"));return}if(clWDUtil.oConversionType(_JAD(),1,0,1,0)){
var
VbSResultat=clWDUtil.oConversionType(clWDAJAXMain.AJAXExecuteSynchrone("PAGE_adherent_suiviDossierTableau.YaDocAssocié","A133"),1,0,31,0);if((VbSResultat==false)){
alert(unescape("L\'association d\'un document est obligatoire (LV, BSD,
Bon de pesée, Bon de lavage ...)"));return}}
_JGE("M78",document).innerHTML=clWDUtil.sEncodeInnerHTML((unescape("Voulez-vous
passer le dossier à l\'état \"En attente de validation\"
?"))+"",true,false);clWDUtil.CelluleAfficheDialogue("A183",document,5,_GFI_A_,_GFI_T_)
if((_JCCP(_JGEN("A183",document,true,false).offsetTop,_JGEN("A183",document,true),false,true)<0)){clWDUtil.oGetCurrentStyleIdName("A183",document,true,true,false).top=_JCCP(0,_JGEN("A183",document,true),false,false)+"px"}}}catch(_E){
clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A133",16,2);}}
function
_T41(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("A166",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("A166",document,true,false).offsetTop,_JGEN("A166",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("A166",document,true,true,false).top=_JCCP(0,_JGEN("A166",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A76",16,2);}}
function
_T42(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("A166",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("A166",document,true,false).offsetTop,_JGEN("A166",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("A166",document,true,true,false).top=_JCCP(0,_JGEN("A166",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A162",16,2);}}
function
_T43(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("A166",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("A166",document,true,false).offsetTop,_JGEN("A166",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("A166",document,true,true,false).top=_JCCP(0,_JGEN("A166",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A164",16,2);}}
function
_T44(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleAfficheDialogue("A36",document,5,_GFI_A_,_GFI_T_);if((_JCCP(_JGEN("A36",document,true,false).offsetTop,_JGEN("A36",document,true),false,true)<0)){
clWDUtil.oGetCurrentStyleIdName("A36",document,true,true,false).top=_JCCP(0,_JGEN("A36",document,true),false,false)+"px"}}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A12",16,2);}}
function
_T45(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("A166",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_T46(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{if((clWDUtil.sPrepareSouple(_PAGE_.A175.value)==clWDUtil.sPrepareSouple(""))){alert("Veuillez
saisir un objet pour envoyer votre demande");return}
if((clWDUtil.sPrepareSouple(_PAGE_.A176.value)==clWDUtil.sPrepareSouple(""))){alert("Veuillez
saisir un message pour envoyer votre
demande");return}clWDUtil.CelluleFermeDialogue("A166",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}
finally{clWDUtil.oFinally()}if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A178",16,2);}}
function
_T47(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("M77",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{
_JAEE(_PAGE_,"A184",16,2);}}
function
_T48(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("A121",document);clWDUtil.CelluleFermeDialogue("A183",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}
if(!_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB(event))return;{_JAEE(_PAGE_,"A188",16,2);}}
function
_T49(event,_WW_ACTION_SPEC_){try{clWDUtil.Try();{clWDUtil.CelluleFermeDialogue("A183",document)}}catch(_E){clWDUtil.xbCatchThrow(_E,event);return}finally{clWDUtil.oFinally()}}
function
_LOD_COM(event){WDDnDNatifChamp.prototype.s_DeclareChamp("A137","",0,1,_JGEN("A137",document,false),[_GET_A137_1],[null])}
function _UNL_COM(event){}
//-->
</script>
[%PAGE_ADHERENT_SUIVIDOSSIERTABLEAU..HTMLENTETE%]<script
type="text/javascript">function
chfocus(){[%SI%]M19..VISIBLE=1[%ALORS%]window.focus();if(_PAGE_.M19!=null)try{_PAGE_.M19.focus();}catch(e){}[%FIN%]}</script>
<script type="text/javascript">var clSAI_DATE2_CAL=new
WDCalendrier("SAI_DATE2_CAL");var clALIAS0=new
WDCalendrier("ALIAS0");var clM63=new WDZR("M63",0,43,2,4,["l-12
padding","l-11 padding",""],1);var clA10=new WDSaisie("","A10","");var
clA2=new WDSaisie("","A2","");var clSAISIEDATEEX_CAL=new
WDCalendrier("SAISIEDATEEX_CAL");var clSAI_DATEDEBUT1_CAL=new
WDCalendrier("SAI_DATEDEBUT1_CAL");var clA51=new
WDZR("A51",1,31,2,4,["l-9 padding","l-13 padding",""],2);var clA91=new
WDTable("A91",0,23,2,4,[%A91..TABLESELECT%],["Lignes-Impaires","Lignes-Paires","Selection"],[["[%_PROJET_WEB_%]res/TableTri.gif","[%_PROJET_WEB_%]res/TableTriP.gif","[%_PROJET_WEB_%]res/TableTriM.gif"],["[%_PROJET_WEB_%]res/TableCherche.gif","[%_PROJET_WEB_%]res/TableChercheO.gif","[%_PROJET_WEB_%]res/TableChercheC.gif"],["[%_PROJET_WEB_%]res/TableFiltre.gif","[%_PROJET_WEB_%]res/TableFiltreO.gif","[%_PROJET_WEB_%]res/TableFiltreC.gif"],["[%_PROJET_WEB_%]res/TableDeplaceDroite.png","[%_PROJET_WEB_%]res/TableDeplaceGauche.png"]]);var
clA127=new
WDTable("A127",0,23,2,4,[%A127..TABLESELECT%],["Lignes-Impaires","Lignes-Paires","Selection"],[["[%_PROJET_WEB_%]res/TableTri.gif","[%_PROJET_WEB_%]res/TableTriP.gif","[%_PROJET_WEB_%]res/TableTriM.gif"],["[%_PROJET_WEB_%]res/TableCherche.gif","[%_PROJET_WEB_%]res/TableChercheO.gif","[%_PROJET_WEB_%]res/TableChercheC.gif"],["[%_PROJET_WEB_%]res/TableFiltre.gif","[%_PROJET_WEB_%]res/TableFiltreO.gif","[%_PROJET_WEB_%]res/TableFiltreC.gif"],["[%_PROJET_WEB_%]res/TableDeplaceDroite.png","[%_PROJET_WEB_%]res/TableDeplaceGauche.png"]]);var
clA137=new WDUpload("A137",undefined,undefined,"");var clA149=new
WDTable("A149",0,19,2,4,[%A149..TABLESELECT%],["Lignes-Impaires","Lignes-Paires","Selection"],[["[%_PROJET_WEB_%]res/TableTri.gif","[%_PROJET_WEB_%]res/TableTriP.gif","[%_PROJET_WEB_%]res/TableTriM.gif"],["[%_PROJET_WEB_%]res/TableCherche.gif","[%_PROJET_WEB_%]res/TableChercheO.gif","[%_PROJET_WEB_%]res/TableChercheC.gif"],["[%_PROJET_WEB_%]res/TableFiltre.gif","[%_PROJET_WEB_%]res/TableFiltreO.gif","[%_PROJET_WEB_%]res/TableFiltreC.gif"],["[%_PROJET_WEB_%]res/TableDeplaceDroite.png","[%_PROJET_WEB_%]res/TableDeplaceGauche.png"]]);var
clA29=new WDSaisie("","A29","");var clA66=new WDSaisie("","A66","");var
clA143=new WDJauge("A143");var clA142=new
WDJauge("A142");</script><script type="text/javascript">function
FinInitJS(){clSAI_DATE2_CAL.Init(clA29);clSAI_DATE2_CAL.DeclarePCode(29,function(event,_WW_ACTION_SPEC_){_JAEE(_PAGE_,"SAI_DATE2_CAL",_WW_ACTION_SPEC_,

;});clSAI_DATE2_CAL.DeclarePCode(28,function(event,_WW_ACTION_SPEC_){_JAEE(_PAGE_,"SAI_DATE2_CAL",_WW_ACTION_SPEC_,

;});clSAI_DATE2_CAL.DeclarePCode(41,null);clALIAS0.Init(clA66);clALIAS0.DeclarePCode(29,function(event,_WW_ACTION_SPEC_){_JAEE(_PAGE_,"ALIAS0",_WW_ACTION_SPEC_,

;});clALIAS0.DeclarePCode(28,function(event,_WW_ACTION_SPEC_){_JAEE(_PAGE_,"ALIAS0",_WW_ACTION_SPEC_,

;});clALIAS0.DeclarePCode(41,null);clM63.Init(-1,"[%M63..CODEHTML_17;3%]");clA10.Init(clSAISIEDATEEX_CAL,"JJ/MM/AAAA");clA2.Init(clSAI_DATEDEBUT1_CAL,"JJ/MM/AAAA");clSAISIEDATEEX_CAL.Init(clA10);clSAISIEDATEEX_CAL.DeclarePCode(29,function(event,_WW_ACTION_SPEC_){_JAEE(_PAGE_,"SAISIEDATEEX_CAL",_WW_ACTION_SPEC_,

;});clSAISIEDATEEX_CAL.DeclarePCode(28,function(event,_WW_ACTION_SPEC_){_JAEE(_PAGE_,"SAISIEDATEEX_CAL",_WW_ACTION_SPEC_,

;});clSAISIEDATEEX_CAL.
!important;}#A2,#bzA2{width:92px;height:21px;}.paddingCalendrierA2{padding-right:24px
!important;}#A32,#bzA32{width:170px;height:21px;}#A33,#bzA33{width:170px;height:21px;}#A34,#bzA34{width:170px;height:21px;}#A35,#bzA35{width:170px;height:22px;}#A70,#bzA70{width:170px;height:21px;}#A71,#tzA71{font-weight:bold;text-decoration:underline
;}#A72,#bzA72{width:170px;height:21px;}#A73,#bzA73{width:170px;height:21px;}#A74,#bzA74{width:170px;height:21px;}#A75,#bzA75{width:170px;height:22px;}#A84,#bzA84{width:170px;height:21px;}#A182,#bzA182{width:170px;height:21px;}#A24,#tzA24{font-size:10pt;font-weight:bold;color:#808080;}#A26,#tzA26{font-size:10pt;font-weight:bold;color:#808080;}#SAISIEDATEEX_CAL,#bzSAISIEDATEEX_CAL{border-style:solid;border-width:1px;border-color:#B4B4B4;border-collapse:collapse;empty-cells:show;border-spacing:0;}#SAI_DATEDEBUT1_CAL,#bzSAI_DATEDEBUT1_CAL{border-style:solid;border-width:1px;border-color:#B4B4B4;border-collapse:collapse;empty-cells:show;border-spacing:0;}#A38,#tzA38{font-size:14pt;font-weight:bold;color:#575756;text-align:left;}#A39{width:516px;height:147px;}#A40,#tzA40{font-size:12pt;font-style:italic;font-weight:bold;color:#FF4800;text-align:left;vertical-align:baseline;}#fzA41,#tzA41{font-size:10pt;font-weight:bold;color:#FF4800;vertical-align:super;width:251px;height:116px;}.dzA41{
onclick="_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_CLI(event)"
onload="chfocus();FinInitJS();[%_CodeInfoError_%];_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_LOD(event)"
onunload="_UNL_COM(event);"><div style="width: 955px;height: 789px;
margin:auto;text-align: left;position:relative;"><script
type="text/javascript">var bPCSFR=true;</script><script
type="text/javascript" charset="iso-8859-1"
src="[%_PROJET_WEB_%]res/WDLIB.JS?efd8dd1f"></script><form
name="PAGE_ADHERENT_SUIVIDOSSIERTABLEAU" action="[%_URL_ACTION_%]"
target="_self" method="post" class="ancragecenter"><script
type="text/javascript">_PAGE_=document["PAGE_ADHERENT_SUIVIDOSSIERTABLEAU"]</script>
<div class="h-0"><input type="hidden" name="WD_BUTTON_CLICK_"
value=""><input type="hidden" name="WD_ACTION_" value=""></div><table
style="height:100%;width:955px"><tr valign="top"
style="height:100%"><td><div
style="float:left;display:inline;min-height:789px;height:auto
!important;height:789px;" id="page" class="clearfix"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="float:left;margin:109px 0px
0px;display:inline;min-width:955px;width:auto
!important;width:955px;min-height:680px;height:auto
!important;height:680px;"><div style="clear:left;float:left;margin:0px
0px 0px 5px;display:inline;min-height:33px;height:auto
!important;height:33px;"><div style="min-width:950px;width:auto
!important;width:950px;"><table id="M4" bgcolor="#575756">
<tr><td height="33" width="942" valign="top"><div
style="float:left;margin:5px 0px 8px
10px;display:inline;min-width:932px;width:auto
!important;width:932px;min-height:20px;height:auto
!important;height:20px;"><div
style="float:left;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]homeb_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="M44" id="M44" class="Image
padding"></div></div><div style="float:left;margin:3px 0px 1px
6px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:51px;width:auto
!important;width:51px;" class="lh0"><table width="51px"
style="height:16px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" id="tzM41"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JSL(_PAGE_,'M41','_self','','')}"
id="M41" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="62">Accueil</a></td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
32px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]WPS12460_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="M47" id="M47" class="Image
padding"></div></div><div style="float:left;margin:3px 0px 1px
6px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:116px;width:auto
!important;width:116px;" class="lh0"><table width="116px"
style="height:16px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" id="tzM48"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JSL(_PAGE_,'M48','_self','','')}"
id="M48" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="64">Suivi de transport</a></td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
32px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]IOS18111_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="M49" id="M49" class="Image
padding"></div></div><div style="float:left;margin:3px 0px 1px
6px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:74px;width:auto
!important;width:74px;" class="lh0"><table width="74px"
style="height:16px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" id="tzM50"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JSL(_PAGE_,'M50','_self','','')}"
id="M50" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="65">Documents</a></td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
32px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img
src="[%_PROJET_WEB_%]protocolemenu_20_1.png" hspace=0 vspace=0 border=0
alt="" name="M1" id="M1" class="Image padding"
style="[%SI%]M1..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"></div></div><div
style="float:left;margin:3px 0px 1px
6px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:71px;width:auto
!important;width:71px;" class="lh0"><table width="71px"
style="height:16px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" id="tzM93"
style="[%SI%]M93..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JSL(_PAGE_,'M93','_self','','')}"
id="M93" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="1919951153">Protocoles</a></td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
93px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img
src="[%_PROJET_WEB_%]res/utilisateurb_20_1_9AD1F173_.png" hspace=0
vspace=0 border=0 alt="" name="M51" id="M51" class="Image
padding"></div></div><div style="float:left;margin:3px 0px 1px
7px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:116px;width:auto
!important;width:116px;" class="lh0"><table width="116px"
style="height:16px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" id="tzM52"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JSL(_PAGE_,'M52','_self','','')}"
id="M52" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="66">Espace utilisateur</a></td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
46px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]eteindreb_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="M45" id="M45" class="Image
padding"></div></div><div style="float:left;margin:3px 0px 1px
7px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:104px;width:auto
!important;width:104px;" class="lh0"><table width="104px"
style="height:16px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" id="tzM46"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JSL(_PAGE_,'M46','_self','','')}"
id="M46" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="63">Se
déconnecter</a></td></tr></table></div></div></div></td></tr></table></div></div><div
style="clear:left;float:left;margin:0px 0px 0px
5px;display:inline;min-height:599px;height:auto
!important;height:599px;"><div style="min-width:950px;width:auto
!important;width:950px;"><table id="M8" bgcolor="#FFFFFF"
style="position:relative;z-index:294;">
<tr><td height="599" width="942" bgcolor="#FFFFFF" valign="top"><div
class="ff3fix63895rel" style="z-index:294;"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="float:left;margin:8px 0px
16px;display:inline;min-width:942px;width:auto
!important;width:942px;min-height:575px;height:auto
!important;height:575px;"><div style="clear:left;float:left;margin:0px
0px 0px 10px;display:inline;min-width:932px;width:auto
!important;width:932px;min-height:23px;height:auto
!important;height:23px;"><div style="float:left;margin:0px 0px
1px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:169px;width:auto
!important;width:169px;"><table width="169px"
style="height:22px;"><tr><td class="Normal padding" id="tzA1">Suivi de
transport</td></tr></table></div></div><div
style="float:left;margin:1px 0px 0px
6px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:611px;width:auto
!important;width:611px;"><table width="611px"
style="height:22px;"><tr><td class="Normal padding"
id="tzA69">[%A69%]</td></tr></table></div></div><div
style="float:left;margin:1px 0px 2px
6px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]liste.png" hspace=0
vspace=0 border=0 alt="" name="A85" id="A85" class="Image
padding"></div></div><div style="float:left;margin:1px 0px 2px
45px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]AND12551_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="A11" id="A11" class="Image
padding"></div></div></div><div
style="clear:left;float:left;margin:11px 0px 0px
93px;display:inline;min-width:849px;width:auto
!important;width:849px;min-height:16px;height:auto
!important;height:16px;" class="lh0"><div
style="float:left;display:inline;min-height:16px;height:auto
!important;height:16px;" class="lh0"><div
style="min-width:108px;width:auto !important;width:108px;"
class="lh0"><table width="108px" style="height:16px;"><tr><td
class="Normal padding"
id="tzA13">Chargement</td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
84px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:108px;width:auto
!important;width:108px;" class="lh0"><table width="108px"
style="height:16px;"><tr><td class="Normal padding"
id="tzA18">Livraison</td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
84px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:108px;width:auto
!important;width:108px;" class="lh0"><table width="108px"
style="height:16px;"><tr><td class="Normal padding"
id="tzA19">Marchandise</td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
84px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:108px;width:auto
!important;width:108px;" class="lh0"><table width="108px"
style="height:16px;"><tr><td class="Normal padding"
id="tzA30">Moyens</td></tr></table></div></div></div><div
style="clear:left;float:left;margin:505px 0px 0px
10px;display:inline;min-width:932px;width:auto
!important;width:932px;min-height:20px;height:auto
!important;height:20px;"><div
style="float:left;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]stylo.png" hspace=0
vspace=0 border=0 alt="" name="A27" id="A27" class="Image
padding"></div></div><div style="float:left;margin:3px 0px 2px
6px;display:inline;min-height:15px;height:auto !important;height:15px;"
class="lh0"><div style="min-width:68px;width:auto
!important;width:68px;" class="lh0"><table width="68px"
style="height:15px;"><tr><td class="Normal padding" id="tzA48">A
compléter</td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
18px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]attente.png" hspace=0
vspace=0 border=0 alt="" name="A54" id="A54" class="Image
padding"></div></div><div style="float:left;margin:3px 0px 2px
6px;display:inline;min-height:15px;height:auto !important;height:15px;"
class="lh0"><div style="min-width:131px;width:auto
!important;width:131px;" class="lh0"><table width="131px"
style="height:15px;"><tr><td class="Normal padding" id="tzA112">En
attente de validation</td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
18px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]valide.png" hspace=0
vspace=0 border=0 alt="" name="A113" id="A113" class="Image
padding"></div></div><div style="float:left;margin:3px 0px 2px
6px;display:inline;min-height:15px;height:auto !important;height:15px;"
class="lh0"><div style="min-width:37px;width:auto
!important;width:37px;" class="lh0"><table width="37px"
style="height:15px;"><tr><td class="Normal padding"
id="tzA114">Validé</td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
18px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]erreur.png" hspace=0
vspace=0 border=0 alt="" name="A115" id="A115" class="Image
padding"></div></div><div style="float:left;margin:3px 0px 2px
6px;display:inline;min-height:15px;height:auto !important;height:15px;"
class="lh0"><div style="min-width:56px;width:auto
!important;width:56px;" class="lh0"><table width="56px"
style="height:15px;"><tr><td class="Normal padding"
id="tzA116">Anomalie</td></tr></table></div></div><div
style="float:left;margin:5px 0px 0px
163px;display:inline;min-height:15px;height:auto
!important;height:15px;" class="lh0"><div
style="min-width:312px;width:auto !important;width:312px;"
class="lh0"><table width="312px" style="height:15px;"><tr><td
valign="middle" id="A6"><ol
class="reglette">[%A6;2%]</ol></td></tr></table></div></div></div></div></td></tr><tr
style="height:1px"><td><div id="dwwA5"
style="position:absolute;left:893px;top:11px;z-index:17;"><table
width="42px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA5"><a
href="javascript:_T0()" id="A5" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="136">Filtrer</a></td></tr></table></div><div id="dwwA86"
style="position:absolute;left:828px;top:11px;z-index:18;"><table
width="33px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA86"><a
href="javascript:_T1()" id="A86" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="152">Trier</a></td></tr></table></div><div id="dwwA7"
style="position:absolute;left:10px;top:64px;width:921px;z-index:19;"><input
type=hidden name="A7" value="[%A7%]"><input type=hidden name="A7_DEB"
value="[%A7..PREMIERVISIBLE%]"><input type=hidden name="_A7_OCC"
value="[%A7..OCCURRENCE%]"><CONTENEUR NAME="[%A7..ALIAS%]"><table
id="con-A7" style="position:relative;">
<!--REPEAT GENERATION_CORPS--><tr><td height="48" width="921" style="
[%SI%]A60..COULEURFOND!=-1[%ALORS%]background-color:[%SI%]A7..LIGNEPAIRE=1[%ALORS%][%SI%]A7..COULEURFOND!=FFFFFF[%ALORS%]#[%A60..COULEURFOND%][%FIN%][%FIN%][%SI%]A7..LIGNEPAIRE!=1[%ALORS%][%SI%]A7..COULEURFOND!=E0E0E0[%ALORS%]#[%A60..COULEURFOND%][%FIN%][%FIN%][%FIN%];"
[%SI%]A60..COULEURFOND!=-1[%ALORS%]bgcolor="[%SI%]A7..LIGNEPAIRE=1[%ALORS%][%SI%]A7..COULEURFOND!=FFFFFF[%ALORS%]#[%A60..COULEURFOND%][%FIN%][%FIN%][%SI%]A7..LIGNEPAIRE!=1[%ALORS%][%SI%]A7..COULEURFOND!=E0E0E0[%ALORS%]#[%A60..COULEURFOND%][%FIN%][%FIN%]"[%FIN%]
valign="top"
class="[%SI%]A7..LIGNEPAIRE!=1[%ALORS%]l-12[%FIN%][%SI%]A7..LIGNEPAIRE=1[%ALORS%]l-11[%FIN%]
padding"><div style="position:relative;
[%SI%]A60..COULEURFOND!=-1[%ALORS%]background-color:[%SI%]A7..LIGNEPAIRE=1[%ALORS%][%SI%]A7..COULEURFOND!=FFFFFF[%ALORS%]#[%A60..COULEURFOND%][%FIN%][%FIN%][%SI%]A7..LIGNEPAIRE!=1[%ALORS%][%SI%]A7..COULEURFOND!=E0E0E0[%ALORS%]#[%A60..COULEURFOND%][%FIN%][%FIN%][%FIN%];"
id="A7_[%A7%]"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="float:left;margin:2px 0px
3px;display:inline;min-width:921px;width:auto
!important;width:921px;min-height:43px;height:auto
!important;height:43px;"><div
style="float:left;display:inline;min-width:77px;width:auto
!important;width:77px;min-height:43px;height:auto
!important;height:43px;"><div
style="clear:left;float:left;display:inline;min-height:14px;height:auto
!important;height:14px;" class="lh0"><div
style="min-width:77px;width:auto !important;width:77px;"
class="lh0"><table width="77px" style="height:14px;"><tr><td
class="Normal padding" id="tzc-[%A7%]-A79"><div
id="zrl_[%A7%]_A80">[%A80%]</div></td></tr></table></div></div><div
style="clear:left;float:left;margin:9px 0px
0px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:77px;width:auto
!important;width:77px;"><a[%SI%]A117..ETAT=0[%ALORS%]
href="javascript:_JAZR('A7','[%A7%]');_JAEE(_PAGE_,'A117',16,0);"
target="_self"[%FIN%]
style="[%SI%]A117..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><DYN_HREF
name="zrl_[%A7%]_A118"
href="javascript:_JAZR('A7','[%A7%]');_JAEE(_PAGE_,'A117',16,0);"
target="_self"><img
src="[%URL()%]?WD_ACTION_=IMAGE&A117=[%A117..NOCACHE%]&A118=[%A7%]"
width="20" height="20" hspace=0 vspace=0 border=0 alt=""
name="zrl_[%A7%]_A118" onclick="_PAGE_.A7.value=[%A7%];_T2(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="zrl_[%A7%]_A118" class="l-0[%SI%]A117..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding"
title="[%A117..BULLE%]"[%SI%]A117..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A117..ETAT=4[%ALORS%]
DISABLED[%FIN%]></a></div></div></div><div style="float:left;margin:0px
0px 0px 6px;display:inline;min-height:43px;height:auto
!important;height:43px;"><div style="min-width:186px;width:auto
!important;width:186px;"><div class="dzSpan dzA3" id="dzc-[%A7%]-A3"
style="min-height:43px\9;"><table style="height:43px;"><tr><td
width="186px" class="Normal padding" id="tzc-[%A7%]-A3"><div
id="zrl_[%A7%]_A9">[%A9%]</div></td></tr></table></div></div></div><div
style="float:left;margin:0px 0px 0px
6px;display:inline;min-height:43px;height:auto
!important;height:43px;"><div style="min-width:186px;width:auto
!important;width:186px;"><div class="dzSpan dzA4" id="dzc-[%A7%]-A4"
style="min-height:43px\9;"><table style="height:43px;"><tr><td
width="186px" class="Normal padding" id="tzc-[%A7%]-A4"><div
id="zrl_[%A7%]_A14">[%A14%]</div></td></tr></table></div></div></div><div
style="float:left;margin:0px 0px 0px
6px;display:inline;min-height:43px;height:auto
!important;height:43px;"><div style="min-width:186px;width:auto
!important;width:186px;"><div class="dzSpan dzA17" id="dzc-[%A7%]-A17"
style="min-height:43px\9;"><table style="height:43px;"><tr><td
width="186px" class="Normal padding" id="tzc-[%A7%]-A17"><div
id="zrl_[%A7%]_A15">[%A15%]</div></td></tr></table></div></div></div><div
style="float:left;margin:0px 0px 0px
6px;display:inline;min-height:43px;height:auto
!important;height:43px;"><div style="min-width:186px;width:auto
!important;width:186px;"><div class="dzSpan dzA31" id="dzc-[%A7%]-A31"
style="min-height:43px\9;"><table style="height:43px;"><tr><td
width="186px" class="Normal padding" id="tzc-[%A7%]-A31"><div
id="zrl_[%A7%]_A77">[%A77%]</div></td></tr></table></div></div></div></div></td></tr><tr
style="height:1px"><td><div id="dwwzrl[%A7%]A64"
style="position:absolute;left:863px;top:16px;z-index:27;"><table
width="57px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzc-[%A7%]-A64"><a
href="javascript:_PAGE_.A7.value=[%A7%];javascript:_T3()"
id="c-[%A7%]-A64" class="LIEN-Gauche-Non-Souligne wblienHorsZTR
padding">+
d'infos</a></td></tr></table></div></td></tr></table></div></td></tr><!--/REPEAT--></table></CONTENEUR></div></td></tr></table></div></td></tr></table></div></div><div
style="clear:left;float:left;margin:0px 0px 0px
5px;display:inline;min-height:48px;height:auto
!important;height:48px;"><div style="min-width:950px;width:auto
!important;width:950px;"><table id="M3" bgcolor="#575756">
<tr><td height="48" width="942" valign="top"><div
style="float:left;margin:10px 0px 10px
10px;display:inline;min-width:932px;width:auto
!important;width:932px;min-height:28px;height:auto
!important;height:28px;"><div style="float:left;margin:6px
0px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:45px;width:auto
!important;width:45px;" class="lh0"><table width="45px"
style="height:16px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" id="tzM59"
style="[%SI%]M59..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><a
href="javascript:_T6()" id="M59" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding" TABINDEX="1855774757">?
Aide</a></td></tr></table></div></div><div style="float:left;margin:6px
0px 6px 287px;display:inline;min-height:16px;height:auto
!important;height:16px;" class="lh0"><div
style="min-width:52px;width:auto !important;width:52px;"
class="lh0"><table width="52px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzM21"><a
href="javascript:_T5()" id="M21" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="4">Contact</a></td></tr></table></div></div><div
style="float:left;margin:6px 0px 6px
5px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:7px;width:auto !important;width:7px;"
class="lh0"><table width="7px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne padding"
id="tzM6">|</td></tr></table></div></div><div
style="float:left;margin:6px 0px 6px
5px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:111px;width:auto
!important;width:111px;" class="lh0"><table width="111px"
style="height:16px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" id="tzM20"><a href="javascript:_T4()" id="M20"
class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="3">Mentions légales</a></td></tr></table></div></div><div
style="float:left;margin:6px 0px 6px
6px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:7px;width:auto !important;width:7px;"
class="lh0"><table width="7px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne padding"
id="tzM94">|</td></tr></table></div></div><div
style="float:left;margin:6px 0px 6px
5px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:60px;width:auto
!important;width:60px;" class="lh0"><table width="60px"
style="height:16px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" id="tzM95"><a href="javascript:_T7()" id="M95"
class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="1919951669">A propos</a></td></tr></table></div></div><div
style="float:left;margin:6px 0px 6px
180px;display:inline;min-height:16px;height:auto
!important;height:16px;" class="lh0"><div
style="min-width:78px;width:auto !important;width:78px;"
class="lh0"><table width="78px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne padding" id="tzM5">Site créé
par</td></tr></table></div></div><div style="float:left;margin:0px 0px
0px 3px;display:inline;min-height:28px;height:auto
!important;height:28px;"><div style="min-width:74px;width:auto
!important;width:74px;"><a href="
http://cofisoft.fr"
target="_blank"><img src="[%_PROJET_WEB_%]LogoCofiPetit.png" hspace=0
vspace=0 border=0 alt="" name="M12" id="M12" class="Image
padding"><script
type="text/javascript">document.images[document.images.length-1].oncontextmenu=function(){return
false;}</script><!--[if IE 6]><script
type="text/javascript">document.images[document.images.length-1].galleryImg="no";</script><![endif]--></a></div></div></div></td></tr></table></div></div></div></td></tr><tr
style="height:1px"><td><div id="dwwM18"
style="position:absolute;left:10px;top:25px;width:240px;height:80px;z-index:9;
[%SI%]M18..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%][%SI%]M18..CURSEURSOURIS!=auto[%ALORS%]cursor:[%M18..CURSEURSOURIS%];[%FIN%]"><img
src="[%URL()%]?WD_ACTION_=IMAGE&M18=[%M18..NOCACHE%]" width="240"
height="80" hspace=0 vspace=0 border=0 alt="[%M18%]" name="M18" id="M18"
class="Image[%SI%]M18..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
title="[%M18..BULLE%]"[%SI%]M18..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]M18..ETAT=4[%ALORS%] DISABLED[%FIN%]><script
type="text/javascript">document.images[document.images.length-1].oncontextmenu=function(){return
false;}</script><!--[if IE 6]><script
type="text/javascript">document.images[document.images.length-1].galleryImg="no";</script><![endif]--></div><div
id="dwwA12"
style="position:absolute;left:1386px;top:36px;z-index:20;display:none;"><table
width="42px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA12"><a
href="javascript:_T44()" id="A12" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="38">Détail</a></td></tr></table></div></td></tr><tr
style="height:1px"><td><div id="dwwM96"
style="position:absolute;left:5px;top:9px;width:942px;height:100px;z-index:3;
[%SI%]M96..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%][%SI%]M96..CURSEURSOURIS!=auto[%ALORS%]cursor:[%M96..CURSEURSOURIS%];[%FIN%]"><img
src="[%URL()%]?WD_ACTION_=IMAGE&M96=[%M96..NOCACHE%]" width="942"
height="100" hspace=0 vspace=0 border=0 alt="[%M96%]" name="M96"
id="M96" class="Image[%SI%]M96..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
title="[%M96..BULLE%]"[%SI%]M96..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]M96..ETAT=4[%ALORS%] DISABLED[%FIN%]></div><div
id="dwwM10"
style="position:absolute;left:435px;top:75px;z-index:5;"><table
width="501px" style="height:19px;"><tr><td class="Normal padding"
id="tzM10">[%M10%]</td></tr></table></div><div id="dwwM9"
style="position:absolute;left:410px;top:35px;z-index:4;"><table
width="526px" style="height:34px;"><tr><td class="Normal padding"
id="tzM9">[%M9%]</td></tr></table></div></td></tr></table></div></td></tr></table><div
id="dwwM7"
style="position:absolute;left:[%M7..X%]px;top:[%M7..Y%]px;z-index:6;
[%SI%]M7..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:12px"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);width:12px;height:12px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8h.png);height:12px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:100%
0px;width:12px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8v.png);background-size:200%
100%;"><div style="width:12px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="M7" bgcolor="#FFFFFF"
height="64" width="656" class="l-1" valign="top"><table width="656px"
style="height:64px;"><tr><td class="l-1 padding" valign="top" id="tzM7"
style="background-image:none;background-color:transparent;"><div
style="clear:left;float:left;margin:3px 0px 0px
3px;display:inline;min-width:653px;width:auto
!important;width:653px;min-height:22px;height:auto
!important;height:22px;"><div
style="float:left;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:161px;width:auto
!important;width:161px;"><table width="161px"
style="height:22px;"><tr><td class="Normal padding" id="tzM11">Mentions
légales</td></tr></table></div></div><div style="float:left;margin:0px
0px 0px 466px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:22px;width:auto
!important;width:22px;"><a href="javascript:_JAEE(_PAGE_,'M15',16,0);"
target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="M15" onclick="_T8(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="M15" class="Image padding"></a></div></div></div><div
style="clear:left;float:left;margin:13px 0px 0px
3px;display:inline;min-height:21px;height:auto
!important;height:21px;"><div style="min-width:653px;width:auto
!important;width:653px;"><table width="653px"
style="height:21px;"><tr><td class="Normal padding" valign="middle"
id="M13">[%M13;2%]</td></tr></table></div></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:12px;font-size:1px"></div></td></tr><tr
style="height:12px"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:0px
-12px;height:12px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8h.png);background-position:0px
100%;height:-12px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:100%
-12px;"></td></tr></table></div><div id="dwwM14"
style="position:absolute;left:[%M14..X%]px;top:[%M14..Y%]px;z-index:7;
[%SI%]M14..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:12px"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);width:12px;height:12px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8h.png);height:12px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:100%
0px;width:12px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8v.png);background-size:200%
100%;"><div style="width:12px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="M14" bgcolor="#FFFFFF"
height="299" width="510" class="l-1" valign="top"><table width="510px"
style="height:299px;"><tr><td class="l-1 padding" valign="top"
id="tzM14"
style="background-image:none;background-color:transparent;"><div
style="clear:left;float:left;margin:2px 0px 0px
4px;display:inline;min-width:506px;width:auto
!important;width:506px;min-height:23px;height:auto
!important;height:23px;"><div style="float:left;margin:0px 0px
1px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:76px;width:auto
!important;width:76px;"><table width="76px" style="height:22px;"><tr><td
class="Normal padding"
id="tzM17">Contact</td></tr></table></div></div><div
style="float:left;margin:1px 0px 0px
404px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:22px;width:auto
!important;width:22px;"><a href="javascript:_JAEE(_PAGE_,'M16',16,0);"
target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="M16" onclick="_T9(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="M16" class="Image padding"></a></div></div></div><div
style="clear:left;float:left;margin:5px 0px 0px
10px;display:inline;min-height:5px;height:auto !important;height:5px;"
class="lh0"><div style="min-width:500px;width:auto
!important;width:500px;" class="lh0"><table width="494px"
style="height:5px;"><tr><td class="Normal padding" valign="middle"
id="M2">[%M2;2%]</td></tr></table></div></div><div
style="clear:left;float:left;margin:8px 0px 0px
10px;display:inline;min-height:15px;height:auto !important;height:15px;"
class="lh0"><div style="min-width:500px;width:auto
!important;width:500px;" class="lh0"><table width="259px"
style="height:15px;"><tr><td class="Normal padding" id="tzM22">(Les
champs marqués d'un * sont
obligatoires)</td></tr></table></div></div><div
style="clear:left;float:left;margin:6px 0px 0px
10px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:500px;width:auto
!important;width:500px;"><TABLE width="496" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="92" class="Normal padding" id="lzM19" height="22">Nom -
Prénom :</TD><TD width="404"><table width="404px" cellspacing=0
id="bzM19"
style="height:22px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM19" style="border:none;"><INPUT TYPE="text"
SIZE="36" MAXLENGTH="40" NAME="M19" VALUE="[%M19%]" id="M19" class="SAI
padding" TABINDEX="5"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:5px 0px
0px 10px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:500px;width:auto
!important;width:500px;"><TABLE width="496" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="92" class="Normal padding" id="lzM23" height="22">Société
:</TD><TD width="404"><table width="404px" cellspacing=0 id="bzM23"
style="height:22px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM23" style="border:none;"><INPUT TYPE="text"
SIZE="36" MAXLENGTH="40" NAME="M23" VALUE="[%M23%]" id="M23" class="SAI
padding" TABINDEX="6"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 10px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:500px;width:auto
!important;width:500px;"><TABLE width="496" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="92" class="Normal padding" id="lzM24" height="22">Email *
:</TD><TD width="404"><table width="404px" cellspacing=0 id="bzM24"
style="height:22px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM24" style="border:none;"><INPUT TYPE="text"
SIZE="36" MAXLENGTH="260" NAME="M24" VALUE="[%M24%]" id="M24" class="SAI
padding" TABINDEX="7"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 10px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:500px;width:auto
!important;width:500px;"><TABLE width="496" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="92" class="Normal padding" id="lzM25"
height="22">Téléphone :</TD><TD width="404"><table width="404px"
cellspacing=0 id="bzM25"
style="height:22px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM25" style="border:none;"><INPUT TYPE="text"
SIZE="36" MAXLENGTH="20" NAME="M25" VALUE="[%M25%]" id="M25" class="SAI
padding" TABINDEX="8"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 10px;display:inline;min-height:98px;height:auto
!important;height:98px;"><div style="min-width:500px;width:auto
!important;width:500px;"><TABLE width="496" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="92" class="Normal padding" id="lzM26" height="98">Message
* :</TD><TD width="404"><table width="404px" cellspacing=0 id="bzM26"
style="height:98px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM26" style="border:none;"><textarea name="M26"
cols="35" rows="2" id="M26" class="SAI padding"
TABINDEX="9">[%M26%]</textarea></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 4px;display:inline;min-width:506px;width:auto
!important;width:506px;min-height:18px;height:auto
!important;height:18px;" class="lh0"><div style="float:left;margin:2px
0px 0px;display:inline;min-height:16px;height:auto
!important;height:16px;" class="lh0"><div
style="min-width:49px;width:auto !important;width:49px;"
class="lh0"><table width="49px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzM29"><a
href="javascript:_T10()" id="M29" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="10">Valider</a></td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
51px;display:inline;min-height:18px;height:auto !important;height:18px;"
class="lh0"><div style="min-width:400px;width:auto
!important;width:400px;" class="lh0"><table width="400px"
style="height:18px;"><tr><td class="Normal padding" id="tzM27"
style="[%SI%]M27..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">Libellé
erreur</td></tr></table></div></div></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:12px;font-size:1px"></div></td></tr><tr
style="height:12px"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:0px
-12px;height:12px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8h.png);background-position:0px
100%;height:-12px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:100%
-12px;"></td></tr></table></div><div id="dwwM28"
style="position:absolute;left:[%M28..X%]px;top:[%M28..Y%]px;z-index:8;
[%SI%]M28..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);width:18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8h.png);height:18px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);background-position:100%
0px;width:18px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8v.png);background-size:200%
100%;"><div style="width:18px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="M28" bgcolor="#FFFFFF"
style="position:relative;" height="427" width="348" class="l-2"
valign="top"><table width="348px"
style="position:relative;height:427px;"><tr><td class="l-2 padding"
valign="top" id="tzM28"
style="background-image:none;background-color:transparent;"><div
style="position:relative;"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="clear:left;float:left;margin:57px
0px 0px 6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:342px;width:auto
!important;width:342px;"><TABLE width="342" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="144" class="Normal padding" id="lzM36" height="23">Nom
:</TD><TD width="198"><table width="198px" cellspacing=0 id="bzM36"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM36" style="border:none;"><INPUT TYPE="text"
SIZE="18" MAXLENGTH="50" NAME="M36" VALUE="[%M36%]"
onkeypress="PremiereLettreMaj(event);" onblur="reinit(event,'');"
onfocus="var b=(this.value.length==0);init(event,'');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="M36" class="SAI padding" TABINDEX="53"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:342px;width:auto
!important;width:342px;"><TABLE width="342" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="144" class="Normal padding" id="lzM37" height="23">Prénom
:</TD><TD width="198"><table width="198px" cellspacing=0 id="bzM37"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM37" style="border:none;"><INPUT TYPE="text"
SIZE="18" MAXLENGTH="50" NAME="M37" VALUE="[%M37%]"
onkeypress="PremiereLettreMaj(event);" onblur="reinit(event,'');"
onfocus="var b=(this.value.length==0);init(event,'');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="M37" class="SAI padding" TABINDEX="54"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:22px 0px
0px 6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:342px;width:auto
!important;width:342px;"><TABLE width="342" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="144" class="Normal padding" id="lzM38" height="23">Mail
actuel :</TD><TD width="198"><table width="198px" cellspacing=0
id="bzM38"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM38" style="border:none;"><INPUT TYPE="text"
SIZE="18" MAXLENGTH="100" NAME="M38" VALUE="[%M38%]"
onkeypress="Email(event);" id="M38" class="SAI wbgrise padding"
TABINDEX="55" DISABLED></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:342px;width:auto
!important;width:342px;"><TABLE width="342" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="144" class="Normal padding" id="lzM33"
height="23">Nouveau mail :</TD><TD width="198"><table width="198px"
cellspacing=0 id="bzM33"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM33" style="border:none;"><INPUT TYPE="text"
SIZE="18" MAXLENGTH="100" NAME="M33" VALUE="[%M33%]"
onkeypress="Email(event);" id="M33" class="SAI padding"
TABINDEX="59"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:342px;width:auto
!important;width:342px;"><TABLE width="342" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="144" class="Normal padding" id="lzM34"
height="23">Confirmation :</TD><TD width="198"><table width="198px"
cellspacing=0 id="bzM34"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM34" style="border:none;"><INPUT TYPE="text"
SIZE="18" MAXLENGTH="100" NAME="M34" VALUE="[%M34%]"
onkeypress="Email(event);" id="M34" class="SAI padding"
TABINDEX="60"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:36px 0px
0px 6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:342px;width:auto
!important;width:342px;"><TABLE width="342" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="144" class="Normal padding" id="lzM39"
height="23">Utilisateur :</TD><TD width="198"><table width="198px"
cellspacing=0 id="bzM39"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM39" style="border:none;"><INPUT TYPE="text"
SIZE="18" MAXLENGTH="50" NAME="M39" VALUE="[%M39%]" id="M39" class="SAI
wbgrise padding" TABINDEX="56" DISABLED></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:36px 0px
0px 4px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:344px;width:auto
!important;width:344px;"><TABLE width="344" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="146" class="Normal padding" id="lzM40" height="23">Mot de
passe actuel :</TD><TD width="198"><table width="198px" cellspacing=0
id="bzM40"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM40" style="border:none;"><INPUT TYPE="password"
SIZE="18" MAXLENGTH="50" NAME="M40" VALUE="[%M40%]" id="M40" class="SAI
padding" TABINDEX="57"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:7px 0px
0px 4px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:344px;width:auto
!important;width:344px;"><TABLE width="344" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="146" class="Normal padding" id="lzM42"
height="23">Nouveau mot de passe :</TD><TD width="198"><table
width="198px" cellspacing=0 id="bzM42"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM42" style="border:none;"><INPUT TYPE="password"
SIZE="18" MAXLENGTH="50" NAME="M42" VALUE="[%M42%]" id="M42" class="SAI
padding" TABINDEX="58"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 4px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:344px;width:auto
!important;width:344px;"><TABLE width="344" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="146" class="Normal padding" id="lzM35"
height="23">Confirmation :</TD><TD width="198"><table width="198px"
cellspacing=0 id="bzM35"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM35" style="border:none;"><INPUT TYPE="password"
SIZE="18" MAXLENGTH="50" NAME="M35" VALUE="[%M35%]" id="M35" class="SAI
padding" TABINDEX="61"></td></tr></table></TD></TR>
</TABLE></div></div></td></tr><tr style="height:1px"><td><div
id="dwwM43"
style="position:absolute;left:21px;top:411px;z-index:12;"><table
width="50px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzM43"><a
href="javascript:_T12()" id="M43" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="23">Valider</a></td></tr></table></div></td></tr><tr
style="height:1px"><td><div id="dwwM32"
style="position:absolute;left:-2px;top:-1px;z-index:2;"><table
width="119px" style="height:22px;"><tr><td class="Normal padding"
id="tzM32">Mon compte</td></tr></table></div><div id="dwwM31"
style="position:absolute;left:-2px;top:409px;width:20px;height:20px;z-index:1;"><img
src="[%_PROJET_WEB_%]res/valider_20_1_E4E18550_.png" hspace=0 vspace=0
border=0 alt="" name="M31" id="M31" class="Image padding"></div><div
id="dwwM30"
style="position:absolute;left:328px;top:-1px;width:22px;height:22px;z-index:0;"><a
href="javascript:_JAEE(_PAGE_,'M30',16,0);" target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="M30" onclick="_T11(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="M30" class="Image
padding"></a></div></td></tr></table></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:18px;font-size:1px"></div></td></tr><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);background-position:0px
-18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8h.png);background-position:0px
100%;height:-18px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);background-position:100%
-18px;"></td></tr></table></div><div id="dwwM97"
style="position:absolute;left:[%M97..X%]px;top:[%M97..Y%]px;z-index:10;
[%SI%]M97..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);width:18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8h.png);height:18px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);background-position:100%
0px;width:18px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8v.png);background-size:200%
100%;"><div style="width:18px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="M97" bgcolor="#FFFFFF"
style="position:relative;" height="427" width="350" class="l-2"
valign="top"><table width="350px"
style="position:relative;height:427px;"><tr><td class="l-2 padding"
valign="top" id="tzM97"
style="background-image:none;background-color:transparent;"><div
style="position:relative;"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="clear:left;float:left;margin:85px
0px 0px 7px;display:inline;min-width:343px;width:auto
!important;width:343px;min-height:24px;height:auto
!important;height:24px;"><div
style="float:left;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:84px;width:auto
!important;width:84px;"><TABLE width="84" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="84px"><table id="czM105"
style="[%SI%]M105..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="24" width="84" valign="top"><TABLE width="84"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="59" class="Normal[%SI%]M105..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzM105" height="24">Teinte :</TD><TD
width="25"><table width="25px" cellspacing=0 id="bzM105"
style="height:24px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM105" style="border:none;"><INPUT TYPE="text"
SIZE="2" NAME="M105" VALUE="[%M105%]" onkeypress="return
VerifSaisieNombre(event,'999');"
onblur="reinitNombre(event,'999');VerifRegExp(this,'^(\\d|'+_WW_SEPMILLIER_+'){1,3}$');"
onfocus="var b=(this.value.length==0);initNombre(event,'999');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="M105" class="SAI[%SI%]M105..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
ACCESSKEY="6" TABINDEX="130"[%SI%]M105..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]M105..ETAT=4[%ALORS%] DISABLED[%FIN%]
autocomplete="off"></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="float:left;margin:0px 0px 0px
30px;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:76px;width:auto
!important;width:76px;"><TABLE width="76" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="76px"><table id="czM54"
style="[%SI%]M54..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="24" width="76" valign="top"><TABLE width="76"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="48" class="Normal[%SI%]M54..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzM54" height="24">Rouge :</TD><TD
width="28"><table width="28px" cellspacing=0 id="bzM54"
style="height:24px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM54" style="border:none;"><INPUT TYPE="text"
SIZE="2" NAME="M54" VALUE="[%M54%]" onkeypress="return
VerifSaisieNombre(event,'999');"
onblur="reinitNombre(event,'999');VerifRegExp(this,'^(\\d|'+_WW_SEPMILLIER_+'){1,3}$');"
onfocus="var b=(this.value.length==0);initNombre(event,'999');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="M54" class="SAI[%SI%]M54..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
ACCESSKEY="6" TABINDEX="133"[%SI%]M54..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]M54..ETAT=4[%ALORS%] DISABLED[%FIN%]
autocomplete="off"></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div></div><div style="clear:left;float:left;margin:6px
0px 0px 7px;display:inline;min-width:343px;width:auto
!important;width:343px;min-height:24px;height:auto
!important;height:24px;"><div
style="float:left;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:84px;width:auto
!important;width:84px;"><TABLE width="84" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="84px"><table id="czM106"
style="[%SI%]M106..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="24" width="84" valign="top"><TABLE width="84"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="59" class="Normal[%SI%]M106..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzM106" height="24">Saturation :</TD><TD
width="25"><table width="25px" cellspacing=0 id="bzM106"
style="height:24px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM106" style="border:none;"><INPUT TYPE="text"
SIZE="2" NAME="M106" VALUE="[%M106%]" onkeypress="return
VerifSaisieNombre(event,'999');"
onblur="reinitNombre(event,'999');VerifRegExp(this,'^(\\d|'+_WW_SEPMILLIER_+'){1,3}$');"
onfocus="var b=(this.value.length==0);initNombre(event,'999');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="M106" class="SAI[%SI%]M106..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
ACCESSKEY="6" TABINDEX="131"[%SI%]M106..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]M106..ETAT=4[%ALORS%] DISABLED[%FIN%]
autocomplete="off"></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="float:left;margin:0px 0px 0px
30px;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:76px;width:auto
!important;width:76px;"><TABLE width="76" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="76px"><table id="czM103"
style="[%SI%]M103..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="24" width="76" valign="top"><TABLE width="76"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="48" class="Normal[%SI%]M103..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzM103" height="24">Vert :</TD><TD
width="28"><table width="28px" cellspacing=0 id="bzM103"
style="height:24px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM103" style="border:none;"><INPUT TYPE="text"
SIZE="2" NAME="M103" VALUE="[%M103%]" onkeypress="return
VerifSaisieNombre(event,'999');"
onblur="reinitNombre(event,'999');VerifRegExp(this,'^(\\d|'+_WW_SEPMILLIER_+'){1,3}$');"
onfocus="var b=(this.value.length==0);initNombre(event,'999');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="M103" class="SAI[%SI%]M103..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
ACCESSKEY="6" TABINDEX="128"[%SI%]M103..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]M103..ETAT=4[%ALORS%] DISABLED[%FIN%]
autocomplete="off"></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="float:left;margin:0px 0px 0px
37px;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:110px;width:auto
!important;width:110px;"><TABLE width="110" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="110px"><div class="dzSpan dzM104" id="dzczM104"
style="min-height:24px\9;
[%SI%]M104..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><table
id="czM104">
<tr><td height="24" width="110" valign="top"><TABLE width="110"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="18" class="Normal[%SI%]M104..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzM104" height="24"># :</TD><TD
width="92"><table width="92px" cellspacing=0 id="bzM104"
style="height:24px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM104" style="border:none;"><INPUT TYPE="text"
SIZE="8" MAXLENGTH="6" NAME="M104" VALUE="[%M104%]" id="M104"
class="SAI[%SI%]M104..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
ACCESSKEY="6" TABINDEX="129"[%SI%]M104..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]M104..ETAT=4[%ALORS%] DISABLED[%FIN%]
autocomplete="off"></td></tr></table></TD></TR>
</TABLE></td></tr></table></div></TD></TR>
</TABLE></div></div></div><div style="clear:left;float:left;margin:6px
0px 0px 7px;display:inline;min-width:343px;width:auto
!important;width:343px;min-height:24px;height:auto
!important;height:24px;"><div
style="float:left;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:84px;width:auto
!important;width:84px;"><TABLE width="84" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="84px"><table id="czM53"
style="[%SI%]M53..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="24" width="84" valign="top"><TABLE width="84"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="59" class="Normal[%SI%]M53..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzM53" height="24">Luminosité :</TD><TD
width="25"><table width="25px" cellspacing=0 id="bzM53"
style="height:24px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM53" style="border:none;"><INPUT TYPE="text"
SIZE="2" NAME="M53" VALUE="[%M53%]" onkeypress="return
VerifSaisieNombre(event,'999');"
onblur="reinitNombre(event,'999');VerifRegExp(this,'^(\\d|'+_WW_SEPMILLIER_+'){1,3}$');"
onfocus="var b=(this.value.length==0);initNombre(event,'999');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="M53" class="SAI[%SI%]M53..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
ACCESSKEY="6" TABINDEX="132"[%SI%]M53..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]M53..ETAT=4[%ALORS%] DISABLED[%FIN%]
autocomplete="off"></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="float:left;margin:0px 0px 0px
30px;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:76px;width:auto
!important;width:76px;"><TABLE width="76" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="76px"><table id="czM102"
style="[%SI%]M102..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="24" width="76" valign="top"><TABLE width="76"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="48" class="Normal[%SI%]M102..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzM102" height="24">Bleu :</TD><TD
width="28"><table width="28px" cellspacing=0 id="bzM102"
style="height:24px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM102" style="border:none;"><INPUT TYPE="text"
SIZE="2" NAME="M102" VALUE="[%M102%]" onkeypress="return
VerifSaisieNombre(event,'999');"
onblur="reinitNombre(event,'999');VerifRegExp(this,'^(\\d|'+_WW_SEPMILLIER_+'){1,3}$');"
onfocus="var b=(this.value.length==0);initNombre(event,'999');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="M102" class="SAI[%SI%]M102..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
ACCESSKEY="6" TABINDEX="127"[%SI%]M102..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]M102..ETAT=4[%ALORS%] DISABLED[%FIN%]
autocomplete="off"></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div></div><div style="clear:left;float:left;margin:20px
0px 0px 130px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:220px;width:auto
!important;width:220px;"><img src="[%_PROJET_WEB_%]AND18031_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="M57" id="M57" class="Image
padding"></div></div><div style="clear:left;float:left;margin:6px 0px
0px 2px;display:inline;min-height:159px;height:auto
!important;height:159px;"><div style="min-width:348px;width:auto
!important;width:348px;"><table width="346px"
style="height:159px;"><tr><td class="Normal padding"
id="tzM101"> </td></tr></table></div></div></td></tr><tr
style="height:1px"><td><div id="dwwM56"
style="position:absolute;left:21px;top:411px;z-index:13;"><table
width="50px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzM56"><a
href="javascript:_T14()" id="M56" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="88">Valider</a></td></tr></table></div><div id="dwwM58"
style="position:absolute;left:153px;top:191px;z-index:14;"><table
width="67px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzM58"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JAEE(_PAGE_,'M58',16,2);}"
id="M58" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="135">Actualiser</a></td></tr></table></div></td></tr><tr
style="height:1px"><td><div id="dwwM55"
style="position:absolute;left:-2px;top:52px;width:344px;height:27px;z-index:11;"><table
id="tzM55" class="Normal" width="344" style=""><tr
style="vertical-align:middle"><td
style="vertical-align:middle;height:27px;width:114px;"><label
for="M55_1"
style="display:block;height:15px;position:relative;padding-left:20px;"><input
type="RADIO" name="M55" value="1" id="M55_1"
style="position:absolute;left:0;margin-top:2px;_margin-top:1px;left:-1px;_top:-3px
!important;_left:0;"[%M55[1]..CHECKED%]
onclick="if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JAEE(_PAGE_,'M55',47,2);}"
ACCESSKEY="6" TABINDEX="134">TSL</label></td><td
style="vertical-align:middle;height:27px;width:114px;"><label
for="M55_2"
style="display:block;height:15px;position:relative;padding-left:20px;"><input
type="RADIO" name="M55" value="2" id="M55_2"
style="position:absolute;left:0;margin-top:2px;_margin-top:1px;left:-1px;_top:-3px
!important;_left:0;"[%M55[2]..CHECKED%]
onclick="if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JAEE(_PAGE_,'M55',47,2);}"
ACCESSKEY="6" TABINDEX="134">RVB</label></td><td
style="vertical-align:middle;height:27px;width:114px;"><label
for="M55_3"
style="display:block;height:15px;position:relative;padding-left:20px;"><input
type="RADIO" name="M55" value="3" id="M55_3"
style="position:absolute;left:0;margin-top:2px;_margin-top:1px;left:-1px;_top:-3px
!important;_left:0;"[%M55[3]..CHECKED%]
onclick="if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JAEE(_PAGE_,'M55',47,2);}"
ACCESSKEY="6"
TABINDEX="134">Hexadécimal</label></td></tr></table></div><div
id="dwwM100"
style="position:absolute;left:-2px;top:-1px;z-index:2;"><table
width="194px" style="height:22px;"><tr><td class="Normal padding"
id="tzM100">Sélection de couleur</td></tr></table></div><div id="dwwM99"
style="position:absolute;left:-2px;top:409px;width:20px;height:20px;z-index:1;"><img
src="[%_PROJET_WEB_%]res/valider_20_1_E4E18550_.png" hspace=0 vspace=0
border=0 alt="" name="M99" id="M99" class="Image padding"></div><div
id="dwwM98"
style="position:absolute;left:328px;top:-1px;width:22px;height:22px;z-index:0;"><a
href="javascript:_JAEE(_PAGE_,'M98',16,0);" target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="M98" onclick="_T13(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="M98" class="Image
padding"></a></div></td></tr></table></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:18px;font-size:1px"></div></td></tr><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);background-position:0px
-18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8h.png);background-position:0px
100%;height:-18px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);background-position:100%
-18px;"></td></tr></table></div><div id="dwwM73"
style="position:absolute;left:[%M73..X%]px;top:[%M73..Y%]px;z-index:11;
[%SI%]M73..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:12px"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_8f7221cf_wwcb8c.png);width:12px;height:12px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_8f7221cf_wwcb8h.png);height:12px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_8f7221cf_wwcb8c.png);background-position:100%
0px;width:12px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_8f7221cf_wwcb8v.png);background-size:200%
100%;"><div style="width:12px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="M73" bgcolor="#FFFFFF"
height="576" width="655" class="l-3" valign="top"><table width="655px"
style="height:576px;"><tr><td class="l-3 padding" valign="top"
id="tzM73"
style="background-image:none;background-color:transparent;"><div
style="clear:left;float:left;margin:3px 0px 0px
3px;display:inline;min-width:652px;width:auto
!important;width:652px;min-height:22px;height:auto
!important;height:22px;"><div
style="float:left;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:45px;width:auto
!important;width:45px;"><table width="45px" style="height:22px;"><tr><td
class="Normal padding"
id="tzM74">Aide</td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
582px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:22px;width:auto
!important;width:22px;"><a href="javascript:_JAEE(_PAGE_,'M75',16,0);"
target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="M75" onclick="_T15(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="M75" class="Image padding"></a></div></div></div><div
style="clear:left;float:left;margin:16px 0px 0px
3px;display:inline;min-height:535px;height:auto
!important;height:535px;"><div style="min-width:652px;width:auto
!important;width:652px;"><div class="dzSpan dzM76" id="dzM76"
style="min-height:535px\9;"><table style="height:535px;"><tr><td
width="646px" class="Normal padding" valign="middle"
id="M76">[%M76;2%]</td></tr></table></div></div></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_8f7221cf_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:12px;font-size:1px"></div></td></tr><tr
style="height:12px"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_8f7221cf_wwcb8c.png);background-position:0px
-12px;height:12px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_8f7221cf_wwcb8h.png);background-position:0px
100%;height:-12px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_8f7221cf_wwcb8c.png);background-position:100%
-12px;"></td></tr></table></div><div id="dwwM77"
style="position:absolute;left:[%M77..X%]px;top:[%M77..Y%]px;z-index:12;
[%SI%]M77..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);width:18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8h.png);height:18px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);background-position:100%
0px;width:18px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8v.png);background-size:200%
100%;"><div style="width:18px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="M77" bgcolor="#FFFFFF"
style="position:relative;" height="163" width="365" class="l-2"
valign="top"><table width="365px"
style="position:relative;height:163px;"><tr><td class="l-2 padding"
valign="top" id="tzM77"
style="background-image:none;background-color:transparent;"><div
style="position:relative;"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="clear:left;float:left;margin:27px
0px 0px 11px;display:inline;min-height:74px;height:auto
!important;height:74px;"><div style="min-width:354px;width:auto
!important;width:354px;"><table width="342px"
style="height:74px;"><tr><td class="Normal padding"
id="tzM78">[%M78%]</td></tr></table></div></div><div
style="clear:left;float:left;margin:6px 0px 0px
11px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:354px;width:auto
!important;width:354px;"><TABLE width="342" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="342px"><table id="czM107"
style="[%SI%]M107..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="23" width="342" valign="top"><TABLE width="342"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="42" class="Normal padding" id="lzM107" height="23">Obs.
:</TD><TD width="300"><table width="300px" cellspacing=0 id="bzM107"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzM107" style="border:none;"><INPUT TYPE="text"
SIZE="27" NAME="M107" VALUE="[%M107%]" id="M107" class="SAI padding"
TABINDEX="1919951401"></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div></td></tr><tr style="height:1px"><td><div
id="dwwM80"
style="position:absolute;left:11px;top:139px;z-index:2;"><table
width="26px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzM80"><a
href="javascript:_T17()" id="M80" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="1855774960">Oui</a></td></tr></table></div><div id="dwwM81"
style="position:absolute;left:324px;top:139px;z-index:3;"><table
width="29px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzM81"><a
href="javascript:_T18()" id="M81" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="1855774961">Non</a></td></tr></table></div></td></tr><tr
style="height:1px"><td><div id="dwwM79"
style="position:absolute;left:342px;top:-1px;width:22px;height:22px;z-index:1;"><a
href="javascript:_JAEE(_PAGE_,'M79',16,0);" target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="M79" onclick="_T16(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="M79" class="Image
padding"></a></div></td></tr></table></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:18px;font-size:1px"></div></td></tr><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);background-position:0px
-18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8h.png);background-position:0px
100%;height:-18px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_df9698c1_wwcb8c.png);background-position:100%
-18px;"></td></tr></table></div><div id="dwwM60"
style="position:absolute;left:[%M60..X%]px;top:[%M60..Y%]px;z-index:13;
[%SI%]M60..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);width:18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);height:18px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
0px;width:18px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-size:200%
100%;"><div style="width:18px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="M60" bgcolor="#FFFFFF"
style="position:relative;" height="387" width="747" class="l-4"
valign="top"><table width="747px"
style="position:relative;height:387px;"><tr><td class="l-4 padding"
valign="top" id="tzM60"
style="background-image:none;background-color:transparent;"><div
style="position:relative;"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td></td></tr><tr style="height:1px"><td><div
id="dwwM63"
style="position:absolute;left:-1px;top:35px;width:749px;z-index:2;"><input
type=hidden name="M63" value="[%M63%]"><input type=hidden name="M63_DEB"
value="[%M63..PREMIERVISIBLE%]"><input type=hidden name="_M63_OCC"
value="[%M63..OCCURRENCE%]"><CONTENEUR NAME="[%M63..ALIAS%]"><table
id="con-M63">
<tr><td><div
style="overflow-y:hidden;width:732px;height:344px;position:relative"><div style="position:relative"
id="M63_POS"><table id="M63_TB" class="cellpadding0" cellspacing=0
style=" height:344px;" width="100%"><tr><td></td></tr><!-- <tr
id="M63_[%_INDICE_%]" style="visibility:hidden"><td
style="width:100%"><div id="M63_[%_INDICE_%]_0"
style="width:100%;[%_CSS_HEIGHT_%]:43px;"></div></td></tr>
--></table></div><table
style="position:absolute;top:0px;width:100%;border:solid 2
#FF3300;height:100%;visibility:hidden;z-index:100"
id="M63_MASQUE"><tr><td align="center" valign="middle"><img alt="none"
src="[%_PROJET_WEB_%]res/TableAttente.gif"></td></tr></table><table
style="position:absolute;top:0px;width:100%;height:100%;visibility:hidden;z-index:101"
id="M63_MASQUETR"><tr><td><!-- --></td></tr></table></div></td><td
style="position:relative;width:16px;height:344px;"><div
style="position:relative;left:-4px;margin-right:-4px;height:344px;width:20px;overflow-x:hidden;overflow-y:auto;"><div
style="width:1px;height:1px;overflow:hidden"
id="M63_SB"></div></div></tr></table><!--REPEAT GENERATION_CORPS--><div
id="M63_[%M63%]"><div style="float:left;margin:10px 0px 11px
12px;display:inline;min-width:720px;width:auto
!important;width:720px;min-height:22px;height:auto
!important;height:22px;"><div
style="float:left;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:530px;width:auto
!important;width:530px;"><table width="530px"
style="height:22px;"><tr><td class="Normal padding" id="tzc-[%M63%]-M70"
style="font-size:10pt;font-style:italic;font-weight:bold;color:#575756;text-align:left;
[%SI%]M67..VALEUR!=-1[%ALORS%]color:[%M67..VALEUR%][%FIN%];"><div
id="zrl_[%M63%]_M64">[%M64%]</div></td></tr></table></div></div><div
style="float:left;margin:1px 0px 1px
6px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]AND12435_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="zrl_[%M63%]_M72" class="Image
padding"></div></div><div style="float:left;margin:4px 0px 4px
6px;display:inline;min-height:14px;height:auto !important;height:14px;"
class="lh0"><div style="min-width:48px;width:auto
!important;width:48px;" class="lh0"><table width="48px"
style="height:14px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" style="font-size:8pt;font-weight:bold;color:#808080;"><a
href="javascript:_PAGE_.M63.value=[%M63%];javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JSL(_PAGE_,'M69','_blank','','')}"
style="font-size:8pt;font-weight:bold;color:#808080;"
class="LIEN-Gauche-Non-Souligne wblienHorsZTR
padding">Afficher</a></td></tr></table></div></div><div
style="float:left;margin:1px 0px 1px
9px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]AND01370d_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="zrl_[%M63%]_M71" class="Image
padding"></div></div><div style="float:left;margin:4px 0px 4px
4px;display:inline;min-height:14px;height:auto !important;height:14px;"
class="lh0"><div style="min-width:71px;width:auto
!important;width:71px;" class="lh0"><table width="71px"
style="height:14px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" style="font-size:8pt;font-weight:bold;color:#808080;"><a
href="javascript:_PAGE_.M63.value=[%M63%];javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JSL(_PAGE_,'M68','_self','','')}"
style="font-size:8pt;font-weight:bold;color:#808080;"
class="LIEN-Gauche-Non-Souligne wblienHorsZTR
padding">Télécharger</a></td></tr></table></div></div></div></div><!--/REPEAT--></CONTENEUR></div></td></tr><tr
style="height:1px"><td><div id="dwwM62"
style="position:absolute;left:-1px;top:0px;z-index:1;"><table
width="110px" style="height:22px;"><tr><td class="Normal padding"
id="tzM62">Documents</td></tr></table></div><div id="dwwM61"
style="position:absolute;left:726px;top:0px;width:22px;height:22px;z-index:0;"><a
href="javascript:_JAEE(_PAGE_,'M61',16,0);" target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="M61" onclick="_T19(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="M61" class="Image
padding"></a></div></td></tr></table></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:18px;font-size:1px"></div></td></tr><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:0px
-18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);background-position:0px
100%;height:-18px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
-18px;"></td></tr></table></div><div id="dwwM108"
style="position:absolute;left:[%M108..X%]px;top:[%M108..Y%]px;z-index:14; [%SI%]M108..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:12px"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);width:12px;height:12px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8h.png);height:12px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:100%
0px;width:12px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8v.png);background-size:200%
100%;"><div style="width:12px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="M108"
bgcolor="#FFFFFF" height="290" width="385" class="l-1"
valign="top"><table width="385px" style="height:290px;"><tr><td
class="l-1 padding" valign="top" id="tzM108"
style="background-image:none;background-color:transparent;"><div
style="clear:left;float:left;margin:3px 0px 0px
3px;display:inline;min-width:382px;width:auto
!important;width:382px;min-height:22px;height:auto
!important;height:22px;"><div
style="float:left;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:88px;width:auto
!important;width:88px;"><table width="88px" style="height:22px;"><tr><td
class="Normal padding" id="tzM109">A
propos</td></tr></table></div></div><div style="float:left;margin:0px
0px 0px 271px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:22px;width:auto
!important;width:22px;"><a href="javascript:_JAEE(_PAGE_,'M110',16,0);"
target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="M110" onclick="_T20(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="M110" class="Image padding"></a></div></div></div><div
style="clear:left;float:left;margin:18px 0px 0px
81px;display:inline;min-height:85px;height:auto
!important;height:85px;"><div style="min-width:304px;width:auto
!important;width:304px;"><img
src="[%_PROJET_WEB_%]logo_cofisoft_sans_base_line.png" hspace=0 vspace=0
border=0 alt="" name="M111" id="M111" class="Image
padding"></div></div><div style="clear:left;float:left;margin:6px 0px
0px;display:inline;min-height:150px;height:auto
!important;height:150px;"><div style="min-width:385px;width:auto
!important;width:385px;"><table width="385px"
style="height:150px;"><tr><td class="Normal padding"
id="tzM112">[%M112%]</td></tr></table></div></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:12px;font-size:1px"></div></td></tr><tr
style="height:12px"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:0px
-12px;height:12px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8h.png);background-position:0px
100%;height:-12px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:100%
-12px;"></td></tr></table></div><div id="dwwA16"
style="position:absolute;left:[%A16..X%]px;top:[%A16..Y%]px;z-index:15;
[%SI%]A16..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);width:18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);height:18px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
0px;width:18px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-size:200%
100%;"><div style="width:18px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="A16" bgcolor="#FFFFFF"
style="position:relative;" height="543" width="273" class="l-4"
valign="top"><table width="273px"
style="position:relative;height:543px;"><tr><td class="l-4 padding"
valign="top" id="tzA16"
style="background-image:none;background-color:transparent;"><div
style="position:relative;"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="clear:left;float:left;margin:0px
0px 0px 251px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:22px;width:auto
!important;width:22px;"><a href="javascript:_JAEE(_PAGE_,'A21',16,0);"
target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="A21" onclick="_T21(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="A21" class="Image padding"></a></div></div><div
style="clear:left;float:left;margin:20px 0px 0px
7px;display:inline;min-width:266px;width:auto
!important;width:266px;min-height:23px;height:auto
!important;height:23px;"><div
style="float:left;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:116px;width:auto
!important;width:116px;"><TABLE width="116" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="26" class="Normal padding" id="lzA10" height="23">Du
:</TD><TD width="90"><table width="90px" cellspacing=0 id="bzA10"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA10" style="border:none;"><div
style="position:relative;"><INPUT TYPE="text" SIZE="8" NAME="A10"
VALUE="[%A10%]" onkeypress="return JJMMAA(event,'JJ/MM/AAAA');"
onblur="reinit(event,'JJ/MM/AAAA');VerifRegExp(this,'^([1-9]|[0-2]\\d|3[0-1])\\/((0){0,1}[1-9]|1[0-2])\\/\\d{1,4}$');_T22(event)"
onfocus="var b=(this.value.length==0);init(event,'JJ/MM/AAAA');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
onchange="_T23(event)" id="A10" class="SAI padding paddingCalendrierA10"
TABINDEX="9"><div
style="position:absolute;right:1px;top:1px;[%SI%]A10..BOUTONCALENDRIER=0[%ALORS%]display:none;[%FIN%]"><a
href="javascript:{}"
onclick="clSAISIEDATEEX_CAL.Affiche(event,_PAGE_.A10)"><img
style="vertical-align:top"
src="[%_PROJET_WEB_%]res/Calendar150_iStyleGentle__Light.png"
alt="..."></a></div></div></td></tr></table></TD></TR>
</TABLE></div></div><div style="float:left;margin:0px 0px 0px
30px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:116px;width:auto
!important;width:116px;"><TABLE width="116" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="24" class="Normal padding" id="lzA2" height="23">Au
:</TD><TD width="92"><table width="92px" cellspacing=0 id="bzA2"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA2" style="border:none;"><div
style="position:relative;"><INPUT TYPE="text" SIZE="8" NAME="A2"
VALUE="[%A2%]" onkeypress="return JJMMAA(event,'JJ/MM/AAAA');"
onblur="reinit(event,'JJ/MM/AAAA');VerifRegExp(this,'^([1-9]|[0-2]\\d|3[0-1])\\/((0){0,1}[1-9]|1[0-2])\\/\\d{1,4}$');_T24(event)"
onfocus="var b=(this.value.length==0);init(event,'JJ/MM/AAAA');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
onchange="_T25(event)" id="A2" class="SAI padding paddingCalendrierA2"
TABINDEX="10"><div
style="position:absolute;right:1px;top:1px;[%SI%]A2..BOUTONCALENDRIER=0[%ALORS%]display:none;[%FIN%]"><a
href="javascript:{}"
onclick="clSAI_DATEDEBUT1_CAL.Affiche(event,_PAGE_.A2)"><img
style="vertical-align:top"
src="[%_PROJET_WEB_%]res/Calendar150_iStyleGentle__Light.png"
alt="..."></a></div></div></td></tr></table></TD></TR>
</TABLE></div></div></div><div style="clear:left;float:left;margin:14px
0px 0px 7px;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:266px;width:auto
!important;width:266px;"><TABLE width="260" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="90" class="Normal padding" id="lzA75" height="24">Etat
:</TD><TD width="170"><table width="170px" cellspacing=0 id="bzA75"
style="height:24px;border-collapse:separate;_border-collapse:collapse;border:0;outline:none;"><tr><td
valign="middle" id="tzA75" style="border:none;"><select
NAME="[%A75..ALIAS%]" SIZE=1 id="A75" class="SAI padding"
TABINDEX="149"><option[%A75..SELECTED%]
VALUE="[%A75%]">[%A75..VALEUR;1%]</option></select></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 7px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:266px;width:auto
!important;width:266px;"><TABLE width="260" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="90" class="Normal padding" id="lzA32"
height="23">Chargement :</TD><TD width="170"><table width="170px"
cellspacing=0 id="bzA32"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA32" style="border:none;"><INPUT TYPE="text"
SIZE="15" NAME="A32" VALUE="[%A32%]" id="A32" class="SAI padding"
TABINDEX="28"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:14px 0px
0px 7px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:266px;width:auto
!important;width:266px;"><TABLE width="260" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="90" class="Normal padding" id="lzA33"
height="23">Livraison :</TD><TD width="170"><table width="170px"
cellspacing=0 id="bzA33"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA33" style="border:none;"><INPUT TYPE="text"
SIZE="15" NAME="A33" VALUE="[%A33%]" id="A33" class="SAI padding"
TABINDEX="29"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:14px 0px
0px 7px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:266px;width:auto
!important;width:266px;"><TABLE width="260" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="90" class="Normal padding" id="lzA84" height="23">Moyen
:</TD><TD width="170"><table width="170px" cellspacing=0 id="bzA84"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA84" style="border:none;"><INPUT TYPE="text"
SIZE="15" NAME="A84" VALUE="[%A84%]" id="A84" class="SAI padding"
TABINDEX="151"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:14px 0px
0px 7px;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:266px;width:auto
!important;width:266px;"><TABLE width="260" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="90" class="Normal padding" id="lzA35" height="24">Statut
:</TD><TD width="170"><table width="170px" cellspacing=0 id="bzA35"
style="height:24px;border-collapse:separate;_border-collapse:collapse;border:0;outline:none;"><tr><td
valign="middle" id="tzA35" style="border:none;"><select
NAME="[%A35..ALIAS%]" SIZE=1 id="A35" class="SAI padding"
TABINDEX="31"><option[%A35..SELECTED%]
VALUE="[%A35%]">[%A35..VALEUR;1%]</option></select></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:14px 0px
0px 7px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:266px;width:auto
!important;width:266px;"><TABLE width="260" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="90" class="Normal padding" id="lzA34"
height="23">Commande n° :</TD><TD width="170"><table width="170px"
cellspacing=0 id="bzA34"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA34" style="border:none;"><INPUT TYPE="text"
SIZE="15" NAME="A34" VALUE="[%A34%]" id="A34" class="SAI padding"
TABINDEX="30"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:14px 0px
0px 7px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:266px;width:auto
!important;width:266px;"><TABLE width="260" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="90" class="Normal padding" id="lzA74"
height="23">Document n° :</TD><TD width="170"><table width="170px"
cellspacing=0 id="bzA74"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA74" style="border:none;"><INPUT TYPE="text"
SIZE="15" NAME="A74" VALUE="[%A74%]" id="A74" class="SAI padding"
TABINDEX="148"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:10px 0px
0px 7px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:266px;width:auto
!important;width:266px;"><TABLE width="260" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="90" class="Normal padding" id="lzA182"
height="23">Dossier n° :</TD><TD width="170"><table width="170px"
cellspacing=0 id="bzA182"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA182" style="border:none;"><INPUT TYPE="text"
SIZE="15" MAXLENGTH="6" NAME="A182" VALUE="[%A182%]" id="A182"
class="SAI padding" TABINDEX="1919951680"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:41px 0px
0px 6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:267px;width:auto
!important;width:267px;"><TABLE width="260" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="90" class="Normal padding" id="lzA70" height="23">Année
:</TD><TD width="170"><table width="170px" cellspacing=0 id="bzA70"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA70" style="border:none;"><INPUT TYPE="text"
SIZE="15" NAME="A70" VALUE="[%A70%]" id="A70" class="SAI padding"
TABINDEX="145"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:267px;width:auto
!important;width:267px;"><TABLE width="260" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="90" class="Normal padding" id="lzA72" height="23">Mois
:</TD><TD width="170"><table width="170px" cellspacing=0 id="bzA72"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA72" style="border:none;"><INPUT TYPE="text"
SIZE="15" NAME="A72" VALUE="[%A72%]" id="A72" class="SAI padding"
TABINDEX="146"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:267px;width:auto
!important;width:267px;"><TABLE width="260" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="90" class="Normal padding" id="lzA73" height="23">N°
:</TD><TD width="170"><table width="170px" cellspacing=0 id="bzA73"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA73" style="border:none;"><INPUT TYPE="text"
SIZE="15" NAME="A73" VALUE="[%A73%]" id="A73" class="SAI padding"
TABINDEX="147"></td></tr></table></TD></TR>
</TABLE></div></div></td></tr><tr style="height:1px"><td><div
id="dwwA24"
style="position:absolute;left:25px;top:526px;z-index:18;"><table
width="50px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA24"><a
href="javascript:_T26()" id="A24" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="11">Valider</a></td></tr></table></div><div id="dwwA26"
style="position:absolute;left:224px;top:526px;z-index:19;"><table
width="48px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA26"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JAEE(_PAGE_,'A26',16,2);}"
id="A26" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="12">Effacer</a></td></tr></table></div></td></tr><tr
style="height:1px"><td><div id="dwwA71"
style="position:absolute;left:-1px;top:369px;z-index:11;"><table
width="47px" style="height:15px;"><tr><td class="Normal padding"
id="tzA71">Facture</td></tr></table></div><div id="dwwA25"
style="position:absolute;left:198px;top:524px;width:20px;height:20px;z-index:5;"><img
src="[%_PROJET_WEB_%]supprimer_20_1.png" hspace=0 vspace=0 border=0
alt="" name="A25" id="A25" class="Image padding"></div><div id="dwwA23"
style="position:absolute;left:-1px;top:524px;width:20px;height:20px;z-index:4;"><img
src="[%_PROJET_WEB_%]res/valider_20_1_E4E18550_.png" hspace=0 vspace=0
border=0 alt="" name="A23" id="A23" class="Image padding"></div><div
id="dwwA22"
style="position:absolute;left:-1px;top:0px;z-index:1;"><table
width="59px" style="height:22px;"><tr><td class="Normal padding"
id="tzA22">Filtrer</td></tr></table></div></td></tr></table></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:18px;font-size:1px"></div></td></tr><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:0px
-18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);background-position:0px
100%;height:-18px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
-18px;"></td></tr></table></div><div id="dwwA36"
style="position:absolute;left:[%A36..X%]px;top:[%A36..Y%]px;z-index:16;
[%SI%]A36..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);width:18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);height:18px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
0px;width:18px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-size:200%
100%;"><div style="width:18px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="A36" bgcolor="#FFFFFF"
height="732" width="521" class="l-4" valign="top"><table width="521px"
style="height:732px;"><tr><td class="l-4 padding" valign="top"
id="tzA36"
style="background-image:none;background-color:transparent;"><div
style="clear:left;float:left;display:inline;min-width:521px;width:auto
!important;width:521px;min-height:22px;height:auto
!important;height:22px;"><div
style="float:left;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:56px;width:auto
!important;width:56px;"><table width="56px" style="height:22px;"><tr><td
class="Normal padding"
id="tzA38">Détail</td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
439px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:22px;width:auto
!important;width:22px;"><a href="javascript:_JAEE(_PAGE_,'A37',16,0);"
target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="A37" onclick="_T27(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="A37" class="Image padding"></a></div></div></div><div
style="clear:left;float:left;margin:24px 0px
0px;display:inline;min-width:521px;width:auto
!important;width:521px;min-height:20px;height:auto
!important;height:20px;"><div
style="float:left;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img
src="[%URL()%]?WD_ACTION_=IMAGE&A119=[%A119..NOCACHE%]" width="20"
height="20" hspace=0 vspace=0 border=0 alt="[%A119%]" name="A119"
id="A119" class="Image[%SI%]A119..ETAT=4[%ALORS%] wbgrise[%FIN%]
padding" title="[%A119..BULLE%]"[%SI%]A119..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A119..ETAT=4[%ALORS%] DISABLED[%FIN%]
style="[%SI%]A119..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"></div></div><div
style="float:left;margin:0px 0px 0px
6px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:489px;width:auto
!important;width:489px;"><table width="489px"
style="height:20px;"><tr><td class="Normal padding"
id="tzA120">[%A120%]</td></tr></table></div></div></div><div
style="clear:left;float:left;margin:18px 0px
0px;display:inline;min-width:521px;width:auto
!important;width:521px;min-height:20px;height:auto
!important;height:20px;"><div
style="float:left;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:251px;width:auto
!important;width:251px;"><table width="251px"
style="height:20px;"><tr><td class="Normal padding"
id="tzA50">[%A50%]</td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
15px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:251px;width:auto
!important;width:251px;"><table width="251px"
style="height:20px;"><tr><td class="Normal padding"
id="tzA53">[%A53%]</td></tr></table></div></div></div><div
style="clear:left;float:left;margin:37px 0px
0px;display:inline;min-width:521px;width:auto
!important;width:521px;min-height:20px;height:auto
!important;height:20px;"><div
style="float:left;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:251px;width:auto
!important;width:251px;"><table width="251px"
style="height:20px;"><tr><td class="Normal padding"
id="tzA62">[%A62%]</td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
15px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:251px;width:auto
!important;width:251px;"><table width="251px"
style="height:20px;"><tr><td class="Normal padding"
id="tzA63">[%A63%]</td></tr></table></div></div></div><div
style="clear:left;float:left;margin:37px 0px
0px;display:inline;min-width:521px;width:auto
!important;width:521px;min-height:19px;height:auto
!important;height:19px;" class="lh0"><div style="float:left;margin:0px
0px 1px;display:inline;min-height:18px;height:auto
!important;height:18px;" class="lh0"><div
style="min-width:106px;width:auto !important;width:106px;"
class="lh0"><table width="106px" style="height:18px;"><tr><td
class="Normal padding" id="tzA40">Chargement
:</td></tr></table></div></div><div style="float:left;margin:1px 0px
0px 160px;display:inline;min-height:18px;height:auto
!important;height:18px;" class="lh0"><div
style="min-width:84px;width:auto !important;width:84px;"
class="lh0"><table width="84px" style="height:18px;"><tr><td
class="Normal padding" id="tzA42">Livraison
:</td></tr></table></div></div></div><div
style="clear:left;float:left;margin:9px 0px
0px;display:inline;min-width:521px;width:auto
!important;width:521px;min-height:116px;height:auto
!important;height:116px;"><div
style="float:left;display:inline;min-height:116px;height:auto
!important;height:116px;"><div style="min-width:251px;width:auto
!important;width:251px;"><div class="dzSpan dzA41" id="dzA41"
style="min-height:116px\9;"><table style="height:116px;"><tr><td
width="251px" class="Normal padding"
id="tzA41">[%A41%]</td></tr></table></div></div></div><div
style="float:left;margin:0px 0px 0px
15px;display:inline;min-height:116px;height:auto
!important;height:116px;"><div style="min-width:251px;width:auto
!important;width:251px;"><div class="dzSpan dzA43" id="dzA43"
style="min-height:116px\9;"><table style="height:116px;"><tr><td
width="251px" class="Normal padding"
id="tzA43">[%A43%]</td></tr></table></div></div></div></div><div
style="clear:left;float:left;margin:24px 0px
0px;display:inline;min-width:521px;width:auto
!important;width:521px;min-height:18px;height:auto
!important;height:18px;" class="lh0"><div
style="float:left;display:inline;min-height:18px;height:auto
!important;height:18px;" class="lh0"><div
style="min-width:110px;width:auto !important;width:110px;"
class="lh0"><table width="110px" style="height:18px;"><tr><td
class="Normal padding" id="tzA46">Marchandise
:</td></tr></table></div></div><div style="float:left;margin:0px 0px
0px 156px;display:inline;min-height:18px;height:auto
!important;height:18px;" class="lh0"><div
style="min-width:74px;width:auto !important;width:74px;"
class="lh0"><table width="74px" style="height:18px;"><tr><td
class="Normal padding" id="tzA81">Moyens
:</td></tr></table></div></div></div><div
style="clear:left;float:left;margin:6px 0px
0px;display:inline;min-width:521px;width:auto
!important;width:521px;min-height:71px;height:auto
!important;height:71px;"><div
style="float:left;display:inline;min-height:71px;height:auto
!important;height:71px;"><div style="min-width:251px;width:auto
!important;width:251px;"><div class="dzSpan dzA45" id="dzA45"
style="min-height:71px\9;"><table style="height:71px;"><tr><td
width="251px" class="Normal padding"
id="tzA45">[%A45%]</td></tr></table></div></div></div><div
style="float:left;margin:0px 0px 0px
15px;display:inline;min-height:71px;height:auto
!important;height:71px;"><div style="min-width:251px;width:auto
!important;width:251px;"><div class="dzSpan dzA82" id="dzA82"
style="min-height:71px\9;"><table style="height:71px;"><tr><td
width="251px" class="Normal padding"
id="tzA82">[%A82%]</td></tr></table></div></div></div></div><div
style="clear:left;float:left;margin:16px 3px 3px
0px;display:inline;min-width:518px;width:auto
!important;width:518px;min-height:252px;height:auto
!important;height:252px;"><div
style="clear:left;float:left;display:inline;min-height:18px;height:auto
!important;height:18px;" class="lh0"><div
style="min-width:518px;width:auto !important;width:518px;"
class="lh0"><table width="188px" style="height:18px;"><tr><td
class="Normal padding" id="tzA47">Documents à consulter
:</td></tr></table></div></div><div
style="clear:left;float:left;margin:6px 0px 0px;display:inline;"><div
style="min-width:518px;width:auto !important;width:518px;"
class="lh0"><input type=hidden name="A51" value="[%A51%]"><input
type=hidden name="A51_DEB" value="[%A51..PREMIERVISIBLE%]"><input
type=hidden name="_A51_OCC" value="[%A51..OCCURRENCE%]"><CONTENEUR
NAME="[%A51..ALIAS%]"><table id="con-A51">
<tr><td><div
style="overflow-y:hidden;width:518px;position:relative"><div
style="position:relative" id="A51_POS"><table id="A51_TB"
class="cellpadding0" cellspacing=0 style=""
width="100%"><tr><td></td></tr><!-- <tr id="A51_[%_INDICE_%]"><td
style="width:50%"><div id="A51_[%_INDICE_%]_0"
style="width:100%;[%_CSS_HEIGHT_%]:31px;"></div></td><td
style="width:50%"><div id="A51_[%_INDICE_%]_1"
style="width:100%;[%_CSS_HEIGHT_%]:31px;"></div></td></tr>
--></table></div><table
style="position:absolute;top:0px;width:100%;border:solid 2
#FF3300;height:100%;visibility:hidden;z-index:100"
id="A51_MASQUE"><tr><td align="center" valign="middle"><img alt="none"
src="[%_PROJET_WEB_%]res/TableAttente.gif"></td></tr></table><table
style="position:absolute;top:0px;width:100%;height:100%;visibility:hidden;z-index:101"
id="A51_MASQUETR"><tr><td><!--
--></td></tr></table></div></td></tr></table><!--REPEAT
GENERATION_CORPS--><div id="A51_[%A51%]"><div
style="float:left;margin:5px 0px 0px
21px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:238px;width:auto
!important;width:238px;"><div class="dzSpan dzA49" id="dzc-[%A51%]-A49"
style="min-height:20px\9;"
style="width:217px;height:20px;;overflow-x:hidden;overflow-y:hidden;position:relative"><table
width="217px" style="height:20px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle"
style="font-size:10pt;font-weight:bold;color:#808080;width:217px;height:20px;"><a
href="javascript:_PAGE_.A51.value=[%A51%];javascript:_T28()"
style="font-size:10pt;font-weight:bold;color:#808080;width:217px;height:20px;"
class="LIEN-Gauche-Non-Souligne wblienHorsZTR
padding">[%A52%]</a></td></tr></table></div></div></div></div><!--/REPEAT--></CONTENEUR></div></div><div
style="clear:left;float:left;margin:24px 0px
0px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:518px;width:auto
!important;width:518px;"><table width="511px"
style="height:20px;"><tr><td class="Normal padding"
id="tzA44">[%A44%]</td></tr></table></div></div><div
style="clear:left;float:left;margin:6px 0px
0px;display:inline;min-height:147px;height:auto
!important;height:147px;"><div style="min-width:518px;width:auto
!important;width:518px;"><select NAME="[%A39..ALIAS%]" SIZE=9 id="A39"
class="Noir padding" TABINDEX="19"><option[%A39..SELECTED%]
VALUE="[%A39%]">[%A39..VALEUR;1%]</option></select></div></div></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:18px;font-size:1px"></div></td></tr><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:0px
-18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);background-position:0px
100%;height:-18px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
-18px;"></td></tr></table></div><div id="dwwA87"
style="position:absolute;left:[%A87..X%]px;top:[%A87..Y%]px;z-index:17;
[%SI%]A87..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);width:18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);height:18px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
0px;width:18px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-size:200%
100%;"><div style="width:18px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="A87" bgcolor="#FFFFFF"
style="position:relative;" height="462" width="273" class="l-4"
valign="top"><table width="273px"
style="position:relative;height:462px;"><tr><td class="l-4 padding"
valign="top" id="tzA87"
style="background-image:none;background-color:transparent;"><div
style="position:relative;"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="clear:left;float:left;margin:0px
0px 0px 251px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:22px;width:auto
!important;width:22px;"><a href="javascript:_JAEE(_PAGE_,'A88',16,0);"
target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="A88" onclick="_T29(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="A88" class="Image padding"></a></div></div><div
style="clear:left;float:left;margin:21px 0px 0px
3px;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:270px;width:auto
!important;width:270px;"><TABLE width="267" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="38" class="Normal padding" id="lzA90" height="24">Tri
:</TD><TD width="229"><table width="229px" cellspacing=0 id="bzA90"
style="height:24px;border-collapse:separate;_border-collapse:collapse;border:0;outline:none;"><tr><td
valign="middle" id="tzA90" style="border:none;"><select
NAME="[%A90..ALIAS%]" SIZE=1 id="A90" class="SAI padding"
TABINDEX="153"><option[%A90..SELECTED%]
VALUE="[%A90%]">[%A90..VALEUR;1%]</option></select></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:8px 0px
0px 196px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:77px;width:auto
!important;width:77px;"><img src="[%_PROJET_WEB_%]ajouter_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="A97" id="A97" class="Image
padding"></div></div><div style="clear:left;float:left;margin:19px 0px
0px 3px;display:inline;min-height:254px;height:auto
!important;height:254px;"><div style="min-width:270px;width:auto
!important;width:270px;"><input type=hidden name="A91"
value="[%A91%]"><input type=hidden name="A91_DEB"
value="[%A91..PREMIERVISIBLE%]"><input type=hidden name="_A91_OCC"
value="[%A91..OCCURRENCE%]"><INPUT TYPE="hidden" SIZE="0"
NAME="A91_FORMAT_0" VALUE="" onkeypress="return
VerifSaisieNombre(event,'99 999');" onblur="reinitNombre(event,'99
999');return VerifRegExp(this,'^(\\d|'+_WW_SEPMILLIER_+'){1,6}$');"
onfocus="var b=(this.value.length==0);initNombre(event,'99 999');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="A91_FORMAT_0" class="padding" autocomplete="off"><table id="ctzA91"
cellspacing=0 cellpadding=0 width="267"
style="[%SI%]A91..VISIBLE=0[%ALORS%]border-collapse:separate;[%SI%]A91..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%][%FIN%]">
<tr style="border:0" id="ttA91"><td id="tzcA91"
style="width:100%;border-bottom-width:0"><div
style="overflow:hidden;width:251px;"><table id="A91_TITRES_POS"
cellspacing=0 width="100%"
style="[%SI%]A91..VISIBLE=0[%ALORS%]border-collapse:separate;[%FIN%]"><tr id="A91_TITRES">[%SI%]A91..CODEHTML_30_0!=0[%ALORS%]<td
id="ttA94" class="Titre-Colonne
[%SI%]A94..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA94"><div id="A91_TITRES_0" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA94">Ordre</td></tr></table></div></div></td>[%FIN%]
[%SI%]A91..CODEHTML_30_1!=0[%ALORS%]<td id="ttA95" class="Titre-Colonne
[%SI%]A95..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA95"><div id="A91_TITRES_1" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA95">Tri</td></tr></table></div></div></td>[%FIN%]
[%SI%]A91..CODEHTML_30_2!=0[%ALORS%]<td id="ttA96" class="Titre-Colonne
[%SI%]A96..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA96"><div id="A91_TITRES_2" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA96">- ->+</td></tr></table></div><div
style="width:-1px;height:0"><!-- --></div></div></td>[%FIN%]
</tr>
<tr style="border:0">[%SI%]A91..CODEHTML_30_0!=0[%ALORS%]<td
class="wbcolA94"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
[%SI%]A91..CODEHTML_30_1!=0[%ALORS%]<td class="wbcolA95"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
[%SI%]A91..CODEHTML_30_2!=0[%ALORS%]<td class="wbcolA96"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
</tr></table></div></td><td></td></tr>
<tr><td id="tzdA91" style="width:100%;border-top-width:0;"><div
style="overflow-x:auto;overflow-y:hidden;width:251px;height:226px;position:relative;z-index:1"><div
style="position:relative;width:100%" id="A91_POS"><table id="A91_TB"
cellspacing=0 width="100%"
style="[%SI%]A91..VISIBLE=0[%ALORS%]border-collapse:separate;[%FIN%]height:226px">[%COMMENT_DEBUT%]
{ thead : { contenu : [ { debut : "<tr style=\"border:0\"
id=\"ttA91\">",contenu : [ "[%SI%]A91..CODEHTML_30_0!=0[%ALORS%]<td
id=\"ttA94\" class=\"Titre-Colonne
[%SI%]A94..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA94\"><div id=\"A91_TITRES_0\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne
ttA94\">Ordre</td></tr></table></div></div></td>[%FIN%]" ,
"[%SI%]A91..CODEHTML_30_1!=0[%ALORS%]<td id=\"ttA95\"
class=\"Titre-Colonne
[%SI%]A95..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA95\"><div id=\"A91_TITRES_1\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne
ttA95\">Tri</td></tr></table></div></div></td>[%FIN%]" ,
"[%SI%]A91..CODEHTML_30_2!=0[%ALORS%]<td id=\"ttA96\"
class=\"Titre-Colonne
[%SI%]A96..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA96\"><div id=\"A91_TITRES_2\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne ttA96\">- ->+</td></tr></table></div><div
style=\"width:-1px;height:0\">[%COMMENT%]</div></div></td>[%FIN%]" ]
,fin : "</tr>" } , { debut : "<tr style=\"border:0\">",contenu : [
"[%SI%]A91..CODEHTML_30_0!=0[%ALORS%]<td class=\"wbcolA94\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ,
"[%SI%]A91..CODEHTML_30_1!=0[%ALORS%]<td class=\"wbcolA95\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ,
"[%SI%]A91..CODEHTML_30_2!=0[%ALORS%]<td class=\"wbcolA96\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ] ,fin :
"</tr>" } ] } ,tbody : { contenu : [ { debut : " <tr
class=\"Lignes-Impaires padding\" id=\"A91_[%_INDICE_%]\"
style=\"visibility:hidden;height:23px\">",contenu : [ "<td
height=\"21\" class=\"l-5
[%SI%]A94..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA94 communbc-A94 padding\" id=\"c[%A91%]-A94\"
onclick=\"clA91.OnSelectLigne([%_INDICE_%],0,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA94\"><div
id=\"A91_[%_INDICE_%]_0\" style=\"padding-left:1px;\"></div></div></td>"
, "<td height=\"21\" class=\"l-6
[%SI%]A95..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA95 communbc-A95 padding\" id=\"c[%A91%]-A95\"
onclick=\"clA91.OnSelectLigne([%_INDICE_%],1,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA95\"><div
id=\"A91_[%_INDICE_%]_1\" style=\"padding-left:1px;\"></div></div></td>"
, "<td height=\"21\" class=\"l-6
[%SI%]A96..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA96 communbc-A96 padding\" id=\"c[%A91%]-A96\"
onclick=\"clA91.OnSelectLigne([%_INDICE_%],2,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA96\"><div
id=\"A91_[%_INDICE_%]_2\" style=\"text-align:center;\"></div></div><div
style=\"width:-1px;height:0\">[%COMMENT%]</div></td>" ] ,fin : "</tr>"
} ] } } [%COMMENT_FIN%]<tr><td></td></tr></table></div><table
style="position:absolute;top:0;left:0;width:100%;border:solid 2px
#B4B4B4;height:100%;visibility:hidden;z-index:100"
id="A91_MASQUE"><tr><td align="center" valign="middle"><img
src="[%_PROJET_WEB_%]res/Timer150%20iStyle.gif"
alt="none"></td></tr></table><table
style="position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;z-index:101"
id="A91_MASQUETR"><tr><td align="center" valign="middle"><!--
--></td></tr></table></div></td><td
style="width:16px;height:226px;vertical-align:top"><div
style="width:16px"><div
style="position:absolute;overflow-x:hidden;width:16px;height:226px"><div
style="position:absolute;left:-4px;width:20px;height:226px;overflow-x:hidden;overflow-y:auto"><div
style="width:1px;height:1px;overflow:hidden"
id="A91_SB"></div></div></div></div></td></tr>
</table></div></div><div style="clear:left;float:left;margin:6px 0px
0px 175px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:98px;width:auto
!important;width:98px;"><img src="[%_PROJET_WEB_%]supprimer_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="A100" id="A100" class="Image
padding"></div></div><div style="clear:left;float:left;margin:47px 0px
0px 198px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:75px;width:auto
!important;width:75px;"><img src="[%_PROJET_WEB_%]supprimer_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="A93" id="A93" class="Image
padding"></div></div></td></tr><tr style="height:1px"><td><div
id="dwwA106"
style="position:absolute;left:25px;top:443px;z-index:8;"><table
width="50px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA106"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JSL(_PAGE_,'A106','_self','','')}"
id="A106" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="11">Valider</a></td></tr></table></div><div id="dwwA107"
style="position:absolute;left:224px;top:443px;z-index:9;"><table
width="48px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA107"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JAEE(_PAGE_,'A107',16,2);}"
id="A107" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="12">Effacer</a></td></tr></table></div><div id="dwwA98"
style="position:absolute;left:222px;top:77px;z-index:10;"><table
width="50px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA98"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JAEE(_PAGE_,'A98',16,2);}"
id="A98" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="157">Ajouter</a></td></tr></table></div><div id="dwwA99"
style="position:absolute;left:201px;top:376px;z-index:11;"><table
width="71px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA99"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JAEE(_PAGE_,'A99',16,2);}"
id="A99" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="158">Supprimer</a></td></tr></table></div></td></tr><tr
style="height:1px"><td><div id="dwwA92"
style="position:absolute;left:-1px;top:441px;width:20px;height:20px;z-index:2;"><img
src="[%_PROJET_WEB_%]res/valider_20_1_E4E18550_.png" hspace=0 vspace=0
border=0 alt="" name="A92" id="A92" class="Image padding"></div><div
id="dwwA89"
style="position:absolute;left:-1px;top:0px;z-index:1;"><table
width="48px" style="height:22px;"><tr><td class="Normal padding"
id="tzA89">Trier</td></tr></table></div></td></tr></table></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:18px;font-size:1px"></div></td></tr><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:0px
-18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);background-position:0px
100%;height:-18px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
-18px;"></td></tr></table></div><div id="dwwA121"
style="position:absolute;left:[%A121..X%]px;top:[%A121..Y%]px;z-index:18; [%SI%]A121..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);width:18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);height:18px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
0px;width:18px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-size:200%
100%;"><div style="width:18px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="A121"
bgcolor="#FFFFFF" style="position:relative;" height="732" width="546"
class="l-4" valign="top"><table width="546px"
style="position:relative;height:732px;"><tr><td class="l-4 padding"
valign="top" id="tzA121"
style="background-image:none;background-color:transparent;"><div
style="position:relative;"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="clear:left;float:left;margin:0px
0px 0px 523px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:23px;width:auto
!important;width:23px;"><a href="javascript:_JAEE(_PAGE_,'A122',16,0);"
target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="A122" onclick="_T30(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="A122" class="Image padding"></a></div></div><div
style="clear:left;float:left;margin:34px 0px 0px
6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:540px;width:auto
!important;width:540px;"><TABLE width="539" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="539px"><table id="czA55"
style="[%SI%]A55..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="23" width="539" valign="top"><TABLE width="539"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="106" class="Normal[%SI%]A55..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzA55" height="23">N° de document :</TD><TD
width="433"><table width="433px" cellspacing=0 id="bzA55"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA55" style="border:none;"><INPUT TYPE="text"
SIZE="39" NAME="A55" VALUE="[%A55%]" id="A55"
class="SAI[%SI%]A55..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
TABINDEX="1130320602"[%SI%]A55..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A55..ETAT=4[%ALORS%]
DISABLED[%FIN%]></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 6px;display:inline;min-height:49px;height:auto
!important;height:49px;"><div style="min-width:540px;width:auto
!important;width:540px;"><TABLE width="539" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="539px"><table id="czA59"
style="[%SI%]A59..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="49" width="539" valign="top"><TABLE width="539"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="106" class="Normal[%SI%]A59..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzA59" height="49">Observation :</TD><TD
width="433"><table width="433px" cellspacing=0 id="bzA59"
style="height:49px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA59" style="border:none;"><textarea name="A59"
cols="37" rows="2" id="A59" class="SAI[%SI%]A59..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" TABINDEX="1855774579"[%SI%]A59..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A59..ETAT=4[%ALORS%]
DISABLED[%FIN%]>[%A59%]</textarea></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 6px;display:inline;min-width:540px;width:auto
!important;width:540px;min-height:23px;height:auto
!important;height:23px;"><div
style="float:left;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:197px;width:auto
!important;width:197px;"><TABLE width="197" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="197px"><table id="czA29"
style="[%SI%]A29..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="23" width="197" valign="top"><TABLE width="197"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="106" class="Normal[%SI%]A29..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzA29" height="23">Début le :</TD><TD
width="91"><table width="91px" cellspacing=0 id="bzA29"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA29" style="border:none;"><div
style="position:relative;"><INPUT TYPE="text" SIZE="8" NAME="A29"
VALUE="[%A29%]" onkeypress="return JJMMAA(event,'JJ/MM/AAAA');"
onblur="reinit(event,'JJ/MM/AAAA');VerifRegExp(this,'^([1-9]|[0-2]\\d|3[0-1])\\/((0){0,1}[1-9]|1[0-2])\\/\\d{1,4}$');"
onfocus="var b=(this.value.length==0);init(event,'JJ/MM/AAAA');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
onchange="_T34(event)" id="A29" class="SAI[%SI%]A29..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding paddingCalendrierA29"
TABINDEX="1919951673"[%SI%]A29..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A29..ETAT=4[%ALORS%] DISABLED[%FIN%]><div
style="position:absolute;right:1px;top:1px;[%SI%]A29..BOUTONCALENDRIER=0[%ALORS%]display:none;[%FIN%]"><a[%SI%]A29..ETAT=0[%ALORS%]
href="javascript:{}"
onclick="clSAI_DATE2_CAL.Affiche(event,_PAGE_.A29)"[%FIN%]><DYN_HREF
name="A29" href="javascript:{}"
onclick="clSAI_DATE2_CAL.Affiche(event,_PAGE_.A29)"><img
style="vertical-align:top"
src="[%_PROJET_WEB_%]res/Calendar150_iStyleGentle__Light.png"
alt="..."></a></div></div></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="float:left;margin:0px 0px 0px
6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:69px;width:auto
!important;width:69px;"><TABLE width="69" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="69px"><table id="czA65"
style="[%SI%]A65..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="23" width="69" valign="top"><TABLE width="69"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="25" class="Normal[%SI%]A65..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzA65" height="23">à :</TD><TD
width="44"><table width="44px" cellspacing=0 id="bzA65"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA65" style="border:none;"><INPUT TYPE="text"
SIZE="4" NAME="A65" VALUE="[%A65%]" onkeypress="return
HHMM(event,'HH:MM');"
onblur="reinit(event,'HH:MM');VerifRegExp(this,'^(\\d|[0-1]\\d|2[0-4])

\\d|[0-5]\\d)$');"
onfocus="var b=(this.value.length==0);init(event,'HH:MM');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="A65" class="SAI[%SI%]A65..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
TABINDEX="1919951674"[%SI%]A65..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A65..ETAT=4[%ALORS%]
DISABLED[%FIN%]></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="float:left;margin:0px 0px 0px
40px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:152px;width:auto
!important;width:152px;"><TABLE width="152" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="152px"><table id="czA66"
style="[%SI%]A66..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="23" width="152" valign="top"><TABLE width="152"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="61" class="Normal[%SI%]A66..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzA66" height="23">Fin le :</TD><TD
width="91"><table width="91px" cellspacing=0 id="bzA66"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA66" style="border:none;"><div
style="position:relative;"><INPUT TYPE="text" SIZE="8" NAME="A66"
VALUE="[%A66%]" onkeypress="return JJMMAA(event,'JJ/MM/AAAA');"
onblur="reinit(event,'JJ/MM/AAAA');VerifRegExp(this,'^([1-9]|[0-2]\\d|3[0-1])\\/((0){0,1}[1-9]|1[0-2])\\/\\d{1,4}$');"
onfocus="var b=(this.value.length==0);init(event,'JJ/MM/AAAA');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
onchange="_T35(event)" id="A66" class="SAI[%SI%]A66..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding paddingCalendrierA66"
TABINDEX="1919951675"[%SI%]A66..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A66..ETAT=4[%ALORS%] DISABLED[%FIN%]><div
style="position:absolute;right:1px;top:1px;[%SI%]A66..BOUTONCALENDRIER=0[%ALORS%]display:none;[%FIN%]"><a[%SI%]A66..ETAT=0[%ALORS%]
href="javascript:{}"
onclick="clALIAS0.Affiche(event,_PAGE_.A66)"[%FIN%]><DYN_HREF
name="A66" href="javascript:{}"
onclick="clALIAS0.Affiche(event,_PAGE_.A66)"><img
style="vertical-align:top"
src="[%_PROJET_WEB_%]res/Calendar150_iStyleGentle__Light.png"
alt="..."></a></div></div></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="float:left;margin:0px 0px 0px
6px;display:inline;min-height:23px;height:auto
!important;height:23px;"><div style="min-width:69px;width:auto
!important;width:69px;"><TABLE width="69" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="69px"><table id="czA67"
style="[%SI%]A67..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="23" width="69" valign="top"><TABLE width="69"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="25" class="Normal[%SI%]A67..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzA67" height="23">à :</TD><TD
width="44"><table width="44px" cellspacing=0 id="bzA67"
style="height:23px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA67" style="border:none;"><INPUT TYPE="text"
SIZE="4" NAME="A67" VALUE="[%A67%]" onkeypress="return
HHMM(event,'HH:MM');"
onblur="reinit(event,'HH:MM');VerifRegExp(this,'^(\\d|[0-1]\\d|2[0-4])

\\d|[0-5]\\d)$');"
onfocus="var b=(this.value.length==0);init(event,'HH:MM');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="A67" class="SAI[%SI%]A67..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
TABINDEX="1919951676"[%SI%]A67..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A67..ETAT=4[%ALORS%]
DISABLED[%FIN%]></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div></div><div style="clear:left;float:left;margin:20px
0px 0px 6px;display:inline;min-width:540px;width:auto
!important;width:540px;min-height:24px;height:auto
!important;height:24px;"><div
style="float:left;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:265px;width:auto
!important;width:265px;"><TABLE width="265" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="265px"><table id="czA56"
style="[%SI%]A56..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="24" width="265" valign="top"><TABLE width="265"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="106" class="Normal[%SI%]A56..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzA56" height="24">Chauffeur :</TD><TD
width="159"><table width="159px" cellspacing=0 id="bzA56"
style="height:24px;border-collapse:separate;_border-collapse:collapse;border:0;outline:none;"><tr><td
valign="middle" id="tzA56" style="border:none;"><select
NAME="[%A56..ALIAS%]" SIZE=1 id="A56"
class="SAI[%SI%]A56..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
TABINDEX="1130320604"[%SI%]A56..ETAT=1[%ALORS%]
DISABLED[%FIN%][%SI%]A56..ETAT=4[%ALORS%]
DISABLED[%FIN%]><option[%A56..SELECTED%]
VALUE="[%A56%]">[%A56..VALEUR;1%]</option></select></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="float:left;margin:2px 0px 2px
6px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:19px;width:auto
!important;width:19px;"><input type="hidden" name="A8" value=""><table
id="tzA8" class="Normal[%SI%]A8..ETAT=4[%ALORS%] wbgrise[%FIN%]"
style="[%SI%]A8..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><tr
style="vertical-align:middle"><td
style="vertical-align:middle;height:20px;width:19px;"><label for="A8_1"
style="display:block;height:15px;position:relative;padding-left:20px;"><input
type="CHECKBOX" name="A8" value="1" id="A8_1"
style="position:absolute;left:0;margin-top:2px;_margin-top:1px;top:-1px
!important;_top:-4px !important;"[%A8[1]..CHECKED%]
TABINDEX="1919951670"[%SI%]A8..ETAT=1[%ALORS%]
DISABLED[%FIN%][%SI%]A8..ETAT=4[%ALORS%]
DISABLED[%FIN%]></label></td></tr></table></div></div><div
style="float:left;margin:2px 0px 2px
77px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]exclamation.png"
hspace=0 vspace=0 border=0 alt="" name="A83" id="A83" class="Image
padding"
style="[%SI%]A83..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"></div></div></div><div
style="clear:left;float:left;margin:6px 0px 0px
6px;display:inline;min-width:540px;width:auto
!important;width:540px;min-height:24px;height:auto
!important;height:24px;"><div
style="float:left;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:265px;width:auto
!important;width:265px;"><TABLE width="265" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="265px"><table id="czA57"
style="[%SI%]A57..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="24" width="265" valign="top"><TABLE width="265"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="106" class="Normal[%SI%]A57..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzA57" height="24">Tracteur :</TD><TD
width="159"><table width="159px" cellspacing=0 id="bzA57"
style="height:24px;border-collapse:separate;_border-collapse:collapse;border:0;outline:none;"><tr><td
valign="middle" id="tzA57" style="border:none;"><select
NAME="[%A57..ALIAS%]" SIZE=1 id="A57"
class="SAI[%SI%]A57..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
TABINDEX="1855774577"[%SI%]A57..ETAT=1[%ALORS%]
DISABLED[%FIN%][%SI%]A57..ETAT=4[%ALORS%]
DISABLED[%FIN%]><option[%A57..SELECTED%]
VALUE="[%A57%]">[%A57..VALEUR;1%]</option></select></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="float:left;margin:2px 0px 2px
6px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><input type="hidden" name="A20" value=""><table
id="tzA20" class="Normal[%SI%]A20..ETAT=4[%ALORS%] wbgrise[%FIN%]"
style="[%SI%]A20..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><tr
style="vertical-align:middle"><td
style="vertical-align:middle;height:20px;width:20px;"><label for="A20_1"
style="display:block;height:15px;position:relative;padding-left:20px;"><input
type="CHECKBOX" name="A20" value="1" id="A20_1"
style="position:absolute;left:0;margin-top:2px;_margin-top:1px;top:-1px
!important;_top:-4px !important;"[%A20[1]..CHECKED%]
TABINDEX="1919951671"[%SI%]A20..ETAT=1[%ALORS%]
DISABLED[%FIN%][%SI%]A20..ETAT=4[%ALORS%]
DISABLED[%FIN%]></label></td></tr></table></div></div><div
style="float:left;margin:2px 0px 2px
76px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]exclamation.png"
hspace=0 vspace=0 border=0 alt="" name="A163" id="A163" class="Image
padding"
style="[%SI%]A163..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"></div></div></div><div
style="clear:left;float:left;margin:6px 0px 0px
6px;display:inline;min-width:540px;width:auto
!important;width:540px;min-height:24px;height:auto
!important;height:24px;"><div
style="float:left;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:265px;width:auto
!important;width:265px;"><TABLE width="265" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="265px"><table id="czA58"
style="[%SI%]A58..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="24" width="265" valign="top"><TABLE width="265"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="106" class="Normal[%SI%]A58..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzA58" height="24">Remorque :</TD><TD
width="159"><table width="159px" cellspacing=0 id="bzA58"
style="height:24px;border-collapse:separate;_border-collapse:collapse;border:0;outline:none;"><tr><td
valign="middle" id="tzA58" style="border:none;"><select
NAME="[%A58..ALIAS%]" SIZE=1 id="A58"
class="SAI[%SI%]A58..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
TABINDEX="1855774578"[%SI%]A58..ETAT=1[%ALORS%]
DISABLED[%FIN%][%SI%]A58..ETAT=4[%ALORS%]
DISABLED[%FIN%]><option[%A58..SELECTED%]
VALUE="[%A58%]">[%A58..VALEUR;1%]</option></select></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div><div style="float:left;margin:2px 0px 2px
6px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><input type="hidden" name="A28" value=""><table
id="tzA28" class="Normal[%SI%]A28..ETAT=4[%ALORS%] wbgrise[%FIN%]"
style="[%SI%]A28..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><tr
style="vertical-align:middle"><td
style="vertical-align:middle;height:20px;width:20px;"><label for="A28_1"
style="display:block;height:15px;position:relative;padding-left:20px;"><input
type="CHECKBOX" name="A28" value="1" id="A28_1"
style="position:absolute;left:0;margin-top:2px;_margin-top:1px;top:-1px
!important;_top:-4px !important;"[%A28[1]..CHECKED%]
TABINDEX="1919951672"[%SI%]A28..ETAT=1[%ALORS%]
DISABLED[%FIN%][%SI%]A28..ETAT=4[%ALORS%]
DISABLED[%FIN%]></label></td></tr></table></div></div><div
style="float:left;margin:2px 0px 2px
76px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]exclamation.png"
hspace=0 vspace=0 border=0 alt="" name="A165" id="A165" class="Image
padding"
style="[%SI%]A165..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"></div></div></div><div
style="clear:left;float:left;margin:42px 0px
0px;display:inline;min-height:84px;height:auto
!important;height:84px;"><div style="min-width:546px;width:auto
!important;width:546px;"><input type=hidden name="A127"
value="[%A127%]"><input type=hidden name="A127_DEB"
value="[%A127..PREMIERVISIBLE%]"><input type=hidden name="_A127_OCC"
value="[%A127..OCCURRENCE%]"><INPUT TYPE="hidden" SIZE="0"
NAME="A127_FORMAT_2" VALUE="" onkeypress="return
VerifSaisieNombre(event,'+99 999 999 999 999 999,99');"
onblur="reinitNombre(event,'+99 999 999 999 999 999,99',true,'
€');return
VerifRegExp(this,'^^(\\+|\\-){0,1}(\\d|'+_WW_SEPMILLIER_+'){1,22}('+_WW_SEPDECIMAL_+'(\\d|
){0,2}){0,1}$',true);" onfocus="var
b=(this.value.length==0);initNombre(event,'+99 999 999 999 999
999,99',true,' €');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="A127_FORMAT_2" class="padding" autocomplete="off"><INPUT
TYPE="hidden" SIZE="0" NAME="A127_FORMAT_3" VALUE="" onkeypress="return
VerifSaisieNombre(event,'+99 999 999 999 999 999,99');"
onblur="reinitNombre(event,'+99 999 999 999 999 999,99',true,'
€');return
VerifRegExp(this,'^^(\\+|\\-){0,1}(\\d|'+_WW_SEPMILLIER_+'){1,22}('+_WW_SEPDECIMAL_+'(\\d|
){0,2}){0,1}$',true);" onfocus="var
b=(this.value.length==0);initNombre(event,'+99 999 999 999 999
999,99',true,' €');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="A127_FORMAT_3" class="padding" autocomplete="off"><INPUT
TYPE="hidden" SIZE="0" NAME="A127_FORMAT_4" VALUE="" onkeypress="return
VerifSaisieNombre(event,'+99 999 999 999 999 999,99');"
onblur="reinitNombre(event,'+99 999 999 999 999 999,99',true,'
€');return
VerifRegExp(this,'^^(\\+|\\-){0,1}(\\d|'+_WW_SEPMILLIER_+'){1,22}('+_WW_SEPDECIMAL_+'(\\d|
){0,2}){0,1}$',true);" onfocus="var
b=(this.value.length==0);initNombre(event,'+99 999 999 999 999
999,99',true,' €');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="A127_FORMAT_4" class="padding" autocomplete="off"
multiple="multiple"><INPUT TYPE="hidden" SIZE="0" NAME="A127_FORMAT_5"
VALUE="" onkeypress="return VerifSaisieNombre(event,'+99 999 999 999 999
999,99');" onblur="reinitNombre(event,'+99 999 999 999 999
999,99',true,' €');return
VerifRegExp(this,'^^(\\+|\\-){0,1}(\\d|'+_WW_SEPMILLIER_+'){1,22}('+_WW_SEPDECIMAL_+'(\\d|
){0,2}){0,1}$',true);" onfocus="var
b=(this.value.length==0);initNombre(event,'+99 999 999 999 999
999,99',true,' €');var
s=this.value;if(b=(b&&(s.length>0)))this.value='';;if(b&&(this.value.length==0)){this.value=s;SetPositionCaret(this,0);}"
id="A127_FORMAT_5" class="padding" autocomplete="off"><table
id="ctzA127" cellspacing=0 cellpadding=0 width="546"
style="[%SI%]A127..VISIBLE=0[%ALORS%]border-collapse:separate;[%SI%]A127..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%][%FIN%]">
<tr style="border:0" id="ttA127"><td id="tzcA127"
style="width:100%;border-bottom-width:0"><div
style="overflow:hidden;width:530px;"><table id="A127_TITRES_POS"
cellspacing=0 width="100%"
style="[%SI%]A127..VISIBLE=0[%ALORS%]border-collapse:separate;[%FIN%]"><tr
id="A127_TITRES">[%SI%]A127..CODEHTML_30_0!=0[%ALORS%]<td id="ttA128"
class="Titre-Colonne[%SI%]A128..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A128..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA128"><div id="A127_TITRES_0" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA128">N°</td></tr></table></div></div></td>[%FIN%]
[%SI%]A127..CODEHTML_30_1!=0[%ALORS%]<td id="ttA129"
class="Titre-Colonne[%SI%]A129..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A129..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA129"><div id="A127_TITRES_1" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne
ttA129">Produit</td></tr></table></div></div></td>[%FIN%]
[%SI%]A127..CODEHTML_30_2!=0[%ALORS%]<td id="ttA130"
class="Titre-Colonne[%SI%]A130..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A130..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA130"><div id="A127_TITRES_2" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA130">Qté
origine</td></tr></table></div></div></td>[%FIN%]
[%SI%]A127..CODEHTML_30_3!=0[%ALORS%]<td id="ttA61"
class="Titre-Colonne[%SI%]A61..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A61..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA61"><div id="A127_TITRES_3" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA61">Qté
réelle</td></tr></table></div></div></td>[%FIN%]
[%SI%]A127..CODEHTML_30_4!=0[%ALORS%]<td id="ttA131"
class="Titre-Colonne[%SI%]A131..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A131..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA131"><div id="A127_TITRES_4" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA131">Qté
départ</td></tr></table></div></div></td>[%FIN%]
[%SI%]A127..CODEHTML_30_5!=0[%ALORS%]<td id="ttA132"
class="Titre-Colonne[%SI%]A132..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A132..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA132"><div id="A127_TITRES_5" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA132">Qté
arrivée</td></tr></table></div></div></td>[%FIN%]
[%SI%]A127..CODEHTML_30_6!=0[%ALORS%]<td id="ttA125"
class="Titre-Colonne[%SI%]A125..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A125..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA125"><div id="A127_TITRES_6" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA125">Unité</td></tr></table></div><div
style="width:14px;height:0"><!-- --></div></div></td>[%FIN%]
</tr>
<tr style="border:0">[%SI%]A127..CODEHTML_30_0!=0[%ALORS%]<td
class="wbcolA128"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
[%SI%]A127..CODEHTML_30_1!=0[%ALORS%]<td class="wbcolA129"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
[%SI%]A127..CODEHTML_30_2!=0[%ALORS%]<td class="wbcolA130"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
[%SI%]A127..CODEHTML_30_3!=0[%ALORS%]<td class="wbcolA61"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
[%SI%]A127..CODEHTML_30_4!=0[%ALORS%]<td class="wbcolA131"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
[%SI%]A127..CODEHTML_30_5!=0[%ALORS%]<td class="wbcolA132"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
[%SI%]A127..CODEHTML_30_6!=0[%ALORS%]<td class="wbcolA125"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
</tr></table></div></td><td></td></tr>
<tr><td id="tzdA127" style="width:100%;border-top-width:0;"><div
style="overflow-x:auto;overflow-y:hidden;width:530px;height:56px;position:relative;z-index:1"><div
style="position:relative;width:100%" id="A127_POS"><table id="A127_TB"
cellspacing=0 width="100%"
style="[%SI%]A127..VISIBLE=0[%ALORS%]border-collapse:separate;[%FIN%]height:56px">[%COMMENT_DEBUT%]
{ thead : { contenu : [ { debut : "<tr style=\"border:0\"
id=\"ttA127\">",contenu : [ "[%SI%]A127..CODEHTML_30_0!=0[%ALORS%]<td
id=\"ttA128\" class=\"Titre-Colonne[%SI%]A128..ETATCOLCALCUL=4[%ALORS%]
wbgrise[%FIN%]
[%SI%]A128..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA128\"><div id=\"A127_TITRES_0\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne
ttA128\">N°</td></tr></table></div></div></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_1!=0[%ALORS%]<td id=\"ttA129\"
class=\"Titre-Colonne[%SI%]A129..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A129..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA129\"><div id=\"A127_TITRES_1\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne
ttA129\">Produit</td></tr></table></div></div></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_2!=0[%ALORS%]<td id=\"ttA130\"
class=\"Titre-Colonne[%SI%]A130..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A130..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA130\"><div id=\"A127_TITRES_2\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne ttA130\">Qté
origine</td></tr></table></div></div></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_3!=0[%ALORS%]<td id=\"ttA61\"
class=\"Titre-Colonne[%SI%]A61..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A61..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA61\"><div id=\"A127_TITRES_3\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne ttA61\">Qté
réelle</td></tr></table></div></div></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_4!=0[%ALORS%]<td id=\"ttA131\"
class=\"Titre-Colonne[%SI%]A131..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A131..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA131\"><div id=\"A127_TITRES_4\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne ttA131\">Qté
départ</td></tr></table></div></div></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_5!=0[%ALORS%]<td id=\"ttA132\"
class=\"Titre-Colonne[%SI%]A132..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A132..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA132\"><div id=\"A127_TITRES_5\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne ttA132\">Qté
arrivée</td></tr></table></div></div></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_6!=0[%ALORS%]<td id=\"ttA125\"
class=\"Titre-Colonne[%SI%]A125..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A125..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA125\"><div id=\"A127_TITRES_6\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne ttA125\">Unité</td></tr></table></div><div
style=\"width:14px;height:0\">[%COMMENT%]</div></div></td>[%FIN%]" ]
,fin : "</tr>" } , { debut : "<tr style=\"border:0\">",contenu : [
"[%SI%]A127..CODEHTML_30_0!=0[%ALORS%]<td class=\"wbcolA128\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_1!=0[%ALORS%]<td class=\"wbcolA129\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_2!=0[%ALORS%]<td class=\"wbcolA130\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_3!=0[%ALORS%]<td class=\"wbcolA61\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_4!=0[%ALORS%]<td class=\"wbcolA131\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_5!=0[%ALORS%]<td class=\"wbcolA132\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ,
"[%SI%]A127..CODEHTML_30_6!=0[%ALORS%]<td class=\"wbcolA125\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ] ,fin :
"</tr>" } ] } ,tbody : { contenu : [ { debut : " <tr
class=\"Lignes-Impaires[%SI%]A127..ETAT=4[%ALORS%] wbgrise[%FIN%]
padding\" id=\"A127_[%_INDICE_%]\"
style=\"visibility:hidden;height:23px\">",contenu : [ "<td
height=\"21\" class=\"l-5[%SI%]A128..ETATCOLCALCUL=4[%ALORS%]
wbgrise[%FIN%]
[%SI%]A128..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA128 communbc-A128 padding\" id=\"c[%A127%]-A128\"
onclick=\"clA127.OnSelectLigne([%_INDICE_%],0,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA128\"><div
id=\"A127_[%_INDICE_%]_0\"
style=\"padding-left:1px;\"></div></div></td>" , "<td height=\"21\"
class=\"l-6[%SI%]A129..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A129..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA129 communbc-A129 padding\" id=\"c[%A127%]-A129\"
onclick=\"clA127.OnSelectLigne([%_INDICE_%],1,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA129\"><div
id=\"A127_[%_INDICE_%]_1\"
style=\"padding-left:1px;\"></div></div></td>" , "<td height=\"21\"
class=\"l-7[%SI%]A130..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A130..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA130 communbc-A130 padding\" id=\"c[%A127%]-A130\"
onclick=\"clA127.OnSelectLigne([%_INDICE_%],2,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA130\"><div
id=\"A127_[%_INDICE_%]_2\"
style=\"padding-right:1px;\"></div></div></td>" , "<td height=\"21\"
class=\"l-7[%SI%]A61..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A61..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA61 communbc-A61 padding\" id=\"c[%A127%]-A61\"
onclick=\"clA127.OnSelectLigne([%_INDICE_%],3,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA61\"><div
id=\"A127_[%_INDICE_%]_3\"
style=\"padding-right:1px;\"></div></div></td>" , "<td height=\"21\"
class=\"l-7[%SI%]A131..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A131..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA131 communbc-A131 padding\" id=\"c[%A127%]-A131\"
onclick=\"clA127.OnSelectLigne([%_INDICE_%],4,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA131\"><div
id=\"A127_[%_INDICE_%]_4\"
style=\"padding-right:1px;\"></div></div></td>" , "<td height=\"21\"
class=\"l-7[%SI%]A132..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A132..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA132 communbc-A132 padding\" id=\"c[%A127%]-A132\"
onclick=\"clA127.OnSelectLigne([%_INDICE_%],5,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA132\"><div
id=\"A127_[%_INDICE_%]_5\"
style=\"padding-right:1px;\"></div></div></td>" , "<td height=\"21\"
class=\"l-6[%SI%]A125..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A125..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA125 communbc-A125 padding\" id=\"c[%A127%]-A125\"
onclick=\"clA127.OnSelectLigne([%_INDICE_%],6,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA125\"><div
id=\"A127_[%_INDICE_%]_6\" style=\"padding-left:1px;\"></div></div><div
style=\"width:14px;height:0\">[%COMMENT%]</div></td>" ] ,fin : "</tr>"
} ] } } [%COMMENT_FIN%]<tr><td></td></tr></table></div><table
style="position:absolute;top:0;left:0;width:100%;border:solid 2px
#B4B4B4;height:100%;visibility:hidden;z-index:100"
id="A127_MASQUE"><tr><td align="center" valign="middle"><img
src="[%_PROJET_WEB_%]res/Timer150%20iStyle.gif"
alt="none"></td></tr></table><table
style="position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;z-index:101"
id="A127_MASQUETR"><tr><td align="center" valign="middle"><!--
--></td></tr></table></div></td><td
style="width:16px;height:56px;vertical-align:top"><div
style="width:16px"><div
style="position:absolute;overflow-x:hidden;width:16px;height:56px"><div
style="position:absolute;left:-4px;width:20px;height:56px;overflow-x:hidden;overflow-y:auto"><div
style="width:1px;height:1px;overflow:hidden"
id="A127_SB"></div></div></div></div></td></tr>
</table></div></div><div style="clear:left;float:left;margin:37px 0px
0px;display:inline;min-height:41px;height:auto
!important;height:41px;"><div style="min-width:546px;width:auto
!important;width:546px;"><table width="546px" cellspacing=0 id="bzA136"
style="[%SI%]A136..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]height:41px;border-collapse:separate;_border-collapse:collapse;border:0;outline:none;"><tr><td
valign="middle" id="tzA136" style="border:none;"><select
NAME="[%A136..ALIAS%]" SIZE=2 id="A136"
class="SAI[%SI%]A136..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
TABINDEX="163"[%SI%]A136..ETAT=1[%ALORS%]
DISABLED[%FIN%][%SI%]A136..ETAT=4[%ALORS%]
DISABLED[%FIN%]><option[%A136..SELECTED%]
VALUE="[%A136%]">[%A136..VALEUR;1%]</option></select></td></tr></table></div></div><div
style="clear:left;float:left;margin:6px 0px 0px
2px;display:inline;min-width:544px;width:auto
!important;width:544px;min-height:24px;height:auto
!important;height:24px;"><div style="float:left;margin:0px 0px
4px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]ajouter_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="A138" id="A138"
class="Image[%SI%]A138..ETAT=4[%ALORS%] wbgrise[%FIN%]
padding"[%SI%]A138..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A138..ETAT=4[%ALORS%] DISABLED[%FIN%]
style="[%SI%]A138..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"></div></div><div
style="float:left;margin:2px 0px 6px
6px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:59px;width:auto
!important;width:59px;" class="lh0"><div
style="position:relative;width:59px;
[%SI%]A137..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"
id="czA137"><table><tr><td
style="width:59px;height:16px;"><a[%SI%]A137..ETAT=0[%ALORS%]
href="javascript:"[%FIN%] id="uzA137"
class="LIEN-Gauche-Non-Souligne[%SI%]A137..ETAT=4[%ALORS%]
wbgrise[%FIN%] wbp2etatsNS wbplanche wblien padding"
style="height:16px;display:block;background-image:url([%_PROJET_WEB_%]res/btn_98b6b2a6bf161397d872f94b1fc941faa55a6c3e.png);"
TABINDEX="164"[%SI%]A137..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A137..ETAT=4[%ALORS%] DISABLED[%FIN%]
rel="nofollow"><DYN_HREF name="uzA137"
href="javascript:"></a></td></tr></table><div id="dwwA137"
style="position:absolute;left:0px;top:0px;width:59px;height:16px;z-index:6;"><!--[if
!IE]> --><object data="[%_PROJET_WEB_%]res/WDUpload.swf" name="A137"
id="A137" width="59" height="16"
type="application/x-shockwave-flash"><param name="pluginurl"
value="
http://www.macromedia.com/go/getflashplayer"><!--
<![endif]-->[%_COMMENT_IF_IE_DEBUT_%]IE[%_COMMENT_IF_IE_FIN_%]<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
name="A137" id="A137" width="59" height="16"><param name="movie"
value="[%_PROJET_WEB_%]res/WDUpload.swf"><!--><!--pcs--><param
name="scale" value="exactfit"><param name="wmode"
value="transparent"><param name="loop" value="false"><param
name="allowFullScreen" value="false"></object><!--
<![endif]--></div></div></div></div><div style="float:left;margin:0px
0px 4px 6px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]supprimer_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="A147" id="A147"
class="Image[%SI%]A147..ETAT=4[%ALORS%] wbgrise[%FIN%]
padding"[%SI%]A147..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A147..ETAT=4[%ALORS%] DISABLED[%FIN%]
style="[%SI%]A147..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"></div></div><div
style="float:left;margin:0px 0px 0px
170px;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:263px;width:auto
!important;width:263px;"><TABLE width="263" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="263px"><table id="czA159"
style="[%SI%]A159..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]">
<tr><td height="24" width="263" valign="top"><TABLE width="263"
cellpadding=0 cellspacing=0 style="border-collapse:separate;">
<TR><TD width="111" class="Normal[%SI%]A159..ETAT=4[%ALORS%]
wbgrise[%FIN%] padding" id="lzA159" height="24">Type de document
:</TD><TD width="152"><table width="152px" cellspacing=0 id="bzA159"
style="height:24px;border-collapse:separate;_border-collapse:collapse;border:0;outline:none;"><tr><td
valign="middle" id="tzA159" style="border:none;"><select
NAME="[%A159..ALIAS%]" SIZE=1 id="A159"
class="SAI[%SI%]A159..ETAT=4[%ALORS%] wbgrise[%FIN%] padding"
TABINDEX="172"[%SI%]A159..ETAT=1[%ALORS%]
DISABLED[%FIN%][%SI%]A159..ETAT=4[%ALORS%]
DISABLED[%FIN%]><option[%A159..SELECTED%]
VALUE="[%A159%]">[%A159..VALEUR;1%]</option></select></td></tr></table></TD></TR>
</TABLE></td></tr></table></TD></TR>
</TABLE></div></div></div><div style="clear:left;float:left;margin:6px
0px 0px 465px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:81px;width:auto
!important;width:81px;"><img src="[%_PROJET_WEB_%]AND01370d_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="A148" id="A148"
class="Image[%SI%]A148..ETAT=4[%ALORS%] wbgrise[%FIN%]
padding"[%SI%]A148..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A148..ETAT=4[%ALORS%] DISABLED[%FIN%]
style="[%SI%]A148..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"></div></div><div
style="clear:left;float:left;margin:5px 0px
0px;display:inline;min-height:15px;height:auto !important;height:15px;"
class="lh0"><div style="min-width:546px;width:auto
!important;width:546px;" class="lh0"><table width="124px"
style="height:15px;"><tr><td class="Normal padding"
id="tzA154">Documents associés</td></tr></table></div></div><div
style="clear:left;float:left;margin:6px 0px
0px;display:inline;min-height:96px;height:auto
!important;height:96px;"><div style="min-width:546px;width:auto
!important;width:546px;"><input type=hidden name="A149"
value="[%A149%]"><input type=hidden name="A149_DEB"
value="[%A149..PREMIERVISIBLE%]"><input type=hidden name="_A149_OCC"
value="[%A149..OCCURRENCE%]"><table id="ctzA149" cellspacing=0
cellpadding=0 width="546"
style="[%SI%]A149..VISIBLE=0[%ALORS%]border-collapse:separate;[%SI%]A149..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%][%FIN%]">
<tr style="border:0" id="ttA149"><td id="tzcA149"
style="width:100%;border-bottom-width:0"><div
style="overflow:hidden;width:530px;"><table id="A149_TITRES_POS"
cellspacing=0 width="100%"
style="[%SI%]A149..VISIBLE=0[%ALORS%]border-collapse:separate;[%FIN%]"><tr
id="A149_TITRES">[%SI%]A149..CODEHTML_30_0!=0[%ALORS%]<td id="ttA150"
class="Titre-Colonne[%SI%]A150..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A150..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA150"><div id="A149_TITRES_0" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA150">CLE</td></tr></table></div><img
src="[%_PROJET_WEB_%]res/TableTri.gif"
style="position:absolute;top:1px;left:1px[%SI%]A150..TRIABLE=0[%ALORS%];display:none[%FIN%]"
id="A149_TITRES_TRI_0" onclick="clA149.OnTriColonne(0,event)"
alt="none"><img src="[%_PROJET_WEB_%]res/TableCherche.gif"
style="position:absolute;bottom:1px;right:1px[%SI%]A150..RECHERCHABLE=0[%ALORS%];display:none[%FIN%]"
id="A149_TITRES_RECH_0" alt=""></div></td><td
style="position:relative;_position:static;height:100%;"
class="wbtablesep "><div
onmousedown="clA149.OnRedimCol(event,[%A149..CODEHTML_31_0%],14)"
style="width:1px;cursor:col-resize;;overflow:hidden;position:absolute;_position:relative;top:0;bottom:0;_height:100%"><!--
--></div></td>[%FIN%]
[%SI%]A149..CODEHTML_30_1!=0[%ALORS%]<td id="ttA151"
class="Titre-Colonne[%SI%]A151..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A151..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA151"><div id="A149_TITRES_1" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA151">Nom</td></tr></table></div></div></td>[%FIN%]
[%SI%]A149..CODEHTML_30_2!=0[%ALORS%]<td id="ttA152"
class="Titre-Colonne[%SI%]A152..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A152..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA152"><div id="A149_TITRES_2" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA152">CHEMIN</td></tr></table></div><img
src="[%_PROJET_WEB_%]res/TableTri.gif"
style="position:absolute;top:1px;left:1px[%SI%]A152..TRIABLE=0[%ALORS%];display:none[%FIN%]"
id="A149_TITRES_TRI_2" onclick="clA149.OnTriColonne(2,event)"
alt="none"><img src="[%_PROJET_WEB_%]res/TableCherche.gif"
style="position:absolute;bottom:1px;right:1px[%SI%]A152..RECHERCHABLE=0[%ALORS%];display:none[%FIN%]"
id="A149_TITRES_RECH_2" alt=""></div></td><td
style="position:relative;_position:static;height:100%;"
class="wbtablesep "><div
onmousedown="clA149.OnRedimCol(event,[%A149..CODEHTML_31_2%],14)"
style="width:1px;cursor:col-resize;;overflow:hidden;position:absolute;_position:relative;top:0;bottom:0;_height:100%"><!--
--></div></td>[%FIN%]
[%SI%]A149..CODEHTML_30_3!=0[%ALORS%]<td id="ttA153"
class="Titre-Colonne[%SI%]A153..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A153..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding" style="border-left-width:0;border-top-width:0;"><div
style="overflow:hidden;height:24px;position:relative"
class="wbcolA153"><div id="A149_TITRES_3" style=""><table
style="width:100%"><tr><td style="border:0;height:24px"
class="Titre-Colonne ttA153">Type de
document</td></tr></table></div><div style="width:-1px;height:0"><!--
--></div></div></td>[%FIN%]
</tr>
<tr style="border:0">[%SI%]A149..CODEHTML_30_0!=0[%ALORS%]<td
class="wbcolA150"
style="border-left-width:0;border-top-width:0;"></td><td
style="position:relative;_position:static;height:100%;"
class="wbtablesep "></td>[%FIN%]
[%SI%]A149..CODEHTML_30_1!=0[%ALORS%]<td class="wbcolA151"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
[%SI%]A149..CODEHTML_30_2!=0[%ALORS%]<td class="wbcolA152"
style="border-left-width:0;border-top-width:0;"></td><td
style="position:relative;_position:static;height:100%;"
class="wbtablesep "></td>[%FIN%]
[%SI%]A149..CODEHTML_30_3!=0[%ALORS%]<td class="wbcolA153"
style="border-left-width:0;border-top-width:0;"></td>[%FIN%]
</tr></table></div></td><td></td></tr>
<tr><td id="tzdA149" style="width:100%;border-top-width:0;"><div
style="overflow-x:auto;overflow-y:hidden;width:530px;height:68px;position:relative;z-index:1"><div
style="position:relative;width:100%" id="A149_POS"><table id="A149_TB"
cellspacing=0 width="100%"
style="[%SI%]A149..VISIBLE=0[%ALORS%]border-collapse:separate;[%FIN%]height:68px">[%COMMENT_DEBUT%]
{ thead : { contenu : [ { debut : "<tr style=\"border:0\"
id=\"ttA149\">",contenu : [ "[%SI%]A149..CODEHTML_30_0!=0[%ALORS%]<td
id=\"ttA150\" class=\"Titre-Colonne[%SI%]A150..ETATCOLCALCUL=4[%ALORS%]
wbgrise[%FIN%]
[%SI%]A150..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA150\"><div id=\"A149_TITRES_0\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne ttA150\">CLE</td></tr></table></div><img
src=\"[%_PROJET_WEB_%]res/TableTri.gif\"
style=\"position:absolute;top:1px;left:1px[%SI%]A150..TRIABLE=0[%ALORS%];display:none[%FIN%]\"
id=\"A149_TITRES_TRI_0\" onclick=\"clA149.OnTriColonne(0,event)\"
alt=\"none\"><img src=\"[%_PROJET_WEB_%]res/TableCherche.gif\"
style=\"position:absolute;bottom:1px;right:1px[%SI%]A150..RECHERCHABLE=0[%ALORS%];display:none[%FIN%]\"
id=\"A149_TITRES_RECH_0\" alt=\"\"></div></td><td
style=\"position:relative;_position:static;height:100%;\"
class=\"wbtablesep \"><div
onmousedown=\"clA149.OnRedimCol(event,[%A149..CODEHTML_31_0%],14)\"
style=\"width:1px;cursor:col-resize;;overflow:hidden;position:absolute;_position:relative;top:0;bottom:0;_height:100%\">[%COMMENT%]</div></td>[%FIN%]"
, "[%SI%]A149..CODEHTML_30_1!=0[%ALORS%]<td id=\"ttA151\"
class=\"Titre-Colonne[%SI%]A151..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A151..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA151\"><div id=\"A149_TITRES_1\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne
ttA151\">Nom</td></tr></table></div></div></td>[%FIN%]" ,
"[%SI%]A149..CODEHTML_30_2!=0[%ALORS%]<td id=\"ttA152\"
class=\"Titre-Colonne[%SI%]A152..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A152..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA152\"><div id=\"A149_TITRES_2\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne ttA152\">CHEMIN</td></tr></table></div><img
src=\"[%_PROJET_WEB_%]res/TableTri.gif\"
style=\"position:absolute;top:1px;left:1px[%SI%]A152..TRIABLE=0[%ALORS%];display:none[%FIN%]\"
id=\"A149_TITRES_TRI_2\" onclick=\"clA149.OnTriColonne(2,event)\"
alt=\"none\"><img src=\"[%_PROJET_WEB_%]res/TableCherche.gif\"
style=\"position:absolute;bottom:1px;right:1px[%SI%]A152..RECHERCHABLE=0[%ALORS%];display:none[%FIN%]\"
id=\"A149_TITRES_RECH_2\" alt=\"\"></div></td><td
style=\"position:relative;_position:static;height:100%;\"
class=\"wbtablesep \"><div
onmousedown=\"clA149.OnRedimCol(event,[%A149..CODEHTML_31_2%],14)\"
style=\"width:1px;cursor:col-resize;;overflow:hidden;position:absolute;_position:relative;top:0;bottom:0;_height:100%\">[%COMMENT%]</div></td>[%FIN%]"
, "[%SI%]A149..CODEHTML_30_3!=0[%ALORS%]<td id=\"ttA153\"
class=\"Titre-Colonne[%SI%]A153..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A153..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
padding\" style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow:hidden;height:24px;position:relative\"
class=\"wbcolA153\"><div id=\"A149_TITRES_3\" style=\"\"><table
style=\"width:100%\"><tr><td style=\"border:0;height:24px\"
class=\"Titre-Colonne ttA153\">Type de
document</td></tr></table></div><div
style=\"width:-1px;height:0\">[%COMMENT%]</div></div></td>[%FIN%]" ]
,fin : "</tr>" } , { debut : "<tr style=\"border:0\">",contenu : [
"[%SI%]A149..CODEHTML_30_0!=0[%ALORS%]<td class=\"wbcolA150\"
style=\"border-left-width:0;border-top-width:0;\"></td><td
style=\"position:relative;_position:static;height:100%;\"
class=\"wbtablesep \"></td>[%FIN%]" ,
"[%SI%]A149..CODEHTML_30_1!=0[%ALORS%]<td class=\"wbcolA151\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ,
"[%SI%]A149..CODEHTML_30_2!=0[%ALORS%]<td class=\"wbcolA152\"
style=\"border-left-width:0;border-top-width:0;\"></td><td
style=\"position:relative;_position:static;height:100%;\"
class=\"wbtablesep \"></td>[%FIN%]" ,
"[%SI%]A149..CODEHTML_30_3!=0[%ALORS%]<td class=\"wbcolA153\"
style=\"border-left-width:0;border-top-width:0;\"></td>[%FIN%]" ] ,fin :
"</tr>" } ] } ,tbody : { contenu : [ { debut : " <tr
class=\"Lignes-Impaires[%SI%]A149..ETAT=4[%ALORS%] wbgrise[%FIN%]
padding\" id=\"A149_[%_INDICE_%]\"
style=\"visibility:hidden;height:19px\">",contenu : [ "<td
height=\"17\" class=\"l-5[%SI%]A150..ETATCOLCALCUL=4[%ALORS%]
wbgrise[%FIN%]
[%SI%]A150..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA150 communbc-A150 padding\" id=\"c[%A149%]-A150\"
onclick=\"clA149.OnSelectLigne([%_INDICE_%],0,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA150\"><div
id=\"A149_[%_INDICE_%]_0\"
style=\"padding-left:1px;\"></div></div></td><td
style=\"position:relative;_position:static;\" class=\"wbtablesep \"><div
onmousedown=\"clA149.OnRedimCol(event,[%A149..CODEHTML_31_0%],14)\"
style=\"width:1px;cursor:col-resize;;overflow:hidden;position:absolute;_position:relative;top:0;bottom:0;_height:100%\">[%COMMENT%]</div></td>"
, "<td height=\"17\" class=\"l-0[%SI%]A151..ETATCOLCALCUL=4[%ALORS%]
wbgrise[%FIN%]
[%SI%]A151..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA151 communbc-A151 padding\" id=\"c[%A149%]-A151\"
onclick=\"clA149.OnSelectLigne([%_INDICE_%],1,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA151\"><div
id=\"A149_[%_INDICE_%]_1\"
style=\"padding-left:1px;\"></div></div></td>" , "<td height=\"17\"
class=\"l-0[%SI%]A152..ETATCOLCALCUL=4[%ALORS%] wbgrise[%FIN%]
[%SI%]A152..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA152 communbc-A152 padding\" id=\"c[%A149%]-A152\"
onclick=\"clA149.OnSelectLigne([%_INDICE_%],2,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA152\"><div
id=\"A149_[%_INDICE_%]_2\"
style=\"padding-left:1px;\"></div></div></td><td
style=\"position:relative;_position:static;\" class=\"wbtablesep \"><div
onmousedown=\"clA149.OnRedimCol(event,[%A149..CODEHTML_31_2%],14)\"
style=\"width:1px;cursor:col-resize;;overflow:hidden;position:absolute;_position:relative;top:0;bottom:0;_height:100%\">[%COMMENT%]</div></td>"
, "<td height=\"17\" class=\"l-6[%SI%]A153..ETATCOLCALCUL=4[%ALORS%]
wbgrise[%FIN%]
[%SI%]A153..DERNIEREVISIBLE=1[%ALORS%]wbDerniereColonneVisible[%FIN%]
wbcolA153 communbc-A153 padding\" id=\"c[%A149%]-A153\"
onclick=\"clA149.OnSelectLigne([%_INDICE_%],3,event)\"
style=\"border-left-width:0;border-top-width:0;\"><div
style=\"overflow-x:hidden\" class=\"wbcolA153\"><div
id=\"A149_[%_INDICE_%]_3\" style=\"padding-left:1px;\"></div></div><div
style=\"width:-1px;height:0\">[%COMMENT%]</div></td>" ] ,fin : "</tr>"
} ] } } [%COMMENT_FIN%]<tr><td></td></tr></table></div><table
style="position:absolute;top:0;left:0;width:100%;border:solid 2px
#B4B4B4;height:100%;visibility:hidden;z-index:100"
id="A149_MASQUE"><tr><td align="center" valign="middle"><img
src="[%_PROJET_WEB_%]res/Timer150%20iStyle.gif"
alt="none"></td></tr></table><table
style="position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;z-index:101"
id="A149_MASQUETR"><tr><td align="center" valign="middle"><!--
--></td></tr></table></div></td><td
style="width:16px;height:68px;vertical-align:top"><div
style="width:16px"><div
style="position:absolute;overflow-x:hidden;width:16px;height:68px"><div
style="position:absolute;left:-4px;width:20px;height:68px;overflow-x:hidden;overflow-y:auto"><div
style="width:1px;height:1px;overflow:hidden"
id="A149_SB"></div></div></div></div></td></tr>
</table></div></div><div style="clear:left;float:left;margin:6px 0px
0px 2px;display:inline;min-width:544px;width:auto
!important;width:544px;min-height:20px;height:auto
!important;height:20px;"><div
style="float:left;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]AND12435_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="A155" id="A155" class="Image
padding"></div></div><div style="float:left;margin:3px 0px 1px
6px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:53px;width:auto
!important;width:53px;" class="lh0"><table width="53px"
style="height:16px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" id="tzA156"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JSL(_PAGE_,'A156','_blank','','')}"
id="A156" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="170">Afficher</a></td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
12px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]AND01370d_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="A157" id="A157" class="Image
padding"></div></div><div style="float:left;margin:3px 0px 1px
6px;display:inline;min-height:16px;height:auto !important;height:16px;"
class="lh0"><div style="min-width:81px;width:auto
!important;width:81px;" class="lh0"><table width="81px"
style="height:16px;"><tr><td class="LIEN-Gauche-Non-Souligne"
valign="middle" id="tzA158"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JSL(_PAGE_,'A158','_self','','')}"
id="A158" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="171">Télécharger</a></td></tr></table></div></div><div
style="float:left;margin:0px 0px 0px
249px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:20px;width:auto
!important;width:20px;"><img src="[%_PROJET_WEB_%]supprimer_20_1.png"
hspace=0 vspace=0 border=0 alt="" name="A161" id="A161"
class="Image[%SI%]A161..ETAT=4[%ALORS%] wbgrise[%FIN%]
padding"[%SI%]A161..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A161..ETAT=4[%ALORS%] DISABLED[%FIN%]
style="[%SI%]A161..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"></div></div></div><div
style="clear:left;float:left;margin:37px 0px 0px
2px;display:inline;min-height:20px;height:auto
!important;height:20px;"><div style="min-width:544px;width:auto
!important;width:544px;"><img
src="[%_PROJET_WEB_%]res/valider_20_1_E4E18550_.png" hspace=0 vspace=0
border=0 alt="" name="A124" id="A124" class="Image padding"
style="[%SI%]A124..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"></div></div></td></tr><tr
style="height:1px"><td><div id="dwwA134"
style="position:absolute;left:353px;top:714px;z-index:35;
[%SI%]A134..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><table
width="193px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA134"><a
href="javascript:if(_PAGE_ADHERENT_SUIVIDOSSIERTABLEAU_SUB()){_JAEE(_PAGE_,'A134',16,2);}"
id="A134" class="LIEN-Gauche-Non-Souligne wblienHorsZTR padding"
TABINDEX="162">Revenir à l'état "A
compléter"</a></td></tr></table></div><div id="dwwA135"
style="position:absolute;left:327px;top:712px;width:20px;height:20px;z-index:36;
[%SI%]A135..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><img
src="[%_PROJET_WEB_%]stylo.png" hspace=0 vspace=0 border=0 alt=""
name="A135" id="A135" class="Image padding"></div><div id="dwwA168"
style="position:absolute;left:260px;top:714px;width:20px;height:20px;z-index:37;
[%SI%]A168..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><img
src="[%_PROJET_WEB_%]attente.png" hspace=0 vspace=0 border=0 alt=""
name="A168" id="A168" class="Image padding"></div><div id="dwwA141"
style="position:absolute;left:491px;top:509px;z-index:38;
[%SI%]A141..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><table
width="55px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne[%SI%]A141..ETAT=4[%ALORS%]
wbgrise[%FIN%]" valign="middle"
id="tzA141"><a[%SI%]A141..ETAT=0[%ALORS%]
href="javascript:_T36()"[%FIN%] id="A141"
class="LIEN-Gauche-Non-Souligne[%SI%]A141..ETAT=4[%ALORS%]
wbgrise[%FIN%] wblienHorsZTR padding"
TABINDEX="168"[%SI%]A141..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A141..ETAT=4[%ALORS%] DISABLED[%FIN%]><DYN_HREF
name="A141"
href="javascript:_T36()">Envoyer</a></td></tr></table></div><div
id="dwwA145" style="position:absolute;left:119px;top:479px;z-index:39;
[%SI%]A145..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><table
width="71px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne[%SI%]A145..ETAT=4[%ALORS%]
wbgrise[%FIN%]" valign="middle"
id="tzA145"><a[%SI%]A145..ETAT=0[%ALORS%]
href="javascript:_T37()"[%FIN%] id="A145"
class="LIEN-Gauche-Non-Souligne[%SI%]A145..ETAT=4[%ALORS%]
wbgrise[%FIN%] wblienHorsZTR padding"
TABINDEX="169"[%SI%]A145..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A145..ETAT=4[%ALORS%] DISABLED[%FIN%]><DYN_HREF
name="A145"
href="javascript:_T37()">Supprimer</a></td></tr></table></div><div
id="dwwA160" style="position:absolute;left:475px;top:657px;z-index:40;
[%SI%]A160..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><table
width="71px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne[%SI%]A160..ETAT=4[%ALORS%]
wbgrise[%FIN%]" valign="middle"
id="tzA160"><a[%SI%]A160..ETAT=0[%ALORS%]
href="javascript:_T38()"[%FIN%] id="A160"
class="LIEN-Gauche-Non-Souligne[%SI%]A160..ETAT=4[%ALORS%]
wbgrise[%FIN%] wblienHorsZTR padding"
TABINDEX="173"[%SI%]A160..ETAT=1[%ALORS%]
READONLY[%FIN%][%SI%]A160..ETAT=4[%ALORS%] DISABLED[%FIN%]><DYN_HREF
name="A160"
href="javascript:_T38()">Supprimer</a></td></tr></table></div><div
id="dwwA167" style="position:absolute;left:286px;top:714px;z-index:41;
[%SI%]A167..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><table
width="260px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA167"><a
href="javascript:_T39()" id="A167" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding" TABINDEX="174">Passer à l'état "En attente
de validation"</a></td></tr></table></div><div id="dwwA133"
style="position:absolute;left:28px;top:714px;z-index:42;
[%SI%]A133..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><table
width="73px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA133"><a
href="javascript:_T40()" id="A133" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="1130320603">Enregistrer</a></td></tr></table></div><div
id="dwwA76" style="position:absolute;left:399px;top:187px;z-index:43;
[%SI%]A76..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><table
width="134px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA76"><a
href="javascript:_T41()" id="A76" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding" TABINDEX="1919951677">Chauffeur
manquant</a></td></tr></table></div><div id="dwwA162"
style="position:absolute;left:399px;top:217px;z-index:44;
[%SI%]A162..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><table
width="124px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA162"><a
href="javascript:_T42()" id="A162" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding" TABINDEX="1919951678">Tracteur
manquant</a></td></tr></table></div><div id="dwwA164"
style="position:absolute;left:399px;top:247px;z-index:45;
[%SI%]A164..VISIBLESTOCKE=0[%ALORS%]visibility:hidden;[%FIN%]"><table
width="146px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA164"><a
href="javascript:_T43()" id="A164" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding" TABINDEX="1919951679">Remorque
manquante</a></td></tr></table></div></td></tr><tr
style="height:1px"><td><div id="dwwA169"
style="position:absolute;left:-1px;top:35px;z-index:18;"><table
width="272px" style="height:15px;"><tr><td class="Normal padding"
id="tzA169">[%A169%]</td></tr></table></div><div id="dwwA140"
style="position:absolute;left:-1px;top:409px;z-index:6;"><table
width="127px" style="height:15px;"><tr><td class="Normal padding"
id="tzA140">Documents à envoyer</td></tr></table></div><div id="dwwA126"
style="position:absolute;left:-1px;top:288px;z-index:3;"><table
width="78px" style="height:15px;"><tr><td class="Normal padding"
id="tzA126">Marchandise</td></tr></table></div><div id="dwwA123"
style="position:absolute;left:-1px;top:0px;z-index:1;"><table
width="100px" style="height:22px;"><tr><td class="Normal padding"
id="tzA123">Compléter</td></tr></table></div></td></tr></table></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:18px;font-size:1px"></div></td></tr><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:0px
-18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);background-position:0px
100%;height:-18px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
-18px;"></td></tr></table></div><div id="dwwA139"
style="position:absolute;left:[%A139..X%]px;top:[%A139..Y%]px;z-index:19; [%SI%]A139..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);width:18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);height:18px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
0px;width:18px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-size:200%
100%;"><div style="width:18px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="A139"
bgcolor="#FFFFFF" style="position:relative;" height="138" width="413"
class="l-4" valign="top"><table width="413px"
style="position:relative;height:138px;"><tr><td class="l-4 padding"
valign="top" id="tzA139"
style="background-image:none;background-color:transparent;"><div
style="position:relative;"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="clear:left;float:left;margin:57px
0px 0px 6px;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:407px;width:auto
!important;width:407px;"><table width="401px" cellspacing=0 id="bzA142"
style="height:24px;border-collapse:separate;outline:none;"><tr><td
valign="middle" bgcolor="#F4F4F4" id="tzA142"
style="border:none;"><input type="hidden" name="A142_DATA"
id="A142_DATA" value="[%A142..VALEUR%]"><table><tr><td
style="width:401px;position:relative" id="A142_EXT"><div
style="width:[%A142..CODEHTML_16%]px;height:24px;" id="A142"
class="BTN-Couleur-SansTexte"><!-- --></div><div
style="width:401px;height:24px;position:absolute;top:0"
id="lzA142"><table style="width:100%;height:100%"><tr><td align="center"
valign="middle" class="Normal
padding">[%A142..VALEURAFFICHEE%]</td></tr></table></div></td></tr></table></td></tr></table></div></div><div
style="clear:left;float:left;margin:6px 0px 0px
6px;display:inline;min-height:24px;height:auto
!important;height:24px;"><div style="min-width:407px;width:auto
!important;width:407px;"><table width="401px" cellspacing=0 id="bzA143"
style="height:24px;border-collapse:separate;outline:none;"><tr><td
valign="middle" bgcolor="#F4F4F4" id="tzA143"
style="border:none;"><input type="hidden" name="A143_DATA"
id="A143_DATA" value="[%A143..VALEUR%]"><table><tr><td
style="width:401px;position:relative" id="A143_EXT"><div
style="width:[%A143..CODEHTML_16%]px;height:24px;" id="A143"
class="BTN-Couleur-SansTexte"><!-- --></div><div
style="width:401px;height:24px;position:absolute;top:0"
id="lzA143"><table style="width:100%;height:100%"><tr><td align="center"
valign="middle" class="Normal
padding">[%A143..VALEURAFFICHEE%]</td></tr></table></div></td></tr></table></td></tr></table></div></div></td></tr><tr
style="height:1px"><td><div id="dwwA144"
style="position:absolute;left:6px;top:87px;z-index:3;"><table
width="401px" style="height:24px;"><tr><td class="Normal padding"
id="tzA144">[%A144%]</td></tr></table></div></td></tr><tr
style="height:1px"><td><div id="dwwA146"
style="position:absolute;left:-1px;top:0px;z-index:0;"><table
width="196px" style="height:22px;"><tr><td class="Normal padding"
id="tzA146">Transfert en cours
...</td></tr></table></div></td></tr></table></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:18px;font-size:1px"></div></td></tr><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:0px
-18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8h.png);background-position:0px
100%;height:-18px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_9953008d_wwcb8c.png);background-position:100%
-18px;"></td></tr></table></div><div id="dwwA166"
style="position:absolute;left:[%A166..X%]px;top:[%A166..Y%]px;z-index:21; [%SI%]A166..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]"><table><tr
style="height:12px"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);width:12px;height:12px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8h.png);height:12px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:100%
0px;width:12px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8v.png);background-size:200%
100%;"><div style="width:12px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="A166"
bgcolor="#FFFFFF" style="position:relative;" height="299" width="510"
class="l-1" valign="top"><table width="510px"
style="height:299px;"><tr><td class="l-1 padding" valign="top"
id="tzA166"
style="background-image:none;background-color:transparent;"><div
style="position:relative;"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="clear:left;float:left;margin:2px
0px 0px 4px;display:inline;min-width:506px;width:auto
!important;width:506px;min-height:23px;height:auto
!important;height:23px;"><div style="float:left;margin:0px 0px
1px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:474px;width:auto
!important;width:474px;"><table width="474px"
style="height:22px;"><tr><td class="Normal padding"
id="tzA171">[%A171%]</td></tr></table></div></div><div
style="float:left;margin:1px 0px 0px
6px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:22px;width:auto
!important;width:22px;"><a href="javascript:_JAEE(_PAGE_,'A170',16,0);"
target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="A170" onclick="_T45(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="A170" class="Image padding"></a></div></div></div><div
style="clear:left;float:left;margin:16px 0px 0px
7px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:503px;width:auto
!important;width:503px;"><TABLE width="496" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="69" class="Normal padding" id="lzA175" height="22">Objet
:</TD><TD width="427"><table width="427px" cellspacing=0 id="bzA175"
style="height:22px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA175" style="border:none;"><INPUT TYPE="text"
SIZE="38" NAME="A175" VALUE="[%A175%]" id="A175" class="SAI padding"
TABINDEX="5"></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:6px 0px
0px 7px;display:inline;min-height:188px;height:auto
!important;height:188px;"><div style="min-width:503px;width:auto
!important;width:503px;"><TABLE width="496" cellpadding=0 cellspacing=0
style="border-collapse:separate;_border-collapse:collapse;">
<TR><TD width="69" class="Normal padding" id="lzA176"
height="188">Message :</TD><TD width="427"><table width="427px"
cellspacing=0 id="bzA176"
style="height:188px;border-collapse:separate;border:0;outline:none;"><tr><td
valign="middle" id="tzA176" style="border:none;"><textarea name="A176"
cols="37" rows="2" id="A176" class="SAI padding"
TABINDEX="9">[%A176%]</textarea></td></tr></table></TD></TR>
</TABLE></div></div><div style="clear:left;float:left;margin:26px 0px
0px 33px;display:inline;min-height:16px;height:auto
!important;height:16px;" class="lh0"><div
style="min-width:477px;width:auto !important;width:477px;"
class="lh0"><table width="55px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA178"><a
href="javascript:_T46()" id="A178" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="10">Envoyer</a></td></tr></table></div></div></td></tr><tr
style="height:1px"><td><div id="dwwA173"
style="position:absolute;left:7px;top:281px;width:20px;height:20px;z-index:5;"><img
src="[%_PROJET_WEB_%]envoyer.png" hspace=0 vspace=0 border=0 alt=""
name="A173" id="A173" class="Image
padding"></div></td></tr></table></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:12px;font-size:1px"></div></td></tr><tr
style="height:12px"><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:0px
-12px;height:12px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8h.png);background-position:0px
100%;height:-12px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01010405_df9698c1_wwcb8c.png);background-position:100%
-12px;"></td></tr></table></div><div id="dwwA183"
style="position:absolute;left:[%A183..X%]px;top:[%A183..Y%]px;z-index:22; [%SI%]A183..VISIBLESTOCKE=0[%ALORS%]display:none;[%FIN%]margin:0px
10px 0px 0px;"><table><tr style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_a34e4dda_wwcb8c.png);width:18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_a34e4dda_wwcb8h.png);height:18px;background-size:100%
200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_a34e4dda_wwcb8c.png);background-position:100%
0px;width:18px;"></td></tr><tr style="height:100%"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_a34e4dda_wwcb8v.png);background-size:200%
100%;"><div style="width:18px;font-size:1px"></div></td><td
style="background-size:100% 100% !important;" id="A183"
bgcolor="#FFFFFF" style="position:relative;" height="173" width="354"
class="l-8" valign="top"><table width="354px"
style="position:relative;height:173px;"><tr><td class="l-8 padding"
valign="top" id="tzA183"
style="background-image:none;background-color:transparent;"><div
style="position:relative;"><table
style="position:relative;width:100%;height:100%;margin-bottom:-3px"><tr
style="height:100%"><td><div style="clear:left;float:left;margin:6px
0px 0px 331px;display:inline;min-height:22px;height:auto
!important;height:22px;"><div style="min-width:23px;width:auto
!important;width:23px;"><a href="javascript:_JAEE(_PAGE_,'A187',16,0);"
target="_self"><img
src="[%_PROJET_WEB_%]res/fermerDrillDown_2DFFE77_.png" hspace=0 vspace=0
border=0 alt="" name="A187" onclick="_T49(event)"
onmouseout="window.status='';" onmouseover="window.status='';;return
true;" id="A187" class="Image padding"></a></div></div><div
style="clear:left;float:left;margin:6px 0px 0px
6px;display:inline;min-height:74px;height:auto
!important;height:74px;"><div style="min-width:348px;width:auto
!important;width:348px;"><table width="342px"
style="height:74px;"><tr><td class="Normal padding"
id="tzA186">Voulez-vous passer le dossier à l'état "En attente de
validation" ?</td></tr></table></div></div></td></tr><tr
style="height:1px"><td><div id="dwwA184"
style="position:absolute;left:319px;top:146px;z-index:0;"><table
width="29px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA184"><a
href="javascript:_T47()" id="A184" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="1919951681">Non</a></td></tr></table></div><div id="dwwA188"
style="position:absolute;left:6px;top:146px;z-index:1;"><table
width="26px" style="height:16px;"><tr><td
class="LIEN-Gauche-Non-Souligne" valign="middle" id="tzA188"><a
href="javascript:_T48()" id="A188" class="LIEN-Gauche-Non-Souligne
wblienHorsZTR padding"
TABINDEX="1919951683">Oui</a></td></tr></table></div></td></tr></table></div></td></tr></table></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_a34e4dda_wwcb8v.png);background-position:100%
0px;background-size:200% 100%;"><div
style="width:18px;font-size:1px"></div></td></tr><tr
style="height:18px"><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_a34e4dda_wwcb8c.png);background-position:0px
-18px;height:18px;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_a34e4dda_wwcb8h.png);background-position:0px
100%;height:-18px;background-size:100% 200%;"></td><td
style="background-image:url([%_PROJET_WEB_%]res/01030405_a34e4dda_wwcb8c.png);background-position:100%
-18px;"></td></tr></table></div><div id="dwwSAISIEDATEEXCAL"
style="position:absolute;left:25px;top:83px;z-index:991;
display:none;"><table width="160px" cellspacing=0
id="bzSAISIEDATEEX_CAL"
style="height:160px;border-collapse:separate;outline:none;"><tr><td
valign="middle" id="tzSAISIEDATEEX_CAL"
style="border:none;"><DYN_NORMAL_HT name="SAISIEDATEEX_CAL"><input
type="hidden" name="SAISIEDATEEX_CAL_JOUR" id="SAISIEDATEEX_CAL_JOUR"
value="[%SAISIEDATEEX_CAL..VALEUR%]"><input type="hidden"
name="SAISIEDATEEX_CAL_MOIS" id="SAISIEDATEEX_CAL_MOIS"
value="[%SAISIEDATEEX_CAL..CODEHTML_6%]"><table width="158"
class="Normal-Fond" style="height:158px;width:158px;"><tr
style="height:11%"><td colspan=7 valign="middle"><table
style="width:100%;height:100%" class="Normal-Fond"><tr
align="center">[%SI%]SAISIEDATEEX_CAL..CODEHTML_5_0=1[%ALORS%]<td
class="Normal-Fond padding" valign="middle"
style="background-image:url('[%_PROJET_WEB_%]res/BTN_Simple_Left150_iStyleGentle__Light.png');background-position:center
center;background-repeat:no-repeat"><a
href="javascript:{clSAISIEDATEEX_CAL.OnPrev();}"><img
src="[%_PROJET_WEB_%]res/vide.gif" alt="none" width=13
height=13></a></td>[%FIN%]<td valign="middle" width="100%"
class="Normal-Fond
padding">[%SAISIEDATEEX_CAL..CODEHTML_1%]</td>[%SI%]SAISIEDATEEX_CAL..CODEHTML_5_1=1[%ALORS%]<td
class="Normal-Fond padding" valign="middle"
style="background-image:url('[%_PROJET_WEB_%]res/BTN_Simple_Right150_iStyleGentle__Light.png');background-position:center
center;background-repeat:no-repeat"><a
href="javascript:{clSAISIEDATEEX_CAL.OnNext();}"><img
src="[%_PROJET_WEB_%]res/vide.gif" alt="none" width=13
height=13></a></td>[%FIN%]</tr></table></td></tr><tr style="
height:11%;" align="center"><td class="BTN-Couleur-Fixe padding"
width="15%" valign="middle">[%SAISIEDATEEX_CAL..CODEHTML_2_0%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAISIEDATEEX_CAL..CODEHTML_2_1%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAISIEDATEEX_CAL..CODEHTML_2_2%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAISIEDATEEX_CAL..CODEHTML_2_3%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAISIEDATEEX_CAL..CODEHTML_2_4%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAISIEDATEEX_CAL..CODEHTML_2_5%]</td><td
class="BTN-Couleur-Fixe padding" width="15%"
valign="middle">[%SAISIEDATEEX_CAL..CODEHTML_2_6%]</td></tr>[%SAISIEDATEEX_CAL..CODEHTML_4%]<tr
style="height:11%"><td colspan=7 align="center" class="LIEN-Normal
padding"><a class="LIEN-Normal padding"
href="javascript:clSAISIEDATEEX_CAL.OnAujourdhui();">[%SAISIEDATEEX_CAL..CODEHTML_3%]</a></td></tr></table></DYN_NORMAL_HT></td></tr></table></div><div
id="dwwSAIDATEDEBUT1CAL"
style="position:absolute;left:171px;top:83px;z-index:991;
display:none;"><table width="160px" cellspacing=0
id="bzSAI_DATEDEBUT1_CAL"
style="height:160px;border-collapse:separate;outline:none;"><tr><td
valign="middle" id="tzSAI_DATEDEBUT1_CAL"
style="border:none;"><DYN_NORMAL_HT name="SAI_DATEDEBUT1_CAL"><input
type="hidden" name="SAI_DATEDEBUT1_CAL_JOUR"
id="SAI_DATEDEBUT1_CAL_JOUR"
value="[%SAI_DATEDEBUT1_CAL..VALEUR%]"><input type="hidden"
name="SAI_DATEDEBUT1_CAL_MOIS" id="SAI_DATEDEBUT1_CAL_MOIS"
value="[%SAI_DATEDEBUT1_CAL..CODEHTML_6%]"><table width="158"
class="Normal-Fond" style="height:158px;width:158px;"><tr
style="height:11%"><td colspan=7 valign="middle"><table
style="width:100%;height:100%" class="Normal-Fond"><tr
align="center">[%SI%]SAI_DATEDEBUT1_CAL..CODEHTML_5_0=1[%ALORS%]<td
class="Normal-Fond padding" valign="middle"
style="background-image:url('[%_PROJET_WEB_%]res/BTN_Simple_Left150_iStyleGentle__Light.png');background-position:center
center;background-repeat:no-repeat"><a
href="javascript:{clSAI_DATEDEBUT1_CAL.OnPrev();}"><img
src="[%_PROJET_WEB_%]res/vide.gif" alt="none" width=13
height=13></a></td>[%FIN%]<td valign="middle" width="100%"
class="Normal-Fond
padding">[%SAI_DATEDEBUT1_CAL..CODEHTML_1%]</td>[%SI%]SAI_DATEDEBUT1_CAL..CODEHTML_5_1=1[%ALORS%]<td
class="Normal-Fond padding" valign="middle"
style="background-image:url('[%_PROJET_WEB_%]res/BTN_Simple_Right150_iStyleGentle__Light.png');background-position:center
center;background-repeat:no-repeat"><a
href="javascript:{clSAI_DATEDEBUT1_CAL.OnNext();}"><img
src="[%_PROJET_WEB_%]res/vide.gif" alt="none" width=13
height=13></a></td>[%FIN%]</tr></table></td></tr><tr style="
height:11%;" align="center"><td class="BTN-Couleur-Fixe padding"
width="15%" valign="middle">[%SAI_DATEDEBUT1_CAL..CODEHTML_2_0%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAI_DATEDEBUT1_CAL..CODEHTML_2_1%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAI_DATEDEBUT1_CAL..CODEHTML_2_2%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAI_DATEDEBUT1_CAL..CODEHTML_2_3%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAI_DATEDEBUT1_CAL..CODEHTML_2_4%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAI_DATEDEBUT1_CAL..CODEHTML_2_5%]</td><td
class="BTN-Couleur-Fixe padding" width="15%"
valign="middle">[%SAI_DATEDEBUT1_CAL..CODEHTML_2_6%]</td></tr>[%SAI_DATEDEBUT1_CAL..CODEHTML_4%]<tr
style="height:11%"><td colspan=7 align="center" class="LIEN-Normal
padding"><a class="LIEN-Normal padding"
href="javascript:clSAI_DATEDEBUT1_CAL.OnAujourdhui();">[%SAI_DATEDEBUT1_CAL..CODEHTML_3%]</a></td></tr></table></DYN_NORMAL_HT></td></tr></table></div><div
id="dwwSAIDATE2CAL"
style="position:absolute;left:19px;top:39px;z-index:991;
display:none;"><table width="160px" cellspacing=0 id="bzSAI_DATE2_CAL"
style="height:160px;border-collapse:separate;outline:none;"><tr><td
valign="middle" id="tzSAI_DATE2_CAL" style="border:none;"><DYN_NORMAL_HT
name="SAI_DATE2_CAL"><input type="hidden" name="SAI_DATE2_CAL_JOUR"
id="SAI_DATE2_CAL_JOUR" value="[%SAI_DATE2_CAL..VALEUR%]"><input
type="hidden" name="SAI_DATE2_CAL_MOIS" id="SAI_DATE2_CAL_MOIS"
value="[%SAI_DATE2_CAL..CODEHTML_6%]"><table width="158"
class="Normal-Fond" style="height:158px;width:158px;"><tr
style="height:11%"><td colspan=7 valign="middle"><table
style="width:100%;height:100%" class="Normal-Fond"><tr
align="center">[%SI%]SAI_DATE2_CAL..CODEHTML_5_0=1[%ALORS%]<td
class="Normal-Fond padding" valign="middle"
style="background-image:url('[%_PROJET_WEB_%]res/BTN_Simple_Left150_iStyleGentle__Light.png');background-position:center
center;background-repeat:no-repeat"><a
href="javascript:{clSAI_DATE2_CAL.OnPrev();}"><img
src="[%_PROJET_WEB_%]res/vide.gif" alt="none" width=13
height=13></a></td>[%FIN%]<td valign="middle" width="100%"
class="Normal-Fond
padding">[%SAI_DATE2_CAL..CODEHTML_1%]</td>[%SI%]SAI_DATE2_CAL..CODEHTML_5_1=1[%ALORS%]<td
class="Normal-Fond padding" valign="middle"
style="background-image:url('[%_PROJET_WEB_%]res/BTN_Simple_Right150_iStyleGentle__Light.png');background-position:center
center;background-repeat:no-repeat"><a
href="javascript:{clSAI_DATE2_CAL.OnNext();}"><img
src="[%_PROJET_WEB_%]res/vide.gif" alt="none" width=13
height=13></a></td>[%FIN%]</tr></table></td></tr><tr style="
height:11%;" align="center"><td class="BTN-Couleur-Fixe padding"
width="15%" valign="middle">[%SAI_DATE2_CAL..CODEHTML_2_0%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAI_DATE2_CAL..CODEHTML_2_1%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAI_DATE2_CAL..CODEHTML_2_2%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAI_DATE2_CAL..CODEHTML_2_3%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAI_DATE2_CAL..CODEHTML_2_4%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%SAI_DATE2_CAL..CODEHTML_2_5%]</td><td
class="BTN-Couleur-Fixe padding" width="15%"
valign="middle">[%SAI_DATE2_CAL..CODEHTML_2_6%]</td></tr>[%SAI_DATE2_CAL..CODEHTML_4%]<tr
style="height:11%"><td colspan=7 align="center" class="LIEN-Normal
padding"><a class="LIEN-Normal padding"
href="javascript:clSAI_DATE2_CAL.OnAujourdhui();">[%SAI_DATE2_CAL..CODEHTML_3%]</a></td></tr></table></DYN_NORMAL_HT></td></tr></table></div><div
id="dwwALIAS0" style="position:absolute;left:331px;top:39px;z-index:991;
display:none;"><table width="160px" cellspacing=0 id="bzALIAS0"
style="height:160px;border-collapse:separate;outline:none;"><tr><td
valign="middle" id="tzALIAS0" style="border:none;"><DYN_NORMAL_HT
name="ALIAS0"><input type="hidden" name="ALIAS0_JOUR" id="ALIAS0_JOUR"
value="[%ALIAS0..VALEUR%]"><input type="hidden" name="ALIAS0_MOIS"
id="ALIAS0_MOIS" value="[%ALIAS0..CODEHTML_6%]"><table width="158"
class="Normal-Fond" style="height:158px;width:158px;"><tr
style="height:11%"><td colspan=7 valign="middle"><table
style="width:100%;height:100%" class="Normal-Fond"><tr
align="center">[%SI%]ALIAS0..CODEHTML_5_0=1[%ALORS%]<td
class="Normal-Fond padding" valign="middle"
style="background-image:url('[%_PROJET_WEB_%]res/BTN_Simple_Left150_iStyleGentle__Light.png');background-position:center
center;background-repeat:no-repeat"><a
href="javascript:{clALIAS0.OnPrev();}"><img
src="[%_PROJET_WEB_%]res/vide.gif" alt="none" width=13
height=13></a></td>[%FIN%]<td valign="middle" width="100%"
class="Normal-Fond
padding">[%ALIAS0..CODEHTML_1%]</td>[%SI%]ALIAS0..CODEHTML_5_1=1[%ALORS%]<td
class="Normal-Fond padding" valign="middle"
style="background-image:url('[%_PROJET_WEB_%]res/BTN_Simple_Right150_iStyleGentle__Light.png');background-position:center
center;background-repeat:no-repeat"><a
href="javascript:{clALIAS0.OnNext();}"><img
src="[%_PROJET_WEB_%]res/vide.gif" alt="none" width=13
height=13></a></td>[%FIN%]</tr></table></td></tr><tr style="
height:11%;" align="center"><td class="BTN-Couleur-Fixe padding"
width="15%" valign="middle">[%ALIAS0..CODEHTML_2_0%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%ALIAS0..CODEHTML_2_1%]</td><td class="BTN-Couleur-Fixe
padding" width="14%" valign="middle">[%ALIAS0..CODEHTML_2_2%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%ALIAS0..CODEHTML_2_3%]</td><td class="BTN-Couleur-Fixe
padding" width="14%" valign="middle">[%ALIAS0..CODEHTML_2_4%]</td><td
class="BTN-Couleur-Fixe padding" width="14%"
valign="middle">[%ALIAS0..CODEHTML_2_5%]</td><td class="BTN-Couleur-Fixe
padding" width="15%"
valign="middle">[%ALIAS0..CODEHTML_2_6%]</td></tr>[%ALIAS0..CODEHTML_4%]<tr
style="height:11%"><td colspan=7 align="center" class="LIEN-Normal
padding"><a class="LIEN-Normal padding"
href="javascript:clALIAS0.OnAujourdhui();">[%ALIAS0..CODEHTML_3%]</a></td></tr></table></DYN_NORMAL_HT></td></tr></table></div>
</form>
<script type="text/javascript">setTimeout("if (bIsNetscape()){
_PAGE_.M36.onkeypress = PremiereLettreMaj; _PAGE_.M37.onkeypress
= PremiereLettreMaj; _PAGE_.M38.onkeypress = Email;
_PAGE_.M33.onkeypress = Email; _PAGE_.M34.onkeypress =
Email;}",1);</script></div><script type="text/javascript">if (bOpr)
document.getElementsByTagName("head")[0].innerHTML+='\x3cstyle
type="text/css"\x3e.wbtablesep{position:static
!important;}\x3c/style\x3e';</script>[%PAGE_ADHERENT_SUIVIDOSSIERTABLEAU..HTMLFINPAGE%]</body></html>