<HTML> <HEAD> <TITLE>Service-Public : annuaire des services de l'administration : ministres et secrtariats d'Etat</TITLE> <META NAME="keywords" CONTENT="SP_NE_PAS_INDEXER, index, rpertoire, annuaire, thmatique, France, gouvernement, ministre, secrtariat, LESSERVICESNATIONAUX"> <META NAME="description" CONTENT="Liste des ministres et des secrtariats d'Etat."> <SCRIPT LANGUAGE="JavaScript"> var agent = navigator.userAgent.toLowerCase(); var ver = parseInt(navigator.appVersion); if ((agent.indexOf("mozilla") != -1) && (ver >= 4) && (navigator.appName.indexOf("Netscape") != -1)) document.write('<LINK HREF="../css/homen.css" REL="stylesheet" TYPE="text/css">'); else document.write('<LINK HREF="../css/homeie.css" REL="stylesheet" TYPE="text/css">');  function remplace_accent(chaine) { 	var len_ch = chaine.length; 	var ind_deb_mot=0; 		 	<!--desaccentuer les lettres courantes--> 	for (ind=0;ind<=len_ch-1;ind++){ 		car_cour=chaine.charAt(ind); 		if ((car_cour=="")|(car_cour=="")|(car_cour=="") |(car_cour=="")) { 			chaine = chaine.substring(0,ind)+"e"+chaine.substring(ind+1,len_ch); 			len_ch = chaine.length; 		} 		if ((car_cour=="")|(car_cour=="")|(car_cour=="")) { 			chaine = chaine.substring(0,ind)+"a"+chaine.substring(ind+1,len_ch); 			len_ch = chaine.length; 		}	 		if ((car_cour=="")|(car_cour=="")) { 			chaine = chaine.substring(0,ind)+"o"+chaine.substring(ind+1,len_ch); 			len_ch = chaine.length; 		} 		if ((car_cour=="")|(car_cour==""))  { 			chaine = chaine.substring(0,ind)+"i"+chaine.substring(ind+1,len_ch); 			len_ch = chaine.length; 		}	 		if ((car_cour=="")|(car_cour=="")|(car_cour==""))  { 			chaine = chaine.substring(0,ind)+"u"+chaine.substring(ind+1,len_ch); 			len_ch = chaine.length; 		}	 		if (car_cour=="") { 			chaine = chaine.substring(0,ind)+"c"+chaine.substring(ind+1,len_ch); 			len_ch = chaine.length; 		}									 	} 	return chaine; }  <!--  Fonction qui remplace les caractres diffrents de A  Z par des blancs--> function remplace_DifAZ(chaine) { 	var alphabet="ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"; 	var len_ch = chaine.length; 	var ind_deb_mot=0; 	var car_cour=""; 	var car_suiv=""; 		 	<!--desaccentuer les lettres courantes--> 	for (ind=0;ind<=len_ch-1;ind++){ 		car_cour=chaine.charAt(ind); 		if (alphabet.indexOf(car_cour,0)<0) { 			chaine = chaine.substring(0,ind)+"/"+chaine.substring(ind+1,len_ch); 			len_ch = chaine.length; 		}											 	} 	return chaine; }  function net_slash(chaine) { 	var len_ch = chaine.length; 	var ind_deb_mot=0; 	var car_cour=""; 	var car_suiv=""; 	var ind=0; 		 	<!--enlever les "/" superflus--> 	for (ind=0;ind<=len_ch-1;ind++){ 		car_cour=chaine.charAt(ind); 		car_suiv=chaine.charAt(ind+1); 		if ((car_cour=="/")&(car_suiv=="/")) { 			chaine = chaine.substring(0,ind)+chaine.substring(ind+1,len_ch); 			ind=ind-1; 			len_ch = chaine.length; 		}														 	} 	<!--pas de "/" en premier caractre--> 	if (chaine.charAt(0)=="/") { 		chaine = chaine.substring(1,len_ch); 	} 	len_ch = chaine.length; 	<!--pas de "/" en dernier caractre--> 	if (chaine.charAt(len_ch-1)=="/") { 		chaine = chaine.substring(0,len_ch-1); 	}	 	return chaine; }  <!-- constitution d'un filtre de type (&(attribut=mot1)(attribut=mot2)..(attribut=motn))--> function creation_filtre_et(filtre,attribut_filtre,nom_saisie,len_ch,ind_deb_mot) { 	if (filtre!="") { 		<!--si le dernier caractre est un blanc alors tous les mots ont t chargs, sinon il faut concatner le dernier mot--> 		filtre = "(&"+filtre+attribut_filtre+nom_saisie.substring(ind_deb_mot,len_ch)+"*))";		 	} 	else {				 		filtre = attribut_filtre+nom_saisie.substring(ind_deb_mot,len_ch)+"*)";						 	} 	return filtre; }  <!-- constitution d'un filtre de type (&(attribut=mot1)(attribut=mot2)..(attribut=motn))--> function creation_filtre_et_reg(filtre,attribut_filtre,nom_saisie,len_ch,ind_deb_mot,name_reg) { 	if (filtre!="") { 		<!--si le dernier caractre est un blanc alors tous les mots ont t chargs, sinon il faut concatner le dernier mot--> 		filtre = "(&"+filtre+attribut_filtre+nom_saisie.substring(ind_deb_mot,len_ch)+"*)("+filtre+attribut_filtre+name_reg+"*))";		 	} 	else {				 		filtre = "(&"+attribut_filtre+nom_saisie.substring(ind_deb_mot,len_ch)+"*)"+attribut_filtre+name_reg+"*))";						 	} 	return filtre; }  function creation_filtre_et_natio(filtre,attribut_filtre,nom_saisie,len_ch,ind_deb_mot,b_category) { 	<!--si le dernier caractre est un blanc alors tous les mots ont t chargs, sinon il faut concatner le dernier mot--> 	if (nom_saisie.charAt(len_ch-1)!= " ") { 		var filtre = "(&"+filtre+attribut_filtre+nom_saisie.substring(ind_deb_mot,len_ch)+"*)(businessCategory="+b_category+"))";	 	} 	return filtre; }  function creation_filtre_et_natio_tous(filtre,attribut_filtre,nom_saisie,len_ch,ind_deb_mot) { 	<!--si le dernier caractre est un blanc alors tous les mots ont t chargs, sinon il faut concatner le dernier mot--> 	if (nom_saisie.charAt(len_ch-1)!= " ") { 		var filtre1 = "(&"+filtre+attribut_filtre+nom_saisie.substring(ind_deb_mot,len_ch)+"*)(businessCategory=ASSA))"; 		var filtre2 = "(&"+filtre+attribut_filtre+nom_saisie.substring(ind_deb_mot,len_ch)+"*)(businessCategory=MSE))";											 		var filtre = "(|"+filtre1+filtre2+")"; 	} 	return filtre; }  function creation_filtre_ou(filtre,attribut_filtre,nom_saisie,len_ch,ind_deb_mot) { 	if (filtre!="") { 		<!--si le dernier caractre est un blanc alors tous les mots ont t chargs, sinon il faut concatner le dernier mot--> 		if (nom_saisie.charAt(len_ch-1)!= " ") { 			filtre = "(|"+filtre+attribut_filtre+nom_saisie.substring(ind_deb_mot,len_ch)+"*))";		 		} 	} 	else {				 		filtre = attribut_filtre+nom_saisie.substring(ind_deb_mot,len_ch)+"*)";						 	} 	return filtre; }  <!--Filtres de recherche--> function filtre_regions() { 	var ind = document.rech_reg.listereg.selectedIndex; 	document.rech_reg.DN.value = document.rech_reg.listereg.options[ind].value;	 	if (ind!=0) { 	} 	else { 		document.rech_reg.action = "index.htm"; 	} 	<!--liste de toutes les rgions--> 	if (ind > 32) { 		document.rech_reg.CHOIX.value = "Toutes les rgions"; 		document.rech_reg.action = "list_reg.htm"; 	}	  } function filtre_dept() { 	var ind = document.rech_dept.listdept.selectedIndex; 	if (ind!=0) {	 		document.rech_dept.DN.value = document.rech_dept.listdept.options[ind].value; 		var reg=document.rech_dept.DN.value; 		reg=reg.substring(5,0);	 		document.rech_dept.REGION.value = reg+"00"; 	} 	else { 		document.rech_dept.action = "index.htm"; 	} } function filtre_DOM() { 	var ind = document.rech_DOM.listDOM.selectedIndex; 	document.rech_DOM.DN.value = document.rech_DOM.listDOM.options[ind].value; 	var reg=document.rech_DOM.DN.value; 	reg=reg.substring(5,0);	 	document.rech_DOM.REGION.value = reg+"00"; 	if (ind!=0) {		 		<!--liste des services rgionaux des DOM-->		 		if ((ind==1)|(ind==3)|(ind==5)|(ind==7)) { 			document.rech_DOM.action = "regional.htm"; 		} 	} 	else { 		document.rech_DOM.action = "index.htm"; 	} } 	 function filtre_unite() { 	var nom_saisie = document.rech_unite.nom.value; 	<!--Formatage du filtre--> 	var ind=0; 	var nb_mot=0; 	var ind_init=0; 	var len_ch = nom_saisie.length; 	var car_prec=""; 	var car_suiv=""; 	var car_cour=""; 	var ch_flt="";		 	var ind_deb_mot=0; 	var n_saisie=""; 	var n_saisie2=""; 	var premier_mot=0; 	var businessCat = "*"; 	var tous_services = false; 		 	<!--champ de recherche de l'utilisateur-->	 	if (document.rech_unite.button_service[1].checked) { 		//document.rech_unite.DN.value = "ou=structures_plates, ou=raf, o=gouv, c=FR"; 		document.rech_unite.action="../result/rech_smt.htm"; 		//name_rech = "" 		tous_services = true; 	} 	else { 		tous_services = false; 	} 		 	<!--initialisation de l'indice du dbut du premier mot, en sautant les blancs ventuellement--> 	while ((nom_saisie.charAt(ind_init)==" ")&(ind_init<=len_ch)) { 		ind_init	= ind_init + 1; 	} 	 	<!--constitution du filtre si la saisie n'est pas vide--> 	if (ind_init != len_ch) { 	 		document.rech_unite.SAISIE.value = document.rech_unite.nom.value; 		document.rech_unite.P_PREC.value = "national1";  		<!--les accents sont enlevs et les caractres non alphanumriques sont remplacs par des blancs--> 		nom_saisie = nom_saisie.toLowerCase(); 		nom_saisie = remplace_accent(nom_saisie); 		nom_saisie = nom_saisie.toUpperCase(); 		nom_saisie = remplace_DifAZ(nom_saisie);	 		nom_saisie = net_slash(nom_saisie); 									 		<!--dcoupage des mots saisies--> 		for (ind=ind_deb_mot;ind<=len_ch;ind++){ 			car_prec=nom_saisie.charAt(ind-1); 			car_cour=nom_saisie.charAt(ind);				 			car_suiv=nom_saisie.charAt(ind+1); 			 			<!--un mot est dtect si seulement si le caractre suivant n'est pas un blanc--> 			if ((car_cour=="/")&(car_prec!="/")) {	 			 				ch_flt= ch_flt+"(rafRechercheServiceCaps="+nom_saisie.substring(ind_deb_mot,ind)+"*)"; 				 				n_saisie = n_saisie + nom_saisie.substring(ind_deb_mot,ind) +"*"; 				n_saisie2 = n_saisie2 + nom_saisie.substring(ind_deb_mot,ind)+","; 				nb_mot = nb_mot + 1;				 			} 			<!--reprer le dbut du mot suivant--> 			if ((car_cour=="/")&(car_suiv!="/")) {	 				ind_deb_mot = ind + 1; 			}		 		} 		 		nb_mot = nb_mot + 1; 		n_saisie = n_saisie + nom_saisie.substring(ind_deb_mot,ind); 		n_saisie2 = n_saisie2 + nom_saisie.substring(ind_deb_mot,ind);	 				 		<!-- constitution du filtre sur l'attribut "ou" (car il y a un champ avec la concatnation du prfixe et du libell-->		 		if (tous_services) { 			ch_flt = creation_filtre_et_natio_tous(ch_flt,"(rafRechercheServiceCaps=",n_saisie,len_ch,ind_deb_mot); 		} 		else { 			ch_flt = creation_filtre_et_natio(ch_flt,"(rafRechercheServiceCaps=",n_saisie,len_ch,ind_deb_mot,"MSE"); 		} 		//alert(ch_flt);							 		<!-- contannation de tous les critres de rechercche --> 		document.rech_unite.FLT.value = ch_flt; 		document.rech_unite.TAB_MOT.value = n_saisie2; 		return true;	 	} 	else { 		alert("vous n'avez pas saisi votre recherche."); 		return false; 	} } </SCRIPT> </HEAD>  <BODY BGCOLOR="#FFFFFF" TEXT="#000000" VLINK="#990099" ALINK="003366"> <!--Bandeau du haut--> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" VSPACE="0" HSPACE="0" CELLPADDING="3">   <TR VALIGN="TOP" ALIGN="LEFT">  		<TD HEIGHT="46" BGCOLOR="#3366CC"> 		<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"> 			<TR> 				<TD WIDTH="101" ALIGN="RIGHT"><A HREF="http://www.service-public.fr"><IMG SRC="http://www.service-public.fr/images/rf_logo.gif" WIDTH="101" HEIGHT="57" border="0" ALT="Accueil"></A></TD> 				<TD WIDTH="328" ALIGN="LEFT"><A HREF="http://www.service-public.fr"><IMG SRC="http://www.service-public.fr/images/logo_fra.gif" WIDTH="241" HEIGHT="57" border="0" ALT="Accueil"></A></TD> 				<TD ALIGN="LEFT" WIDTH="317" VALIGN="BOTTOM"> 					<H4><FONT COLOR="#FFFFFF">[</FONT> <A HREF="http://larecherche.service-public.fr"><FONT COLOR="#FFFFFF">Recherche avanc&eacute;e</FONT></A> <FONT COLOR="#FFFFFF">|</FONT> <A HREF="http://www.service-public.fr/aide/aide.html"><FONT COLOR="#FFFFFF">Aide</FONT></A> <FONT COLOR="#FFFFFF">|</FONT> <A HREF="http://www.service-public.fr/accueil/plan.html"><FONT COLOR="#FFFFFF">Plan du site</FONT></A> <FONT COLOR="#FFFFFF">]</FONT></H4>					 				</TD> 			</TR> 		</TABLE> 	</TD> </TR>   <TR ALIGN="left" VALIGN="middle" BGCOLOR="#EEF0FB">  		<TD> &nbsp;<A HREF="http://www.service-public.fr">Accueil</A>&nbsp;&gt;&nbsp;<A HREF="../index.htm">Annuaire des services de l'administration</A>&nbsp;&gt;&nbsp;<FONT COLOR="#CC3333">Services&nbsp;de niveau national - Gouvernement (Premier ministre et minist&egrave;res)</FONT></TD> </TR> </TABLE> <!--Navigation--> <br> <table width="100%" border="0" vspace="0" hspace="0" cellpadding="0" cellspacing="0"> <tr>  <td width="573">   <h3>Annuaire des services de l'administration</h3> </td>  </tr> </table> <table width="615" border="0" cellspacing="0" cellpadding="0"> <tr>    	<td width="215" align="left"><a href="index.htm"><img src="../images/bt_nation_1.gif" width="215" height="23" border="0" ALT="Services de niveau national"></a></td>   	<td width="191" align="left"><a href="../local/index.htm"><img src="../images/bt_locale_0.gif" width="191" height="23" border="0" ALT="Services de niveau local"></a></td>   	<td width="209" align="left"><a href="../resp/index.htm"><img src="../images/bt_respon_0.gif" width="209" height="23" border="0" ALT="Coordonn&eacute;es des responsables"></a></td> </tr> </table>  <!--Page Service  comptence locale--> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"> <tr>  <td height="30" colspan="2"><a href="#recher_libre"><img src="../images/recherch.gif" width="28" height="28" align="absmiddle" alt="Recherche libre" border="0"></a>&nbsp;<b><FONT COLOR="#CC3333">SERVICES    DE NIVEAU NATIONAL</font></b></td> </tr> <tr>  <td rowspan=2 width="16" valign="BOTTOM"><img src="../images/e_vgrad.gif" width="20" height="64" align="BOTTOM"></td> </tr> <tr>  <td width="100%" valign="top" align="left">    <table width="100%" border="0" cellspacing="0" cellpadding="2">     <tr>        <td align="left" valign="baseline"> <h4><img src="../images/m_orang2.gif" width="27" height="12" align="baseline">          <a href="index2.htm"><b>Institutions, juridictions et autorit&eacute;s ind&eacute;pendantes</b></a> </td>     </tr>     <tr>        <td align="left" valign="baseline"> <h4><img src="../images/m_orang2.gif" width="27" height="12" align="baseline">          <FONT COLOR="#CC3333">Gouvernement (Premier ministre et minist&egrave;res)</font>        </td>     </tr>     <tr>        <td align="left" valign="top">         <table border="0" cellspacing="0" cellpadding="1" vspace="0" hspace="0" width="100%"> 										 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dBB02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dBB02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Premier ministre</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dRP01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dRP01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Secrtariat d'Etat aux relations avec le Parlement, porte-parole du Gouvernement</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dBE02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dBE02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre des affaires trangres</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dKS01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dKS01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre des affaires sociales, du travail et de la solidarit</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dDA02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dDA02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de l'agriculture, de l'alimentation, de la pche et des affaires rurales</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dFG02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dFG02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de la culture et de la communication</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dHA01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dHA01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de la dfense</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dDF01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dDF01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de l'cologie et du dveloppement durable</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dJA01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dJA01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de l'conomie, des finances et de l'industrie</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dLA01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dLA01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de l'quipement, des transports, du logement, du tourisme et de la mer</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dMA01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dMA01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de la fonction publique, de la rforme de l'Etat et de l'amnagement du territoire</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dPA02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dPA02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de l'intrieur, de la scurit intrieure et des liberts locales</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dKB02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dKB02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de la jeunesse, de l'ducation nationale et de la recherche</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dQA02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dQA02%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de la justice</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dPA04%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dPA04%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de l'outre-mer</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dA01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dA01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre de la sant, de la famille et des personnes handicapes</A> 											</TD> 				</TR>	     							 				<TR> 										<TD VALIGN="TOP"> 			<A HREF="a_open.htm?DN=ou%3dPS01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR"> 		<IMG SRC="../images/c_ferme.gif" WIDTH="18" HEIGHT="18" BORDER="0" alt="Ouvrir le service"></A> 	</TD>					<TD WIDTH="100%"> 					<A href="../mod_res/m_fserv.htm?DN=ou%3dPS01%2c+ou%3dcentrale%2c+ou%3dstructures%2c+ou%3draf%2c+o%3dgouv%2c+c%3dFR&P_PREC=national3"> 																								Ministre des sports</A> 											</TD> 				</TR>	     			                   </table>       </td>     </tr>     <tr>        <td align="left" valign="baseline"><h4><br>       	<img src="../images/m_orang2.gif" width="27" height="12" align="baseline">&nbsp;Pour rechercher un nom de personne : <a href="../resp/index.htm">coordonn&eacute;es des responsables</a><br><br>          <A NAME="recher_libre"></A><img src="../images/m_orang2.gif" width="27" height="12" align="baseline"><font color="#000000">&nbsp;Recherche libre</font><br>                          <table border="0" cellpadding="3" cellspacing="0" vspace="0" hspace="0" bgcolor="#FBF2DD">         <FORM METHOD="get" ACTION="../result/rech_sm.htm" NAME="rech_unite" onsubmit="return filtre_unite()">							 				<INPUT TYPE="hidden" NAME="FLT" VALUE=""> 				<INPUT TYPE="hidden" NAME="SAISIE" VALUE="">				 				<INPUT TYPE="hidden" NAME="TAB_MOT" VALUE=""> 				<INPUT TYPE="hidden" NAME="P_PREC" VALUE="">	 				<INPUT TYPE="hidden" NAME="SIZELIMIT" VALUE="200">									 				<INPUT TYPE="hidden" NAME="DN" VALUE="ou=structures_plates, ou=raf, o=gouv, c=fr">				           <tr>             <td colspan="2">                <input type="radio" name="button_service" value="val1" checked>               <font color="#CC3333"><b>Gouvernement (Premier ministre et minist&egrave;res)</b></font>              </td>           </tr>           <tr>           <td colspan="2"><input type="radio" name="button_service" value="val2">                <b>tous les services de niveau national</b></td>           </tr>           <tr>              <td colspan="2">Tapez un ou plusieurs mots</td>           </tr>           <tr>              <td>               <input type="TEXT" name="nom" class="typetext" size="20">             </td>             <td>               <input type="image" border="0" src="../images/recherche.gif" width="64" height="21" ALT="Lancer la recherche">             </td>           </tr>          </FORM>         </table>       </td>     </tr>    </table> </td> </tr> <tr>  <td width="20"><img src="../images/e_basg.gif" width="20" height="14"></td> <td align="LEFT"><img src="../images/e_hori.gif" height="14" width="120"></td> </tr> </table> <!--pied de page-->    <br>  <table cellspacing="0" border="0" cellpadding="0" width="100%">    <tr width="100%">             <td align="LEFT"><a href="http://www.service-public.fr">Accueil</a> | <a href="http://www.service-public.fr/aide/aide_services.html">Aide</a>       | <a href="http://www.service-public.fr/accueil/lien.html">Etablir un lien</a>       | <a href="http://www.service-public.fr/question_admin/votre_question.html">Posez votre question</a>       | <a href="http://www.service-public.fr/remarques/rem_services.html">Vos remarques</a>       | <a href="http://www.service-public.fr/info/info.html">Informations sur service-public.fr</a></td></tr>    <tr width="100%"> <td align="LEFT">&copy; 2001 La Documentation fran&ccedil;aise</td>    </tr>  </table> <!--Statistiques-->  <script language="JavaScript1.2"> <!-- hsh = new Date(); hsd = document; hsi = '<img width="1" height="1" src="http://logp.xiti.com/hit.xiti?s=17709&s2=4' hsi += '&p=&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds(); if(parseFloat(navigator.appVersion)>=4) {Xiti_s=screen;hsi += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;} hsd.writeln(hsi + '&ref=' + hsd.referrer.replace('&', '$') + '" >'); //--> </script> <noscript> <img width="1" height="1"  src="http://logp.xiti.com/hit.xiti?s=17709&s2=4&p=&" > </noscript> </BODY> </HTML> 
