<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://www.bcbgnantes.com/bcbg_nantes/">
	<title>BCBG NANTES</title>
	<link>http://www.bcbgnantes.com/bcbg_nantes/</link>
	<description>Bistrot Gourmant et Bar Convivial</description>
	<lastBuildDate>2011-02-02T14:02:00+00:00</lastBuildDate>
	<generator>PluXml 5.0.2</generator>
	<dc:language>fr</dc:language>
	<items>
		<rdf:Seq>
			<rdf:li rdf:resource="http://www.bcbgnantes.com/bcbg_nantes/index.php?article7/reservation"/>
			<rdf:li rdf:resource="http://www.bcbgnantes.com/bcbg_nantes/index.php?article6/contactez-nous"/>
			<rdf:li rdf:resource="http://www.bcbgnantes.com/bcbg_nantes/index.php?article5/nos-soiree"/>
			<rdf:li rdf:resource="http://www.bcbgnantes.com/bcbg_nantes/index.php?article4/la-carte"/>
			<rdf:li rdf:resource="http://www.bcbgnantes.com/bcbg_nantes/index.php?article3/accueil"/>
			<rdf:li rdf:resource="http://www.bcbgnantes.com/bcbg_nantes/index.php?article2/galerie-photo"/>
			<rdf:li rdf:resource="http://www.bcbgnantes.com/bcbg_nantes/index.php?article1/plan"/>
		</rdf:Seq>
	</items>
</channel>
<item rdf:about="http://www.bcbgnantes.com/bcbg_nantes/index.php?article7/reservation">
	<title>Réservation</title> 
	<link>http://www.bcbgnantes.com/bcbg_nantes/index.php?article7/reservation</link>
	<dc:date>2011-02-02T14:02:00+00:00</dc:date>
	<dc:creator>Arnaud</dc:creator>
	<description>&lt;!--  formulaire--&gt;
