<!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>Vous pouvez rechercher des articles dans nos archives utilisant des mots cl&eacute;s. S&eacute;lectionnez tout d'abord l'un des mots cl&eacute;s ci-dessous  avant d'affiner votre recherche.<br />
              Vous pouvez &agrave; tout moment supprimer l'un de vos filtres de recherche, dans la partie droite de votre navigateur, en cliquant sur l'un des mots cl&eacute;s que vous avez sélectionné...</p>
          <a href="recherche.asp?Tag=228" style="font-size:12px;"> charge virale</a> <a href="recherche.asp?Tag=229" style="font-size:12px;"> rvs</a> <a href="recherche.asp?Tag=125" style="font-size:12px;">2006</a> <a href="recherche.asp?Tag=119" style="font-size:12px;">2007</a> <a href="recherche.asp?Tag=120" style="font-size:12px;">2008</a> <a href="recherche.asp?Tag=112" style="font-size:12px;">2009</a> <a href="recherche.asp?Tag=71" style="font-size:12px;">2012</a> <a href="recherche.asp?Tag=186" style="font-size:12px;">accompagnement</a> <a href="recherche.asp?Tag=214" style="font-size:12px;">activation immune</a> <a href="recherche.asp?Tag=174" style="font-size:12px;">activité sexuelle</a> <a href="recherche.asp?Tag=65" style="font-size:12px;">actualités</a> <a href="recherche.asp?Tag=76" style="font-size:12px;">addictions</a> <a href="recherche.asp?Tag=157" style="font-size:12px;">adolescent</a> <a href="recherche.asp?Tag=30" style="font-size:12px;">aei</a> <a href="recherche.asp?Tag=16" style="font-size:12px;">aes</a> <a href="recherche.asp?Tag=97" style="font-size:12px;">afrique</a> <a href="recherche.asp?Tag=226" style="font-size:12px;">âge</a> <a href="recherche.asp?Tag=199" style="font-size:12px;">anémie</a> <a href="recherche.asp?Tag=57" style="font-size:12px;">annuaire</a> <a href="recherche.asp?Tag=175" style="font-size:12px;">anrs</a> <a href="recherche.asp?Tag=123" style="font-size:12px;">antibiotiques</a> <a href="recherche.asp?Tag=192" style="font-size:12px;">arv</a> <a href="recherche.asp?Tag=142" style="font-size:12px;">assises</a> <a href="recherche.asp?Tag=66" style="font-size:12px;">association</a> <a href="recherche.asp?Tag=179" style="font-size:12px;">association arv</a> <a href="recherche.asp?Tag=139" style="font-size:12px;">atelier</a> <a href="recherche.asp?Tag=13" style="font-size:12px;">audit</a> <a href="recherche.asp?Tag=61" style="font-size:12px;">bareback</a> <a href="recherche.asp?Tag=253" style="font-size:12px;">barrière génétique</a> <a href="recherche.asp?Tag=105" style="font-size:12px;">besançon</a> <a href="recherche.asp?Tag=239" style="font-size:12px;">bilan éducatif</a> <a href="recherche.asp?Tag=197" style="font-size:12px;">bocéprévir</a> <a href="recherche.asp?Tag=88" style="font-size:12px;">bonnard</a> <a href="recherche.asp?Tag=130" style="font-size:12px;">bordeaux 2010</a> <a href="recherche.asp?Tag=168" style="font-size:12px;">bruno hoen</a> <a href="recherche.asp?Tag=56" style="font-size:12px;">bulletin</a> <a href="recherche.asp?Tag=67" style="font-size:12px;">bureau</a> <a href="recherche.asp?Tag=98" style="font-size:12px;">burkina faso</a> <a href="recherche.asp?Tag=93" style="font-size:12px;">burundi</a> <a href="recherche.asp?Tag=196" style="font-size:12px;">ca</a> <a href="recherche.asp?Tag=188" style="font-size:12px;">cameroun</a> <a href="recherche.asp?Tag=126" style="font-size:12px;">cancer</a> <a href="recherche.asp?Tag=218" style="font-size:12px;">carcinome hépato-cellulaire</a> <a href="recherche.asp?Tag=167" style="font-size:12px;">cardiovasculaire</a> <a href="recherche.asp?Tag=35" style="font-size:12px;">cedric arvieux</a> <a href="recherche.asp?Tag=72" style="font-size:12px;">cédric arvieux</a> <a href="recherche.asp?Tag=12" style="font-size:12px;">charte</a> <a href="recherche.asp?Tag=202" style="font-size:12px;">cirrhose</a> <a href="recherche.asp?Tag=255" style="font-size:12px;">co-infection vih-vhc</a> <a href="recherche.asp?Tag=59" style="font-size:12px;">colloque</a> <a href="recherche.asp?Tag=44" style="font-size:12px;">comission</a> <a href="recherche.asp?Tag=22" style="font-size:14px;">commission</a> <a href="recherche.asp?Tag=46" style="font-size:12px;">communication</a> <a href="recherche.asp?Tag=18" style="font-size:12px;">comorbidité</a> <a href="recherche.asp?Tag=217" style="font-size:12px;">co-morbidités</a> <a href="recherche.asp?Tag=95" style="font-size:12px;">congo</a> <a href="recherche.asp?Tag=133" style="font-size:12px;">congrès</a> <a href="recherche.asp?Tag=104" style="font-size:12px;">con-infection</a> <a href="recherche.asp?Tag=68" style="font-size:12px;">conseil administration</a> <a href="recherche.asp?Tag=83" style="font-size:12px;">conseiller</a> <a href="recherche.asp?Tag=4" style="font-size:12px;">contact</a> <a href="recherche.asp?Tag=143" style="font-size:12px;">corevih</a> <a href="recherche.asp?Tag=215" style="font-size:12px;">coût</a> <a href="recherche.asp?Tag=37" style="font-size:12px;">critères</a> <a href="recherche.asp?Tag=209" style="font-size:12px;">cyp3a4</a> <a href="recherche.asp?Tag=205" style="font-size:12px;">daclatasvir</a> <a href="recherche.asp?Tag=47" style="font-size:12px;">david rey</a> <a href="recherche.asp?Tag=219" style="font-size:12px;">décès</a> <a href="recherche.asp?Tag=19" style="font-size:12px;">décret</a> <a href="recherche.asp?Tag=153" style="font-size:12px;">dellamonica</a> <a href="recherche.asp?Tag=50" style="font-size:13px;">denis lacoste</a> <a href="recherche.asp?Tag=25" style="font-size:12px;">dentiste</a> <a href="recherche.asp?Tag=160" style="font-size:12px;">dépistage</a> <a href="recherche.asp?Tag=236" style="font-size:12px;">dermocorticoïde</a> <a href="recherche.asp?Tag=136" style="font-size:12px;">désir enfant</a> <a href="recherche.asp?Tag=109" style="font-size:15px;">diaporama</a> <a href="recherche.asp?Tag=106" style="font-size:12px;">dijon</a> <a href="recherche.asp?Tag=148" style="font-size:12px;">dijon 2006</a> <a href="recherche.asp?Tag=75" style="font-size:12px;">diplome inter-universitaire</a> <a href="recherche.asp?Tag=74" style="font-size:14px;">diu</a> <a href="recherche.asp?Tag=8" style="font-size:14px;">dpc</a> <a href="recherche.asp?Tag=73" style="font-size:13px;">du</a> <a href="recherche.asp?Tag=224" style="font-size:12px;">échappement</a> <a href="recherche.asp?Tag=220" style="font-size:12px;">échec</a> <a href="recherche.asp?Tag=238" style="font-size:12px;">échec thérapeutique</a> <a href="recherche.asp?Tag=144" style="font-size:12px;">éducation thérapeutique</a> <a href="recherche.asp?Tag=187" style="font-size:12px;">elisabeth-maitre</a> <a href="recherche.asp?Tag=121" style="font-size:13px;">épidémiologie</a> <a href="recherche.asp?Tag=203" style="font-size:12px;">epo</a> <a href="recherche.asp?Tag=9" style="font-size:14px;">epp</a> <a href="recherche.asp?Tag=31" style="font-size:13px;">eric billaud</a> <a href="recherche.asp?Tag=235" style="font-size:12px;">éruption cutanée</a> <a href="recherche.asp?Tag=231" style="font-size:12px;">ervr</a> <a href="recherche.asp?Tag=64" style="font-size:12px;">espace</a> <a href="recherche.asp?Tag=96" style="font-size:12px;">esther</a> <a href="recherche.asp?Tag=225" style="font-size:12px;">etoc</a> <a href="recherche.asp?Tag=242" style="font-size:12px;">etp</a> <a href="recherche.asp?Tag=79" style="font-size:12px;">evaluation</a> <a href="recherche.asp?Tag=176" style="font-size:12px;">femme enceinte</a> <a href="recherche.asp?Tag=246" style="font-size:12px;">fibroscan</a> <a href="recherche.asp?Tag=212" style="font-size:12px;">fibrose</a> <a href="recherche.asp?Tag=85" style="font-size:12px;">foie</a> <a href="recherche.asp?Tag=34" style="font-size:13px;">formation</a> <a href="recherche.asp?Tag=166" style="font-size:12px;">formation médicale continue</a> <a href="recherche.asp?Tag=184" style="font-size:12px;">fournier-lisadie</a> <a href="recherche.asp?Tag=29" style="font-size:12px;">fsm</a> <a href="recherche.asp?Tag=140" style="font-size:13px;">galerie</a> <a href="recherche.asp?Tag=208" style="font-size:12px;">génotype</a> <a href="recherche.asp?Tag=262" style="font-size:12px;">génotype vhc</a> <a href="recherche.asp?Tag=172" style="font-size:12px;">gestion des risques</a> <a href="recherche.asp?Tag=21" style="font-size:12px;">gestionnaire</a> <a href="recherche.asp?Tag=69" style="font-size:12px;">gilles pialoux</a> <a href="recherche.asp?Tag=92" style="font-size:12px;">grands lacs</a> <a href="recherche.asp?Tag=193" style="font-size:12px;">greffe</a> <a href="recherche.asp?Tag=114" style="font-size:12px;">grossesse</a> <a href="recherche.asp?Tag=28" style="font-size:12px;">has</a> <a href="recherche.asp?Tag=170" style="font-size:12px;">henri portier</a> <a href="recherche.asp?Tag=89" style="font-size:12px;">hépatite</a> <a href="recherche.asp?Tag=250" style="font-size:12px;">hépatite cholestatique</a> <a href="recherche.asp?Tag=249" style="font-size:12px;">hépatite cytolytique</a> <a href="recherche.asp?Tag=251" style="font-size:12px;">hépatite mixte</a> <a href="recherche.asp?Tag=247" style="font-size:12px;">hépatotoxicité</a> <a href="recherche.asp?Tag=213" style="font-size:12px;">hepavih</a> <a href="recherche.asp?Tag=261" style="font-size:12px;">hétérosexuels</a> <a href="recherche.asp?Tag=260" style="font-size:12px;">homosexuels</a> <a href="recherche.asp?Tag=84" style="font-size:12px;">iec</a> <a href="recherche.asp?Tag=77" style="font-size:12px;">infection</a> <a href="recherche.asp?Tag=117" style="font-size:12px;">infections opportunistes</a> <a href="recherche.asp?Tag=3" style="font-size:12px;">infos</a> <a href="recherche.asp?Tag=54" style="font-size:12px;">inscription</a> <a href="recherche.asp?Tag=211" style="font-size:12px;">interactions</a> <a href="recherche.asp?Tag=243" style="font-size:12px;">interactions médicamenteuses</a> <a href="recherche.asp?Tag=206" style="font-size:12px;">interféron</a> <a href="recherche.asp?Tag=124" style="font-size:12px;">ist</a> <a href="recherche.asp?Tag=178" style="font-size:12px;">jean-françois dailloux</a> <a href="recherche.asp?Tag=177" style="font-size:12px;">jean-marc besnier</a> <a href="recherche.asp?Tag=111" style="font-size:12px;">journée mondiale sida</a> <a href="recherche.asp?Tag=128" style="font-size:20px;">journées nationales</a> <a href="recherche.asp?Tag=90" style="font-size:12px;">lang</a> <a href="recherche.asp?Tag=146" style="font-size:13px;">lille 2008</a> <a href="recherche.asp?Tag=233" style="font-size:12px;">limite de détection</a> <a href="recherche.asp?Tag=234" style="font-size:12px;">limite de quantification</a> <a href="recherche.asp?Tag=191" style="font-size:12px;">lymphome</a> <a href="recherche.asp?Tag=129" style="font-size:13px;">lyon 2011</a> <a href="recherche.asp?Tag=86" style="font-size:12px;">maladie infectieuse</a> <a href="recherche.asp?Tag=132" style="font-size:12px;">marseille 2012</a> <a href="recherche.asp?Tag=55" style="font-size:12px;">membre</a> <a href="recherche.asp?Tag=195" style="font-size:12px;">mentions légales</a> <a href="recherche.asp?Tag=52" style="font-size:12px;">migrants</a> <a href="recherche.asp?Tag=216" style="font-size:12px;">modélisation</a> <a href="recherche.asp?Tag=15" style="font-size:12px;">morbidité</a> <a href="recherche.asp?Tag=14" style="font-size:12px;">mortalité</a> <a href="recherche.asp?Tag=189" style="font-size:12px;">multidisciplinaires</a> <a href="recherche.asp?Tag=107" style="font-size:12px;">nancy</a> <a href="recherche.asp?Tag=145" style="font-size:12px;">nice 2009</a> <a href="recherche.asp?Tag=49" style="font-size:12px;">nord-sud</a> <a href="recherche.asp?Tag=102" style="font-size:12px;">nouvelle classe</a> <a href="recherche.asp?Tag=180" style="font-size:12px;">observance</a> <a href="recherche.asp?Tag=99" style="font-size:12px;">oms</a> <a href="recherche.asp?Tag=110" style="font-size:12px;">onusida</a> <a href="recherche.asp?Tag=43" style="font-size:12px;">organisation soin</a> <a href="recherche.asp?Tag=127" style="font-size:12px;">paludisme</a> <a href="recherche.asp?Tag=26" style="font-size:12px;">paramédicaux</a> <a href="recherche.asp?Tag=169" style="font-size:12px;">pascal chavanet</a> <a href="recherche.asp?Tag=36" style="font-size:12px;">pascal pugliese</a> <a href="recherche.asp?Tag=165" style="font-size:12px;">pathologie osseuse</a> <a href="recherche.asp?Tag=156" style="font-size:12px;">patient</a> <a href="recherche.asp?Tag=181" style="font-size:12px;">patrice massip</a> <a href="recherche.asp?Tag=58" style="font-size:12px;">petite annonce</a> <a href="recherche.asp?Tag=210" style="font-size:12px;">p-gp</a> <a href="recherche.asp?Tag=23" style="font-size:12px;">pharmacien</a> <a href="recherche.asp?Tag=141" style="font-size:12px;">photo</a> <a href="recherche.asp?Tag=163" style="font-size:13px;">photos</a> <a href="recherche.asp?Tag=87" style="font-size:12px;">pialoux</a> <a href="recherche.asp?Tag=5" style="font-size:12px;">plan</a> <a href="recherche.asp?Tag=161" style="font-size:12px;">podcast</a> <a href="recherche.asp?Tag=81" style="font-size:12px;">poitiers</a> <a href="recherche.asp?Tag=263" style="font-size:12px;">poitiers 2013</a> <a href="recherche.asp?Tag=6" style="font-size:12px;">présentation</a> <a href="recherche.asp?Tag=173" style="font-size:12px;">prévention</a> <a href="recherche.asp?Tag=32" style="font-size:16px;">prise en charge</a> <a href="recherche.asp?Tag=190" style="font-size:12px;">procréation</a> <a href="recherche.asp?Tag=108" style="font-size:12px;">programme</a> <a href="recherche.asp?Tag=257" style="font-size:12px;">prospecth</a> <a href="recherche.asp?Tag=244" style="font-size:12px;">prurit</a> <a href="recherche.asp?Tag=39" style="font-size:12px;">psychiatrie</a> <a href="recherche.asp?Tag=38" style="font-size:12px;">psychologie</a> <a href="recherche.asp?Tag=41" style="font-size:13px;">psys de la sfls</a> <a href="recherche.asp?Tag=118" style="font-size:12px;">ptme</a> <a href="recherche.asp?Tag=252" style="font-size:12px;">puissance</a> <a href="recherche.asp?Tag=155" style="font-size:12px;">qualité de vie</a> <a href="recherche.asp?Tag=245" style="font-size:12px;">rash</a> <a href="recherche.asp?Tag=10" style="font-size:12px;">rcp</a> <a href="recherche.asp?Tag=221" style="font-size:12px;">rechute</a> <a href="recherche.asp?Tag=137" style="font-size:12px;">recommandations</a> <a href="recherche.asp?Tag=200" style="font-size:12px;">recommandations européennes</a> <a href="recherche.asp?Tag=11" style="font-size:12px;">référentiel</a> <a href="recherche.asp?Tag=232" style="font-size:12px;">règles d’arrêt</a> <a href="recherche.asp?Tag=194" style="font-size:12px;">rein</a> <a href="recherche.asp?Tag=62" style="font-size:12px;">relapse</a> <a href="recherche.asp?Tag=63" style="font-size:12px;">répertoire</a> <a href="recherche.asp?Tag=222" style="font-size:12px;">répondeur nul</a> <a href="recherche.asp?Tag=223" style="font-size:12px;">répondeur partiel</a> <a href="recherche.asp?Tag=40" style="font-size:12px;">réseau</a> <a href="recherche.asp?Tag=227" style="font-size:12px;">résistance</a> <a href="recherche.asp?Tag=122" style="font-size:12px;">résistances</a> <a href="recherche.asp?Tag=60" style="font-size:12px;">réunion</a> <a href="recherche.asp?Tag=42" style="font-size:12px;">réunion ado</a> <a href="recherche.asp?Tag=91" style="font-size:12px;">reynaud</a> <a href="recherche.asp?Tag=207" style="font-size:12px;">ribavirine</a> <a href="recherche.asp?Tag=230" style="font-size:12px;">rvr</a> <a href="recherche.asp?Tag=94" style="font-size:12px;">rwanda</a> <a href="recherche.asp?Tag=24" style="font-size:12px;">sage-femme</a> <a href="recherche.asp?Tag=149" style="font-size:12px;">saint-malo 2005</a> <a href="recherche.asp?Tag=82" style="font-size:12px;">santé sexuelle</a> <a href="recherche.asp?Tag=237" style="font-size:12px;">scar</a> <a href="recherche.asp?Tag=134" style="font-size:12px;">secrétariat</a> <a href="recherche.asp?Tag=45" style="font-size:12px;">séminaire</a> <a href="recherche.asp?Tag=78" style="font-size:12px;">session</a> <a href="recherche.asp?Tag=164" style="font-size:12px;">sexualité</a> <a href="recherche.asp?Tag=2" style="font-size:26px;">sfls</a> <a href="recherche.asp?Tag=48" style="font-size:12px;">sidaction</a> <a href="recherche.asp?Tag=154" style="font-size:12px;">simonet</a> <a href="recherche.asp?Tag=258" style="font-size:12px;">slam</a> <a href="recherche.asp?Tag=53" style="font-size:12px;">slfs</a> <a href="recherche.asp?Tag=131" style="font-size:20px;">société française de lutte contre le sida</a> <a href="recherche.asp?Tag=204" style="font-size:12px;">sofosbuvir</a> <a href="recherche.asp?Tag=182" style="font-size:12px;">solidarité</a> <a href="recherche.asp?Tag=185" style="font-size:12px;">soutien</a> <a href="recherche.asp?Tag=147" style="font-size:13px;">strasbourg 2007</a> <a href="recherche.asp?Tag=100" style="font-size:12px;">sub-saharienne</a> <a href="recherche.asp?Tag=103" style="font-size:12px;">succès virologique</a> <a href="recherche.asp?Tag=241" style="font-size:12px;">suivi éducatif</a> <a href="recherche.asp?Tag=254" style="font-size:12px;">synergie</a> <a href="recherche.asp?Tag=162" style="font-size:12px;">tec</a> <a href="recherche.asp?Tag=198" style="font-size:12px;">télaprévir</a> <a href="recherche.asp?Tag=240" style="font-size:12px;">tolérance</a> <a href="recherche.asp?Tag=151" style="font-size:13px;">toulouse 2003</a> <a href="recherche.asp?Tag=80" style="font-size:12px;">tours</a> <a href="recherche.asp?Tag=150" style="font-size:12px;">tours 2004</a> <a href="recherche.asp?Tag=101" style="font-size:12px;">traitement arv</a> <a href="recherche.asp?Tag=201" style="font-size:12px;">traitement court</a> <a href="recherche.asp?Tag=248" style="font-size:12px;">transaminases</a> <a href="recherche.asp?Tag=171" style="font-size:12px;">trithérapie</a> <a href="recherche.asp?Tag=113" style="font-size:12px;">tuberculose</a> <a href="recherche.asp?Tag=259" style="font-size:12px;">usagers de drogue</a> <a href="recherche.asp?Tag=17" style="font-size:12px;">vaccination</a> <a href="recherche.asp?Tag=256" style="font-size:12px;">vespa</a> <a href="recherche.asp?Tag=115" style="font-size:12px;">vhc</a> <a href="recherche.asp?Tag=138" style="font-size:12px;">vie sexuelle</a> <a href="recherche.asp?Tag=116" style="font-size:12px;">vieillissement</a> <a href="recherche.asp?Tag=33" style="font-size:16px;">vih</a> <a href="recherche.asp?Tag=135" style="font-size:12px;">webcast</a> <a href="recherche.asp?Tag=70" style="font-size:12px;">willy rozenbaum</a> <a href="recherche.asp?Tag=158" style="font-size:12px;">xive assises</a> <a href="recherche.asp?Tag=152" style="font-size:12px;">xve assises</a> <a href="recherche.asp?Tag=159" style="font-size:12px;">yazdan yazdanpanah</a> 
		</div>
		<div style="width:304px; float:right; padding:12px;">
		  <h4>Options</h4>

          
		</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>
