// FONCTIONS // NE PAS MODIFIER CE CODE var paramOk = true; // ******************************************** // Récupération de paramètre d'une requête HTTP // ou récupération des données d'un formulaire. // Auteur : Oznog (www.trucsweb.com) // ******************************************** function FaitTableau(n) { // Création d'un tableau (array) // aux dimensions du nombre de paramètres. this.length = n; for (var i = 0; i <= n; i++) { this[i] = 0 } return this } function ParamValeur(nValeur) { // Récupération de la valeur d'une variable // Pour créer la variable en Javascript. var nTemp = ''; if (paramOk) { for (var i=0;i<(param.length+1);i++) { if (param[i].substring(0,param[i].indexOf('=')) == nValeur) nTemp = param[i].substring(param[i].indexOf('=')+1,param[i].length) } return Decode(nTemp) } else return '' } // Extraction des paramètres de la requête HTTP // et initialise la variable "paramOk" à false // s'il n'y a aucun paramètre. if (!location.search) { paramOk = false; } else { // Éliminer le ? nReq = location.search.substring(1,location.search.length) // Extrait les différents paramètres avec leur valeur. nReq = nReq.split('&'); param = new FaitTableau(nReq.length-1) for (var i=0;i<(nReq.length);i++) { param[i] = nReq[i] } } // Décoder la requête HTTP // manuellement pour le signe (+) function Decode(tChaine) { while (true) { var i = tChaine.indexOf('+'); if (i < 0) break; tChaine = tChaine.substring(0,i) + '%20' + tChaine.substring(i + 1, tChaine.length); } return unescape(tChaine) } function Right(str, n) { if (n <= 0) return ''; else if (n > String(str).length) // Invalid bound, return return str; // entire string else { // Valid bound, return appropriate substring var iLen = String(str).length; return String(str).substring(iLen, iLen - n); } } function FaireQueryString(Index) { var sep = '' strURL = location.href; strQueryString = location.search; if (strQueryString=='') { return strURL + '?PageIndex=' + Index;} else { strURL = strURL.substring(0,strURL.indexOf('?')) + '?' ; for (k=0;k<=param.length;k++) { if (param[k].indexOf('PageIndex')==-1) {sep='&';strURL+=param[k]; if (k'); document.write('A.Titre_Poste:link'); document.write('{'); document.write(' FONT-WEIGHT: normal;'); document.write(' FONT-SIZE: 12px;'); document.write(' COLOR: Blue;'); document.write(' FONT-FAMILY: Arial, Verdana, Helvetica;'); document.write(' TEXT-DECORATION: underline'); document.write('}'); document.write('A.Titre_Poste:hover'); document.write('{'); document.write(' FONT-WEIGHT: normal;'); document.write(' FONT-SIZE: 12px;'); document.write(' COLOR: Blue;'); document.write(' FONT-FAMILY: Arial, Verdana, Helvetica;'); document.write(' TEXT-DECORATION: none'); document.write('}'); document.write('A.Titre_Poste:visited'); document.write('{'); document.write(' FONT-WEIGHT: normal;'); document.write(' FONT-SIZE: 12px;'); document.write(' COLOR: Blue;'); document.write(' FONT-FAMILY: Arial, Verdana, Helvetica;'); document.write(' TEXT-DECORATION: underline'); document.write('}'); document.write('A.Petit:link'); document.write('{'); document.write(' FONT-WEIGHT: normal;'); document.write(' FONT-SIZE: 9px;'); document.write(' COLOR: Blue;'); document.write(' FONT-FAMILY: Arial, Verdana, Helvetica;'); document.write(' TEXT-DECORATION: underline'); document.write('}'); document.write('A.Petit:hover'); document.write('{'); document.write(' FONT-WEIGHT: normal;'); document.write(' FONT-SIZE: 9px;'); document.write(' COLOR: Blue;'); document.write(' FONT-FAMILY: Arial, Verdana, Helvetica;'); document.write(' TEXT-DECORATION: none'); document.write('}'); document.write('A.Petit:visited'); document.write('{'); document.write(' FONT-WEIGHT: normal;'); document.write(' FONT-SIZE: 9px;'); document.write(' COLOR: Blue;'); document.write(' FONT-FAMILY: Arial, Verdana, Helvetica;'); document.write(' TEXT-DECORATION: underline'); document.write('}'); document.write('TD.Entete_Remote'); document.write('{'); document.write(' FONT-WEIGHT: Bolder;'); document.write(' FONT-SIZE: 12px;'); document.write(' COLOR: FDB93C;'); document.write(' FONT-FAMILY: Arial, Verdana, Helvetica'); document.write(' padding-top:5px;padding-bottom:5px;'); document.write('}'); document.write('TD.Texte_Remote'); document.write('{'); document.write(' FONT-WEIGHT: normal;'); document.write(' FONT-SIZE: 12px;'); document.write(' COLOR: Black;'); document.write(' FONT-FAMILY: Arial, Verdana, Helvetica'); document.write('}'); document.write('TD.Texte_Petit'); document.write('{'); document.write(' FONT-WEIGHT: normal;'); document.write(' FONT-SIZE: 9px;'); document.write(' COLOR: Black;'); document.write(' FONT-FAMILY: Arial, Verdana, Helvetica'); document.write('}'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
TitleLocationDate
There are currently no job postings available.
'); document.write(''); document.write(''); document.write(''); document.write('
');