&lt;script language=&quot;JavaScript&quot;&gt;
//La fonction JavaScript qui vérifie si les champs obligatoirs du formulaire ont été bien remplis
&lt;!--
function envoie(formulaire) {
if ( (document.getElementById(&#039;civilite&#039;).value.length&gt;0)&amp;&amp;(document.getElementById(&#039;nom&#039;).value.length&gt;0)&amp;&amp;(document.getElementById(&#039;prenom&#039;).value.length&gt;0)&amp;&amp;(document.getElementById(&#039;mail&#039;).value.length&gt;0)&amp;&amp;(document.getElementById(&#039;nbc&#039;).value.length&gt;0)&amp;&amp;(document.getElementById(&#039;mess&#039;).value.length&gt;0) ) {
formulaire.submit();
} else
alert(&#039;IMPOSSIBLE D\&#039; ENVOER LE FORMULAIRE, SOIT VOUS AVEZ OUBLIEZ DE REMPLIRE DES CHAMPS OBLIGATOIRS SOIT LE FORMAT DE VOTRE DATE DE NAISSANCE EST ERRONE&#039;);
}
--&gt;
&lt;/script&gt;

&lt;!--  formulaire--&gt;

&lt;form id=&quot;form1&quot; name=&quot;form1&quot; method=&quot;post&quot; action=&quot;mail1.php&quot;&gt;
        &lt;table width=&quot;600&quot;&gt;
          &lt;tr&gt;
            &lt;td colspan=&quot;2&quot;&gt;&lt;font color=&quot;#FF0000&quot;&gt;Les cases marqu&amp;eacute;es d&#039;une * sont obligatoires&lt;/font&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td width=&quot;231&quot;&gt;*CIVILITE:&lt;/td&gt;
            &lt;td width=&quot;357&quot;&gt;&lt;select name=&quot;civilite&quot; id=&quot;civilite&quot;&gt;
              &lt;option value=&quot;Mr&quot;&gt;Mr&lt;/option&gt;
              &lt;option value=&quot;Mme&quot;&gt;Mme&lt;/option&gt;
              &lt;option value=&quot;Mlle&quot;&gt;Mlle&lt;/option&gt;
            &lt;/select&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;*NOM:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;nom&quot; id=&quot;nom&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;*PRENOM:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;prenom&quot; id=&quot;prenom&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;*ADRESSE E-MAIL:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;mail&quot; id=&quot;mail&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;ADRESSE:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;adresses&quot; id=&quot;adresses&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;CODE POSTAL:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;cp&quot; id=&quot;cp&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;VILLE:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;ville&quot; id=&quot;ville&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;PAYS:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;pays&quot; id=&quot;pays&quot; value=&quot;FRANCE&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;TELEPHONE:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;telephone&quot; id=&quot;telephone&quot; value=&quot;00.00.00.00.00&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;*NOMBRE DE COUVERT&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;nbc&quot; id=&quot;nbc&quot; value=&quot;&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;*MESSAGE:&lt;/td&gt;
            &lt;td&gt;&lt;textarea name=&quot;mess&quot; id=&quot;mess&quot; cols=&quot;45&quot; rows=&quot;5&quot; value&quot;Indiquer nous la date et l&#039;heure merci&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;&amp;nbsp;&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;submit&quot; name=&quot;envoyer&quot; id=&quot;envoyer&quot; value=&quot;Envoyer&quot; onClick=&quot;envoie(this.form)&quot; /&gt;
            &lt;input type=&quot;reset&quot; name=&quot;retablire&quot; id=&quot;retablire&quot; value=&quot;Retablir&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
        &lt;/table&gt;
      &lt;/form&gt;&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;</description>
</item>
<item rdf:about="http://www.bcbgnantes.com/bcbg_nantes/index.php?article6/contactez-nous">
	<title>Contactez-nous</title> 
	<link>http://www.bcbgnantes.com/bcbg_nantes/index.php?article6/contactez-nous</link>
	<dc:date>2011-01-24T09:59:00+00:00</dc:date>
	<dc:creator>Arnaud</dc:creator>
	<description>&lt;!--  formulaire--&gt;
&lt;script language=&quot;JavaScript&quot;&gt;
//La fonction JavaScript qui vérifie si les champs obligatoirs du formulaire ont été bien remplis
&lt;!--
function envoie(formulaire) {
if ( (document.getElementById(&#039;civilite&#039;).value.length&gt;0)&amp;&amp;(document.getElementById(&#039;nom&#039;).value.length&gt;0)&amp;&amp;(document.getElementById(&#039;prenom&#039;).value.length&gt;0)&amp;&amp;(document.getElementById(&#039;mail&#039;).value.length&gt;0)&amp;&amp;(document.getElementById(&#039;portable&#039;).value.length&gt;0)&amp;&amp;(document.getElementById(&#039;mess&#039;).value.length&gt;0) ) {
formulaire.submit();
} else
alert(&#039;IMPOSSIBLE D\&#039; ENVOER LE FORMULAIRE, SOIT VOUS AVEZ OUBLIEZ DE REMPLIRE DES CHAMPS OBLIGATOIRS SOIT LE FORMAT DE VOTRE DATE DE NAISSANCE EST ERRONE&#039;);
}
--&gt;
&lt;/script&gt;

&lt;!--  formulaire--&gt;

&lt;form id=&quot;form1&quot; name=&quot;form1&quot; method=&quot;post&quot; action=&quot;mail.php&quot;&gt;
        &lt;table width=&quot;600&quot;&gt;
          &lt;tr&gt;
            &lt;td colspan=&quot;2&quot;&gt;&lt;font color=&quot;#FF0000&quot;&gt;Les cases marqu&amp;eacute;es d&#039;une * sont obligatoires&lt;/font&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td width=&quot;231&quot;&gt;*CIVILITE:&lt;/td&gt;
            &lt;td width=&quot;357&quot;&gt;&lt;select name=&quot;civilite&quot; id=&quot;civilite&quot;&gt;
              &lt;option value=&quot;1&quot;&gt;Mr&lt;/option&gt;
              &lt;option value=&quot;2&quot;&gt;Mme&lt;/option&gt;
              &lt;option value=&quot;3&quot;&gt;Mlle&lt;/option&gt;
            &lt;/select&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;*NOM:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;nom&quot; id=&quot;nom&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;*PRENOM:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;prenom&quot; id=&quot;prenom&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;*ADRESSE E-MAIL:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;mail&quot; id=&quot;mail&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;ADRESSE:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;adresses&quot; id=&quot;adresses&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;CODE POSTAL:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;cp&quot; id=&quot;cp&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;VILLE:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;ville&quot; id=&quot;ville&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;PAYS:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;pays&quot; id=&quot;pays&quot; value=&quot;FRANCE&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;TELEPHONE:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;telephone&quot; id=&quot;telephone&quot; value=&quot;00.00.00.00.00&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;*PORTABLE:&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;portable&quot; id=&quot;portable&quot; value=&quot;06.00.00.00.00&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;*MESSAGE:&lt;/td&gt;
            &lt;td&gt;&lt;textarea name=&quot;mess&quot; id=&quot;mess&quot; cols=&quot;45&quot; rows=&quot;5&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;&amp;nbsp;&lt;/td&gt;
            &lt;td&gt;&lt;input type=&quot;submit&quot; name=&quot;envoyer&quot; id=&quot;envoyer&quot; value=&quot;Envoyer&quot; onClick=&quot;envoie(this.form)&quot; /&gt;
            &lt;input type=&quot;reset&quot; name=&quot;retablire&quot; id=&quot;retablire&quot; value=&quot;Retablir&quot; /&gt;&lt;/td&gt;
          &lt;/tr&gt;
        &lt;/table&gt;
      &lt;/form&gt;&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;</description>
</item>
<item rdf:about="http://www.bcbgnantes.com/bcbg_nantes/index.php?article5/nos-soiree">
	<title>Nos Soirée</title> 
	<link>http://www.bcbgnantes.com/bcbg_nantes/index.php?article5/nos-soiree</link>
	<dc:date>2011-01-24T09:46:00+00:00</dc:date>
	<dc:creator>Arnaud</dc:creator>
	<description>&lt;p&gt;Vous pouvez retrouver notre planning de soirée en cliquant&lt;a href=&quot;http://www.bcbgnantes.com/bcbg_nantes/soiree.pdf&quot;&gt; ici &lt;/a&gt;&lt;br /&gt;



&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://www.bcbgnantes.com/bcbg_nantes/data/images/dsc00285.jpg&quot; alt=&quot;&quot; / width=&quot;500&quot; height=&quot;375&quot;&gt;&lt;/p&gt;</description>
</item>
<item rdf:about="http://www.bcbgnantes.com/bcbg_nantes/index.php?article4/la-carte">
	<title>La Carte</title> 
	<link>http://www.bcbgnantes.com/bcbg_nantes/index.php?article4/la-carte</link>
	<dc:date>2011-01-24T09:42:00+00:00</dc:date>
	<dc:creator>Arnaud</dc:creator>
	<description>Vous pouvez télécharger notre carte en cliquant&lt;a href=&quot;http://www.bcbgnantes.com/bcbg_nantes/menu.pdf&quot;&gt; ici&lt;/a&gt;&lt;br /&gt;


&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://www.bcbgnantes.com/bcbg_nantes/data/images/dsc00300.jpg&quot; alt=&quot;BCBG&quot; /width=&quot;500&quot; height=&quot;375&quot; &gt;&lt;/p&gt;</description>
</item>
<item rdf:about="http://www.bcbgnantes.com/bcbg_nantes/index.php?article3/accueil">
	<title>Accueil</title> 
	<link>http://www.bcbgnantes.com/bcbg_nantes/index.php?article3/accueil</link>
	<dc:date>2011-01-22T16:17:00+00:00</dc:date>
	<dc:creator>Arnaud</dc:creator>
	<description>&lt;p style=&quot;text-align:center&quot;&gt;Le BCBG vous accueil&lt;br /&gt;
Coté restaurant du Mardi au Samedi de 12h à 13h45 et 19h30 à 23h&lt;br /&gt;
Coté bar du mardi au Samedi de 19h à 2hdu matin&lt;br /&gt;
Téléphone 02.40.12.12.00&lt;br /&gt;
Fermé le Samedi midi , Dimanche, et Lundi&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;http://www.bcbgnantes.com/bcbg_nantes/data/images/dsc00318.jpg&quot; alt=&quot;Le BCBG&quot; width=&quot;500&quot; height=&quot;375&quot;/&gt;&lt;/p&gt;</description>
</item>
<item rdf:about="http://www.bcbgnantes.com/bcbg_nantes/index.php?article2/galerie-photo">
	<title>Galerie Photo</title> 
	<link>http://www.bcbgnantes.com/bcbg_nantes/index.php?article2/galerie-photo</link>
	<dc:date>2011-01-22T15:17:00+00:00</dc:date>
	<dc:creator>Arnaud</dc:creator>
	<description>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;!--
Developed by Reality Software | www.realitysoftware.ca
Released by Flash Gallery | www.flash-gallery.org
Note: This is a free application distributed under the Creative Commons Attribution 3.0 license,
which means you can use it in any way you want provided you keep our links intact.
Don&#039;t want our links in the script? You can support this project by purchasing a paid
version: www.flash-gallery.org/buy.html
--&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;style type=&quot;text/css&quot;&gt;
body {background-color:#c2b094;}
&lt;/style&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;
&lt;title&gt;Flash Gallery&lt;/title&gt;

&lt;!-- Location of javascript. --&gt;
&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://www.bcbgnantes.com/bcbg_nantes/swfobject.js&quot; &gt;&lt;/script&gt;

&lt;/head&gt;

&lt;body&gt;

&lt;!-- Div that contains gallery. --&gt;
&lt;div id=&quot;gallery&quot;&gt;
&lt;h1&gt;No flash player!&lt;/h1&gt;
&lt;p&gt;It looks like you don&#039;t have flash player installed. &lt;a href=&quot;http://www.macromedia.com/go/getflashplayer&quot; &gt;Click here&lt;/a&gt; to go to Macromedia download page.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- Script that embeds gallery. --&gt;
&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;
var so = new SWFObject(&quot;flashgallery.swf&quot;, &quot;gallery&quot;, &quot;620&quot;, &quot;350&quot;, &quot;8&quot;); // Location of SWF file. You can change gallery width and height here (using pixels or percents).
so.addParam(&quot;quality&quot;, &quot;high&quot;);
so.addParam(&quot;allowFullScreen&quot;, &quot;true&quot;);
so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
so.addVariable(&quot;content_path&quot;,&quot;img&quot;); // Location of a folder with JPG and PNG files (relative to php script).
so.addVariable(&quot;color_path&quot;,&quot;default.xml&quot;); // Location of XML file with settings.
so.addVariable(&quot;script_path&quot;,&quot;flashgallery.php&quot;); // Location of PHP script.
so.write(&quot;gallery&quot;);
&lt;/script&gt;

&lt;br/&gt;


&lt;/body&gt;
&lt;/html&gt;</description>
</item>
<item rdf:about="http://www.bcbgnantes.com/bcbg_nantes/index.php?article1/plan">
	<title>Plan</title> 
	<link>http://www.bcbgnantes.com/bcbg_nantes/index.php?article1/plan</link>
	<dc:date>2011-01-22T15:05:00+00:00</dc:date>
	<dc:creator>Arnaud</dc:creator>
	<description>&lt;iframe align=&quot;middle&quot; width=&quot;620&quot; height=&quot;350&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; src=&quot;http://maps.google.fr/maps?f=q&amp;amp;source=s_q&amp;amp;hl=fr&amp;amp;geocode=&amp;amp;q=bcbgnantes&amp;amp;sll=46.75984,1.738281&amp;amp;sspn=11.202321,33.728027&amp;amp;ie=UTF8&amp;amp;hq=bcbgnantes&amp;amp;hnear=&amp;amp;cid=6527748102290058634&amp;amp;ll=47.220384,-1.551132&amp;amp;spn=0.020228,0.036478&amp;amp;z=14&amp;amp;iwloc=A&amp;amp;output=embed&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;</description>
</item>
</rdf:RDF>
