# Public holidays for France
# Copyright 2003, John Darrington
# I'm not a resident of France, and I can't vouch for the 
# veracity of this information.
# It's the best I can come up with, with the resources available to me.

- "Jan 1"      1 1
		       
- "Christmas Day"       25 12
		       
- "May 1"              1 5

- "May 8"              8 5
		       
- "Sept 1"              1 9

- "July 14"            14 7

- "June 1"              1 6

- "Aug 15"              15 8


- "Nov 1"               1  11

- "Nov 11"              11 11


- "Vernal Equinox"      22 3

- "Full Moon"          moon 100

- "Week Day"            MON TUE WED THU FRI

- "Any Day"            MON TUE WED THU FRI SAT SUN
		       
w "Dimanche"            SUN
w "Samdi"               SAT
- "Lundi"              MON
- "Friday"              FRI


h "Jour de l'an"            (  >1+=<  "Week Day" "Jan 1" )
h "Nol"                    (  >1+=<  "Week Day" "Christmas Day" )
h "Fte du premier mai"     (  >1+=<  "Lundi"   "May 1"   )



h "Assomption"              (  >1+=<  "Week Day" "Aug 15"  )
h "La Toussaint       "     (  >1+=<  "Lundi"   "Nov 1"   )
h "Fte nationale"          (  >1+=<  "Week Day" "July 14" )
h "Jour d'armistice"        (  >1+=<  "Week Day"  "Nov 11" )
- "First Moon After VE"     (  >1+<   "Full Moon" "Vernal Equinox" )
- "Easter Day"              (  >1+<   "Dimanche"    "First Moon After VE" )

h "Lundi du Pques"         (  >1+<   "Lundi"   "Easter Day" )



# In years when Ascension Day concurs with Victory Day, we mark only
# the former, thus ignoring the latter.  
# Therefore, the order of the next two lines is important!!
#
h "l'Ascencion"             ( >39+< "Any Day" "Easter Day" )
h "Fte du huitme mai"     8 5


h "Lundi de la Pentecte"   ( >8+< "Lundi" "Easter Day" )


- "Good Friday"             (  >1-<   "Friday"   "Easter Day" )





