<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>SFLS :: Moteur de recherche</title>
<meta name="description" content="Moteur de recherche de la SFLS" />
<link href="/globalcss.css" rel="stylesheet" type="text/css" />
<link href="/navcss.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {
	color: #CC3300;
	font-weight: bold;
}
-->
</style>
</head>

<body id="home">
  <div class="container">
    <div id="header">
      <div id="header2">
      
<SCRIPT language="javascript">
var xhr = null; 
function getXhr(){
	if(window.XMLHttpRequest) // Firefox et autres
		xhr = new XMLHttpRequest();
	else if(window.ActiveXObject){ // Internet Explorer 
		try {
	    	xhr = new ActiveXObject("Msxml2.XMLHTTP");
		} catch (e) {
			xhr = new ActiveXObject("Microsoft.XMLHTTP");
		}
	}
	else { // XMLHttpRequest non support par le navigateur 
		alert("Votre navigateur ne supporte pas les objets XMLHTTPRequest...");
		xhr = false;
	} 
}
function moteur(strg) {
	var saisie = document.getElementById("montreCherche");
	getXhr()
	xhr.onreadystatechange = function(){
		if(xhr.readyState == 4 && xhr.status == 200){
			var texteReponse = xhr.responseText;
			if (texteReponse!="") {
				saisie.innerHTML=texteReponse;
				saisie.style.display="block";
			} else {
				saisie.innerHTML="";
				saisie.style.display="none";
			}
		}
	}
	xhr.open("GET","/include/cherche.asp?strg="+strg,true);
	xhr.send(null);
}
</SCRIPT>
        <div style="margin-bottom:20px; width:100%; text-align:right"><a href="http://sfls.aei.fr/"><img src="/images/spacer.gif" width="457" height="134" style="float:left; border: none;" /></a><a href="/">Accueil</a> | <a href="/sfls/plan-site">Plan du site</a> | <a href="/sfls/Contacts">Contacts</a> | <a href="/sfls/mentions-legales">Mentions légales</a></div>
<div style="float:left; height:120px; padding-left: 100px;">
          <span id="headNav"><a href="/sfls/espace-des-psys">Espace des psys de la SFLS</a></span>
          <span id="headNav"><a href="http://www.epigest.com/" target="_blank">Le site des TECs</a></span>
</div>
<div style="float:right; height:120px; text-align:center"><div style="text-align: left; width: 145px; height: 32px; padding:0px; background-image:url(/images/chercher.jpg)"><input name="strg" type="text" style="background: none; width: 105px; height: 14px; border:none; padding: 0px; margin: 4px; margin-top: 8px;" onkeyup="moteur(this.value);" /></div><div style=" position:absolute; text-align:left; margin-top: -7px; background-image:url(/images/chercheFond.png); width:140px; padding-left: 5px; padding-bottom: 5px; display:none;" id="montreCherche"></div>
    <a href="http://www.facebook.com/pages/SFLS-Soci%C3%A9t%C3%A9-Francaise-de-Lutte-contre-le-Sida/315833185099752" target="_blank"><img src="/images/facebook.png" width="32" height="32" style="border:none; margin:12px;" alt="Rejoignez la SFLS sur Facebook" title="Rejoignez la SFLS sur Facebook" /></a><a href="https://twitter.com/#!/sfls_vih" target="_blank"><img src="/images/twitter.png" width="32" height="32" style="border:none; margin:12px;" alt="Suivez la SFLS sur Twitter" title="Suivez la SFLS sur Twitter" /></a><br />
