/*
document.write('<div align="left"> ');
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" height="0">');
// 1- Prog intervention
document.write('                  <tr>'); 
document.write('                    <td height="31"><a href="prog-d-intervention.htm"><img src="img/bouton-prog-d-intervention.jpg" width="200" height="41" border="0" alt="Programme d\'intervention"></a></td>');
document.write('                  </tr>');
// 2- Psycho-ind/couple
document.write('                  <tr>'); 
document.write('                    <td><a href="psychotherapie.htm"><img src="img/bouton-psycho.jpg" width="200" height="30" border="0" alt="Psychothérapie individuelle/couple"></a></td>');
document.write('                  </tr>');
//3- Formation
document.write('                  <tr>'); 
document.write('                    <td height="21"><a href="formation.htm"><img src="img/bouton-formation.jpg" width="200" height="30" border="0" alt="Formation"></a></td>');
document.write('                  </tr>');
//4- Intervention-jeunes
document.write('                  <tr>'); 
document.write('                   <td><a href="intervention-jeunes.htm"><img src="img/bouton-intervention-jeunes.jpg" width="200" height="30" border="0" alt="Intervention auprès des jeunes"></a></td>');
document.write('                  </tr>');
//5- Thérapie-externe
document.write('                  <tr> ');
document.write('                    <td height="9"><a href="therapie-externe.htm"><img src="img/bouton-ther-externe.jpg" width="200" height="30" border="0" alt="Thérapie externe"></a></td>');
document.write('                  </tr>');
//6- Thérapie-interne
document.write('                  <tr> ');
document.write('                    <td height="9"><a href="therapie-interne.htm"><img src="img/bouton-ther-interne.jpg" width="200" height="30" border="0" alt="Thérapie interne"></a></td>');
document.write('                  </tr>');
//7- Fin sem-intensive
document.write('                  <tr>'); 
document.write('                   <td><a href="fin-semaine-intensive.htm"><img src="img/bouton-fin-sem-intensive.jpg" width="200" height="30" border="0" alt="Fin de semaine intensive"></a></td>');
document.write('                  </tr>');
//8- Suivi- médicale
document.write('                  <tr> ');
document.write('                    <td height="9"><a href="suivi-medical.htm"><img src="img/bouton-suivi-medical.jpg" width="200" height="30" border="0" alt="Suivi médical"></a></td>');
document.write('                  </tr>');
//9- Img-bas
document.write('                 <td height="9"><font face="Verdana, Arial, Helvetica, sans-serif"><b><font face="Verdana, Arial, Helvetica, sans-serif"><b><font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b>');
document.write('					<img src="img/bouton-img-bas.jpg" width="200" height="75"></b></font></b></font></b></font></td>');
document.write('                  </tr>');
/*document.write('                  <tr>');
document.write('                    <td align="center" height="9"><font size="1" color="#993333"><b>LIENS EXTERNES</b></font></td>');
document.write('                  </tr>');
document.write('                  <tr>');
document.write('                    <td height="9">&nbsp;</td>');
document.write('                  </tr>');
document.write('                  <tr>');
document.write('                    <td align="center" height="9"><a target="_blank" href="http://www.web-fouine.com" title="Moteur de recherche"><font face="Arial" size="2" color="#663300">Web-Fouine</font></a></td>');
document.write('                  </tr>');

document.write('                </table>');
*/

function non_dispo() {
   alert("Cette section n'est pas encore disponible...");
}

document.write('<div style="background: transparent url(img/Fond_visage_menu.gif) no-repeat top left; height:325px; width:200px;">'+
   '<ul style="margin:4px; padding:10px 6px 12px 28px; line-height:24px; list-style:square;">'+
   '<li><a href="javascript:non_dispo();">Atelier / Séminaire</a></li>'+
   '<li><a href="javascript:non_dispo();">Coaching</a></li>'+
   '<li><a href="javascript:non_dispo();">Conférence</a></li>'+
   '<li><a href="formation.htm">Formation</a></li>'+
   '<li><a href="javascript:non_dispo();">Thérapie</a></li>'+
   '<li><a href="javascript:non_dispo();">Suivi Web</a></li>'+
   '<li><a href="javascript:non_dispo();">Notre équipe</a></li>'+
   '<li><a href="http://www.claude-turgeon.com/blog/">Blogue</a></li>'+
   '</ul></div><div style"text-align:left;line-height:22px;">');

function VerifierForm() {
   CheckCourriel = document.form_inscription.courriel.value;
   CourrielParties = CheckCourriel.split("@");
   if (CheckCourriel.indexOf("@") < 0) {
      alert("S.V.P. Entrez une adresse de courriel valide pour que nous puissions vous contacter.");
      return false;
   }
   else {
      if (CourrielParties[0] == "" || CourrielParties[1].length < 4)	{
         alert("S.V.P. entrez une adresse de courriel valide pour que nous puissions vous contacter.");
         return false;
      }
   }

   if (document.form_inscription.nom.value.length < 1) {
      alert("S.V.P. Entrez un nom.");
      return false;
   }

   return true;
}

document.write('<font size="1" color="#993333" face="Verdana, Arial, Helvetica, sans-serif"><b style="font-size:12px; width:200px;">Inscription à la liste d\'envoi:</b><br />Complétez ces informations<br /><br /> '+
               '<form name="form_inscription"  action="inscription.php" onsubmit="return VerifierForm();" method="POST">'+
               'Nom complet: <input type="text" name="nom" size="16" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px;"><br />'+
               'Courriel:  <input type="text" name="courriel" size="22" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px;"><br />'+
               '<input type="submit" name="soumettre" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; float:right;" value="Envoyer" />'+
               '</form>');
document.write('</font></div>');           
// --> 
//<a target="_blank" href="http://www.web-fouine.com" title="Moteur de recherche"><font face="Arial" size="2">Web-Fouine</font></a>