<html>  	<head> 		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 		<meta name="generator" content="Adobe GoLive 4"> 		<title>La Fondation de Verdeil &agrave; Lausanne (CH)</title> 		<meta name="Identifier-URL" content="http://www.verdeil.ch/"> 		<meta name="Copyright" content="Fondation de Verdeil"> 		<meta name="robots" content="All"> 		<meta name="keywords" content="college, colleges, school, schools, high-school, high-schools, education, educational, formation, formations, Ecole, enseignement, Fondation, handicap, Lausanne, School, Schule, Schweiz, Suisse, svizzera, Switzerland, Verdeil"> 		<meta name="Author" content="Gilbert Maurer (st legier) et Elvio Fisler (fondation)"> 		<meta name="description" content="La Fondation de Verdeil dispense un enseignement sp&eacute;cialis&eacute; &agrave; des enfants ou adolescents pr&eacute;sentant divers retards de d&eacute;veloppement, des troubles de la personnalit&eacute; ou du comportement."> 		<script language="JavaScript" name="Last Visit"><!-- <!-- This script and many more are available online from --> <!-- The JavaScript Source!! http://javascriptsource.com -->  <!-- Begin function getCookieVal (offset)     {    var endstr = document.cookie.indexOf (";", offset);    if (endstr == -1)       endstr = document.cookie.length;    return unescape(document.cookie.substring(offset, endstr));    }  function getCookie (name)    {    var arg = name + "=";    var alen = arg.length;    var clen = document.cookie.length;    var i = 0;    while (i < clen)        {           //while open       var j = i + alen;                                                                           if (document.cookie.substring(i, j) == arg)          return getCookieVal (j);       i = document.cookie.indexOf(" ", i) + 1;       if (i == 0)           break;        }  //end while    return null;    }  function setCookie (name, value)    {    var argv = setCookie.arguments;    var argc = setCookie.arguments.length;    var expires = (2 < argc) ? argv[2] : null;    var path = (3 < argc) ? argv[3] : null;    var domain = (4 < argc) ? argv[4] : null;    var secure = (5 < argc) ? argv[5] : false;    document.cookie = name + "=" + escape (value) +      ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +      ((path == null) ? "" : ("; path=" + path)) +      ((domain == null) ? "" : ("; domain=" + domain)) +         ((secure == true) ? "; secure" : "");    }  var newsVersion = 5; var expDays = 30; var expDate = new Date(); expDate.setTime(expDate.getTime() +  (24 * 60 * 60 * 1000 * expDays));  function lastVisitOlderThan (days) 	{ 	var nowDay = new Date(); 	nowDay = Math.floor(nowDay.getTime()/86400000); 	var lastDay = 0; 	lastDay = getCookie('WWhenH'); 	lastDay = lastDay * 1; 	setCookie ("WWhenH", nowDay, expDate); 	return (nowDay - lastDay > days) 	}  function olderVersion () 	{ 	var theVersion = -1; 	theVersion = getCookie('NNewsV'); 	setCookie ("NNewsV", newsVersion, expDate); 	return (theVersion < newsVersion)  	}  function showNews ()  	{ 	// open the popup window 	var popupURL = "news.html"; 	var popup = window.open(popupURL,"News",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=410,height=600'); 	// set the opener if it's not already set.  it's set automatically 	// in netscape 3.0+ and ie 3.0+. 	if( navigator.appName.substring(0,8) == "Netscape" ) 		{ 			popup.location = popupURL; 		} 	} // --> 		</script> 		 		<csscriptdict import> 			<script src="GeneratedItems/CSScriptLib.js"></script> 		</csscriptdict> 		<csscriptdict> 			<script><!-- CSInit = new Array; function CSScriptInit() { if(typeof(skipPage) != "undefined") { if(skipPage) return; } idxArray = new Array; for(var i=0;i<CSInit.length;i++) 	idxArray[i] = i; CSAction2(CSInit, idxArray);} CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10); function IsIE() { return CSAg.indexOf("MSIE") > 0;} function CSIEStyl(s) { return document.all.tags("div")[s].style; } function CSNSStyl(s) { return CSFindElement(s,0); } function CSFindElement(n,ly) { if (CSBVers < 4) return document[n]; 	var curDoc = ly ? ly.document : document; var elem = curDoc[n]; 	if (!elem) { for (var i=0;i<curDoc.layers.length;i++) { 		elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }} 	return elem; }  function CSClickReturn () { 	var bAgent = window.navigator.userAgent;  	var bAppName = window.navigator.appName; 	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) 		return true; // dont follow link 	else return false; // dont follow link }  function CSButtonReturn () { 	var bAgent = window.navigator.userAgent;  	var bAppName = window.navigator.appName; 	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) 		return false; // follow link 	else return true; // follow link }  CSIm = new Object(); function CSIShow(n,i) { 	if (document.images) { 		if (CSIm[n]) { 			var img = (!IsIE()) ? CSFindElement(n,0) : document[n]; 			if (img && typeof(CSIm[n][i].src) != "undefined") {img.src = CSIm[n][i].src;} 			if(i != 0) 				self.status = CSIm[n][3]; 			else 				self.status = " "; 			return true; 		} 	} 	return false; } function CSILoad(action) { 	im = action[1]; 	if (document.images) { 		CSIm[im] = new Object(); 		for (var i=2;i<5;i++) { 			if (action[i] != '') { CSIm[im][i-2] = new Image(); CSIm[im][i-2].src = action[i]; } 			else CSIm[im][i-2] = 0; 		} 		CSIm[im][3] = action[5]; 	} } CSStopExecution = false; function CSAction(array) {  	return CSAction2(CSAct, array); } function CSAction2(fct, array) {  	var result; 	for (var i=0;i<array.length;i++) { 		if(CSStopExecution) return false;  		var actArray = fct[array[i]]; 		if (actArray == null) return false; 		var tempArray = new Array; 		for(var j=1;j<actArray.length;j++) { 			if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) { 				if(actArray[j][0] == "VAR") { 					tempArray[j] = CSStateArray[actArray[j][1]]; 				} 				else { 					if(actArray[j][0] == "ACT") { 						tempArray[j] = CSAction(new Array(new String(actArray[j][1]))); 					} 				else 					tempArray[j] = actArray[j]; 				} 			} 			else 				tempArray[j] = actArray[j]; 		}			 		result = actArray[0](tempArray); 	} 	return result; } CSAct = new Object;   // --></script> 		<csactiondict> 			<script><!-- CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'en_pratique3',/*URL*/'construction/textes_images/en_pratique.gif',/*URL*/'construction/textes_images/en_pratique_cov.gif',/*URL*/'','En pratique: adresses, telephones, mails et plans de situation'); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'en_pratique4',/*URL*/'construction/textes_images/en_detail.gif',/*URL*/'construction/textes_images/en_detail_cov.gif',/*URL*/'','En detail: en savoir plus sur nos structures, sur nos services'); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'en_pratique5',/*URL*/'construction/textes_images/notre_organisation.gif',/*URL*/'construction/textes_images/notre_organisation_cov.gif',/*URL*/'','Notre organisation: nos valeurs et nos cadres de reference'); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'en_pratique6',/*URL*/'construction/textes_images/nos_activites.gif',/*URL*/'construction/textes_images/nos_activites_cov.gif',/*URL*/'','Nos activites: nos realisations, nos projets, nos reves'); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'en_pratique7',/*URL*/'construction/textes_images/liens_contacts.gif',/*URL*/'construction/textes_images/liens_contacts_cov.gif',/*URL*/'','Liens et Contacts: la Fondation de Verdeil dans son reseau'); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'en_pratique10',/*URL*/'construction/textes_images/nouvelles.gif',/*URL*/'construction/textes_images/nouvelles_cov.gif',/*URL*/'','Nouvelles: la Fondation de Verdeil vous livre ses news...'); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'en_pratique8',/*URL*/'construction/textes_images/jmv.gif',/*URL*/'construction/textes_images/jmv_cov.gif',/*URL*/'','La direction.'); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'en_pratique9',/*URL*/'construction/textes_images/webmaster.gif',/*URL*/'construction/textes_images/webmaster_cov.gif',/*URL*/'','Le site comporte des bugs? Des critiques a formuler? Des felicitations?');  // --></script> 		</csactiondict> 		<csactions> 			<csaction name="B7EB169337" class="Set Image URL" type="onevent" val0="en_pratique3" val1="construction/textes_images/en_pratique_cov.gif"> 			<csaction name="B7EB169339" class="Set Image URL" type="onevent" val0="en_pratique3" val1="construction/textes_images/en_pratique.gif"> 			<csaction name="B7EB169341" class="Set Image URL" type="onevent" val0="en_pratique4" val1="construction/textes_images/en_detail_cov.gif"> 			<csaction name="B7EB169343" class="Set Image URL" type="onevent" val0="en_pratique4" val1="construction/textes_images/en_detail.gif"> 			<csaction name="B7EB169345" class="Set Image URL" type="onevent" val0="en_pratique5" val1="construction/textes_images/notre_organisation_cov.gif"> 			<csaction name="B7EB169347" class="Set Image URL" type="onevent" val0="en_pratique5" val1="construction/textes_images/notre_organisation.gif"> 			<csaction name="B7EB169349" class="Set Image URL" type="onevent" val0="en_pratique6" val1="construction/textes_images/notre_organisation_cov.gif"> 			<csaction name="B7EB169351" class="Set Image URL" type="onevent" val0="en_pratique6" val1="construction/textes_images/notre_organisation.gif"> 			<csaction name="B7EB169353" class="Set Image URL" type="onevent" val0="en_pratique7" val1="construction/textes_images/liens_contacts_cov.gif"> 			<csaction name="B7EB169355" class="Set Image URL" type="onevent" val0="en_pratique7" val1="construction/textes_images/liens_contacts.gif"> 			<csaction name="B7EB169357" class="Set Image URL" type="onevent" val0="en_pratique8" val1="construction/textes_images/jmv_cov.gif"> 			<csaction name="B7EB169359" class="Set Image URL" type="onevent" val0="en_pratique8" val1="construction/textes_images/jmv.gif"> 			<csaction name="B7EB169361" class="Set Image URL" type="onevent" val0="en_pratique9" val1="construction/textes_images/webmaster_cov.gif"> 			<csaction name="B7EB169363" class="Set Image URL" type="onevent" val0="en_pratique9" val1="construction/textes_images/webmaster.gif"> 			<csaction name="B7EB1E9C5" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB1F048" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB200A9" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB201810" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB206622" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB206624" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB206626" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB206620" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB20F044" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB20F046" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB20F048" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB210660" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB210662" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB210664" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB210666" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB212576" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB212578" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB212580" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB212582" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB2141100" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB2141102" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB2141104" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB2141106" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB2146116" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB2146118" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB2146120" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB2146122" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB214F132" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB214F134" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB214F136" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB214F138" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB2157148" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB2157150" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB2157152" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB2157154" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB21DF172" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB21DF174" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB21DF176" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB21DF178" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB2247220" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB2247222" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B7EB2247224" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B7EB2247226" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B80617F40" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B80D7BAB17" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			<csaction name="B80D7BAB19" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 			<csaction name="B80D7BAB21" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 				<csaction name="B80D7BAB23" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 				<csaction name="B81FD28D14" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 				<csaction name="B81FD32F15" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 				<csaction name="B81FD38921" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 				<csaction name="B81FD38923" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 				<csaction name="B81FD3B329" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 				<csaction name="B81FD3B331" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 				<csaction name="B81FD3DC45" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 				<csaction name="B81FD3DC47" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 				<csaction name="B81FD3F253" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 				<csaction name="B81FD3F255" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 				<csaction name="B81FD41165" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 				<csaction name="B81FD41267" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 				<csaction name="B81FD44B73" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 				<csaction name="B81FD44B75" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 				<csaction name="B81FD47081" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 				<csaction name="B81FD47083" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 				<csaction name="B81FD4C889" class="Set Image URL" type="onevent" val0="gauche" val1="construction/textes_images/texte_plus_long.gif"> 				<csaction name="B81FD4C891" class="Set Image URL" type="onevent" val0="role_social" val1="construction/textes_images/un_role_essentiel_cov2.gif"> 			</csactions> 	</head>  	<body bgcolor="white" background="construction/index/col-index.gif" leftmargin="6" marginwidth="6" onload="CSScriptInit();"> 		<script name="Show News"><!-- showNews(); // --> 		</script> 		<table cool width="753" height="457" border="0" cellpadding="0" cellspacing="0" gridx="8" showgridx usegridx gridy="8" showgridy usegridy> 			<tr height="24"> 				<td width="16" height="179" rowspan="5"></td> 				<td width="408" height="32" rowspan="2"></td> 				<td width="328" height="24"></td> 				<td width="1" height="24"><spacer type="block" width="1" height="24"></td> 			</tr> 			<tr height="8"> 				<td width="328" height="32" rowspan="2" valign="top" align="left" xpos="424"><img src="construction/textes_images/fondation_de_verdeil.gif" width="227" height="21" border="0" alt="La Fondation de Verdeil"></td> 				<td width="1" height="8"><spacer type="block" width="1" height="8"></td> 			</tr> 			<tr height="24"> 				<td width="408" height="134" rowspan="2" valign="top" align="left" xpos="16"><img src="construction/textes_images/texte_plus_long.gif" width="392" height="90" border="0"></td> 				<td width="1" height="24"><spacer type="block" width="1" height="24"></td> 			</tr> 			<tr height="110"> 				<td width="328" height="110" valign="top" align="left" xpos="424"><img src="construction/textes_images/un_role_essentiel_cov2.gif" width="267" height="94" border="0"></td> 				<td width="1" height="110"><spacer type="block" width="1" height="110"></td> 			</tr> 			<tr height="13"> 				<td width="408" height="13"></td> 				<td width="328" height="50" rowspan="2" valign="top" align="left" xpos="424"><csobj w="227" h="21" t="Button" ht="construction/textes_images/en_pratique_cov.gif" st="En pratique: adresses, telephones, mails et plans de situation"><a href="pratique/pratique.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'en_pratique3',1)" onmouseout="return CSIShow(/*CMP*/'en_pratique3',0)" onclick="return CSButtonReturn()"><img src="construction/textes_images/en_pratique.gif" width="227" height="21" name="en_pratique3" border="0" alt="En pratique: adresses, telephones, mails et plans de situation"></a></csobj></td> 				<td width="1" height="13"><spacer type="block" width="1" height="13"></td> 			</tr> 			<tr height="37"> 				<td width="424" height="182" colspan="2" rowspan="7" valign="top" align="left" xpos="0"><img name="index_01" src="construction/divers/index_01.gif" width="424" height="176" border="0" alt="Logo de la Fondation"></td> 				<td width="1" height="37"><spacer type="block" width="1" height="37"></td> 			</tr> 			<tr height="21"> 				<td width="328" height="21" valign="top" align="left" xpos="424"><csobj w="227" h="21" t="Button" ht="construction/textes_images/en_detail_cov.gif" st="En detail: en savoir plus sur nos structures, sur nos services"><a href="en_details/en_details.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'en_pratique4',1)" onmouseout="return CSIShow(/*CMP*/'en_pratique4',0)" onclick="return CSButtonReturn()"><img src="construction/textes_images/en_detail.gif" width="227" height="21" name="en_pratique4" border="0" alt="En detail: en savoir plus sur nos structures, sur nos services"></a></csobj></td> 				<td width="1" height="21"><spacer type="block" width="1" height="21"></td> 			</tr> 			<tr height="21"> 				<td width="328" height="21" valign="top" align="left" xpos="424"><csobj w="227" h="21" t="Button" ht="construction/textes_images/notre_organisation_cov.gif" st="Notre organisation: nos valeurs et nos cadres de reference"><a href="lignes_directrices/lignes_directrices.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'en_pratique5',1)" onmouseout="return CSIShow(/*CMP*/'en_pratique5',0)" onclick="return CSButtonReturn()"><img src="construction/textes_images/notre_organisation.gif" width="227" height="21" name="en_pratique5" border="0" alt="Notre organisation: nos valeurs et nos cadres de reference"></a></csobj></td> 				<td width="1" height="21"><spacer type="block" width="1" height="21"></td> 			</tr> 			<tr height="21"> 				<td width="328" height="21" valign="top" align="left" xpos="424"><csobj w="227" h="21" t="Button" ht="construction/textes_images/nos_activites_cov.gif" st="Nos activites: nos realisations, nos projets, nos reves"><a href="activites/activites.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'en_pratique6',1)" onmouseout="return CSIShow(/*CMP*/'en_pratique6',0)" onclick="return CSButtonReturn()"><img src="construction/textes_images/nos_activites.gif" width="227" height="21" name="en_pratique6" border="0" alt="Nos activites: nos realisations, nos projets, nos reves"></a></csobj></td> 				<td width="1" height="21"><spacer type="block" width="1" height="21"></td> 			</tr> 			<tr height="21"> 				<td width="328" height="21" valign="top" align="left" xpos="424"><csobj w="227" h="21" t="Button" ht="construction/textes_images/liens_contacts_cov.gif" st="Liens et Contacts: la Fondation de Verdeil dans son reseau"><a href="liens/_liens.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'en_pratique7',1)" onmouseout="return CSIShow(/*CMP*/'en_pratique7',0)" onclick="return CSButtonReturn()"><img src="construction/textes_images/liens_contacts.gif" width="227" height="21" name="en_pratique7" border="0" alt="Liens et Contacts: la Fondation de Verdeil dans son reseau"></a></csobj></td> 				<td width="1" height="21"><spacer type="block" width="1" height="21"></td> 			</tr> 			<tr height="39"> 				<td width="328" height="39" valign="top" align="left" xpos="424"><csobj w="227" h="21" t="Button" ht="construction/textes_images/nouvelles_cov.gif" st="Nouvelles: la Fondation de Verdeil vous livre ses news..."><a href="news.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'en_pratique10',1)" onmouseout="return CSIShow(/*CMP*/'en_pratique10',0)" onclick="return CSButtonReturn()"><img src="construction/textes_images/nouvelles.gif" width="227" height="21" name="en_pratique10" border="0" alt="Nouvelles: la Fondation de Verdeil vous livre ses news..."></a></csobj></td> 				<td width="1" height="39"><spacer type="block" width="1" height="39"></td> 			</tr> 			<tr height="22"> 				<td width="328" height="22" valign="top" align="left" xpos="424"><csobj w="227" h="21" t="Button" ht="construction/textes_images/jmv_cov.gif" csover="B7EB169357" csout="B7EB169359" st="La direction."><a href="mailto:direction@verdeil.ch" onmouseover="CSAction(new Array(/*CMP*/'B7EB169357'));return CSIShow(/*CMP*/'en_pratique8',1)" onmouseout="CSAction(new Array(/*CMP*/'B7EB169359'));return CSIShow(/*CMP*/'en_pratique8',0)" onclick="return CSButtonReturn()"><img src="construction/textes_images/jmv.gif" width="227" height="21" name="en_pratique8" border="0" alt="La direction."></a></csobj></td> 				<td width="1" height="22"><spacer type="block" width="1" height="22"></td> 			</tr> 			<tr height="24"> 				<td width="424" height="95" colspan="2" rowspan="2"></td> 				<td width="328" height="24" valign="top" align="left" xpos="424"><img src="construction/index_images/filet.gif" width="325" height="1" border="0"></td> 				<td width="1" height="24"><spacer type="block" width="1" height="24"></td> 			</tr> 			<tr height="71"> 				<td width="328" height="71" valign="top" align="left" xpos="424"><csobj w="227" h="21" t="Button" ht="construction/textes_images/webmaster_cov.gif" csover="B7EB169361" csout="B7EB169363" st="Le site comporte des bugs? Des critiques a formuler? Des felicitations?"><a href="mailto:webmaster@verdeil.ch" onmouseover="CSAction(new Array(/*CMP*/'B7EB169361'));return CSIShow(/*CMP*/'en_pratique9',1)" onmouseout="CSAction(new Array(/*CMP*/'B7EB169363'));return CSIShow(/*CMP*/'en_pratique9',0)" onclick="return CSButtonReturn()"><img src="construction/textes_images/webmaster.gif" width="227" height="21" name="en_pratique9" border="0" alt="Le site comporte des bugs? Des critiques a formuler? Des felicitations?"></a></csobj></td> 				<td width="1" height="71"><spacer type="block" width="1" height="71"></td> 			</tr> 			<tr height="1" cntrlrow> 				<td width="16" height="1"><spacer type="block" width="16" height="1"></td> 				<td width="408" height="1"><spacer type="block" width="408" height="1"></td> 				<td width="328" height="1"><spacer type="block" width="328" height="1"></td> 				<td width="1" height="1"></td> 			</tr> 		</table> 	</body>  </html> 