</div>

      </div>
    </div>
	<div id="nav_wrapper">
    
	    <ul id="topnav">	    	
	      <li class="liSub" style="z-index:106;">
	       	<a href="#" class="boxGeneral boxRouge">
	        		<span class="dd_wrapper">
	        			SFLS
						<span class="dd_action"><img src="/arrow.png" alt=""/></span>					</span>				</a>
	            <div style="opacity: 0; display: none; width: 450px;" class="sub">
	            	<div class="row">
	                    <ul style="width: 155px;">
	                        <li><h2>L'association<a href="#"></a></h2></li>
	                        <li><a href="/sfls/association/presentation">Présentation</a></li>
	                        <li><a href="/sfls/association/bureau-et-CA">Bureau et CA</a></li>
	                        <li><a href="/sfls/association/commissions">Commissions</a></li>
	                        <li><a href="/sfls/association/inscription">Inscription</a></li>
	                    </ul>
	                    <ul style="width: 175px;">
	                        <li><h2><a href="/sfls/annuaire-de-la-sfls">Annuaire de la SFLS</a></h2></li>
	                        <li><h2><a href="/sfls/petites-annonces">Petites annonces</a></h2></li>
	                        <li><h2><a href="/sfls/espace-des-psys">Espace des psys</a></h2></li>
	                    </ul>
	                </div>
	            </div>
            </li>
	        <li class="liSub" style="z-index:105;">
	        	<a href="#" class="boxGeneral boxBleu">
	        		<span class="dd_wrapper">
	        			DPC
						<span class="dd_action"><img src="/arrow.png" alt=""/></span>
					</span>
				</a>
	            <div style="opacity: 0; display: none; width: 450px;" class="sub">
	            	<div class="row">
	                    <ul style="width: 195px;">
	                        <li><a href="/dpc/dpc-accueil">Accueil DPC</a></li>
	                        <li><a href="/dpc/DPC-RCP">Réunion de Concertation Pluridisciplinaire (RCP)</a></li>
	                        <li><a href="/dpc/autres-programmes-epp-de-sfls">Autres programmes EPP de la SFLS</a></li>
	                    </ul>
	                    <ul style="width: 205px;">
	                        <li><a href="/dpc/Referentiels">Les référentiels</a></li>
	                        <li><a href="/dpc/demarche-epp-validees">Démarches d'EPP validées</a></li>
	                        <li><a href="/dpc/decrets-arretes-documentation">Décrets, arrêtés et documentation</a></li>
	                        <li><a href="/dpc/Liens-externes">Liens-externes</a></li>
	                    </ul>
	                </div>
	            </div>
	        </li>
	        <li class="liSub" style="z-index:104;">
		    	<a href="#" class="boxGeneral boxViolet">
		    		<span class="dd_wrapper">Formations
						<span class="dd_action"><img src="/arrow.png" alt="" /></span></span>
				</a>
	            <div style="opacity: 0; display: none; width: 450px;" class="sub">
	            	<div class="row">
	                    <ul style="width: 185px;">
	                        <li><h2>Formations SFLS<a href="#"></a></h2></li>
	                        <li><a href="/formations/formations-SFLS/programme-formation/?annee=2013">2013</a></li>
	                        <li><a href="/formations/formations-SFLS/programme-formation/?annee=2012">2012</a></li>
	                        <li><a href="/formations/formations-SFLS/Du-DIU">DU / DIU</a></li>
	                        <li><h2><a href="/formations/diaporamas-sfls">Diaporamas SFLS</a></h2></li>
	                    </ul>
	                    <ul style="width: 185px;">
	                        <li><h2>Journées Nationales<a href="#"></a></h2></li>
	                        <li><a href="/formations/journees-nationales/Poitiers-2013">2013</a></li>
	                        <li><a href="/formations/journees-nationales/Marseille-2012">2012</a></li>
	                        <li><a href="/formations/journees-nationales/Lyon-2011">2011</a></li>
	                        <li><a href="/formations/journees-nationales/autres-journees">Autres journées</a></li>
	                        <li><h2><a href="/formations/webcast-elearning">Webcast - eLearning</a></h2></li>
	                    </ul>
	                </div>
	            </div>
	        </li>
			<li class="liSub" style="z-index:103;">
				<a href="#" class="boxGeneral boxVert">        	
					<span class="dd_wrapper">Outils Corevih
						<span class="dd_action"><img src="/arrow.png" alt="" /></span></span>
				</a>
	            <div style="opacity: 0; display: none; width: 300px;" class="sub">
	            	<ul style="width:175px;">                	
	                	<li><a href="/corevih-bao/presentation-corevih">Présentation</a></li>
	                    <li><a href="/corevih-bao/outils/">La BAO</a></li>
	                    <li><a href="/corevih-bao/annuaire-corevih">Annuaire des corevih</a></li>                        
	                </ul>                              
	            </div>
	        </li>
			<li class="liSub" style="z-index:102;">
	        	<a href="#" class="boxGeneral boxCyan">        	
					<span class="dd_wrapper">Actualités
						<span class="dd_action"><img src="/arrow.png" alt="" /></span></span>
				</a>
	            <div style="opacity: 0; display: none; width: 300px;" class="sub">
	            	<ul style="width:230px;">                	
	                	<li><a href="/actualites/dernieres-actus/"><strong>Dernières infos</strong></a></li>
	                	<li><a href="/actualites/dernieres-actus/?cat=Colloques">Colloques</a></li>
	                    <li><a href="/actualites/dernieres-actus/?cat=Recommandations">Recommandations</a></li>
	                    <li><a href="/actualites/dernieres-actus/?cat=Donnees-Epidemio">Données épidémiologiques</a></li>    
	                    <li><a href="/actualites/dernieres-actus/?cat=Infos-Pro">Informations professionnelles</a></li>    
	                    <li><a href="/actualites/dernieres-actus/?cat=Textes-Reglementaires">Textes réglementaires</a></li>
	                    <li><a href="/actualites/dernieres-actus/?cat=Autres"><em>Autres Infos</em></a></li>
	                </ul>                              
	            </div>
	        </li>
			<li style="z-index:101;">
				<a href="/projets-labellises/presentation-projets" class="boxGeneral boxOrange">        	
					<span class="single_wrapper">Projets Labellisés</span>
				</a>
	        </li>
	    </ul>
	</div>
	<div id="degagement"><span class="NavHori"><a href="/default.asp">Accueil &raquo;</a></span><span class="NavHoriSelect">Moteur de recherche</span></div>

	<div id="content">
	  <div style="width:984px; clear:both;">
		<div style="width:632px; float:left; padding:12px;">
		  <h4>Moteur de recherche</h4>
          <p class="style1">Retrouvez ci-dessous les r&eacute;sultats de votre recherche</p><div class="resultats" style="margin:10px"><img src="/images/web-browser.png" align="absmiddle"> <nobr>Formations</nobr>&nbsp;&raquo <nobr>Diaporamas SFLS</nobr>&nbsp;&raquo <nobr><a href="/recherche/Diaporamas-2007" style="color:#000066">Diaporamas 2007</a></nobr></div>
		</div>
		<div style="width:304px; float:right; padding:12px;">
		  <h4>Options</h4>

          <p class="style1">Recherche en cours</p>
          <p>Votre recherche est actuellement filtr&eacute;e avec les mots cl&eacute;s ci-dessous.</p>
          <p><span id="linearNavFixe"><a href="recherche.asp?removeTag=119">2007</a></span> </p><p>Cliquez sur l'un d'entre eux pour le retirer de votre recherche !</p><p class="style1">Affiner votre recherche</p>
          <div style="padding-left:12px;margin-left:12px;"><span id="linearNav"><a href="recherche.asp?Tag=123">antibiotiques</a></span> <span id="linearNav"><a href="recherche.asp?Tag=109">diaporama</a></span> <span id="linearNav"><a href="recherche.asp?Tag=121">épidémiologie</a></span> <span id="linearNav"><a href="recherche.asp?Tag=124">ist</a></span> <span id="linearNav"><a href="recherche.asp?Tag=122">résistances</a></span> <span id="linearNav"><a href="recherche.asp?Tag=2">sfls</a></span> </div>
		</div>
	  </div>
    </div>

	<div id="footer">
    
