<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Philben - Ms Access &#187; Jour férié</title>
	<atom:link href="https://blog.developpez.com/philben/ptag/jourferie/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.developpez.com/philben</link>
	<description></description>
	<lastBuildDate>Thu, 26 Sep 2013 19:43:53 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>VBA : S&#8217;agit-il d&#8217;un jour ouvré non chômé ?</title>
		<link>https://blog.developpez.com/philben/p12194/vba-access/sagit-il-dun-jour-ouvre-non-chome</link>
		<comments>https://blog.developpez.com/philben/p12194/vba-access/sagit-il-dun-jour-ouvre-non-chome#comments</comments>
		<pubDate>Tue, 27 Aug 2013 21:12:21 +0000</pubDate>
		<dc:creator><![CDATA[philben]]></dc:creator>
				<category><![CDATA[VBA - Ms Access]]></category>
		<category><![CDATA[Code VBA]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Jour de semaine]]></category>
		<category><![CDATA[Jour férié]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/philben/?p=683</guid>
		<description><![CDATA[La fonction VBA présentée dans ce billet permet de savoir si la date passée en argument correspond à un jour ouvré (du lundi au vendredi) non chômé (non férié) en France. Dépendances de la fonction Nécessite la fonction EstJourFerie() et &#8230; <a href="https://blog.developpez.com/philben/p12194/vba-access/sagit-il-dun-jour-ouvre-non-chome">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>La fonction VBA présentée dans ce billet permet de savoir si la date passée en argument correspond à un jour ouvré (du lundi au vendredi) non chômé (non férié) en France.<br />
<span id="more-683"></span><br />
<strong>Dépendances de la fonction</strong><br />
Nécessite la fonction <a href="http://blog.developpez.com/philben/p11458/vba-access/sagit-il-dun-jour-ferie" title="S’agit-il d’un jour férié ?" target="_blank">EstJourFerie()</a> et la fonction <a href="http://blog.developpez.com/philben/p11431/vba-access/calculer-la-date-de-paques" title="Calculer la date de Pâques" target="_blank">Paques()</a>.</p>
<p><strong>Le code de la fonction</strong></p>
<div class="codecolorer-container vb blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #E56717; font-weight: bold;">Public</span> <span style="color: #E56717; font-weight: bold;">Function</span> EstJourOuvreNonChome(<span style="color: #151B8D; font-weight: bold;">ByVal</span> laDate <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Date</span>, <span style="color: #151B8D; font-weight: bold;">Optional</span> <span style="color: #151B8D; font-weight: bold;">ByVal</span> EstPentecoteChome <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Boolean</span> = <span style="color: #00C2FF; font-weight: bold;">True</span>) <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Boolean</span><br />
<span style="color: #008000;">'Retourne Vrai si la date est un jour ouvré (du lundi au vendredi) NON férié (non chômé)<br />
</span><span style="color: #008000;">'philben - free to use<br />
</span> &nbsp; <span style="color: #8D38C9; font-weight: bold;">If</span> Weekday(laDate, vbMonday) &lt; 6 <span style="color: #8D38C9; font-weight: bold;">Then</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #8D38C9; font-weight: bold;">If</span> <span style="color: #8D38C9; font-weight: bold;">Not</span> EstJourFerie(laDate, EstPentecoteChome) <span style="color: #8D38C9; font-weight: bold;">Then</span> EstJourOuvreNonChome = <span style="color: #00C2FF; font-weight: bold;">True</span><br />
&nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #8D38C9; font-weight: bold;">If</span><br />
<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #E56717; font-weight: bold;">Function</span></div></div>
<p>&nbsp;<br />
<strong>Explications</strong><br />
La fonction retourne <strong>Vrai</strong> si la date passée en argument correspond à un jour ouvré non chômé.<br />
Cette fonction admet un deuxième paramètre qui permet de définir si le jour de la Pentecôte est chômé (Vrai par défaut) ou non.</p>
<p>La ligne de code <strong>&lsquo;If Weekday(&#8230;)&rsquo;</strong> filtre les jours de semaine pour ne conserver que les jours ouvrés (du lundi au vendredi). On utilise ensuite la fonction EstJourFerie(&#8230;) qui retourne Vrai s&rsquo;il s&rsquo;agit d&rsquo;un jour férié.</p>
<p><strong>Vérification des résultats</strong><br />
La fonction suivante compte les jours ouvrés non chômés pour différentes années puis compare le résultat avec la valeur attendue (données issues de <a href="http://www.joursouvres.fr/" target="_blank">ce site</a>).</p>
<div class="codecolorer-container vb blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #E56717; font-weight: bold;">Public</span> <span style="color: #E56717; font-weight: bold;">Function</span> TestEstJourOuvreNonChome()<br />
&nbsp; &nbsp;<span style="color: #151B8D; font-weight: bold;">Dim</span> v() <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Variant</span>, d <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Date</span>, l <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>, i <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>, NbErr <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span><br />
<br />
&nbsp; &nbsp;v = Array(2010, 254, 2011, 253, 2012, 253, 2013, 251, 2014, 251, 2015, 252, 2016, 253, 2021, 254)<br />
&nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">For</span> i = <span style="color: #151B8D; font-weight: bold;">LBound</span>(v) <span style="color: #8D38C9; font-weight: bold;">To</span> <span style="color: #151B8D; font-weight: bold;">UBound</span>(v) <span style="color: #8D38C9; font-weight: bold;">Step</span> 2<br />
&nbsp; &nbsp; &nbsp; d = DateSerial(v(i), 1, 1)<br />
&nbsp; &nbsp; &nbsp; <span style="color: #8D38C9; font-weight: bold;">While</span> Year(d) = v(i)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">If</span> EstJourOuvreNonChome(d) <span style="color: #8D38C9; font-weight: bold;">Then</span> l = l + 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;d = d + 1<br />
&nbsp; &nbsp; &nbsp; Wend<br />
&nbsp; &nbsp; &nbsp; <span style="color: #8D38C9; font-weight: bold;">If</span> l &lt;&gt; v(i + 1) <span style="color: #8D38C9; font-weight: bold;">Then</span> NbErr = NbErr + 1<br />
&nbsp; &nbsp; &nbsp; Debug.<span style="color: #151B8D; font-weight: bold;">Print</span> <span style="color: #800000;">&quot;Nb jours ouvrés non chômés en &quot;</span> &amp; v(i), <span style="color: #800000;">&quot; -&gt; Attendu : &quot;</span> &amp; v(i + 1), <span style="color: #800000;">&quot; -&gt; Obtenu : &quot;</span> &amp; l, IIf(l &lt;&gt; v(i + 1), <span style="color: #800000;">&quot;*** ERREUR ***&quot;</span>, <span style="color: #800000;">&quot;&quot;</span>)<br />
&nbsp; &nbsp; &nbsp; l = 0<br />
&nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">Next</span> i<br />
&nbsp; &nbsp;Debug.<span style="color: #151B8D; font-weight: bold;">Print</span> <span style="color: #800000;">&quot;Nombre d'erreur(s) : &quot;</span> &amp; NbErr<br />
<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #E56717; font-weight: bold;">Function</span></div></div>
<p>Remarque : Le lundi de Pentecôte est considéré comme chômé ici.</p>
<p>@+</p>
<p>Philippe</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>S&#8217;agit-il d&#8217;un jour férié ?</title>
		<link>https://blog.developpez.com/philben/p11458/vba-access/sagit-il-dun-jour-ferie</link>
		<comments>https://blog.developpez.com/philben/p11458/vba-access/sagit-il-dun-jour-ferie#comments</comments>
		<pubDate>Sun, 28 Oct 2012 18:01:27 +0000</pubDate>
		<dc:creator><![CDATA[philben]]></dc:creator>
				<category><![CDATA[VBA - Ms Access]]></category>
		<category><![CDATA[Code VBA]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Jour férié]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/philben/?p=560</guid>
		<description><![CDATA[Je vous présente une fonction écrite en VBA qui détermine si la date passée en argument correspond à un jour férié français ou non. La réponse est obtenue en moins d&#8217;un millionième de seconde ! Les jours fériés légaux en &#8230; <a href="https://blog.developpez.com/philben/p11458/vba-access/sagit-il-dun-jour-ferie">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Je vous présente une fonction écrite en VBA qui détermine si la date passée en argument correspond à un jour férié français ou non. La réponse est obtenue en moins d&rsquo;un millionième de seconde !<br />
<span id="more-560"></span><br />
<strong>Les jours fériés légaux en France</strong><br />
Ils sont au nombre de <strong>11</strong> dont 8 sont <strong>fixes </strong>(1er janvier, 1er mai, 8 mai, 14 juillet, 15 août, 1er novembre, 11 novembre et 25 décembre) et 3 <strong>mobiles </strong>(Lundi de Pâques, Jeudi de l&rsquo;Ascension et Lundi de Pentecôte).<br />
le Lundi de Pentecôte (<a href="http://travail-emploi.gouv.fr/informations-pratiques,89/fiches-pratiques,91/duree-du-travail,129/la-journee-de-solidarite,1021.html" title="Journée de solidarité" target="_blank">journée de solidarité</a>) est férié mais il peut être non chômé selon l&rsquo;entreprise. Un jour férié fixe n&rsquo;est pas non plus obligatoirement chômé puisqu&rsquo;il peut tomber un jour de week-end par exemple.</p>
<p><strong>La fonction en VBA</strong><br />
La fonction utilise la fonction <a href="http://blog.developpez.com/philben/p11431/vba-access/calculer-la-date-de-paques" title="Calculer la date de Pâques" target="_blank">Paques()</a> qui détermine la date du Dimanche de Pâques. Il faut donc que cette fonction soit présente dans le même projet ou module de code standard.</p>
<div class="codecolorer-container vb blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #E56717; font-weight: bold;">Public</span> <span style="color: #E56717; font-weight: bold;">Function</span> EstJourFerie(<span style="color: #151B8D; font-weight: bold;">ByVal</span> laDate <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Date</span>, <span style="color: #151B8D; font-weight: bold;">Optional</span> <span style="color: #151B8D; font-weight: bold;">ByVal</span> EstPentecoteFerie <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Boolean</span> = <span style="color: #00C2FF; font-weight: bold;">True</span>) <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Boolean</span><br />
<span style="color: #008000;">'Détermine si la date passée en argument est un jour férié (en France) ou non :<br />
</span><span style="color: #008000;">' &nbsp; 101 = 1er Janvier - 501 = 1er Mai - 508 = 8 Mai - 714 = 14 Juillet<br />
</span><span style="color: #008000;">' &nbsp; 815 = 15 Août - 1101 = 1er Novembre - 1111 = 11 Novembre - 1225 = 25 Décembre<br />
</span><span style="color: #008000;">' &nbsp; dPa = Lundi de Pâques - dAs = Jeudi de l'Ascension - dPe = Lundi de Pentecôte<br />
</span><span style="color: #008000;">'Remarque : Le lundi de Pentecôte est un jour férié mais parfois non chômé (EstPentecoteFerie = False dans ce cas)<br />
</span><span style="color: #008000;">'Philben - v1.0 - 2012 - Free to use<br />
</span> &nbsp; <span style="color: #151B8D; font-weight: bold;">Static</span> Annee <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>, dPa <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Date</span>, dAs <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Date</span>, dPe <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Date</span>, bPe <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Boolean</span><br />
&nbsp; &nbsp;<span style="color: #151B8D; font-weight: bold;">Dim</span> a <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>, m <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>, j <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span><br />
<br />
&nbsp; &nbsp;a = Year(laDate): m = Month(laDate): j = Day(laDate)<br />
&nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">Select</span> <span style="color: #8D38C9; font-weight: bold;">Case</span> m * 100 + j<br />
&nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">Case</span> 101, 501, 508, 714, 815, 1101, 1111, 1225<br />
&nbsp; &nbsp; &nbsp; EstJourFerie = <span style="color: #00C2FF; font-weight: bold;">True</span><br />
&nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">Case</span> 323 <span style="color: #8D38C9; font-weight: bold;">To</span> 614 &nbsp; <span style="color: #008000;">'323: Date mini Lundi de Pâques - 614 : Date maxi Lundi de Pentecôte<br />
</span> &nbsp; &nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">If</span> a &lt;&gt; Annee <span style="color: #8D38C9; font-weight: bold;">Or</span> EstPentecoteFerie &lt;&gt; bPe <span style="color: #8D38C9; font-weight: bold;">Then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Annee = a: dPa = Paques(a) + 1: dAs = dPa + 38<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bPe = EstPentecoteFerie: <span style="color: #8D38C9; font-weight: bold;">If</span> bPe <span style="color: #8D38C9; font-weight: bold;">Then</span> dPe = dPa + 49 <span style="color: #8D38C9; font-weight: bold;">Else</span> dPe = #1/1/100#<br />
&nbsp; &nbsp; &nbsp; <span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #8D38C9; font-weight: bold;">If</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #8D38C9; font-weight: bold;">Select</span> <span style="color: #8D38C9; font-weight: bold;">Case</span> DateSerial(a, m, j): <span style="color: #8D38C9; font-weight: bold;">Case</span> dPa, dAs, dPe: EstJourFerie = <span style="color: #00C2FF; font-weight: bold;">True</span>: <span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #8D38C9; font-weight: bold;">Select</span><br />
&nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #8D38C9; font-weight: bold;">Select</span><br />
<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #E56717; font-weight: bold;">Function</span></div></div>
<p>&nbsp;<br />
<strong>Explications</strong><br />
La fonction retourne Vrai si la date passée en argument correspond à un jour férié. Le deuxième argument optionnel permet de définir si le lundi de Pentecôte est réellement férié (non travaillé) ou non.<br />
On teste tout d&rsquo;abord la date par rapport aux jours fériés fixes. Ensuite, si elle ne correspond pas à l&rsquo;une de ces dates, on vérifie si elle est située dans la période théorique de l&rsquo;année des jours fériés mobiles entre la date du Lundi de Pâques (23 mars au plus tôt) et le lundi de Pentecôte (14 juin au plus tard) en sachant que l&rsquo;Ascension est comprise entre ces deux dates. Si c&rsquo;est le cas, on compare la date à ces 3 jours.<br />
La date de ces 3 jours mobiles est conservée dans une variable <strong>&lsquo;Static&rsquo;</strong> pour éviter un recalcul inutile si l&rsquo;année ne change pas entre deux appels et si le statut du lundi de Pentecôte n&rsquo;est pas modifié.</p>
<p><strong>Vérification des résultats</strong><br />
La fonction suivante contrôle notre fonction par rapport aux résultats de la <a href="http://access.developpez.com/faq/?page=dates#NbJourSsFeries" title="Comment savoir si un jour est ouvré ?" target="_blank">fonction EstFerie()</a> de la F.A.Q. qui est donc à télécharger.</p>
<div class="codecolorer-container vb blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #E56717; font-weight: bold;">Public</span> <span style="color: #E56717; font-weight: bold;">Function</span> TestResultatJourFerie()<br />
&nbsp; &nbsp;<span style="color: #151B8D; font-weight: bold;">Dim</span> a <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>, m <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>, j <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>, d <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Date</span>, bErr <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Boolean</span><br />
<br />
&nbsp; &nbsp;<span style="color: #008000;">'Plage de EstFerie : 1982 à 2048<br />
</span> &nbsp; <span style="color: #8D38C9; font-weight: bold;">For</span> a = 1982 <span style="color: #8D38C9; font-weight: bold;">To</span> 2048<br />
&nbsp; &nbsp; &nbsp; <span style="color: #8D38C9; font-weight: bold;">For</span> m = 1 <span style="color: #8D38C9; font-weight: bold;">To</span> 12<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">For</span> j = 1 <span style="color: #8D38C9; font-weight: bold;">To</span> 31<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; d = DateSerial(a, m, j)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #8D38C9; font-weight: bold;">If</span> EstJourFerie(d) &lt;&gt; EstFerie(d) <span style="color: #8D38C9; font-weight: bold;">Then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bErr = <span style="color: #00C2FF; font-weight: bold;">True</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Debug.<span style="color: #151B8D; font-weight: bold;">Print</span> <span style="color: #800000;">&quot;Date : &quot;</span> &amp; d; <span style="color: #800000;">&quot; - EstJourFerie() : &quot;</span> &amp; EstJourFerie(d) &amp; <span style="color: #800000;">&quot; - EstFerie() &quot;</span> &amp; EstFerie(d)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #8D38C9; font-weight: bold;">If</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">Next</span> j<br />
&nbsp; &nbsp; &nbsp; <span style="color: #8D38C9; font-weight: bold;">Next</span> m<br />
&nbsp; &nbsp;<span style="color: #8D38C9; font-weight: bold;">Next</span> a<br />
&nbsp; &nbsp;Debug.<span style="color: #151B8D; font-weight: bold;">Print</span> <span style="color: #800000;">&quot;Fin TestResultatJourFerie() - &quot;</span> &amp; IIf(bErr, <span style="color: #800000;">&quot;Erreur(s) détectée(s)&quot;</span>, <span style="color: #800000;">&quot;Aucune erreur détectée&quot;</span>)<br />
<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #E56717; font-weight: bold;">Function</span></div></div>
<p>&nbsp;<br />
<strong>Compléments à venir</strong><br />
Nous verrons dans des prochains billets comment utiliser cette fonction dans des cas plus spécifiques : S&rsquo;agit-il d&rsquo;un jour de week-end ou d&rsquo;un jour férié, s&rsquo;agit-il d&rsquo;un jour ouvré non travaillé,&#8230;</p>
<p>@+</p>
<p>Philippe</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