<div style="float:left; width:25%; vertical-align:middle; height:56px;"><a href="/sfls/partenaires"><img src="/images/footer-gauche.jpg" border="0" /></a></div>
<div style="float:left; width:50%; text-align:center; vertical-align:middle; height:56px;">Partager cette page : <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fsfls%2Eaei%2Efr%2FMoteur+de+recherche&t=SFLS :: Moteur de recherche" target="_blank"><img src="/images/facebook.gif" width="16" height="16" hspace="2" border="0" align="absmiddle" title="sur Facebook" alt="sur Facebook"></a>
          <a href="http://twitter.com/?status=SFLS+%3A%3A+Moteur+de+recherche+http%3A%2F%2Fsfls%2Eaei%2Efr%2FMoteur+de+recherche" target="_blank"><img src="/images/twitter.gif" width="16" height="16" hspace="2" border="0" align="absmiddle" title="sur Twitter" alt="sur Twitter"></a> | <strong>Mise &agrave; jour :</strong> ---<br /><br />
<a href="http://www.xiti.com/xiti.asp?s=130828" title="WebAnalytics" target="_top">
<script type="text/javascript">
<!--
Xt_param = 's=130828&p=Moteur de recherche';
try {Xt_r = top.document.referrer;}
catch(e) {Xt_r = document.referrer; }
Xt_h = new Date();
Xt_i = '<img width="80" height="15" border="0" alt="" ';
Xt_i += 'src="http://logv23.xiti.com/bcg.xiti?'+Xt_param;
Xt_i += '&hl='+Xt_h.getHours()+'x'+Xt_h.getMinutes()+'x'+Xt_h.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;}
document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Internet Audience">');
//-->
</script>
<noscript><img width="80" height="15" src="http://logv23.xiti.com/bcg.xiti?s=130828&p=Moteur de recherche" alt="WebAnalytics" border="0" />
</noscript></a>
</div>
<div style="float:right; width:25%; text-align:right; vertical-align:middle; height:56px;"><a href="http://www.aei.fr/" target="_blank"><img src="/images/footer-logoAEI.gif" border="0" /></a><img src="/images/footer-honcode.gif" /></div>

	</div>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="/jquery.hoverIntent.minified.js"></script>
<script type="text/javascript" src="/menuNav.js"></script>
</body>
</html>
