diff --git a/alexi/__init__.py b/alexi/__init__.py index a693421..b9580eb 100644 --- a/alexi/__init__.py +++ b/alexi/__init__.py @@ -40,7 +40,7 @@ def write_csv( def convert_main(args: argparse.Namespace): """Convertir les PDF en CSV""" if args.pages: - pages = [max(0, int(x) - 1) for x in args.pages.split(",")] + pages = [max(1, int(x)) for x in args.pages.split(",")] else: pages = None conv = Converteur(args.pdf) diff --git a/alexi/analyse.py b/alexi/analyse.py index 1c6f63e..574b9d9 100644 --- a/alexi/analyse.py +++ b/alexi/analyse.py @@ -230,6 +230,10 @@ def __call__( LOGGER.info("Numéro extrait du titre: %s", m.group(1)) numero = m.group(1) titre = titre[: m.start(1)] + titre[m.end(1) :] + elif m := re.match(r".*(\b\d+-\d+-[A-Z]+$)", titre): + LOGGER.info("Numéro extrait du titre: %s", m.group(1)) + numero = m.group(1) + titre = titre[: m.start(1)] doc = Document(self.fileid, numero, titre) doc.meta = self.metadata # Group block-level text elements by page from segment tags diff --git a/alexi/extract.py b/alexi/extract.py index 502c55f..09bff9c 100644 --- a/alexi/extract.py +++ b/alexi/extract.py @@ -20,7 +20,7 @@ from alexi.label import DEFAULT_MODEL as DEFAULT_LABEL_MODEL from alexi.label import Extracteur from alexi.segment import DEFAULT_MODEL as DEFAULT_SEGMENT_MODEL -from alexi.segment import Segmenteur +from alexi.segment import DEFAULT_MODEL_NOSTRUCT, Segmenteur from alexi.types import Bloc LOGGER = logging.getLogger("extract") @@ -40,9 +40,7 @@ def add_arguments(parser: argparse.ArgumentParser) -> argparse.ArgumentParser: help="Ne pas utiliser le CSV de référence", action="store_true", ) - parser.add_argument( - "--segment-model", help="Modele CRF", type=Path, default=DEFAULT_SEGMENT_MODEL - ) + parser.add_argument("--segment-model", help="Modele CRF", type=Path) parser.add_argument( "--label-model", help="Modele CRF", type=Path, default=DEFAULT_LABEL_MODEL ) @@ -390,7 +388,6 @@ def make_doc_tree(docs: list[Document], outdir: Path): def main(args): - crf = None extracteur = Extracteur() args.outdir.mkdir(parents=True, exist_ok=True) docs = [] @@ -408,7 +405,13 @@ def main(args): LOGGER.info("Conversion, segmentation et classification de %s", path) conv = Converteur(path) feats = conv.extract_words() - if crf is None: + if args.segment_model is None: + if conv.tree is None: + LOGGER.warning("Structure logique absente: %s", path) + crf = Segmenteur(DEFAULT_MODEL_NOSTRUCT) + else: + crf = Segmenteur(DEFAULT_SEGMENT_MODEL) + else: crf = Segmenteur(args.segment_model) iob = list(extracteur(crf(feats))) diff --git a/alexi/models/crf.joblib.gz b/alexi/models/crf.joblib.gz index b42dd8b..9b7ebe1 100644 Binary files a/alexi/models/crf.joblib.gz and b/alexi/models/crf.joblib.gz differ diff --git a/alexi/models/crf.vl.joblib.gz b/alexi/models/crf.vl.joblib.gz index 5262631..0ae22be 100644 Binary files a/alexi/models/crf.vl.joblib.gz and b/alexi/models/crf.vl.joblib.gz differ diff --git a/alexi/models/crfseq.joblib.gz b/alexi/models/crfseq.joblib.gz index 4825dee..bc23ad7 100644 Binary files a/alexi/models/crfseq.joblib.gz and b/alexi/models/crfseq.joblib.gz differ diff --git a/alexi/segment.py b/alexi/segment.py index 50069de..2bbae23 100644 --- a/alexi/segment.py +++ b/alexi/segment.py @@ -16,6 +16,7 @@ FEATNAMES = [name for name in FIELDNAMES if name not in ("segment", "sequence")] DEFAULT_MODEL = Path(__file__).parent / "models" / "crf.joblib.gz" +DEFAULT_MODEL_NOSTRUCT = Path(__file__).parent / "models" / "crf.vl.joblib.gz" FeatureFunc = Callable[[int, dict], list[str]] diff --git a/data/train/construction_nostruct.csv b/data/train/construction_nostruct.csv new file mode 100644 index 0000000..7182e9a --- /dev/null +++ b/data/train/construction_nostruct.csv @@ -0,0 +1,340 @@ +sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack +B-Titre,B-Tete,Règlement,1,595,842,CIDFont+F1,#777,52,83,71,79,71,,, +I-Titre,I-Tete,de,1,595,842,CIDFont+F1,#777,85,92,71,79,71,,, +I-Titre,I-Tete,construction,1,595,842,CIDFont+F1,#777,94,128,71,79,71,,, +I-Titre,I-Tete,1314-2021-C,1,595,842,CIDFont+F1,#777,130,168,71,79,71,,, +O,I-Tete,Entrée,1,595,842,CIDFont+F1,#777,492,511,71,79,71,,, +O,I-Tete,en,1,595,842,CIDFont+F1,#777,512,520,71,79,71,,, +O,I-Tete,vigueur,1,595,842,CIDFont+F1,#777,521,542,71,79,71,,, +O,B-Titre,Ville,1,595,842,CIDFont+F4,#000,233,261,337,351,337,,, +O,I-Titre,de,1,595,842,CIDFont+F4,#000,264,280,337,351,337,,, +O,I-Titre,Sainte-Adèle,1,595,842,CIDFont+F4,#000,283,362,337,351,337,,, +B-Titre,B-Titre,Règlement,1,595,842,CIDFont+F5,#000,197,354,509,544,509,,, +I-Titre,I-Titre,de,1,595,842,CIDFont+F5,#000,362,398,509,544,509,,, +I-Titre,I-Titre,construction,1,595,842,CIDFont+F5,#000,206,389,556,591,556,,, +I-Titre,I-Titre,numéro,1,595,842,CIDFont+F5,#000,196,272,607,630,607,,, +B-Titre,I-Titre,1314-2021-C,1,595,842,CIDFont+F5,#000,278,399,607,630,607,,, +O,B-Titre,Codification,1,595,842,CIDFont+F5,#000,154,222,665,678,665,,, +O,I-Titre,administrative,1,595,842,CIDFont+F5,#000,225,307,665,678,665,,, +O,I-Titre,:,1,595,842,CIDFont+F5,#000,310,314,665,678,665,,, +O,I-Titre,à,1,595,842,CIDFont+F5,#000,320,327,665,678,665,,, +O,I-Titre,jour,1,595,842,CIDFont+F5,#000,330,353,665,678,665,,, +O,I-Titre,–,1,595,842,CIDFont+F5,#000,356,363,665,678,665,,, +O,I-Titre,21,1,595,842,CIDFont+F5,#000,366,379,665,678,665,,, +O,I-Titre,mars,1,595,842,CIDFont+F5,#000,383,411,665,678,665,,, +O,I-Titre,2023,1,595,842,CIDFont+F5,#000,414,441,665,678,665,,, +O,B-Pied,1,1,595,842,CIDFont+F1,#777,540,543,764,772,764,,, +B-Titre,B-Tete,Règlement,2,595,842,CIDFont+F1,#777,52,83,71,79,913,,, +I-Titre,I-Tete,de,2,595,842,CIDFont+F1,#777,85,92,71,79,913,,, +I-Titre,I-Tete,construction,2,595,842,CIDFont+F1,#777,94,128,71,79,913,,, +I-Titre,I-Tete,1314-2021-C,2,595,842,CIDFont+F1,#777,130,168,71,79,913,,, +O,I-Tete,Table,2,595,842,CIDFont+F1,#777,408,424,71,79,913,,, +O,I-Tete,des,2,595,842,CIDFont+F1,#777,426,436,71,79,913,,, +O,I-Tete,"matières,",2,595,842,CIDFont+F1,#777,438,464,71,79,913,,, +O,I-Tete,des,2,595,842,CIDFont+F1,#777,466,476,71,79,913,,, +O,I-Tete,figures,2,595,842,CIDFont+F1,#777,478,497,71,79,913,,, +O,I-Tete,et,2,595,842,CIDFont+F1,#777,499,504,71,79,913,,, +O,I-Tete,des,2,595,842,CIDFont+F1,#777,506,516,71,79,913,,, +O,I-Tete,tableaux,2,595,842,CIDFont+F1,#777,518,542,71,79,913,,, +O,I-Alinea,PROVINCE,2,595,842,CIDFont+F6,#555,52,105,107,118,949,,, +O,I-Alinea,DE,2,595,842,CIDFont+F6,#555,107,121,107,118,949,,, +O,I-Alinea,QUEBEC,2,595,842,CIDFont+F6,#555,123,166,107,118,949,,, +O,I-Alinea,REGLEMENT,2,595,842,CIDFont+F6,#555,363,426,107,118,949,,, +O,I-Alinea,NUMERO,2,595,842,CIDFont+F6,#555,428,473,107,118,949,,, +B-Numero,I-Alinea,1314-2021-C,2,595,842,CIDFont+F6,#555,475,533,107,118,949,,, +O,B-Alinea,VILLE,2,595,842,CIDFont+F6,#555,52,80,126,137,968,,, +O,I-Alinea,DE,2,595,842,CIDFont+F6,#555,82,96,126,137,968,,, +O,I-Alinea,Sainte-Adèle,2,595,842,CIDFont+F6,#555,98,154,126,137,968,,, +B-Titre,I-Alinea,REGLEMENT,2,595,842,CIDFont+F6,#555,363,426,126,137,968,,, +I-Titre,I-Alinea,DE,2,595,842,CIDFont+F6,#555,428,442,126,137,968,,, +I-Titre,I-Alinea,CONSTRUCTION,2,595,842,CIDFont+F6,#555,444,525,126,137,968,,, +O,I-Alinea,Avis,2,595,842,CIDFont+F6,#555,52,71,157,167,999,,, +O,I-Alinea,de,2,595,842,CIDFont+F6,#555,73,85,157,167,999,,, +O,I-Alinea,motion,2,595,842,CIDFont+F6,#555,87,116,157,167,999,,, +O,I-Alinea,:,2,595,842,CIDFont+F6,#555,118,121,157,167,999,,, +O,I-Alinea,17,2,595,842,CIDFont+F6,#555,191,202,157,167,999,,, +O,I-Alinea,mai,2,595,842,CIDFont+F6,#555,204,220,157,167,999,,, +O,I-Alinea,2021,2,595,842,CIDFont+F6,#555,222,245,157,167,999,,, +O,B-Alinea,Adoption,2,595,842,CIDFont+F6,#555,52,92,175,186,1017,,, +O,I-Alinea,:,2,595,842,CIDFont+F6,#555,93,96,175,186,1017,,, +O,I-Alinea,19,2,595,842,CIDFont+F6,#555,191,202,175,186,1017,,, +O,I-Alinea,juillet,2,595,842,CIDFont+F6,#555,204,225,175,186,1017,,, +O,I-Alinea,2021,2,595,842,CIDFont+F6,#555,227,250,175,186,1017,,, +O,B-Alinea,Entrée,2,595,842,CIDFont+F6,#555,52,82,194,204,1036,,, +O,I-Alinea,en,2,595,842,CIDFont+F6,#555,84,95,194,204,1036,,, +O,I-Alinea,vigueur,2,595,842,CIDFont+F6,#555,97,129,194,204,1036,,, +O,I-Alinea,:,2,595,842,CIDFont+F6,#555,131,134,194,204,1036,,, +O,I-Alinea,23,2,595,842,CIDFont+F6,#555,191,202,194,204,1036,,, +O,I-Alinea,septembre,2,595,842,CIDFont+F6,#555,204,251,194,204,1036,,, +O,I-Alinea,2021,2,595,842,CIDFont+F6,#555,253,275,194,204,1036,,, +O,B-Alinea,Numéro,2,595,842,CIDFont+F7,#444,173,214,373,384,1215,,, +O,I-Alinea,du,2,595,842,CIDFont+F7,#444,217,230,373,384,1215,,, +O,I-Alinea,règlement,2,595,842,CIDFont+F7,#444,233,284,373,384,1215,,, +O,I-Alinea,Date,2,595,842,CIDFont+F7,#444,381,404,373,384,1215,,, +O,I-Alinea,d’entrée,2,595,842,CIDFont+F7,#444,407,449,373,384,1215,,, +O,I-Alinea,en,2,595,842,CIDFont+F7,#444,452,464,373,384,1215,,, +O,I-Alinea,vigueur,2,595,842,CIDFont+F7,#444,467,506,373,384,1215,,, +B-Numero,I-Alinea,1314-2021-C-1,2,595,842,CIDFont+F6,#444,192,264,412,423,1254,,, +O,I-Alinea,17,2,595,842,CIDFont+F6,#444,411,422,412,423,1254,,, +O,I-Alinea,mars,2,595,842,CIDFont+F6,#444,425,449,412,423,1254,,, +O,I-Alinea,2023,2,595,842,CIDFont+F6,#444,452,476,412,423,1254,,, +O,B-Pied,2,2,595,842,CIDFont+F1,#777,540,543,764,772,1606,,, +B-Titre,B-Tete,Règlement,3,595,842,CIDFont+F1,#777,52,83,71,79,1755,,, +I-Titre,I-Tete,de,3,595,842,CIDFont+F1,#777,85,92,71,79,1755,,, +I-Titre,I-Tete,construction,3,595,842,CIDFont+F1,#777,94,128,71,79,1755,,, +I-Titre,I-Tete,1314-2021-C,3,595,842,CIDFont+F1,#777,130,168,71,79,1755,,, +O,I-Tete,Table,3,595,842,CIDFont+F1,#777,408,424,71,79,1755,,, +O,I-Tete,des,3,595,842,CIDFont+F1,#777,426,436,71,79,1755,,, +O,I-Tete,"matières,",3,595,842,CIDFont+F1,#777,438,464,71,79,1755,,, +O,I-Tete,des,3,595,842,CIDFont+F1,#777,466,476,71,79,1755,,, +O,I-Tete,figures,3,595,842,CIDFont+F1,#777,478,497,71,79,1755,,, +O,I-Tete,et,3,595,842,CIDFont+F1,#777,499,504,71,79,1755,,, +O,I-Tete,des,3,595,842,CIDFont+F1,#777,506,516,71,79,1755,,, +O,I-Tete,tableaux,3,595,842,CIDFont+F1,#777,518,542,71,79,1755,,, +O,B-TOC,Table,3,595,842,CIDFont+F2,#555,52,109,111,136,1795,,, +O,I-TOC,des,3,595,842,CIDFont+F2,#555,114,152,111,136,1795,,, +O,I-TOC,matières,3,595,842,CIDFont+F2,#555,157,249,111,136,1795,,, +O,I-TOC,CHAPITRE,3,595,842,CIDFont+F8,#222,52,101,150,161,1833,,, +O,I-TOC,1,3,595,842,CIDFont+F8,#222,104,109,150,161,1833,,, +O,I-TOC,DISPOSITIONS,3,595,842,CIDFont+F8,#222,125,194,150,161,1833,,, +O,I-TOC,"DÉCLARATOIRES,",3,595,842,CIDFont+F8,#222,196,281,150,161,1833,,, +O,I-TOC,INTERPRÉTATIVES,3,595,842,CIDFont+F8,#222,284,373,150,161,1833,,, +O,I-TOC,ET,3,595,842,CIDFont+F8,#222,375,388,150,161,1833,,, +O,I-TOC,ADMINISTRATIVES,3,595,842,CIDFont+F8,#222,390,478,150,161,1833,,, +O,I-TOC,......................,3,595,842,CIDFont+F8,#222,478,537,150,161,1833,,, +O,I-TOC,7,3,595,842,CIDFont+F8,#222,537,543,150,161,1833,,, +O,I-TOC,SECTION,3,595,842,CIDFont+F8,#222,52,88,169,178,1852,,, +O,I-TOC,1,3,595,842,CIDFont+F8,#222,90,94,169,178,1852,,, +O,I-TOC,DISPOSITIONS,3,595,842,CIDFont+F8,#222,125,182,169,178,1852,,, +O,I-TOC,DÉCLARATOIRES................................................................................................................................,3,595,842,CIDFont+F8,#222,184,537,169,178,1852,,, +O,I-TOC,8,3,595,842,CIDFont+F8,#222,538,543,169,178,1852,,, +O,I-TOC,1.,3,595,842,CIDFont+F1,#222,52,59,186,195,1869,,, +O,I-TOC,Titre,3,595,842,CIDFont+F1,#222,80,96,186,195,1869,,, +O,I-TOC,du,3,595,842,CIDFont+F1,#222,98,107,186,195,1869,,, +O,I-TOC,règlement,3,595,842,CIDFont+F1,#222,109,145,186,195,1869,,, +O,I-TOC,................................................................................................................................................................................,3,595,842,CIDFont+F1,#222,146,537,186,195,1869,,, +O,I-TOC,8,3,595,842,CIDFont+F1,#222,538,543,186,195,1869,,, +O,I-TOC,2.,3,595,842,CIDFont+F1,#222,52,59,202,212,1886,,, +O,I-TOC,Abrogation,3,595,842,CIDFont+F1,#222,80,119,202,212,1886,,, +O,I-TOC,............................................................................................................................................................................................,3,595,842,CIDFont+F1,#222,120,537,202,212,1886,,, +O,I-TOC,8,3,595,842,CIDFont+F1,#222,538,543,202,212,1886,,, +O,I-TOC,3.,3,595,842,CIDFont+F1,#222,52,59,219,229,1903,,, +O,I-TOC,Portée,3,595,842,CIDFont+F1,#222,80,103,219,229,1903,,, +O,I-TOC,du,3,595,842,CIDFont+F1,#222,106,115,219,229,1903,,, +O,I-TOC,règlement,3,595,842,CIDFont+F1,#222,117,152,219,229,1903,,, +O,I-TOC,et,3,595,842,CIDFont+F1,#222,155,161,219,229,1903,,, +O,I-TOC,territoire,3,595,842,CIDFont+F1,#222,163,193,219,229,1903,,, +O,I-TOC,assujetti,3,595,842,CIDFont+F1,#222,195,224,219,229,1903,,, +O,I-TOC,............................................................................................................................................,3,595,842,CIDFont+F1,#222,226,537,219,229,1903,,, +O,I-TOC,8,3,595,842,CIDFont+F1,#222,538,543,219,229,1903,,, +O,I-TOC,4.,3,595,842,CIDFont+F1,#222,52,59,236,246,1920,,, +O,I-TOC,Domaine,3,595,842,CIDFont+F1,#222,80,112,236,246,1920,,, +O,I-TOC,d'application,3,595,842,CIDFont+F1,#222,114,158,236,246,1920,,, +O,I-TOC,..........................................................................................................................................................................,3,595,842,CIDFont+F1,#222,160,537,236,246,1920,,, +O,I-TOC,8,3,595,842,CIDFont+F1,#222,538,543,236,246,1920,,, +O,I-TOC,5.,3,595,842,CIDFont+F1,#222,52,59,253,263,1937,,, +O,I-TOC,Travaux,3,595,842,CIDFont+F1,#222,80,109,253,263,1937,,, +O,I-TOC,non,3,595,842,CIDFont+F1,#222,111,124,253,263,1937,,, +O,I-TOC,affectés,3,595,842,CIDFont+F1,#222,127,155,253,263,1937,,, +O,I-TOC,............................................................................................................................................................................,3,595,842,CIDFont+F1,#222,155,537,253,263,1937,,, +O,I-TOC,8,3,595,842,CIDFont+F1,#222,538,543,253,263,1937,,, +O,I-TOC,6.,3,595,842,CIDFont+F1,#222,52,59,270,280,1954,,, +O,I-TOC,Dispositions,3,595,842,CIDFont+F1,#222,80,123,270,280,1954,,, +O,I-TOC,des,3,595,842,CIDFont+F1,#222,125,138,270,280,1954,,, +O,I-TOC,lois,3,595,842,CIDFont+F1,#222,140,152,270,280,1954,,, +O,I-TOC,et,3,595,842,CIDFont+F1,#222,154,161,270,280,1954,,, +O,I-TOC,d’autres,3,595,842,CIDFont+F1,#222,163,192,270,280,1954,,, +O,I-TOC,règlements,3,595,842,CIDFont+F1,#222,194,234,270,280,1954,,, +O,I-TOC,........................................................................................................................................,3,595,842,CIDFont+F1,#222,235,537,270,280,1954,,, +O,I-TOC,8,3,595,842,CIDFont+F1,#222,538,543,270,280,1954,,, +O,I-TOC,7.,3,595,842,CIDFont+F1,#222,52,59,287,297,1971,,, +O,I-TOC,Documents,3,595,842,CIDFont+F1,#222,80,120,287,297,1971,,, +O,I-TOC,de,3,595,842,CIDFont+F1,#222,123,131,287,297,1971,,, +O,I-TOC,renvoi,3,595,842,CIDFont+F1,#222,134,155,287,297,1971,,, +O,I-TOC,...........................................................................................................................................................................,3,595,842,CIDFont+F1,#222,158,537,287,297,1971,,, +O,I-TOC,8,3,595,842,CIDFont+F1,#222,538,543,287,297,1971,,, +O,I-TOC,8.,3,595,842,CIDFont+F1,#222,52,59,304,314,1988,,, +O,I-TOC,Entrée,3,595,842,CIDFont+F1,#222,80,103,304,314,1988,,, +O,I-TOC,en,3,595,842,CIDFont+F1,#222,106,115,304,314,1988,,, +O,I-TOC,vigueur,3,595,842,CIDFont+F1,#222,117,143,304,314,1988,,, +O,I-TOC,.................................................................................................................................................................................,3,595,842,CIDFont+F1,#222,144,537,304,314,1988,,, +O,I-TOC,8,3,595,842,CIDFont+F1,#222,538,543,304,314,1988,,, +O,I-TOC,SECTION,3,595,842,CIDFont+F8,#222,52,88,321,331,2005,,, +O,I-TOC,2,3,595,842,CIDFont+F8,#222,90,94,321,331,2005,,, +O,I-TOC,DISPOSITIONS,3,595,842,CIDFont+F8,#222,125,182,321,331,2005,,, +O,I-TOC,INTERPRÉTATIVES,3,595,842,CIDFont+F8,#222,184,258,321,331,2005,,, +O,I-TOC,.............................................................................................................................,3,595,842,CIDFont+F8,#222,260,537,321,331,2005,,, +O,I-TOC,9,3,595,842,CIDFont+F8,#222,538,543,321,331,2005,,, +O,I-TOC,9.,3,595,842,CIDFont+F1,#222,52,59,338,348,2022,,, +O,I-TOC,Ville,3,595,842,CIDFont+F1,#222,80,95,338,348,2022,,, +O,I-TOC,.......................................................................................................................................................................................................,3,595,842,CIDFont+F1,#222,95,537,338,348,2022,,, +O,I-TOC,9,3,595,842,CIDFont+F1,#222,538,543,338,348,2022,,, +O,I-TOC,10.,3,595,842,CIDFont+F1,#222,52,63,355,364,2039,,, +O,I-TOC,Structure,3,595,842,CIDFont+F1,#222,80,112,355,364,2039,,, +O,I-TOC,du,3,595,842,CIDFont+F1,#222,115,123,355,364,2039,,, +O,I-TOC,règlement,3,595,842,CIDFont+F1,#222,126,161,355,364,2039,,, +O,I-TOC,.........................................................................................................................................................................,3,595,842,CIDFont+F1,#222,162,537,355,364,2039,,, +O,I-TOC,9,3,595,842,CIDFont+F1,#222,538,543,355,364,2039,,, +O,I-TOC,11.,3,595,842,CIDFont+F1,#222,52,63,372,381,2056,,, +O,I-TOC,Interprétation,3,595,842,CIDFont+F1,#222,80,127,372,381,2056,,, +O,I-TOC,du,3,595,842,CIDFont+F1,#222,129,138,372,381,2056,,, +O,I-TOC,texte,3,595,842,CIDFont+F1,#222,140,158,372,381,2056,,, +O,I-TOC,..........................................................................................................................................................................,3,595,842,CIDFont+F1,#222,160,537,372,381,2056,,, +O,I-TOC,9,3,595,842,CIDFont+F1,#222,538,543,372,381,2056,,, +O,I-TOC,12.,3,595,842,CIDFont+F1,#222,52,63,389,398,2073,,, +O,I-TOC,Interprétation,3,595,842,CIDFont+F1,#222,80,127,389,398,2073,,, +O,I-TOC,en,3,595,842,CIDFont+F1,#222,129,138,389,398,2073,,, +O,I-TOC,cas,3,595,842,CIDFont+F1,#222,140,153,389,398,2073,,, +O,I-TOC,de,3,595,842,CIDFont+F1,#222,155,164,389,398,2073,,, +O,I-TOC,contradiction,3,595,842,CIDFont+F1,#222,166,211,389,398,2073,,, +O,I-TOC,................................................................................................................................................,3,595,842,CIDFont+F1,#222,213,533,389,398,2073,,, +O,I-TOC,10,3,595,842,CIDFont+F1,#222,534,543,389,398,2073,,, +O,I-TOC,13.,3,595,842,CIDFont+F1,#222,52,63,406,415,2089,,, +O,I-TOC,Terminologie,3,595,842,CIDFont+F1,#222,80,126,406,415,2089,,, +O,I-TOC,.......................................................................................................................................................................................,3,595,842,CIDFont+F1,#222,126,533,406,415,2089,,, +O,I-TOC,10,3,595,842,CIDFont+F1,#222,534,543,406,415,2089,,, +O,I-TOC,SECTION,3,595,842,CIDFont+F8,#222,52,88,422,432,2106,,, +O,I-TOC,3,3,595,842,CIDFont+F8,#222,90,94,422,432,2106,,, +O,I-TOC,DISPOSITIONS,3,595,842,CIDFont+F8,#222,125,182,422,432,2106,,, +O,I-TOC,ADMINISTRATIVES,3,595,842,CIDFont+F8,#222,184,257,422,432,2106,,, +O,I-TOC,...........................................................................................................................,3,595,842,CIDFont+F8,#222,260,533,422,432,2106,,, +O,I-TOC,11,3,595,842,CIDFont+F8,#222,534,543,422,432,2106,,, +O,I-TOC,14.,3,595,842,CIDFont+F1,#222,52,63,439,449,2123,,, +O,I-TOC,Administration,3,595,842,CIDFont+F1,#222,80,130,439,449,2123,,, +O,I-TOC,du,3,595,842,CIDFont+F1,#222,133,142,439,449,2123,,, +O,I-TOC,règlement,3,595,842,CIDFont+F1,#222,144,179,439,449,2123,,, +O,I-TOC,...............................................................................................................................................................,3,595,842,CIDFont+F1,#222,180,533,439,449,2123,,, +O,I-TOC,11,3,595,842,CIDFont+F1,#222,534,543,439,449,2123,,, +O,I-TOC,15.,3,595,842,CIDFont+F1,#222,52,63,456,466,2140,,, +O,I-TOC,Autorité,3,595,842,CIDFont+F1,#222,80,107,456,466,2140,,, +O,I-TOC,compétente,3,595,842,CIDFont+F1,#222,110,151,456,466,2140,,, +O,I-TOC,...........................................................................................................................................................................,3,595,842,CIDFont+F1,#222,153,533,456,466,2140,,, +O,I-TOC,11,3,595,842,CIDFont+F1,#222,534,543,456,466,2140,,, +O,I-TOC,16.,3,595,842,CIDFont+F1,#222,52,63,473,483,2157,,, +O,I-TOC,Devoirs,3,595,842,CIDFont+F1,#222,80,107,473,483,2157,,, +O,I-TOC,et,3,595,842,CIDFont+F1,#222,109,116,473,483,2157,,, +O,I-TOC,pouvoirs,3,595,842,CIDFont+F1,#222,118,148,473,483,2157,,, +O,I-TOC,de,3,595,842,CIDFont+F1,#222,150,159,473,483,2157,,, +O,I-TOC,l’autorité,3,595,842,CIDFont+F1,#222,162,192,473,483,2157,,, +O,I-TOC,compétente,3,595,842,CIDFont+F1,#222,194,236,473,483,2157,,, +O,I-TOC,.....................................................................................................................................,3,595,842,CIDFont+F1,#222,238,533,473,483,2157,,, +O,I-TOC,11,3,595,842,CIDFont+F1,#222,534,543,473,483,2157,,, +O,I-TOC,17.,3,595,842,CIDFont+F1,#222,52,63,490,500,2174,,, +O,I-TOC,Devoirs,3,595,842,CIDFont+F1,#222,80,107,490,500,2174,,, +O,I-TOC,du,3,595,842,CIDFont+F1,#222,109,118,490,500,2174,,, +O,I-TOC,"propriétaire,",3,595,842,CIDFont+F1,#222,120,163,490,500,2174,,, +O,I-TOC,de,3,595,842,CIDFont+F1,#222,165,174,490,500,2174,,, +O,I-TOC,"l’occupant,",3,595,842,CIDFont+F1,#222,176,214,490,500,2174,,, +O,I-TOC,du,3,595,842,CIDFont+F1,#222,217,226,490,500,2174,,, +O,I-TOC,requérant,3,595,842,CIDFont+F1,#222,228,262,490,500,2174,,, +O,I-TOC,ou,3,595,842,CIDFont+F1,#222,264,273,490,500,2174,,, +O,I-TOC,de,3,595,842,CIDFont+F1,#222,275,284,490,500,2174,,, +O,I-TOC,l’exécutant,3,595,842,CIDFont+F1,#222,286,324,490,500,2174,,, +O,I-TOC,de,3,595,842,CIDFont+F1,#222,327,335,490,500,2174,,, +O,I-TOC,travaux............................................................................,3,595,842,CIDFont+F1,#222,338,533,490,500,2174,,, +O,I-TOC,11,3,595,842,CIDFont+F1,#222,534,543,490,500,2174,,, +O,I-TOC,18.,3,595,842,CIDFont+F1,#222,52,63,507,517,2191,,, +O,I-TOC,Infractions,3,595,842,CIDFont+F1,#222,80,117,507,517,2191,,, +O,I-TOC,et,3,595,842,CIDFont+F1,#222,119,126,507,517,2191,,, +O,I-TOC,pénalités,3,595,842,CIDFont+F1,#222,128,160,507,517,2191,,, +O,I-TOC,.......................................................................................................................................................................,3,595,842,CIDFont+F1,#222,162,533,507,517,2191,,, +O,I-TOC,11,3,595,842,CIDFont+F1,#222,534,543,507,517,2191,,, +O,I-TOC,CHAPITRE,3,595,842,CIDFont+F8,#222,52,101,531,543,2215,,, +O,I-TOC,2,3,595,842,CIDFont+F8,#222,104,109,531,543,2215,,, +O,I-TOC,DISPOSITIONS,3,595,842,CIDFont+F8,#222,125,194,531,543,2215,,, +O,I-TOC,APPLICABLES,3,595,842,CIDFont+F8,#222,196,264,531,543,2215,,, +O,I-TOC,AUX,3,595,842,CIDFont+F8,#222,266,287,531,543,2215,,, +O,I-TOC,NORMES,3,595,842,CIDFont+F8,#222,289,331,531,543,2215,,, +O,I-TOC,DE,3,595,842,CIDFont+F8,#222,334,347,531,543,2215,,, +O,I-TOC,"CONSTRUCTION,",3,595,842,CIDFont+F8,#222,350,430,531,543,2215,,, +O,I-TOC,DE,3,595,842,CIDFont+F8,#222,432,446,531,543,2215,,, +O,I-TOC,"RÉSISTANCE,",3,595,842,CIDFont+F8,#222,448,513,531,543,2215,,, +O,I-TOC,DE,3,595,842,CIDFont+F8,#222,515,529,531,543,2215,,, +O,I-TOC,SALUBRITÉ,3,595,842,CIDFont+F8,#222,125,180,546,557,2229,,, +O,I-TOC,ET,3,595,842,CIDFont+F8,#222,183,195,546,557,2229,,, +O,I-TOC,DE,3,595,842,CIDFont+F8,#222,198,211,546,557,2229,,, +O,I-TOC,SÉCURITÉ,3,595,842,CIDFont+F8,#222,214,262,546,557,2229,,, +O,I-TOC,....................................................................................................,3,595,842,CIDFont+F8,#222,263,532,546,557,2229,,, +O,I-TOC,12,3,595,842,CIDFont+F8,#222,532,543,546,557,2229,,, +O,I-TOC,SECTION,3,595,842,CIDFont+F8,#222,52,88,565,574,2248,,, +O,I-TOC,1,3,595,842,CIDFont+F8,#222,90,94,565,574,2248,,, +O,I-TOC,DISPOSITIONS,3,595,842,CIDFont+F8,#222,125,182,565,574,2248,,, +O,I-TOC,GÉNÉRALES,3,595,842,CIDFont+F8,#222,184,234,565,574,2248,,, +O,I-TOC,......................................................................................................................................,3,595,842,CIDFont+F8,#222,235,533,565,574,2248,,, +O,I-TOC,13,3,595,842,CIDFont+F8,#222,534,543,565,574,2248,,, +O,I-TOC,19.,3,595,842,CIDFont+F1,#222,52,63,582,591,2265,,, +O,I-TOC,Conformité,3,595,842,CIDFont+F1,#222,80,119,582,591,2265,,, +O,I-TOC,aux,3,595,842,CIDFont+F1,#222,121,134,582,591,2265,,, +O,I-TOC,Codes,3,595,842,CIDFont+F1,#222,136,159,582,591,2265,,, +O,I-TOC,........................................................................................................................................................................,3,595,842,CIDFont+F1,#222,160,533,582,591,2265,,, +O,I-TOC,13,3,595,842,CIDFont+F1,#222,534,543,582,591,2265,,, +O,I-TOC,20.,3,595,842,CIDFont+F1,#222,52,63,598,608,2282,,, +O,I-TOC,Règlement,3,595,842,CIDFont+F1,#222,80,118,598,608,2282,,, +O,I-TOC,sur,3,595,842,CIDFont+F1,#222,121,132,598,608,2282,,, +O,I-TOC,l’évacuation,3,595,842,CIDFont+F1,#222,134,176,598,608,2282,,, +O,I-TOC,et,3,595,842,CIDFont+F1,#222,178,185,598,608,2282,,, +O,I-TOC,le,3,595,842,CIDFont+F1,#222,187,194,598,608,2282,,, +O,I-TOC,traitement,3,595,842,CIDFont+F1,#222,196,231,598,608,2282,,, +O,I-TOC,des,3,595,842,CIDFont+F1,#222,234,246,598,608,2282,,, +O,I-TOC,eaux,3,595,842,CIDFont+F1,#222,249,266,598,608,2282,,, +O,I-TOC,usées,3,595,842,CIDFont+F1,#222,268,289,598,608,2282,,, +O,I-TOC,des,3,595,842,CIDFont+F1,#222,292,304,598,608,2282,,, +O,I-TOC,résidences,3,595,842,CIDFont+F1,#222,307,345,598,608,2282,,, +O,I-TOC,isolées,3,595,842,CIDFont+F1,#222,348,372,598,608,2282,,, +O,I-TOC,et,3,595,842,CIDFont+F1,#222,375,381,598,608,2282,,, +O,I-TOC,tout,3,595,842,CIDFont+F1,#222,384,397,598,608,2282,,, +O,I-TOC,autre,3,595,842,CIDFont+F1,#222,399,417,598,608,2282,,, +O,I-TOC,bâtiment,3,595,842,CIDFont+F1,#222,420,450,598,608,2282,,, +O,I-TOC,assujetti,3,595,842,CIDFont+F1,#222,453,482,598,608,2282,,, +O,I-TOC,......................,3,595,842,CIDFont+F1,#222,484,533,598,608,2282,,, +O,I-TOC,13,3,595,842,CIDFont+F1,#222,534,543,598,608,2282,,, +O,I-TOC,21.,3,595,842,CIDFont+F1,#222,52,63,615,625,2299,,, +O,I-TOC,Règlement,3,595,842,CIDFont+F1,#222,80,118,615,625,2299,,, +O,I-TOC,sur,3,595,842,CIDFont+F1,#222,121,132,615,625,2299,,, +O,I-TOC,le,3,595,842,CIDFont+F1,#222,134,140,615,625,2299,,, +O,I-TOC,prélèvement,3,595,842,CIDFont+F1,#222,143,186,615,625,2299,,, +O,I-TOC,des,3,595,842,CIDFont+F1,#222,189,202,615,625,2299,,, +O,I-TOC,eaux,3,595,842,CIDFont+F1,#222,204,221,615,625,2299,,, +O,I-TOC,et,3,595,842,CIDFont+F1,#222,223,230,615,625,2299,,, +O,I-TOC,leur,3,595,842,CIDFont+F1,#222,232,245,615,625,2299,,, +O,I-TOC,protection,3,595,842,CIDFont+F1,#222,248,283,615,625,2299,,, +O,I-TOC,................................................................................................................,3,595,842,CIDFont+F1,#222,284,533,615,625,2299,,, +O,I-TOC,13,3,595,842,CIDFont+F1,#222,534,543,615,625,2299,,, +O,I-TOC,22.,3,595,842,CIDFont+F1,#222,52,63,632,642,2316,,, +O,I-TOC,Responsabilité,3,595,842,CIDFont+F1,#222,80,132,632,642,2316,,, +O,I-TOC,des,3,595,842,CIDFont+F1,#222,134,147,632,642,2316,,, +O,I-TOC,professionnels,3,595,842,CIDFont+F1,#222,149,201,632,642,2316,,, +O,I-TOC,.....................................................................................................................................................,3,595,842,CIDFont+F1,#222,202,533,632,642,2316,,, +O,I-TOC,13,3,595,842,CIDFont+F1,#222,534,543,632,642,2316,,, +O,I-TOC,23.,3,595,842,CIDFont+F1,#222,52,63,649,659,2333,,, +O,I-TOC,Certification,3,595,842,CIDFont+F1,#222,80,122,649,659,2333,,, +O,I-TOC,ACNOR,3,595,842,CIDFont+F1,#222,124,153,649,659,2333,,, +O,I-TOC,..........................................................................................................................................................................,3,595,842,CIDFont+F1,#222,155,533,649,659,2333,,, +O,I-TOC,13,3,595,842,CIDFont+F1,#222,534,543,649,659,2333,,, +O,I-TOC,24.,3,595,842,CIDFont+F1,#222,52,63,666,676,2350,,, +O,I-TOC,Essai,3,595,842,CIDFont+F1,#222,80,99,666,676,2350,,, +O,I-TOC,de,3,595,842,CIDFont+F1,#222,102,110,666,676,2350,,, +O,I-TOC,matériaux,3,595,842,CIDFont+F1,#222,113,148,666,676,2350,,, +O,I-TOC,.............................................................................................................................................................................,3,595,842,CIDFont+F1,#222,149,533,666,676,2350,,, +O,I-TOC,13,3,595,842,CIDFont+F1,#222,534,543,666,676,2350,,, +O,I-TOC,25.,3,595,842,CIDFont+F1,#222,52,63,683,693,2367,,, +O,I-TOC,Conformité,3,595,842,CIDFont+F1,#222,80,119,683,693,2367,,, +O,I-TOC,d’un,3,595,842,CIDFont+F1,#222,121,136,683,693,2367,,, +O,I-TOC,bâtiment,3,595,842,CIDFont+F1,#222,138,169,683,693,2367,,, +O,I-TOC,déplacé,3,595,842,CIDFont+F1,#222,171,199,683,693,2367,,, +O,I-TOC,......................................................................................................................................................,3,595,842,CIDFont+F1,#222,200,533,683,693,2367,,, +O,I-TOC,14,3,595,842,CIDFont+F1,#222,534,543,683,693,2367,,, +O,I-TOC,SECTION,3,595,842,CIDFont+F8,#222,52,88,700,710,2384,,, +O,I-TOC,2,3,595,842,CIDFont+F8,#222,90,94,700,710,2384,,, +O,I-TOC,ARCHITECTURE,3,595,842,CIDFont+F8,#222,125,188,700,710,2384,,, +O,I-TOC,DES,3,595,842,CIDFont+F8,#222,190,207,700,710,2384,,, +O,I-TOC,BÂTIMENTS,3,595,842,CIDFont+F8,#222,209,256,700,710,2384,,, +O,I-TOC,............................................................................................................................,3,595,842,CIDFont+F8,#222,257,533,700,710,2384,,, +O,I-TOC,15,3,595,842,CIDFont+F8,#222,534,543,700,710,2384,,, +O,I-TOC,SOUS-SECTION,3,595,842,CIDFont+F1,#000,74,135,717,727,2401,,, +O,I-TOC,2.1,3,595,842,CIDFont+F1,#000,137,148,717,727,2401,,, +O,I-TOC,Dispositions,3,595,842,CIDFont+F1,#000,159,202,717,727,2401,,, +O,I-TOC,générales,3,595,842,CIDFont+F1,#000,204,239,717,727,2401,,, +O,I-TOC,....................................................................................................................................,3,595,842,CIDFont+F1,#000,240,533,717,727,2401,,, +O,I-TOC,15,3,595,842,CIDFont+F1,#000,534,543,717,727,2401,,, +O,B-Pied,3,3,595,842,CIDFont+F1,#777,540,543,764,772,2448,,, diff --git a/data/train/zonage_annexes.csv b/data/train/zonage_annexes.csv new file mode 100644 index 0000000..32b3f70 --- /dev/null +++ b/data/train/zonage_annexes.csv @@ -0,0 +1,622 @@ +sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack +O,B-Annexe,ANNEXE,434,612,1008,BCDKEE+ArialNarrow-Bold,#222,205,267,496,514,437012,0,Span,H1 +O,I-Annexe,A,434,612,1008,BCDKEE+ArialNarrow-Bold,#222,271,281,496,514,437012,0,Span,H1 +O,I-Annexe,PLAN,434,612,1008,BCDKEE+ArialNarrow-Bold,#222,293,333,496,514,437012,0,Span,H1 +O,I-Annexe,DE,434,612,1008,BCDKEE+ArialNarrow-Bold,#222,337,358,496,514,437012,0,Span,H1 +O,I-Annexe,ZONAGE,434,612,1008,BCDKEE+ArialNarrow-Bold,#222,362,425,496,514,437012,0,Span,H1 +O,B-Pied,434,434,612,1008,BCDEEE+ArialNarrow,#000,516,527,952,960,437468,,Artifact, +O,B-Pied,435,435,1224,792,BCDEEE+ArialNarrow,#000,1141,1152,736,744,438260,,Artifact, +O,B-Pied,436,436,1224,792,BCDEEE+ArialNarrow,#000,1141,1152,736,744,439052,,Artifact, +O,B-Annexe,ANNEXE,437,612,1008,BCDKEE+ArialNarrow-Bold,#222,214,276,496,514,439605,0,Span,H1 +O,I-Annexe,B,437,612,1008,BCDKEE+ArialNarrow-Bold,#222,280,290,496,514,439605,0,Span,H1 +O,I-Annexe,TERMINOLOGIE,437,612,1008,BCDKEE+ArialNarrow-Bold,#222,302,416,496,514,439605,0,Span,H1 +O,B-Pied,437,437,612,1008,BCDEEE+ArialNarrow,#000,516,527,952,960,440060,,Artifact, +B-Titre,B-Tete,Règlement,438,612,1008,BCDEEE+ArialNarrow,#777,85,117,36,45,440153,,Artifact, +I-Titre,I-Tete,de,438,612,1008,BCDEEE+ArialNarrow,#777,119,126,36,45,440153,,Artifact, +I-Titre,I-Tete,zonage,438,612,1008,BCDEEE+ArialNarrow,#777,128,149,36,45,440153,,Artifact, +I-Titre,I-Tete,1314-2021-Z,438,612,1008,BCDEEE+ArialNarrow,#777,151,189,36,45,440153,,Artifact, +O,I-Tete,Annexe,438,612,1008,BCDEEE+ArialNarrow,#777,453,476,36,45,440153,,Artifact, +O,I-Tete,B,438,612,1008,BCDEEE+ArialNarrow,#777,478,482,36,45,440153,,Artifact, +O,I-Tete,–,438,612,1008,BCDMEE+ArialNarrow,#777,484,487,36,45,440153,,Artifact, +O,I-Tete,Terminologie,438,612,1008,BCDEEE+ArialNarrow,#777,489,527,36,45,440153,,Artifact, +O,B-Titre,A,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,303,309,83,92,440199,0,Span,L;L;L;L;L;L;LI;Lbl +O,B-Alinea,Abattage,438,612,1008,BCDNEE+ArialNarrow-Bold,#000,85,120,104,114,440221,2,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,d’arbres,438,612,1008,BCDNEE+ArialNarrow-Bold,#000,123,155,104,114,440221,2,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDMEE+ArialNarrow,#000,157,160,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tout,438,612,1008,BCDMEE+ArialNarrow,#000,162,176,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,abattage,438,612,1008,BCDMEE+ArialNarrow,#000,178,210,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’arbres,438,612,1008,BCDMEE+ArialNarrow,#000,212,242,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#000,244,253,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,quinze,438,612,1008,BCDMEE+ArialNarrow,#000,256,280,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,(15),438,612,1008,BCDMEE+ArialNarrow,#000,282,297,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,centimètres,438,612,1008,BCDMEE+ArialNarrow,#000,299,341,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDMEE+ArialNarrow,#000,344,351,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plus,438,612,1008,BCDMEE+ArialNarrow,#000,353,368,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#000,370,379,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,diamètre,438,612,1008,BCDMEE+ArialNarrow,#000,382,414,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#000,416,421,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,438,612,1008,BCDMEE+ArialNarrow,#000,423,429,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,hauteur,438,612,1008,BCDEEE+ArialNarrow,#000,432,460,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#000,462,471,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,souche,438,612,1008,BCDEEE+ArialNarrow,#000,474,500,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,(ou,438,612,1008,BCDEEE+ArialNarrow,#000,502,514,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dix,438,612,1008,BCDEEE+ArialNarrow,#000,517,527,104,114,440221,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,(10),438,612,1008,BCDEEE+ArialNarrow,#000,85,100,116,126,440232,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,centimètres,438,612,1008,BCDEEE+ArialNarrow,#000,102,144,116,126,440232,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDEEE+ArialNarrow,#000,147,153,116,126,440232,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plus,438,612,1008,BCDEEE+ArialNarrow,#000,156,171,116,126,440232,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#000,173,182,116,126,440232,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,diamètre,438,612,1008,BCDEEE+ArialNarrow,#000,184,216,116,126,440232,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDEEE+ArialNarrow,#000,219,223,116,126,440232,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,438,612,1008,BCDEEE+ArialNarrow,#000,225,232,116,126,440232,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,hauteur,438,612,1008,BCDEEE+ArialNarrow,#000,234,262,116,126,440232,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#000,264,273,116,126,440232,3,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,poitrine).,438,612,1008,BCDEEE+ArialNarrow,#000,275,307,116,126,440232,3,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Abri,438,612,1008,BCDNEE+ArialNarrow-Bold,#000,85,102,136,146,440253,4,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,d’auto,438,612,1008,BCDNEE+ArialNarrow-Bold,#000,104,129,136,146,440253,4,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#000,131,133,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Bâtiment,438,612,1008,BCDEEE+ArialNarrow,#000,136,168,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,accessoire,438,612,1008,BCDEEE+ArialNarrow,#000,171,210,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,attaché,438,612,1008,BCDEEE+ArialNarrow,#000,213,240,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDEEE+ArialNarrow,#000,243,252,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,non,438,612,1008,BCDEEE+ArialNarrow,#000,255,268,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDEEE+ArialNarrow,#000,271,276,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#000,278,287,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment,438,612,1008,BCDEEE+ArialNarrow,#000,290,321,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,principal,438,612,1008,BCDEEE+ArialNarrow,#000,324,355,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDEEE+ArialNarrow,#000,357,366,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDEEE+ArialNarrow,#000,369,374,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#000,376,386,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,autre,438,612,1008,BCDEEE+ArialNarrow,#000,388,407,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment,438,612,1008,BCDEEE+ArialNarrow,#000,410,441,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"accessoire,",438,612,1008,BCDEEE+ArialNarrow,#000,444,485,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,formé,438,612,1008,BCDEEE+ArialNarrow,#000,488,509,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d'un,438,612,1008,BCDEEE+ArialNarrow,#000,512,527,136,146,440253,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,toit,438,612,1008,BCDEEE+ArialNarrow,#000,85,96,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,appuyé,438,612,1008,BCDEEE+ArialNarrow,#000,98,125,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,438,612,1008,BCDEEE+ArialNarrow,#000,127,139,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,438,612,1008,BCDEEE+ArialNarrow,#000,141,154,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"piliers,",438,612,1008,BCDEEE+ArialNarrow,#000,156,180,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ouvert,438,612,1008,BCDEEE+ArialNarrow,#000,182,205,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,438,612,1008,BCDEEE+ArialNarrow,#000,207,218,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,438,612,1008,BCDEEE+ArialNarrow,#000,221,231,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"côtés,",438,612,1008,BCDEEE+ArialNarrow,#000,233,255,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#000,257,262,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’exception,438,612,1008,BCDMEE+ArialNarrow,#000,264,303,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,438,612,1008,BCDMEE+ArialNarrow,#000,305,320,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,côté,438,612,1008,BCDMEE+ArialNarrow,#000,322,338,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,rattaché,438,612,1008,BCDMEE+ArialNarrow,#000,340,370,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#000,372,377,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDMEE+ArialNarrow,#000,379,388,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,autre,438,612,1008,BCDMEE+ArialNarrow,#000,390,409,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment.,438,612,1008,BCDMEE+ArialNarrow,#000,411,445,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,L'abri,438,612,1008,BCDMEE+ArialNarrow,#000,447,466,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d'auto,438,612,1008,BCDMEE+ArialNarrow,#000,469,491,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,438,612,1008,BCDMEE+ArialNarrow,#000,493,504,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,utilisé,438,612,1008,BCDMEE+ArialNarrow,#000,506,527,148,158,440264,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,438,612,1008,BCDEEE+ArialNarrow,#000,85,101,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,abriter,438,612,1008,BCDEEE+ArialNarrow,#000,105,128,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#000,132,141,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,véhicule,438,612,1008,BCDEEE+ArialNarrow,#000,145,175,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#000,178,187,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,promenade,438,612,1008,BCDEEE+ArialNarrow,#000,191,232,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDEEE+ArialNarrow,#000,236,245,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,438,612,1008,BCDEEE+ArialNarrow,#000,249,262,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,équipements,438,612,1008,BCDEEE+ArialNarrow,#000,265,312,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,récréatifs,438,612,1008,BCDEEE+ArialNarrow,#000,316,350,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tels,438,612,1008,BCDEEE+ArialNarrow,#000,353,366,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,que,438,612,1008,BCDEEE+ArialNarrow,#000,370,383,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"bateau,",438,612,1008,BCDEEE+ArialNarrow,#000,387,414,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"roulotte,",438,612,1008,BCDEEE+ArialNarrow,#222,418,448,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,caravane,438,612,1008,BCDEEE+ArialNarrow,#222,451,485,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"motorisée,",438,612,1008,BCDEEE+ArialNarrow,#222,489,527,159,169,440276,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,remorque,438,612,1008,BCDEEE+ArialNarrow,#222,85,120,171,181,440287,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,122,132,171,181,440287,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,camping,438,612,1008,BCDEEE+ArialNarrow,#222,134,165,171,181,440287,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDEEE+ArialNarrow,#222,167,176,171,181,440287,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,autre,438,612,1008,BCDEEE+ArialNarrow,#222,178,197,171,181,440287,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,équipement,438,612,1008,BCDEEE+ArialNarrow,#222,199,242,171,181,440287,5,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,similaire.,438,612,1008,BCDEEE+ArialNarrow,#222,245,277,171,181,440287,5,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Voir,438,612,1008,BCDEEE+ArialNarrow,#222,85,100,191,201,440308,6,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,aussi,438,612,1008,BCDEEE+ArialNarrow,#222,102,121,191,201,440308,6,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,«,438,612,1008,BCDPEE+ArialNarrow-Italic,#222,123,128,191,201,440308,7,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Bâtiment,438,612,1008,BCDPEE+ArialNarrow-Italic,#222,130,162,191,201,440308,7,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,accessoire,438,612,1008,BCDPEE+ArialNarrow-Italic,#222,165,204,191,201,440308,7,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,».,438,612,1008,BCDPEE+ArialNarrow-Italic,#222,206,213,191,201,440308,7,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Abri,438,612,1008,BCDNEE+ArialNarrow-Bold,#222,85,102,212,222,440328,8,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,d’auto,438,612,1008,BCDNEE+ArialNarrow-Bold,#222,105,130,212,222,440328,8,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,temporaire,438,612,1008,BCDNEE+ArialNarrow-Bold,#222,134,176,212,222,440328,8,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#222,179,181,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Construction,438,612,1008,BCDMEE+ArialNarrow,#222,185,231,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,démontable,438,612,1008,BCDMEE+ArialNarrow,#222,235,278,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,utilisée,438,612,1008,BCDMEE+ArialNarrow,#222,282,307,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,438,612,1008,BCDMEE+ArialNarrow,#222,311,327,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,438,612,1008,BCDMEE+ArialNarrow,#222,332,338,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,stationnement,438,612,1008,BCDMEE+ArialNarrow,#222,342,393,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,438,612,1008,BCDMEE+ArialNarrow,#222,397,413,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDMEE+ArialNarrow,#222,417,426,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#222,430,439,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plusieurs,438,612,1008,BCDMEE+ArialNarrow,#222,443,476,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,véhicules,438,612,1008,BCDMEE+ArialNarrow,#222,480,514,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#222,518,527,212,222,440328,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,promenade,438,612,1008,BCDEEE+ArialNarrow,#222,85,127,223,233,440339,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,438,612,1008,BCDEEE+ArialNarrow,#222,129,145,223,233,440339,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,438,612,1008,BCDEEE+ArialNarrow,#222,148,161,223,233,440339,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,période,438,612,1008,BCDEEE+ArialNarrow,#222,163,191,223,233,440339,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,193,202,223,233,440339,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,temps,438,612,1008,BCDEEE+ArialNarrow,#222,205,227,223,233,440339,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,limité,438,612,1008,BCDEEE+ArialNarrow,#222,229,248,223,233,440339,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,438,612,1008,BCDEEE+ArialNarrow,#222,250,260,223,233,440339,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,saison,438,612,1008,BCDEEE+ArialNarrow,#222,262,285,223,233,440339,9,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,hivernale.,438,612,1008,BCDEEE+ArialNarrow,#222,288,323,223,233,440339,9,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Abri,438,612,1008,BCDNEE+ArialNarrow-Bold,#222,85,102,244,254,440360,10,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,d’hiver,438,612,1008,BCDNEE+ArialNarrow-Bold,#222,104,131,244,254,440360,10,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,temporaire,438,612,1008,BCDKEE+ArialNarrow-Bold,#222,134,176,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#222,179,181,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Construction,438,612,1008,BCDEEE+ArialNarrow,#222,184,229,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,démontable,438,612,1008,BCDEEE+ArialNarrow,#222,232,275,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,utilisée,438,612,1008,BCDEEE+ArialNarrow,#222,278,303,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,438,612,1008,BCDEEE+ArialNarrow,#222,306,322,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,recouvrir,438,612,1008,BCDEEE+ArialNarrow,#222,325,357,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,438,612,1008,BCDEEE+ArialNarrow,#222,360,370,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"balcons,",438,612,1008,BCDEEE+ArialNarrow,#222,373,403,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,galeries,438,612,1008,BCDEEE+ArialNarrow,#222,406,435,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDEEE+ArialNarrow,#222,438,444,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,leurs,438,612,1008,BCDEEE+ArialNarrow,#222,447,465,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"accès,",438,612,1008,BCDEEE+ArialNarrow,#222,468,491,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,438,612,1008,BCDEEE+ArialNarrow,#222,494,511,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,438,612,1008,BCDEEE+ArialNarrow,#222,513,527,244,254,440360,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,période,438,612,1008,BCDEEE+ArialNarrow,#222,85,112,255,265,440371,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,115,124,255,265,440371,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,temps,438,612,1008,BCDEEE+ArialNarrow,#222,126,148,255,265,440371,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,limité,438,612,1008,BCDEEE+ArialNarrow,#222,151,170,255,265,440371,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,438,612,1008,BCDEEE+ArialNarrow,#222,172,181,255,265,440371,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,saison,438,612,1008,BCDEEE+ArialNarrow,#222,183,207,255,265,440371,11,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,hivernale.,438,612,1008,BCDEEE+ArialNarrow,#222,209,245,255,265,440371,11,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Abri,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,85,102,276,286,440392,12,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,forestier,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,104,137,276,286,440392,12,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,(ou,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,139,152,276,286,440392,12,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,refuge),438,612,1008,BCDKEE+ArialNarrow-Bold,#000,154,182,276,286,440392,12,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDMEE+ArialNarrow,#000,184,187,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Bâtiment,438,612,1008,BCDMEE+ArialNarrow,#000,189,221,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ayant,438,612,1008,BCDMEE+ArialNarrow,#000,224,244,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDMEE+ArialNarrow,#000,246,255,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,caractère,438,612,1008,BCDMEE+ArialNarrow,#000,258,292,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,rudimentaire,438,612,1008,BCDMEE+ArialNarrow,#000,294,340,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dépourvu,438,612,1008,BCDMEE+ArialNarrow,#000,342,377,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’eau,438,612,1008,BCDMEE+ArialNarrow,#000,379,399,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,courante,438,612,1008,BCDMEE+ArialNarrow,#000,401,433,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDMEE+ArialNarrow,#000,436,442,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’électricité,438,612,1008,BCDMEE+ArialNarrow,#000,445,486,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,servant,438,612,1008,BCDMEE+ArialNarrow,#000,488,515,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#000,518,527,276,286,440392,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,gîte,438,612,1008,BCDEEE+ArialNarrow,#000,85,99,287,297,440403,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDEEE+ArialNarrow,#000,101,108,287,297,440403,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,destiné,438,612,1008,BCDEEE+ArialNarrow,#000,110,137,287,297,440403,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDEEE+ArialNarrow,#000,139,143,287,297,440403,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,permettre,438,612,1008,BCDEEE+ArialNarrow,#000,146,181,287,297,440403,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#000,183,192,287,297,440403,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,séjour,438,612,1008,BCDEEE+ArialNarrow,#000,194,217,287,297,440403,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,temporaire,438,612,1008,BCDEEE+ArialNarrow,#000,219,258,287,297,440403,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,438,612,1008,BCDEEE+ArialNarrow,#000,261,270,287,297,440403,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,forêt.,438,612,1008,BCDEEE+ArialNarrow,#000,272,291,287,297,440403,13,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Accès,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,85,109,308,318,440424,14,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,public,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,112,136,308,318,440424,14,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#000,138,141,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Aménagement,438,612,1008,BCDMEE+ArialNarrow,#000,144,197,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qui,438,612,1008,BCDMEE+ArialNarrow,#000,200,211,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,permet,438,612,1008,BCDMEE+ArialNarrow,#000,213,239,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’accès,438,612,1008,BCDMEE+ArialNarrow,#000,242,267,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#000,269,274,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDMEE+ArialNarrow,#000,277,286,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,cours,438,612,1008,BCDMEE+ArialNarrow,#000,289,309,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’eau,438,612,1008,BCDMEE+ArialNarrow,#000,312,332,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDMEE+ArialNarrow,#000,334,344,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#000,346,351,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDMEE+ArialNarrow,#000,354,363,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"lac,",438,612,1008,BCDMEE+ArialNarrow,#000,366,378,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#000,381,386,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,partir,438,612,1008,BCDMEE+ArialNarrow,#000,389,407,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,438,612,1008,BCDMEE+ArialNarrow,#000,410,425,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terrain,438,612,1008,BCDMEE+ArialNarrow,#000,428,452,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,situé,438,612,1008,BCDMEE+ArialNarrow,#000,454,472,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,438,612,1008,BCDMEE+ArialNarrow,#000,474,483,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bordure,438,612,1008,BCDEEE+ArialNarrow,#000,487,515,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#000,518,527,308,318,440424,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,celui-ci.,438,612,1008,BCDEEE+ArialNarrow,#000,85,113,319,329,440435,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Cet,438,612,1008,BCDEEE+ArialNarrow,#000,115,128,319,329,440435,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,aménagement,438,612,1008,BCDEEE+ArialNarrow,#000,130,182,319,329,440435,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,doit,438,612,1008,BCDEEE+ArialNarrow,#000,185,198,319,329,440435,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,être,438,612,1008,BCDEEE+ArialNarrow,#000,200,214,319,329,440435,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,accessible,438,612,1008,BCDEEE+ArialNarrow,#000,217,255,319,329,440435,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,438,612,1008,BCDEEE+ArialNarrow,#000,257,266,319,329,440435,15,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,public.,438,612,1008,BCDEEE+ArialNarrow,#000,269,292,319,329,440435,15,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Accès,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,85,109,340,350,440456,16,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,au,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,111,121,340,350,440456,16,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,terrain,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,123,148,340,350,440456,16,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#000,151,153,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Voie,438,612,1008,BCDEEE+ArialNarrow,#000,155,171,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#000,174,183,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,circulation,438,612,1008,BCDMEE+ArialNarrow,#000,185,222,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,aménagée,438,612,1008,BCDMEE+ArialNarrow,#000,224,262,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#000,264,269,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,438,612,1008,BCDMEE+ArialNarrow,#000,271,277,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,limite,438,612,1008,BCDMEE+ArialNarrow,#000,279,298,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#000,300,310,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’emprise,438,612,1008,BCDMEE+ArialNarrow,#000,312,344,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’une,438,612,1008,BCDMEE+ArialNarrow,#000,347,367,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,rue,438,612,1008,BCDMEE+ArialNarrow,#000,369,380,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,438,612,1008,BCDMEE+ArialNarrow,#000,383,399,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,permettre,438,612,1008,BCDMEE+ArialNarrow,#000,401,436,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,438,612,1008,BCDMEE+ArialNarrow,#000,438,444,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,passage,438,612,1008,BCDMEE+ArialNarrow,#000,446,477,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,438,612,1008,BCDMEE+ArialNarrow,#000,479,495,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,véhicule,438,612,1008,BCDEEE+ArialNarrow,#000,497,527,340,350,440456,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,entre,438,612,1008,BCDEEE+ArialNarrow,#000,85,104,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,438,612,1008,BCDEEE+ArialNarrow,#000,106,120,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,rue,438,612,1008,BCDEEE+ArialNarrow,#000,122,134,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDEEE+ArialNarrow,#000,136,143,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#000,145,154,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terrain,438,612,1008,BCDEEE+ArialNarrow,#000,157,180,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,contigu.,438,612,1008,BCDEEE+ArialNarrow,#000,182,211,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Le,438,612,1008,BCDEEE+ArialNarrow,#000,213,222,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terme,438,612,1008,BCDEEE+ArialNarrow,#000,225,245,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,438,612,1008,BCDEEE+ArialNarrow,#000,248,252,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,entrée,438,612,1008,BCDEEE+ArialNarrow,#000,255,278,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,charretière,438,612,1008,BCDEEE+ArialNarrow,#000,280,319,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,»,438,612,1008,BCDEEE+ArialNarrow,#000,322,326,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,438,612,1008,BCDEEE+ArialNarrow,#000,328,339,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,inclus,438,612,1008,BCDEEE+ArialNarrow,#000,342,362,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,438,612,1008,BCDEEE+ArialNarrow,#000,365,382,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,438,612,1008,BCDEEE+ArialNarrow,#000,385,391,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terme,438,612,1008,BCDEEE+ArialNarrow,#000,394,415,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,438,612,1008,BCDEEE+ArialNarrow,#000,417,421,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,accès,438,612,1008,BCDEEE+ArialNarrow,#000,424,445,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,438,612,1008,BCDEEE+ArialNarrow,#000,448,457,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terrain,438,612,1008,BCDEEE+ArialNarrow,#000,459,482,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,».,438,612,1008,BCDEEE+ArialNarrow,#000,485,491,351,361,440467,17,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Accotement,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,85,132,372,381,440488,18,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#000,134,137,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Partie,438,612,1008,BCDEEE+ArialNarrow,#000,139,160,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#000,163,172,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plate-forme,438,612,1008,BCDEEE+ArialNarrow,#000,174,216,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,aménagée,438,612,1008,BCDEEE+ArialNarrow,#000,218,257,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,entre,438,612,1008,BCDMEE+ArialNarrow,#000,259,278,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,438,612,1008,BCDMEE+ArialNarrow,#000,280,286,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chaussée,438,612,1008,BCDMEE+ArialNarrow,#000,289,324,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDMEE+ArialNarrow,#000,326,333,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,438,612,1008,BCDMEE+ArialNarrow,#000,335,341,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"talus,",438,612,1008,BCDMEE+ArialNarrow,#000,344,363,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,réservée,438,612,1008,BCDMEE+ArialNarrow,#000,366,398,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#000,400,404,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’arrêt,438,612,1008,BCDMEE+ArialNarrow,#000,407,427,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’urgence,438,612,1008,BCDMEE+ArialNarrow,#000,430,466,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,438,612,1008,BCDMEE+ArialNarrow,#000,468,481,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,véhicules,438,612,1008,BCDEEE+ArialNarrow,#000,484,518,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDEEE+ArialNarrow,#000,520,527,372,381,440488,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,servant,438,612,1008,BCDMEE+ArialNarrow,#000,85,112,383,393,440499,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’appui,438,612,1008,BCDMEE+ArialNarrow,#000,114,141,383,393,440499,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#000,143,147,383,393,440499,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,438,612,1008,BCDMEE+ArialNarrow,#000,150,156,383,393,440499,19,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chaussée.,438,612,1008,BCDMEE+ArialNarrow,#000,158,196,383,393,440499,19,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Activité,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,85,115,404,414,440520,20,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,principale,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,117,156,404,414,440520,20,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#000,158,160,404,414,440520,21,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Activité,438,612,1008,BCDEEE+ArialNarrow,#000,163,189,404,414,440520,21,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,principale,438,612,1008,BCDEEE+ArialNarrow,#000,191,226,404,414,440520,21,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dominante,438,612,1008,BCDEEE+ArialNarrow,#000,229,267,404,414,440520,21,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d'un,438,612,1008,BCDEEE+ArialNarrow,#000,269,284,404,414,440520,21,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terrain,438,612,1008,BCDEEE+ArialNarrow,#000,287,310,404,414,440520,21,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDEEE+ArialNarrow,#000,312,321,404,414,440520,21,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d'un,438,612,1008,BCDEEE+ArialNarrow,#000,324,339,404,414,440520,21,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment,438,612,1008,BCDEEE+ArialNarrow,#000,341,373,404,414,440520,21,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,;,438,612,1008,BCDEEE+ArialNarrow,#000,375,377,404,414,440520,21,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Voir,438,612,1008,BCDEEE+ArialNarrow,#000,85,100,424,434,440540,22,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,aussi,438,612,1008,BCDEEE+ArialNarrow,#000,102,121,424,434,440540,22,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,«,438,612,1008,BCDEEE+ArialNarrow,#000,123,128,424,434,440540,22,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,Usage,438,612,1008,BCDPEE+ArialNarrow-Italic,#000,130,154,424,434,440540,23,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,principal.,438,612,1008,BCDPEE+ArialNarrow-Italic,#000,156,189,424,434,440540,23,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Affichage,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,85,123,444,454,440561,24,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,125,128,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,action,438,612,1008,BCDEEE+ArialNarrow,#000,130,152,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#000,154,163,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,poser,438,612,1008,BCDEEE+ArialNarrow,#000,165,186,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,438,612,1008,BCDEEE+ArialNarrow,#000,188,201,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"affiches,",438,612,1008,BCDEEE+ArialNarrow,#000,204,234,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,438,612,1008,BCDEEE+ArialNarrow,#000,236,250,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,enseignes,438,612,1008,BCDEEE+ArialNarrow,#000,252,289,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDEEE+ArialNarrow,#000,291,298,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,438,612,1008,BCDEEE+ArialNarrow,#000,301,314,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,panneaux,438,612,1008,BCDEEE+ArialNarrow,#000,316,352,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,réclame.,438,612,1008,BCDEEE+ArialNarrow,#000,355,386,444,454,440561,25,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Affiche,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,85,113,465,475,440581,26,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,115,118,465,475,440581,27,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,voir,438,612,1008,BCDEEE+ArialNarrow,#000,120,133,465,475,440581,27,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,438,612,1008,BCDEEE+ArialNarrow,#000,136,140,465,475,440581,27,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Enseigne,438,612,1008,BCDPEE+ArialNarrow-Italic,#000,143,177,465,475,440581,27,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,».,438,612,1008,BCDPEE+ArialNarrow-Italic,#000,179,186,465,475,440581,27,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Agrandissement,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,85,149,485,495,440602,28,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDMEE+ArialNarrow,#000,152,154,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Travaux,438,612,1008,BCDMEE+ArialNarrow,#000,157,187,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ayant,438,612,1008,BCDMEE+ArialNarrow,#000,190,210,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,438,612,1008,BCDMEE+ArialNarrow,#000,213,229,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,but,438,612,1008,BCDMEE+ArialNarrow,#000,232,243,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’augmenter,438,612,1008,BCDMEE+ArialNarrow,#000,246,292,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,438,612,1008,BCDMEE+ArialNarrow,#000,295,302,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,superficie,438,612,1008,BCDMEE+ArialNarrow,#000,305,340,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDMEE+ArialNarrow,#000,343,352,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,438,612,1008,BCDMEE+ArialNarrow,#000,355,361,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,volume,438,612,1008,BCDMEE+ArialNarrow,#000,364,391,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’une,438,612,1008,BCDMEE+ArialNarrow,#000,394,414,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,construction,438,612,1008,BCDMEE+ArialNarrow,#000,417,461,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDMEE+ArialNarrow,#000,464,473,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,438,612,1008,BCDMEE+ArialNarrow,#000,476,492,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"ouvrage,",438,612,1008,BCDMEE+ArialNarrow,#000,495,527,485,495,440602,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’augmenter,438,612,1008,BCDMEE+ArialNarrow,#000,85,131,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,438,612,1008,BCDMEE+ArialNarrow,#000,133,139,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,superficie,438,612,1008,BCDMEE+ArialNarrow,#000,142,177,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,438,612,1008,BCDMEE+ArialNarrow,#000,179,194,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,lot,438,612,1008,BCDMEE+ArialNarrow,#000,197,205,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDMEE+ArialNarrow,#000,208,217,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,438,612,1008,BCDMEE+ArialNarrow,#000,219,234,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terrain,438,612,1008,BCDMEE+ArialNarrow,#000,237,260,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDMEE+ArialNarrow,#000,262,271,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’augmenter,438,612,1008,BCDMEE+ArialNarrow,#000,274,319,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,438,612,1008,BCDEEE+ArialNarrow,#000,322,328,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,superficie,438,612,1008,BCDEEE+ArialNarrow,#000,330,365,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,occupée,438,612,1008,BCDEEE+ArialNarrow,#000,368,399,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,438,612,1008,BCDEEE+ArialNarrow,#000,401,413,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#000,415,424,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,usage.,438,612,1008,BCDEEE+ArialNarrow,#000,426,451,497,507,440613,29,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Agrandissement,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,85,149,517,527,440634,30,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,majeur,438,612,1008,BCDKEE+ArialNarrow-Bold,#000,152,179,517,527,440634,30,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#000,181,183,517,527,440634,31,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Est,438,612,1008,BCDEEE+ArialNarrow,#000,186,197,517,527,440634,31,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,considéré,438,612,1008,BCDEEE+ArialNarrow,#000,200,235,517,527,440634,31,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,comme,438,612,1008,BCDEEE+ArialNarrow,#000,237,264,517,527,440634,31,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#000,266,276,517,527,440634,31,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,agrandissement,438,612,1008,BCDEEE+ArialNarrow,#000,278,336,517,527,440634,31,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,majeur,438,612,1008,BCDEEE+ArialNarrow,#000,339,364,517,527,440634,31,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#000,366,368,517,527,440634,31,Span,L;L;L;L;L;L;LI;LBody +O,B-Liste,Tout,438,612,1008,BCDMEE+ArialNarrow,#222,132,148,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,agrandissement,438,612,1008,BCDMEE+ArialNarrow,#222,150,209,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,438,612,1008,BCDMEE+ArialNarrow,#222,211,226,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,bâtiment,438,612,1008,BCDMEE+ArialNarrow,#222,228,260,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,principal,438,612,1008,BCDMEE+ArialNarrow,#222,262,292,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,occupé,438,612,1008,BCDMEE+ArialNarrow,#222,295,321,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,par,438,612,1008,BCDMEE+ArialNarrow,#222,323,335,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,438,612,1008,BCDMEE+ArialNarrow,#222,337,346,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,usage,438,612,1008,BCDMEE+ArialNarrow,#222,349,371,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,autre,438,612,1008,BCDMEE+ArialNarrow,#222,373,392,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,qu’habitation,438,612,1008,BCDMEE+ArialNarrow,#222,394,440,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"unifamiliale,",438,612,1008,BCDEEE+ArialNarrow,#222,443,486,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"bifamiliale,",438,612,1008,BCDEEE+ArialNarrow,#222,488,527,535,545,440651,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,trifamiliale,438,612,1008,BCDEEE+ArialNarrow,#222,132,168,546,556,440663,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,438,612,1008,BCDEEE+ArialNarrow,#222,171,180,546,556,440663,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,438,612,1008,BCDEEE+ArialNarrow,#222,182,196,546,556,440663,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,maison,438,612,1008,BCDEEE+ArialNarrow,#222,198,224,546,556,440663,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,mobile,438,612,1008,BCDEEE+ArialNarrow,#222,227,251,546,556,440663,33,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,438,612,1008,BCDEEE+ArialNarrow,#222,253,256,546,556,440663,33,Span,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,Tout,438,612,1008,BCDEEE+ArialNarrow,#222,132,148,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,agrandissement,438,612,1008,BCDEEE+ArialNarrow,#222,153,211,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,438,612,1008,BCDEEE+ArialNarrow,#222,216,225,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,438,612,1008,BCDEEE+ArialNarrow,#222,230,237,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,superficie,438,612,1008,BCDEEE+ArialNarrow,#222,241,276,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,438,612,1008,BCDEEE+ArialNarrow,#222,281,290,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plancher,438,612,1008,BCDEEE+ArialNarrow,#222,295,327,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,supérieur,438,612,1008,BCDEEE+ArialNarrow,#222,332,366,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,438,612,1008,BCDEEE+ArialNarrow,#222,371,375,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,20,438,612,1008,BCDEEE+ArialNarrow,#222,380,389,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,mètres,438,612,1008,BCDEEE+ArialNarrow,#222,394,419,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,carrés,438,612,1008,BCDEEE+ArialNarrow,#222,424,447,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pour,438,612,1008,BCDEEE+ArialNarrow,#222,452,468,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,438,612,1008,BCDEEE+ArialNarrow,#222,473,487,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,habitation,438,612,1008,BCDEEE+ArialNarrow,#222,492,527,564,574,440680,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"unifamiliale,",438,612,1008,BCDEEE+ArialNarrow,#222,132,175,575,585,440691,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"bifamiliale,",438,612,1008,BCDEEE+ArialNarrow,#222,177,216,575,585,440691,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,trifamiliale,438,612,1008,BCDEEE+ArialNarrow,#222,218,255,575,585,440691,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,438,612,1008,BCDEEE+ArialNarrow,#222,257,266,575,585,440691,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pour,438,612,1008,BCDEEE+ArialNarrow,#222,269,285,575,585,440691,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,438,612,1008,BCDEEE+ArialNarrow,#222,287,301,575,585,440691,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,maison,438,612,1008,BCDEEE+ArialNarrow,#222,303,330,575,585,440691,35,Span,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,mobile.,438,612,1008,BCDEEE+ArialNarrow,#222,332,358,575,585,440691,35,Span,L;L;L;L;L;L;L;LI;LBody +O,B-Alinea,Agrandissement,438,612,1008,BCDKEE+ArialNarrow-Bold,#222,85,149,596,606,440712,36,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,mineur,438,612,1008,BCDKEE+ArialNarrow-Bold,#222,153,180,596,606,440712,36,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#222,183,185,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Est,438,612,1008,BCDEEE+ArialNarrow,#222,189,200,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,considéré,438,612,1008,BCDEEE+ArialNarrow,#222,204,240,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,comme,438,612,1008,BCDEEE+ArialNarrow,#222,243,270,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#222,274,283,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,agrandissement,438,612,1008,BCDEEE+ArialNarrow,#222,286,345,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,mineur,438,612,1008,BCDEEE+ArialNarrow,#222,348,373,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tout,438,612,1008,BCDEEE+ArialNarrow,#222,377,391,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,agrandissement,438,612,1008,BCDEEE+ArialNarrow,#222,394,453,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,456,465,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,438,612,1008,BCDEEE+ArialNarrow,#222,469,476,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,superficie,438,612,1008,BCDEEE+ArialNarrow,#222,479,514,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,518,527,596,606,440712,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plancher,438,612,1008,BCDEEE+ArialNarrow,#222,85,116,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,égal,438,612,1008,BCDEEE+ArialNarrow,#222,119,135,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDEEE+ArialNarrow,#222,137,146,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,inférieur,438,612,1008,BCDEEE+ArialNarrow,#222,149,179,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,20,438,612,1008,BCDEEE+ArialNarrow,#222,181,190,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,mètres,438,612,1008,BCDEEE+ArialNarrow,#222,193,218,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,carrés,438,612,1008,BCDEEE+ArialNarrow,#222,221,243,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,438,612,1008,BCDEEE+ArialNarrow,#222,246,262,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#222,265,274,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment,438,612,1008,BCDEEE+ArialNarrow,#222,277,308,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,principal,438,612,1008,BCDEEE+ArialNarrow,#222,311,341,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,occupé,438,612,1008,BCDEEE+ArialNarrow,#222,344,370,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,438,612,1008,BCDEEE+ArialNarrow,#222,373,385,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,438,612,1008,BCDEEE+ArialNarrow,#222,388,401,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,habitation,438,612,1008,BCDEEE+ArialNarrow,#222,404,439,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"unifamiliale,",438,612,1008,BCDEEE+ArialNarrow,#222,442,485,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"bifamiliale,",438,612,1008,BCDEEE+ArialNarrow,#222,488,527,607,617,440723,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,trifamiliale,438,612,1008,BCDEEE+ArialNarrow,#222,85,122,619,629,440735,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDEEE+ArialNarrow,#222,124,133,619,629,440735,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,438,612,1008,BCDEEE+ArialNarrow,#222,136,152,619,629,440735,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,438,612,1008,BCDEEE+ArialNarrow,#222,154,168,619,629,440735,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,maison,438,612,1008,BCDEEE+ArialNarrow,#222,170,197,619,629,440735,37,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,mobile.,438,612,1008,BCDEEE+ArialNarrow,#222,199,225,619,629,440735,37,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Aire,438,612,1008,BCDNEE+ArialNarrow-Bold,#222,85,101,639,649,440755,38,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,d’agrément,438,612,1008,BCDNEE+ArialNarrow-Bold,#222,103,148,639,649,440755,38,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#222,150,152,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Espace,438,612,1008,BCDEEE+ArialNarrow,#222,155,182,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,extérieur,438,612,1008,BCDEEE+ArialNarrow,#222,184,216,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,hors-rue,438,612,1008,BCDEEE+ArialNarrow,#222,219,249,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"végétalisé,",438,612,1008,BCDEEE+ArialNarrow,#222,252,291,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,438,612,1008,BCDEEE+ArialNarrow,#222,293,305,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,438,612,1008,BCDEEE+ArialNarrow,#222,307,313,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,même,438,612,1008,BCDEEE+ArialNarrow,#222,316,339,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,emplacement,438,612,1008,BCDEEE+ArialNarrow,#222,341,390,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qu’un,438,612,1008,BCDMEE+ArialNarrow,#222,393,413,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment,438,612,1008,BCDMEE+ArialNarrow,#222,415,447,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,principal,438,612,1008,BCDMEE+ArialNarrow,#222,449,480,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDMEE+ArialNarrow,#222,482,491,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,contigu,438,612,1008,BCDMEE+ArialNarrow,#222,494,520,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#222,522,527,639,649,440755,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#222,85,94,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,groupe,438,612,1008,BCDEEE+ArialNarrow,#222,96,122,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,124,133,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiments,438,612,1008,BCDEEE+ArialNarrow,#222,136,171,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,principaux,438,612,1008,BCDEEE+ArialNarrow,#222,173,211,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDEEE+ArialNarrow,#222,213,220,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,servant,438,612,1008,BCDEEE+ArialNarrow,#222,222,249,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDEEE+ArialNarrow,#222,251,256,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,438,612,1008,BCDEEE+ArialNarrow,#222,258,271,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fins,438,612,1008,BCDEEE+ArialNarrow,#222,274,286,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,289,298,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"repos,",438,612,1008,BCDEEE+ArialNarrow,#222,300,323,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,325,334,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,détente,438,612,1008,BCDEEE+ArialNarrow,#222,337,364,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDEEE+ArialNarrow,#222,366,373,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,375,384,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,récréation.,438,612,1008,BCDEEE+ArialNarrow,#222,387,425,651,661,440767,39,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Aire,438,612,1008,BCDKEE+ArialNarrow-Bold,#222,85,101,671,681,440787,40,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,de,438,612,1008,BCDKEE+ArialNarrow-Bold,#222,103,113,671,681,440787,40,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,chargement,438,612,1008,BCDKEE+ArialNarrow-Bold,#222,115,162,671,681,440787,40,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,et,438,612,1008,BCDKEE+ArialNarrow-Bold,#222,164,171,671,681,440787,40,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,de,438,612,1008,BCDKEE+ArialNarrow-Bold,#222,173,183,671,681,440787,40,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,déchargement,438,612,1008,BCDKEE+ArialNarrow-Bold,#222,185,241,671,681,440787,40,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#222,244,246,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Espace,438,612,1008,BCDEEE+ArialNarrow,#222,248,275,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,hors-rue,438,612,1008,BCDEEE+ArialNarrow,#222,278,308,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,contigu,438,612,1008,BCDEEE+ArialNarrow,#222,311,337,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDEEE+ArialNarrow,#222,339,344,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#222,346,355,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment,438,612,1008,BCDEEE+ArialNarrow,#222,357,389,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDEEE+ArialNarrow,#222,391,400,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDEEE+ArialNarrow,#222,402,407,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#222,409,418,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,groupe,438,612,1008,BCDEEE+ArialNarrow,#222,421,446,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,448,457,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"bâtiments,",438,612,1008,BCDEEE+ArialNarrow,#222,460,497,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,réservé,438,612,1008,BCDEEE+ArialNarrow,#222,500,527,671,681,440787,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,438,612,1008,BCDEEE+ArialNarrow,#222,85,94,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,stationnement,438,612,1008,BCDEEE+ArialNarrow,#222,97,148,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,temporaire,438,612,1008,BCDEEE+ArialNarrow,#222,151,190,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,durant,438,612,1008,BCDEEE+ArialNarrow,#222,192,216,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,438,612,1008,BCDEEE+ArialNarrow,#222,218,229,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,opérations,438,612,1008,BCDEEE+ArialNarrow,#222,231,269,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,272,281,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chargement,438,612,1008,BCDEEE+ArialNarrow,#222,284,327,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDEEE+ArialNarrow,#222,330,336,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,339,348,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,déchargement,438,612,1008,BCDEEE+ArialNarrow,#222,351,403,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,438,612,1008,BCDEEE+ArialNarrow,#222,406,419,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,véhicules,438,612,1008,BCDEEE+ArialNarrow,#222,421,456,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,458,467,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,transport.,438,612,1008,BCDEEE+ArialNarrow,#222,470,504,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,L'aire,438,612,1008,BCDEEE+ArialNarrow,#222,507,527,683,693,440799,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#222,85,94,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chargement,438,612,1008,BCDMEE+ArialNarrow,#222,96,140,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDMEE+ArialNarrow,#222,142,149,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#222,151,160,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,déchargement,438,612,1008,BCDMEE+ArialNarrow,#222,163,215,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,inclut,438,612,1008,BCDMEE+ArialNarrow,#222,217,236,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l'espace,438,612,1008,BCDMEE+ArialNarrow,#222,239,268,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#222,271,280,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chargement,438,612,1008,BCDMEE+ArialNarrow,#222,282,325,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDMEE+ArialNarrow,#222,328,334,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#222,337,346,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,déchargement,438,612,1008,BCDMEE+ArialNarrow,#222,348,401,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ainsi,438,612,1008,BCDMEE+ArialNarrow,#222,403,420,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,que,438,612,1008,BCDMEE+ArialNarrow,#222,422,436,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,438,612,1008,BCDMEE+ArialNarrow,#222,438,444,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tablier,438,612,1008,BCDMEE+ArialNarrow,#222,447,469,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#222,471,480,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,manœuvre.,438,612,1008,BCDMEE+ArialNarrow,#222,483,524,694,704,440810,41,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Allée,438,612,1008,BCDNEE+ArialNarrow-Bold,#222,85,105,715,724,440831,42,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,d’accès,438,612,1008,BCDNEE+ArialNarrow-Bold,#222,108,139,715,724,440831,42,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,:,438,612,1008,BCDEEE+ArialNarrow,#222,141,143,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Allée,438,612,1008,BCDEEE+ArialNarrow,#222,147,165,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,aménagée,438,612,1008,BCDEEE+ArialNarrow,#222,169,208,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,entre,438,612,1008,BCDEEE+ArialNarrow,#222,212,230,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#222,234,243,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,accès,438,612,1008,BCDEEE+ArialNarrow,#222,247,268,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,438,612,1008,BCDEEE+ArialNarrow,#222,272,281,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terrain,438,612,1008,BCDEEE+ArialNarrow,#222,285,309,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDEEE+ArialNarrow,#222,312,319,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,438,612,1008,BCDEEE+ArialNarrow,#222,323,332,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,espace,438,612,1008,BCDEEE+ArialNarrow,#222,336,362,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,366,375,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,stationnement,438,612,1008,BCDEEE+ArialNarrow,#222,379,430,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,hors,438,612,1008,BCDEEE+ArialNarrow,#222,434,450,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,rue,438,612,1008,BCDEEE+ArialNarrow,#222,454,466,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDEEE+ArialNarrow,#222,470,479,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,438,612,1008,BCDEEE+ArialNarrow,#222,483,496,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,aire,438,612,1008,BCDEEE+ArialNarrow,#222,500,514,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,518,527,715,724,440831,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chargement,438,612,1008,BCDMEE+ArialNarrow,#222,85,128,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDMEE+ArialNarrow,#222,131,138,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#222,140,150,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,déchargement,438,612,1008,BCDMEE+ArialNarrow,#222,152,205,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,afin,438,612,1008,BCDMEE+ArialNarrow,#222,207,221,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#222,223,232,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,permettre,438,612,1008,BCDMEE+ArialNarrow,#222,235,270,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’accès,438,612,1008,BCDMEE+ArialNarrow,#222,273,298,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,438,612,1008,BCDMEE+ArialNarrow,#222,300,316,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,véhicule,438,612,1008,BCDMEE+ArialNarrow,#222,318,349,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#222,351,356,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’espace,438,612,1008,BCDMEE+ArialNarrow,#222,358,388,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDMEE+ArialNarrow,#222,391,400,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,stationnement,438,612,1008,BCDMEE+ArialNarrow,#222,403,455,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,hors,438,612,1008,BCDMEE+ArialNarrow,#222,457,473,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,rue,438,612,1008,BCDMEE+ArialNarrow,#222,476,488,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,438,612,1008,BCDMEE+ArialNarrow,#222,490,499,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,438,612,1008,BCDMEE+ArialNarrow,#222,502,507,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’aire,438,612,1008,BCDMEE+ArialNarrow,#222,509,527,726,736,440842,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,85,94,738,748,440854,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chargement,438,612,1008,BCDEEE+ArialNarrow,#222,96,140,738,748,440854,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,438,612,1008,BCDEEE+ArialNarrow,#222,142,149,738,748,440854,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,438,612,1008,BCDEEE+ArialNarrow,#222,151,160,738,748,440854,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"déchargement,",438,612,1008,BCDEEE+ArialNarrow,#222,163,217,738,748,440854,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,438,612,1008,BCDEEE+ArialNarrow,#222,219,226,738,748,440854,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,cas,438,612,1008,BCDEEE+ArialNarrow,#222,228,241,738,748,440854,43,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,échéant.,438,612,1008,BCDEEE+ArialNarrow,#222,243,275,738,748,440854,43,Span,L;L;L;L;L;L;LI;LBody +O,B-Pied,438,438,612,1008,BCDEEE+ArialNarrow,#000,516,527,952,960,441068,,Artifact, +O,B-Annexe,ANNEXE,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,107,168,476,494,471844,0,Span,H1 +O,I-Annexe,C,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,173,183,476,494,471844,0,Span,H1 +O,I-Annexe,LISTE,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,195,237,476,494,471844,0,Span,H1 +O,I-Annexe,DES,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,241,271,476,494,471844,0,Span,H1 +O,I-Annexe,"ARBRES,",469,612,1008,BCDKEE+ArialNarrow-Bold,#222,275,342,476,494,471844,0,Span,H1 +O,I-Annexe,ARBUSTES,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,346,427,476,494,471844,0,Span,H1 +O,I-Annexe,ET,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,431,450,476,494,471844,0,Span,H1 +O,I-Annexe,PLANTES,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,454,523,476,494,471844,0,Span,H1 +O,I-Annexe,RECOMMANDÉES,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,123,252,496,514,471864,0,Span,H1 +O,I-Annexe,POUR,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,256,299,496,514,471864,0,Span,H1 +O,I-Annexe,LA,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,303,322,496,514,471864,0,Span,H1 +O,I-Annexe,REVÉGÉTALISATION,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,327,477,496,514,471864,0,Span,H1 +O,I-Annexe,DE,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,481,501,496,514,471864,0,Span,H1 +O,I-Annexe,LA,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,505,525,496,514,471864,0,Span,H1 +O,I-Annexe,RIVE,469,612,1008,BCDKEE+ArialNarrow-Bold,#222,307,341,517,535,471885,0,Span,H1 +O,B-Pied,469,469,612,1008,BCDEEE+ArialNarrow,#000,516,527,952,960,472320,,Artifact, +O,B-Annexe,ANNEXE,483,612,1008,BCDKEE+ArialNarrow-Bold,#222,126,187,76,94,481994,0,Span,H1 +O,I-Annexe,H,483,612,1008,BCDKEE+ArialNarrow-Bold,#222,191,202,76,94,481994,0,Span,H1 +O,I-Annexe,VUE,483,612,1008,BCDKEE+ArialNarrow-Bold,#222,214,244,76,94,481994,0,Span,H1 +O,I-Annexe,EN,483,612,1008,BCDKEE+ArialNarrow-Bold,#222,248,269,76,94,481994,0,Span,H1 +O,I-Annexe,PLAN,483,612,1008,BCDKEE+ArialNarrow-Bold,#222,273,313,76,94,481994,0,Span,H1 +O,I-Annexe,DES,483,612,1008,BCDKEE+ArialNarrow-Bold,#222,317,348,76,94,481994,0,Span,H1 +O,I-Annexe,ZONES,483,612,1008,BCDKEE+ArialNarrow-Bold,#222,352,403,76,94,481994,0,Span,H1 +O,I-Annexe,INONDABLES,483,612,1008,BCDKEE+ArialNarrow-Bold,#222,407,504,76,94,481994,0,Span,H1 +O,B-Pied,483,483,612,1008,BCDEEE+ArialNarrow,#000,516,527,952,960,482870,,Artifact, diff --git a/data/train/zonage_sections.csv b/data/train/zonage_sections.csv index 7fb4329..89831aa 100644 --- a/data/train/zonage_sections.csv +++ b/data/train/zonage_sections.csv @@ -1,2641 +1,2641 @@ -sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack -O,B-Chapitre,CHAPITRE,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,165,240,486,504,9559,0,P,H1 -O,I-Chapitre,2,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,244,252,486,504,9559,0,P,H1 -O,I-Chapitre,DISPOSITIONS,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,257,362,486,504,9559,1,P,H1 -O,I-Chapitre,"DÉCLARATOIRES,",10,612,1008,ABCDEE+ArialNarrow-Bold,#000,366,497,486,504,9559,1,P,H1 -O,I-Chapitre,INTERPRÉTATIVES,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,181,318,507,525,9580,3,P,H1 -O,I-Chapitre,ET,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,322,341,507,525,9580,3,P,H1 -O,I-Chapitre,ADMINISTRATIVES,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,345,481,507,525,9580,3,P,H1 -O,B-Tete,Règlement,11,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,10118,,Artifact, -O,I-Tete,de,11,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,10118,,Artifact, -O,I-Tete,zonage,11,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,10118,,Artifact, -O,I-Tete,1314-2021-Z,11,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,10118,,Artifact, -O,I-Tete,Chapitre,11,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,10118,,Artifact, -O,I-Tete,2,11,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,10118,,Artifact, -O,I-Tete,–,11,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,10118,,Artifact, -O,I-Tete,Dispositions,11,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,10118,,Artifact, -O,I-Tete,"déclaratoires,",11,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,10118,,Artifact, -O,I-Tete,interprétatives,11,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,10118,,Artifact, -O,I-Tete,et,11,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,10118,,Artifact, -O,I-Tete,administratives,11,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,10118,,Artifact, -O,B-Section,SECTION,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,85,136,92,106,10173,0,P,H2 -O,I-Section,1,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,139,146,92,106,10173,0,P,H2 -O,I-Section,DISPOSITIONS,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,159,240,92,106,10173,0,P,H2 -O,I-Section,DÉCLARATOIRES,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,244,342,92,106,10173,0,P,H2 -O,B-Article,3.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,132,142,10213,1,P,H3 -O,I-Article,Titre,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,139,132,142,10213,1,P,H3 -O,I-Article,du,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,141,151,132,142,10213,1,P,H3 -O,I-Article,règlement,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,153,193,132,142,10213,1,P,H3 -O,B-Alinea,Le,11,612,1008,ABCDEE+ArialNarrow,#000,85,94,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,97,124,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,11,612,1008,ABCDEE+ArialNarrow,#000,126,163,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,11,612,1008,ABCDEE+ArialNarrow,#000,165,176,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,178,202,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,11,612,1008,ABCDEE+ArialNarrow,#000,204,209,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Règlement,11,612,1008,ABCDEE+ArialNarrow,#000,211,251,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,253,262,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zonage,11,612,1008,ABCDEE+ArialNarrow,#000,264,291,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,293,303,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,11,612,1008,ABCDEE+ArialNarrow,#000,305,311,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Ville,11,612,1008,ABCDEE+ArialNarrow,#000,313,329,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,331,340,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Sainte-Adèle,11,612,1008,ABCDEE+ArialNarrow,#000,343,390,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,»,11,612,1008,ABCDEE+ArialNarrow,#000,392,397,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,11,612,1008,ABCDEE+ArialNarrow,#000,399,406,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,porte,11,612,1008,ABCDEE+ArialNarrow,#000,408,427,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,11,612,1008,ABCDEE+ArialNarrow,#000,429,435,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,numéro,11,612,1008,ABCDEE+ArialNarrow,#000,438,465,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,1314-2021-Z.,11,612,1008,ABCDEE+ArialNarrow,#000,468,517,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody -O,B-Article,4.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,181,191,10263,3,P,H3 -O,I-Article,Abrogation,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,165,181,191,10263,3,P,H3 -O,B-Alinea,Le,11,612,1008,ABCDEE+ArialNarrow,#000,85,94,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,97,124,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,11,612,1008,ABCDEE+ArialNarrow,#000,126,163,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,abroge,11,612,1008,ABCDEE+ArialNarrow,#000,165,191,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,11,612,1008,ABCDEE+ArialNarrow,#000,193,204,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlements,11,612,1008,ABCDEE+ArialNarrow,#000,206,246,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,numéro,11,612,1008,ABCDEE+ArialNarrow,#000,249,277,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,1200-2012-Z,11,612,1008,ABCDEE+ArialNarrow,#000,279,326,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,328,352,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,11,612,1008,ABCDEE+ArialNarrow,#000,355,359,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Règlement,11,612,1008,ABCDEE+ArialNarrow,#000,361,401,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,404,413,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zonage,11,612,1008,ABCDEE+ArialNarrow,#000,415,442,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,»,11,612,1008,ABCDEE+ArialNarrow,#000,444,449,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tels,11,612,1008,ABCDEE+ArialNarrow,#000,451,464,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,que,11,612,1008,ABCDEE+ArialNarrow,#000,466,480,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,modifiés,11,612,1008,ABCDEE+ArialNarrow,#000,482,513,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,par,11,612,1008,ABCDEE+ArialNarrow,#000,515,527,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tous,11,612,1008,ABCDEE+ArialNarrow,#000,85,101,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ses,11,612,1008,ABCDEE+ArialNarrow,#000,103,116,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,amendements,11,612,1008,ABCDEE+ArialNarrow,#000,118,170,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ainsi,11,612,1008,ABCDEE+ArialNarrow,#000,172,189,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,que,11,612,1008,ABCDEE+ArialNarrow,#000,191,205,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,toutes,11,612,1008,ABCDEE+ArialNarrow,#000,207,230,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,232,275,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,inconciliables,11,612,1008,ABCDEE+ArialNarrow,#000,277,326,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,11,612,1008,ABCDEE+ArialNarrow,#000,328,343,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,autre,11,612,1008,ABCDEE+ArialNarrow,#000,346,364,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,11,612,1008,ABCDEE+ArialNarrow,#000,367,403,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,406,415,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,vigueur.,11,612,1008,ABCDEE+ArialNarrow,#000,417,446,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,Ces,11,612,1008,ABCDEE+ArialNarrow,#000,85,100,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,abrogations,11,612,1008,ABCDEE+ArialNarrow,#000,102,145,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,n’affectent,11,612,1008,ABCDEE+ArialNarrow,#000,147,185,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pas,11,612,1008,ABCDEE+ArialNarrow,#000,187,200,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,11,612,1008,ABCDEE+ArialNarrow,#000,203,213,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,permis,11,612,1008,ABCDEE+ArialNarrow,#000,215,240,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,11,612,1008,ABCDEE+ArialNarrow,#000,242,249,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,certificats,11,612,1008,ABCDEE+ArialNarrow,#000,251,286,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,légalement,11,612,1008,ABCDEE+ArialNarrow,#000,288,328,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,émis,11,612,1008,ABCDEE+ArialNarrow,#000,331,348,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sous,11,612,1008,ABCDEE+ArialNarrow,#000,350,368,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’autorité,11,612,1008,ABCDEE+ArialNarrow,#000,370,401,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,11,612,1008,ABCDEE+ArialNarrow,#000,403,416,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlements,11,612,1008,ABCDEE+ArialNarrow,#000,419,459,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ainsi,11,612,1008,ABCDEE+ArialNarrow,#000,461,478,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,remplacés,11,612,1008,ABCDEE+ArialNarrow,#000,481,518,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ni,11,612,1008,ABCDEE+ArialNarrow,#000,521,527,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,11,612,1008,ABCDEE+ArialNarrow,#000,85,96,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,droits,11,612,1008,ABCDEE+ArialNarrow,#000,98,118,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,acquis,11,612,1008,ABCDEE+ArialNarrow,#000,120,144,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,avant,11,612,1008,ABCDEE+ArialNarrow,#000,146,166,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’entrée,11,612,1008,ABCDEE+ArialNarrow,#000,168,195,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,198,207,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,vigueur,11,612,1008,ABCDEE+ArialNarrow,#000,209,236,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,238,247,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,250,277,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement.,11,612,1008,ABCDEE+ArialNarrow,#000,279,318,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody -O,B-Article,5.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,275,285,10356,6,P,H3 -O,I-Article,Portée,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,147,275,285,10356,6,P,H3 -O,I-Article,du,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,149,159,275,285,10356,6,P,H3 -O,I-Article,règlement,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,161,200,275,285,10356,6,P,H3 -O,I-Article,et,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,203,210,275,285,10356,6,P,H3 -O,I-Article,territoire,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,212,246,275,285,10356,6,P,H3 -O,I-Article,assujetti,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,248,282,275,285,10356,6,P,H3 -O,B-Alinea,Le,11,612,1008,ABCDEE+ArialNarrow,#000,85,94,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,96,124,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"règlement,",11,612,1008,ABCDEE+ArialNarrow,#000,125,164,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dont,11,612,1008,ABCDEE+ArialNarrow,#000,166,182,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,11,612,1008,ABCDEE+ArialNarrow,#000,184,195,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,197,239,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,s’appliquent,11,612,1008,ABCDEE+ArialNarrow,#000,241,285,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,11,612,1008,ABCDEE+ArialNarrow,#000,287,292,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,toutes,11,612,1008,ABCDEE+ArialNarrow,#000,294,316,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,personnes,11,612,1008,ABCDEE+ArialNarrow,#000,318,356,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,358,367,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"société,",11,612,1008,ABCDEE+ArialNarrow,#000,369,397,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,s’applique,11,612,1008,ABCDEE+ArialNarrow,#000,399,436,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,11,612,1008,ABCDEE+ArialNarrow,#000,438,443,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’ensemble,11,612,1008,ABCDEE+ArialNarrow,#000,445,484,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,486,495,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,territoire,11,612,1008,ABCDEE+ArialNarrow,#000,497,527,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,85,94,307,317,10388,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,11,612,1008,ABCDEE+ArialNarrow,#000,97,103,307,317,10388,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Ville,11,612,1008,ABCDEE+ArialNarrow,#000,105,121,307,317,10388,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,123,132,307,317,10388,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Sainte-Adèle.,11,612,1008,ABCDEE+ArialNarrow,#000,134,184,307,317,10388,7,P,L;L;L;L;L;L;LI;LBody -O,B-Article,6.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,336,346,10417,8,P,H3 -O,I-Article,Domaine,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,156,336,346,10417,8,P,H3 -O,I-Article,d’application,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,158,209,336,346,10417,8,P,H3 -O,B-Alinea,Un,11,612,1008,ABCDEE+ArialNarrow,#000,85,96,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"terrain,",11,612,1008,ABCDEE+ArialNarrow,#000,99,125,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,128,142,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"construction,",11,612,1008,ABCDEE+ArialNarrow,#000,145,192,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,195,205,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ouvrage,11,612,1008,ABCDEE+ArialNarrow,#000,208,238,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,241,251,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,254,268,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,partie,11,612,1008,ABCDEE+ArialNarrow,#000,271,292,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,295,305,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ceux-ci,11,612,1008,ABCDEE+ArialNarrow,#000,308,334,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"doit,",11,612,1008,ABCDEE+ArialNarrow,#000,338,353,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,selon,11,612,1008,ABCDEE+ArialNarrow,#000,357,377,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,11,612,1008,ABCDEE+ArialNarrow,#000,380,387,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"cas,",11,612,1008,ABCDEE+ArialNarrow,#000,390,405,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,être,11,612,1008,ABCDEE+ArialNarrow,#000,409,423,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"construit,",11,612,1008,ABCDEE+ArialNarrow,#000,426,460,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,occupé,11,612,1008,ABCDEE+ArialNarrow,#000,463,490,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,493,502,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,utilisé,11,612,1008,ABCDEE+ArialNarrow,#000,506,527,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,conformément,11,612,1008,ABCDEE+ArialNarrow,#000,85,138,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,aux,11,612,1008,ABCDEE+ArialNarrow,#000,140,153,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,155,198,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,200,209,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement.,11,612,1008,ABCDEE+ArialNarrow,#000,211,250,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Les,11,612,1008,ABCDEE+ArialNarrow,#000,252,265,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,travaux,11,612,1008,ABCDEE+ArialNarrow,#000,267,294,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,exécutés,11,612,1008,ABCDEE+ArialNarrow,#000,296,329,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,11,612,1008,ABCDEE+ArialNarrow,#000,331,343,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,345,354,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"terrain,",11,612,1008,ABCDEE+ArialNarrow,#000,356,381,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,11,612,1008,ABCDEE+ArialNarrow,#000,384,395,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,397,411,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"construction,",11,612,1008,ABCDEE+ArialNarrow,#000,413,459,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,11,612,1008,ABCDEE+ArialNarrow,#000,461,473,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,475,484,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ouvrage,11,612,1008,ABCDEE+ArialNarrow,#000,486,516,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,518,527,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,11,612,1008,ABCDEE+ArialNarrow,#000,85,96,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,99,112,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,partie,11,612,1008,ABCDEE+ArialNarrow,#000,115,135,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,138,147,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ceux-ci,11,612,1008,ABCDEE+ArialNarrow,#000,149,175,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,doivent,11,612,1008,ABCDEE+ArialNarrow,#000,177,204,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,être,11,612,1008,ABCDEE+ArialNarrow,#000,206,220,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,exécutés,11,612,1008,ABCDEE+ArialNarrow,#000,222,255,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,conformément,11,612,1008,ABCDEE+ArialNarrow,#000,257,310,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,aux,11,612,1008,ABCDEE+ArialNarrow,#000,312,325,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,328,370,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,373,382,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement.,11,612,1008,ABCDEE+ArialNarrow,#000,384,423,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody -O,B-Article,7.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,409,419,10490,10,P,H3 -O,I-Article,Dispositions,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,170,409,419,10490,10,P,H3 -O,I-Article,des,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,173,187,409,419,10490,10,P,H3 -O,I-Article,lois,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,189,203,409,419,10490,10,P,H3 -O,I-Article,et,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,205,213,409,419,10490,10,P,H3 -O,I-Article,d’autres,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,215,247,409,419,10490,10,P,H3 -O,I-Article,règlements,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,249,293,409,419,10490,10,P,H3 -O,B-Alinea,Une,11,612,1008,ABCDEE+ArialNarrow,#000,85,100,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,personne,11,612,1008,ABCDEE+ArialNarrow,#000,103,138,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,qui,11,612,1008,ABCDEE+ArialNarrow,#000,141,152,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,occupe,11,612,1008,ABCDEE+ArialNarrow,#000,155,182,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,185,194,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,utilise,11,612,1008,ABCDEE+ArialNarrow,#000,198,218,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,222,231,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"terrain,",11,612,1008,ABCDEE+ArialNarrow,#000,234,260,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,263,277,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"construction,",11,612,1008,ABCDEE+ArialNarrow,#000,280,327,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,330,339,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ouvrage,11,612,1008,ABCDEE+ArialNarrow,#000,343,372,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,376,385,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,toute,11,612,1008,ABCDEE+ArialNarrow,#000,388,406,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,partie,11,612,1008,ABCDEE+ArialNarrow,#000,410,430,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,433,443,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"ceux-ci,",11,612,1008,ABCDEE+ArialNarrow,#000,446,474,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,qui,11,612,1008,ABCDEE+ArialNarrow,#000,478,488,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,érige,11,612,1008,ABCDEE+ArialNarrow,#000,492,510,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,513,527,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,construction,11,612,1008,ABCDEE+ArialNarrow,#000,85,129,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,131,140,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,143,152,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"ouvrage,",11,612,1008,ABCDEE+ArialNarrow,#000,154,186,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,qui,11,612,1008,ABCDEE+ArialNarrow,#000,188,199,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,exécute,11,612,1008,ABCDEE+ArialNarrow,#000,201,230,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,11,612,1008,ABCDEE+ArialNarrow,#000,232,245,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,travaux,11,612,1008,ABCDEE+ArialNarrow,#000,247,274,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,11,612,1008,ABCDEE+ArialNarrow,#000,276,287,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,289,299,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"terrain,",11,612,1008,ABCDEE+ArialNarrow,#000,301,326,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,328,342,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,construction,11,612,1008,ABCDEE+ArialNarrow,#000,344,388,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,390,400,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,402,411,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"ouvrage,",11,612,1008,ABCDEE+ArialNarrow,#000,413,445,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,doit,11,612,1008,ABCDEE+ArialNarrow,#000,447,460,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"respecter,",11,612,1008,ABCDEE+ArialNarrow,#000,462,499,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,501,510,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plus,11,612,1008,ABCDEE+ArialNarrow,#000,512,527,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,11,612,1008,ABCDEE+ArialNarrow,#000,85,98,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,103,146,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,150,159,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"règlement,",11,612,1008,ABCDEE+ArialNarrow,#000,163,202,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,toute,11,612,1008,ABCDEE+ArialNarrow,#000,207,225,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,disposition,11,612,1008,ABCDEE+ArialNarrow,#000,229,268,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,législative,11,612,1008,ABCDEE+ArialNarrow,#000,272,308,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,313,322,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,réglementaire,11,612,1008,ABCDEE+ArialNarrow,#000,326,376,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fédérale,11,612,1008,ABCDEE+ArialNarrow,#000,381,410,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,11,612,1008,ABCDEE+ArialNarrow,#000,415,422,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,provinciale,11,612,1008,ABCDEE+ArialNarrow,#000,426,465,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ainsi,11,612,1008,ABCDEE+ArialNarrow,#000,469,486,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,que,11,612,1008,ABCDEE+ArialNarrow,#000,491,504,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,toute,11,612,1008,ABCDEE+ArialNarrow,#000,509,527,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,disposition,11,612,1008,ABCDEE+ArialNarrow,#000,85,124,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,11,612,1008,ABCDEE+ArialNarrow,#000,126,141,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,autre,11,612,1008,ABCDEE+ArialNarrow,#000,144,162,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,11,612,1008,ABCDEE+ArialNarrow,#000,165,201,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,municipal,11,612,1008,ABCDEE+ArialNarrow,#000,203,238,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,11,612,1008,ABCDEE+ArialNarrow,#000,240,247,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,doit,11,612,1008,ABCDEE+ArialNarrow,#000,249,262,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,veiller,11,612,1008,ABCDEE+ArialNarrow,#000,264,286,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,11,612,1008,ABCDEE+ArialNarrow,#000,288,292,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,11,612,1008,ABCDEE+ArialNarrow,#000,294,303,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,que,11,612,1008,ABCDEE+ArialNarrow,#000,305,319,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,11,612,1008,ABCDEE+ArialNarrow,#000,321,328,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"terrain,",11,612,1008,ABCDEE+ArialNarrow,#000,330,355,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,11,612,1008,ABCDEE+ArialNarrow,#000,357,364,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"construction,",11,612,1008,ABCDEE+ArialNarrow,#000,366,412,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’ouvrage,11,612,1008,ABCDEE+ArialNarrow,#000,415,448,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,450,459,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,11,612,1008,ABCDEE+ArialNarrow,#000,461,472,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,travaux,11,612,1008,ABCDEE+ArialNarrow,#000,474,501,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"soient,",11,612,1008,ABCDEE+ArialNarrow,#000,503,527,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,selon,11,612,1008,ABCDEE+ArialNarrow,#000,85,105,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,11,612,1008,ABCDEE+ArialNarrow,#000,107,113,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"cas,",11,612,1008,ABCDEE+ArialNarrow,#000,116,131,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"occupé,",11,612,1008,ABCDEE+ArialNarrow,#000,133,162,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"utilisé,",11,612,1008,ABCDEE+ArialNarrow,#000,164,187,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,érigé,11,612,1008,ABCDEE+ArialNarrow,#000,189,208,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,210,219,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,exécutés,11,612,1008,ABCDEE+ArialNarrow,#000,221,254,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,256,266,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,conformité,11,612,1008,ABCDEE+ArialNarrow,#000,268,306,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,avec,11,612,1008,ABCDEE+ArialNarrow,#000,308,326,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ces,11,612,1008,ABCDEE+ArialNarrow,#000,328,341,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,343,386,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,11,612,1008,ABCDEE+ArialNarrow,#000,388,395,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,avec,11,612,1008,ABCDEE+ArialNarrow,#000,397,415,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,celles,11,612,1008,ABCDEE+ArialNarrow,#000,417,438,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,440,449,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement.,11,612,1008,ABCDEE+ArialNarrow,#000,452,490,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody -O,B-Article,8.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,505,515,10586,12,P,H3 -O,I-Article,Division,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,153,505,515,10586,12,P,H3 -O,I-Article,du,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,155,165,505,515,10586,12,P,H3 -O,I-Article,territoire,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,168,201,505,515,10586,12,P,H3 -O,I-Article,en,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,204,213,505,515,10586,12,P,H3 -O,I-Article,zones,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,215,239,505,515,10586,12,P,H3 -O,B-Alinea,Le,11,612,1008,ABCDEE+ArialNarrow,#000,85,94,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,territoire,11,612,1008,ABCDEE+ArialNarrow,#000,97,127,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,129,138,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,11,612,1008,ABCDEE+ArialNarrow,#000,140,147,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Ville,11,612,1008,ABCDEE+ArialNarrow,#000,149,164,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,167,176,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Sainte-Adèle,11,612,1008,ABCDEE+ArialNarrow,#000,178,225,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,11,612,1008,ABCDEE+ArialNarrow,#000,228,239,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,divisé,11,612,1008,ABCDEE+ArialNarrow,#000,241,262,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,264,273,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"zones,",11,612,1008,ABCDEE+ArialNarrow,#000,276,300,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,lesquelles,11,612,1008,ABCDEE+ArialNarrow,#000,302,338,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,apparaissent,11,612,1008,ABCDEE+ArialNarrow,#000,341,388,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,au,11,612,1008,ABCDEE+ArialNarrow,#000,390,399,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plan,11,612,1008,ABCDEE+ArialNarrow,#000,401,417,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,419,428,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zonage,11,612,1008,ABCDEE+ArialNarrow,#000,431,458,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,figurant,11,612,1008,ABCDEE+ArialNarrow,#000,460,487,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,11,612,1008,ABCDEE+ArialNarrow,#000,490,494,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,496,527,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,11,612,1008,ABCDEE+ArialNarrow,#000,85,90,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,A,11,612,1008,ABCDEE+ArialNarrow,#000,92,97,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,»,11,612,1008,ABCDEE+ArialNarrow,#000,100,104,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,au,11,612,1008,ABCDEE+ArialNarrow,#000,107,116,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,118,145,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,11,612,1008,ABCDEE+ArialNarrow,#000,148,184,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pour,11,612,1008,ABCDEE+ArialNarrow,#000,186,203,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,205,214,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,faire,11,612,1008,ABCDEE+ArialNarrow,#000,216,232,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,partie,11,612,1008,ABCDEE+ArialNarrow,#000,235,255,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,intégrante.,11,612,1008,ABCDEE+ArialNarrow,#000,257,296,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody -O,B-Article,9.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,566,576,10648,14,P,H3 -O,I-Article,Documents,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,166,566,576,10648,14,P,H3 -O,I-Article,annexés,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,168,201,566,576,10648,14,P,H3 -O,B-Alinea,Les,11,612,1008,ABCDEE+ArialNarrow,#000,85,98,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,annexes,11,612,1008,ABCDEE+ArialNarrow,#000,101,132,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivantes,11,612,1008,ABCDEE+ArialNarrow,#000,134,169,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,jointes,11,612,1008,ABCDEE+ArialNarrow,#000,171,194,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,au,11,612,1008,ABCDEE+ArialNarrow,#000,197,206,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,208,236,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"règlement,",11,612,1008,ABCDEE+ArialNarrow,#000,238,277,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,279,288,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,font,11,612,1008,ABCDEE+ArialNarrow,#000,290,304,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,parties,11,612,1008,ABCDEE+ArialNarrow,#000,306,331,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,intégrantes,11,612,1008,ABCDEE+ArialNarrow,#000,333,374,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,11,612,1008,ABCDEE+ArialNarrow,#000,376,380,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,toutes,11,612,1008,ABCDEE+ArialNarrow,#000,383,405,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fins,11,612,1008,ABCDEE+ArialNarrow,#000,407,420,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,que,11,612,1008,ABCDEE+ArialNarrow,#000,422,436,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,438,448,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,droit,11,612,1008,ABCDEE+ArialNarrow,#000,450,466,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,:,11,612,1008,ABCDEE+ArialNarrow,#000,468,470,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody -O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,604,614,10686,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,604,614,10686,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,A,11,612,1008,ABCDEE+ArialNarrow,#000,174,179,604,614,10686,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,182,189,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,191,215,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,217,221,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Plan,11,612,1008,ABCDEE+ArialNarrow,#000,224,240,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,242,251,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zonage,11,612,1008,ABCDEE+ArialNarrow,#000,254,281,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,283,287,604,614,10686,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,290,292,604,614,10686,26,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,622,632,10703,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,622,632,10703,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,B,11,612,1008,ABCDEE+ArialNarrow,#000,174,179,622,632,10703,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,182,189,622,632,10703,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,191,215,622,632,10703,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,217,221,622,632,10703,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Terminologie,11,612,1008,ABCDEE+ArialNarrow,#000,224,271,622,632,10703,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,273,278,622,632,10703,38,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,280,282,622,632,10703,40,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,639,649,10721,44,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,639,649,10721,44,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,C,11,612,1008,ABCDEE+ArialNarrow,#000,174,180,639,649,10721,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,183,189,639,649,10721,48,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,192,216,639,649,10721,48,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,218,223,639,649,10721,48,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Liste,11,612,1008,ABCDEE+ArialNarrow,#000,225,242,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,11,612,1008,ABCDEE+ArialNarrow,#000,245,258,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"arbres,",11,612,1008,ABCDEE+ArialNarrow,#000,261,286,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,arbustes,11,612,1008,ABCDEE+ArialNarrow,#000,289,321,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,et,11,612,1008,ABCDEE+ArialNarrow,#000,323,330,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,plantes,11,612,1008,ABCDEE+ArialNarrow,#000,333,359,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,recommandées,11,612,1008,ABCDEE+ArialNarrow,#000,362,418,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pour,11,612,1008,ABCDEE+ArialNarrow,#000,421,437,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,11,612,1008,ABCDEE+ArialNarrow,#000,440,446,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,revégétalisation,11,612,1008,ABCDEE+ArialNarrow,#000,449,506,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,509,518,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,11,612,1008,ABCDEE+ArialNarrow,#000,521,527,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,rive,11,612,1008,ABCDEE+ArialNarrow,#000,132,145,651,661,10732,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,147,152,651,661,10732,53,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,154,156,651,661,10732,55,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,668,678,10750,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,668,678,10750,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,D,11,612,1008,ABCDEE+ArialNarrow,#000,174,180,668,678,10750,61,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,182,187,668,678,10750,63,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,189,213,668,678,10750,63,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,215,220,668,678,10750,63,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Plan,11,612,1008,ABCDEE+ArialNarrow,#000,222,238,668,678,10750,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,241,250,668,678,10750,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,renaturalisation,11,612,1008,ABCDEE+ArialNarrow,#000,252,308,668,678,10750,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,11,612,1008,ABCDEE+ArialNarrow,#000,310,324,668,678,10750,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Golfs,11,612,1008,ABCDEE+ArialNarrow,#000,326,345,668,678,10750,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,347,352,668,678,10750,67,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,354,356,668,678,10750,69,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,686,696,10767,73,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,686,696,10767,73,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,E,11,612,1008,ABCDEE+ArialNarrow,#000,174,179,686,696,10767,75,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,182,189,686,696,10767,77,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,191,215,686,696,10767,77,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,217,221,686,696,10767,77,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Limites,11,612,1008,ABCDEE+ArialNarrow,#000,224,250,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,252,261,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,11,612,1008,ABCDEE+ArialNarrow,#000,263,270,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,plaine,11,612,1008,ABCDEE+ArialNarrow,#000,272,294,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,inondable,11,612,1008,ABCDEE+ArialNarrow,#000,296,332,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,334,343,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,11,612,1008,ABCDEE+ArialNarrow,#000,345,352,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Rivière,11,612,1008,ABCDEE+ArialNarrow,#000,354,380,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,11,612,1008,ABCDEE+ArialNarrow,#000,382,391,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Nord,11,612,1008,ABCDEE+ArialNarrow,#000,393,411,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,413,418,686,696,10767,81,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,420,423,686,696,10767,83,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,703,713,10784,87,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,703,713,10784,87,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,F,11,612,1008,ABCDEE+ArialNarrow,#000,174,179,703,713,10784,89,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,181,188,703,713,10784,91,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,190,214,703,713,10784,91,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,216,221,703,713,10784,91,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Climat,11,612,1008,ABCDEE+ArialNarrow,#000,223,246,703,713,10784,93,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,sonore,11,612,1008,ABCDEE+ArialNarrow,#000,249,274,703,713,10784,93,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,simulé,11,612,1008,ABCDEE+ArialNarrow,#000,276,300,703,713,10784,93,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,302,307,703,713,10784,95,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,309,311,703,713,10784,97,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,721,731,10802,101,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,721,731,10802,101,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,G,11,612,1008,ABCDEE+ArialNarrow,#000,174,180,721,731,10802,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,183,190,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,192,215,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,218,222,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Protection,11,612,1008,ABCDEE+ArialNarrow,#000,225,262,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,11,612,1008,ABCDEE+ArialNarrow,#000,264,273,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,parc,11,612,1008,ABCDEE+ArialNarrow,#000,275,291,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,linéaire,11,612,1008,ABCDEE+ArialNarrow,#000,293,320,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,322,327,721,731,10802,107,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,329,331,721,731,10802,109,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,738,748,10819,113,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,738,748,10819,113,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,H,11,612,1008,ABCDEE+ArialNarrow,#000,174,180,738,748,10819,115,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,182,189,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,191,215,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,217,222,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Vue,11,612,1008,ABCDEE+ArialNarrow,#000,224,239,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,en,11,612,1008,ABCDEE+ArialNarrow,#000,241,250,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,plan,11,612,1008,ABCDEE+ArialNarrow,#000,252,268,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,11,612,1008,ABCDEE+ArialNarrow,#000,270,283,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zones,11,612,1008,ABCDEE+ArialNarrow,#000,286,308,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,inondables,11,612,1008,ABCDEE+ArialNarrow,#000,310,349,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,352,356,738,748,10819,119,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,359,361,738,748,10819,121,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,756,766,10837,125,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,171,756,766,10837,125,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,I,11,612,1008,ABCDEE+ArialNarrow,#000,174,176,756,766,10837,127,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,178,185,756,766,10837,129,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,187,211,756,766,10837,129,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,213,218,756,766,10837,129,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Protocole,11,612,1008,ABCDEE+ArialNarrow,#000,220,254,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’entente,11,612,1008,ABCDEE+ArialNarrow,#000,257,290,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,relatif,11,612,1008,ABCDEE+ArialNarrow,#000,292,312,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,11,612,1008,ABCDEE+ArialNarrow,#000,314,319,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,un,11,612,1008,ABCDEE+ArialNarrow,#000,321,330,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,report,11,612,1008,ABCDEE+ArialNarrow,#000,332,354,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,356,365,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,11,612,1008,ABCDEE+ArialNarrow,#000,367,373,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,contribution,11,612,1008,ABCDEE+ArialNarrow,#000,375,418,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pour,11,612,1008,ABCDEE+ArialNarrow,#000,420,436,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,fins,11,612,1008,ABCDEE+ArialNarrow,#000,438,451,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,453,462,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"parcs,",11,612,1008,ABCDEE+ArialNarrow,#000,464,486,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,terrains,11,612,1008,ABCDEE+ArialNarrow,#000,489,516,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,518,527,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,jeux,11,612,1008,ABCDEE+ArialNarrow,#000,132,147,767,777,10848,133,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,11,612,1008,ABCDEE+ArialNarrow,#000,149,158,767,777,10848,133,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,espaces,11,612,1008,ABCDEE+ArialNarrow,#000,160,191,767,777,10848,133,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,naturels,11,612,1008,ABCDEE+ArialNarrow,#000,193,222,767,777,10848,133,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,».,11,612,1008,ABCDEE+ArialNarrow,#000,225,231,767,777,10848,135,P,L;L;L;L;L;L;L;LI;LBody -O,B-Tete,Règlement,12,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,11126,,Artifact, -O,I-Tete,de,12,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,11126,,Artifact, -O,I-Tete,zonage,12,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,11126,,Artifact, -O,I-Tete,1314-2021-Z,12,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,11126,,Artifact, -O,I-Tete,Chapitre,12,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,11126,,Artifact, -O,I-Tete,2,12,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,11126,,Artifact, -O,I-Tete,–,12,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,11126,,Artifact, -O,I-Tete,Dispositions,12,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,11126,,Artifact, -O,I-Tete,"déclaratoires,",12,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,11126,,Artifact, -O,I-Tete,interprétatives,12,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,11126,,Artifact, -O,I-Tete,et,12,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,11126,,Artifact, -O,I-Tete,administratives,12,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,11126,,Artifact, -O,B-Section,SECTION,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,85,136,112,126,11202,1,P,H2 -O,I-Section,2,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,139,146,112,126,11202,1,P,H2 -O,I-Section,FONCTIONNEMENT,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,159,267,112,126,11202,1,P,H2 -O,B-Article,10.,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,152,162,11241,2,P,H3 -O,I-Article,Structure,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,158,152,162,11241,2,P,H3 -O,I-Article,du,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,160,170,152,162,11241,2,P,H3 -O,I-Article,règlement,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,172,211,152,162,11241,2,P,H3 -O,B-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,85,96,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,système,12,612,1008,ABCDEE+ArialNarrow,#000,98,128,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,12,612,1008,ABCDEE+ArialNarrow,#000,131,140,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,numérotation,12,612,1008,ABCDEE+ArialNarrow,#000,142,190,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,uniforme,12,612,1008,ABCDEE+ArialNarrow,#000,192,224,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,a,12,612,1008,ABCDEE+ArialNarrow,#000,227,231,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,été,12,612,1008,ABCDEE+ArialNarrow,#000,234,245,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,utilisé,12,612,1008,ABCDEE+ArialNarrow,#000,247,268,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pour,12,612,1008,ABCDEE+ArialNarrow,#000,271,287,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l'ensemble,12,612,1008,ABCDEE+ArialNarrow,#000,289,328,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,12,612,1008,ABCDEE+ArialNarrow,#000,331,340,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement.,12,612,1008,ABCDEE+ArialNarrow,#000,342,381,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Le,12,612,1008,ABCDEE+ArialNarrow,#000,383,392,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,12,612,1008,ABCDEE+ArialNarrow,#000,395,422,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,12,612,1008,ABCDEE+ArialNarrow,#000,424,461,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,12,612,1008,ABCDEE+ArialNarrow,#000,463,474,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’abord,12,612,1008,ABCDEE+ArialNarrow,#000,476,504,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,506,527,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,85,94,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,chapitres,12,612,1008,ABCDEE+ArialNarrow,#000,96,130,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,numérotés,12,612,1008,ABCDEE+ArialNarrow,#000,132,170,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,173,182,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,chiffres,12,612,1008,ABCDEE+ArialNarrow,#000,184,210,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,arabes.,12,612,1008,ABCDEE+ArialNarrow,#000,212,240,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Au,12,612,1008,ABCDEE+ArialNarrow,#000,242,252,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"besoin,",12,612,1008,ABCDEE+ArialNarrow,#000,254,280,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,chaque,12,612,1008,ABCDEE+ArialNarrow,#000,283,309,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,chapitre,12,612,1008,ABCDEE+ArialNarrow,#000,312,341,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,12,612,1008,ABCDEE+ArialNarrow,#000,343,354,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,356,377,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,379,388,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sections,12,612,1008,ABCDEE+ArialNarrow,#000,390,420,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,12,612,1008,ABCDEE+ArialNarrow,#000,422,429,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sous-sections,12,612,1008,ABCDEE+ArialNarrow,#000,431,482,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,numérotées,12,612,1008,ABCDEE+ArialNarrow,#000,484,527,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,85,94,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,chiffres,12,612,1008,ABCDEE+ArialNarrow,#000,97,123,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,arabes.,12,612,1008,ABCDEE+ArialNarrow,#000,125,153,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Les,12,612,1008,ABCDEE+ArialNarrow,#000,155,168,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,articles,12,612,1008,ABCDEE+ArialNarrow,#000,170,196,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,12,612,1008,ABCDEE+ArialNarrow,#000,198,214,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"numérotés,",12,612,1008,ABCDEE+ArialNarrow,#000,216,257,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,12,612,1008,ABCDEE+ArialNarrow,#000,260,269,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,façon,12,612,1008,ABCDEE+ArialNarrow,#000,271,291,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"consécutive,",12,612,1008,ABCDEE+ArialNarrow,#000,293,339,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,341,350,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,chiffres,12,612,1008,ABCDEE+ArialNarrow,#000,352,379,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,arabes.,12,612,1008,ABCDEE+ArialNarrow,#000,381,409,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Chaque,12,612,1008,ABCDEE+ArialNarrow,#000,411,440,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,article,12,612,1008,ABCDEE+ArialNarrow,#000,442,464,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,peut,12,612,1008,ABCDEE+ArialNarrow,#000,466,482,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,être,12,612,1008,ABCDEE+ArialNarrow,#000,484,498,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ensuite,12,612,1008,ABCDEE+ArialNarrow,#000,501,527,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,85,106,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,109,119,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,alinéas.,12,612,1008,ABCDEE+ArialNarrow,#000,122,150,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,154,164,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,alinéa,12,612,1008,ABCDEE+ArialNarrow,#000,168,190,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,n’est,12,612,1008,ABCDEE+ArialNarrow,#000,193,211,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,précédé,12,612,1008,ABCDEE+ArialNarrow,#000,214,244,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’aucun,12,612,1008,ABCDEE+ArialNarrow,#000,247,276,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"chiffre,",12,612,1008,ABCDEE+ArialNarrow,#000,280,304,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,lettre,12,612,1008,ABCDEE+ArialNarrow,#000,308,326,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ni,12,612,1008,ABCDEE+ArialNarrow,#000,329,336,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,marque,12,612,1008,ABCDEE+ArialNarrow,#000,339,367,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,particulière.,12,612,1008,ABCDEE+ArialNarrow,#000,371,413,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,417,427,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,alinéa,12,612,1008,ABCDEE+ArialNarrow,#000,431,453,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,peut,12,612,1008,ABCDEE+ArialNarrow,#000,456,472,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,être,12,612,1008,ABCDEE+ArialNarrow,#000,476,490,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,493,514,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,518,527,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,paragraphes.,12,612,1008,ABCDEE+ArialNarrow,#000,85,133,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,136,147,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,paragraphe,12,612,1008,ABCDEE+ArialNarrow,#000,149,191,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,12,612,1008,ABCDEE+ArialNarrow,#000,194,205,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,numéroté,12,612,1008,ABCDEE+ArialNarrow,#000,208,242,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,245,254,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,chiffres,12,612,1008,ABCDEE+ArialNarrow,#000,257,283,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,arabes.,12,612,1008,ABCDEE+ArialNarrow,#000,286,314,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,316,327,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,paragraphe,12,612,1008,ABCDEE+ArialNarrow,#000,329,371,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,peut,12,612,1008,ABCDEE+ArialNarrow,#000,374,390,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,être,12,612,1008,ABCDEE+ArialNarrow,#000,393,407,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,410,431,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,433,443,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sous-paragraphes.,12,612,1008,ABCDEE+ArialNarrow,#000,445,514,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,517,527,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sous-paragraphe,12,612,1008,ABCDEE+ArialNarrow,#000,85,147,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,12,612,1008,ABCDEE+ArialNarrow,#000,149,160,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,précédé,12,612,1008,ABCDEE+ArialNarrow,#000,162,192,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’une,12,612,1008,ABCDEE+ArialNarrow,#000,194,214,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,lettre,12,612,1008,ABCDEE+ArialNarrow,#000,216,234,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,minuscule.,12,612,1008,ABCDEE+ArialNarrow,#000,236,275,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,277,288,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sous-paragraphe,12,612,1008,ABCDEE+ArialNarrow,#000,290,352,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,peut,12,612,1008,ABCDEE+ArialNarrow,#000,354,370,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,être,12,612,1008,ABCDEE+ArialNarrow,#000,372,386,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,388,409,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,411,420,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sous-alinéas.,12,612,1008,ABCDEE+ArialNarrow,#000,422,471,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,473,483,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sous-alinéa,12,612,1008,ABCDEE+ArialNarrow,#000,485,527,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,12,612,1008,ABCDEE+ArialNarrow,#000,85,96,241,251,11331,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,précédé,12,612,1008,ABCDEE+ArialNarrow,#000,98,128,241,251,11331,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,12,612,1008,ABCDEE+ArialNarrow,#000,130,146,241,251,11331,3,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tiret.,12,612,1008,ABCDEE+ArialNarrow,#000,148,164,241,251,11331,3,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,L’exemple,12,612,1008,ABCDEE+ArialNarrow,#000,85,122,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivant,12,612,1008,ABCDEE+ArialNarrow,#000,125,151,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,illustre,12,612,1008,ABCDEE+ArialNarrow,#000,153,177,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,12,612,1008,ABCDEE+ArialNarrow,#000,179,185,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,structure,12,612,1008,ABCDEE+ArialNarrow,#000,188,219,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,générale,12,612,1008,ABCDEE+ArialNarrow,#000,222,254,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,12,612,1008,ABCDEE+ArialNarrow,#000,256,265,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,12,612,1008,ABCDEE+ArialNarrow,#000,267,295,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,12,612,1008,ABCDEE+ArialNarrow,#000,297,334,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,:,12,612,1008,ABCDEE+ArialNarrow,#000,336,338,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody -O,B-Figure,CHAPITRE,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,261,337,283,301,11373,5,P,L;L;L;L;L;L;LI;LBody -O,I-Figure,X,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,341,351,283,301,11373,5,P,L;L;L;L;L;L;LI;LBody -O,I-Figure,SECTION,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,275,326,312,326,11402,6,P,L;L;L;L;L;L;LI;LBody -O,I-Figure,X,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,329,337,312,326,11402,6,P,L;L;L;L;L;L;LI;LBody -O,I-Figure,SOUS-SECTION,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,267,330,337,347,11426,7,P,L;L;L;L;L;L;LI;LBody -O,I-Figure,X.X,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,332,345,337,347,11426,7,P,L;L;L;L;L;L;LI;LBody -O,I-Figure,X,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,276,281,357,367,11447,8,P,L;L;L;L;L;L;LI;LBody -O,I-Figure,Article,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,311,337,357,367,11447,8,P,L;L;L;L;L;L;LI;LBody -O,I-Figure,ALINÉA,12,612,1008,ABCDEE+ArialNarrow,#000,292,321,378,388,11467,9,P,L;L;L;L;L;L;LI;LBody -O,I-Figure,PARAGRAPHE,12,612,1008,ABCDEE+ArialNarrow,#000,301,358,395,405,11485,12,P,L;LI;LBody -O,I-Figure,SOUS-PARAGRAPHE,12,612,1008,ABCDEE+ArialNarrow,#000,305,388,410,420,11499,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Figure,-,12,612,1008,ABCDEE+CenturyGothic,#000,270,273,422,432,11511,20,P,L;L;LI;LBody -O,I-Figure,SOUS-SOUS-PARAGRAPHE,12,612,1008,ABCDEE+ArialNarrow,#000,288,397,422,432,11511,20,P,L;L;LI;LBody -O,B-Tete,Règlement,13,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,12134,,Artifact, -O,I-Tete,de,13,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,12134,,Artifact, -O,I-Tete,zonage,13,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,12134,,Artifact, -O,I-Tete,1314-2021-Z,13,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,12134,,Artifact, -O,I-Tete,Chapitre,13,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,12134,,Artifact, -O,I-Tete,2,13,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,12134,,Artifact, -O,I-Tete,–,13,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,12134,,Artifact, -O,I-Tete,Dispositions,13,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,12134,,Artifact, -O,I-Tete,"déclaratoires,",13,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,12134,,Artifact, -O,I-Tete,interprétatives,13,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,12134,,Artifact, -O,I-Tete,et,13,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,12134,,Artifact, -O,I-Tete,administratives,13,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,12134,,Artifact, -O,B-Section,SECTION,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,85,136,74,88,12171,0,P,H2 -O,I-Section,3,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,139,146,74,88,12171,0,P,H2 -O,I-Section,INTERPRÉTATION,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,159,259,74,88,12171,0,P,H2 -O,B-SousSection,RÈGLES,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,227,114,124,12211,3,P,H2 -O,I-SousSection,GÉNÉRALES,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,229,280,114,124,12211,3,P,H2 -O,I-SousSection,D’INTERPRÉTATION,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,282,363,114,124,12211,3,P,H2 -O,B-Article,11.,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,143,153,12240,6,P,H3 -O,I-Article,Table,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,143,143,153,12240,6,P,H3 -O,I-Article,des,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,145,159,143,153,12240,6,P,H3 -O,I-Article,"matières,",13,612,1008,ABCDEE+ArialNarrow-Bold,#000,161,197,143,153,12240,6,P,H3 -O,I-Article,en-tête,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,200,226,143,153,12240,6,P,H3 -O,I-Article,et,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,229,236,143,153,12240,6,P,H3 -O,I-Article,pied,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,238,255,143,153,12240,6,P,H3 -O,I-Article,de,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,257,267,143,153,12240,6,P,H3 -O,I-Article,page,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,269,288,143,153,12240,6,P,H3 -O,B-Alinea,Les,13,612,1008,ABCDEE+ArialNarrow,#000,85,98,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,éléments,13,612,1008,ABCDEE+ArialNarrow,#000,101,134,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivants,13,612,1008,ABCDEE+ArialNarrow,#000,136,166,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,168,178,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,180,188,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,191,227,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ne,13,612,1008,ABCDEE+ArialNarrow,#000,230,239,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,13,612,1008,ABCDEE+ArialNarrow,#000,241,256,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,montrés,13,612,1008,ABCDEE+ArialNarrow,#000,259,288,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,qu’à,13,612,1008,ABCDEE+ArialNarrow,#000,291,306,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,titre,13,612,1008,ABCDEE+ArialNarrow,#000,308,322,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,indicatif,13,612,1008,ABCDEE+ArialNarrow,#000,324,352,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#000,354,361,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,n’en,13,612,1008,ABCDEE+ArialNarrow,#000,364,379,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,font,13,612,1008,ABCDEE+ArialNarrow,#000,381,395,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pas,13,612,1008,ABCDEE+ArialNarrow,#000,397,411,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,partie,13,612,1008,ABCDEE+ArialNarrow,#000,413,433,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,:,13,612,1008,ABCDEE+ArialNarrow,#000,436,438,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody -O,B-Liste,La,13,612,1008,ABCDEE+ArialNarrow,#000,132,141,181,191,12278,10,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,table,13,612,1008,ABCDEE+ArialNarrow,#000,143,161,181,191,12278,10,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,13,612,1008,ABCDEE+ArialNarrow,#000,163,176,181,191,12278,10,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,matières;,13,612,1008,ABCDEE+ArialNarrow,#000,179,212,181,191,12278,10,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,Les,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,198,208,12296,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,en-têtes;,13,612,1008,ABCDEE+ArialNarrow,#000,147,179,198,208,12296,14,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,Les,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pieds,13,612,1008,ABCDEE+ArialNarrow,#000,147,167,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,13,612,1008,ABCDEE+ArialNarrow,#000,169,178,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"page,",13,612,1008,ABCDEE+ArialNarrow,#000,180,201,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,y,13,612,1008,ABCDEE+ArialNarrow,#000,203,207,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,compris,13,612,1008,ABCDEE+ArialNarrow,#000,210,238,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,13,612,1008,ABCDEE+ArialNarrow,#000,240,247,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pagination;,13,612,1008,ABCDEE+ArialNarrow,#000,249,289,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,Les,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,illustrations,13,612,1008,ABCDEE+ArialNarrow,#000,147,188,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’ambiance,13,612,1008,ABCDEE+ArialNarrow,#000,191,233,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,se,13,612,1008,ABCDEE+ArialNarrow,#000,235,244,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,situant,13,612,1008,ABCDEE+ArialNarrow,#000,247,271,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,directement,13,612,1008,ABCDEE+ArialNarrow,#000,273,316,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,en,13,612,1008,ABCDEE+ArialNarrow,#000,319,328,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dessous,13,612,1008,ABCDEE+ArialNarrow,#000,330,361,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,13,612,1008,ABCDEE+ArialNarrow,#000,363,373,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,titre,13,612,1008,ABCDEE+ArialNarrow,#000,375,389,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,13,612,1008,ABCDEE+ArialNarrow,#000,391,405,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,sections,13,612,1008,ABCDEE+ArialNarrow,#000,407,437,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,et,13,612,1008,ABCDEE+ArialNarrow,#000,440,447,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,13,612,1008,ABCDEE+ArialNarrow,#000,449,463,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,sous-sections,13,612,1008,ABCDEE+ArialNarrow,#000,465,515,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,13,612,1008,ABCDEE+ArialNarrow,#000,518,527,233,243,12331,26,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,chapitre,13,612,1008,ABCDEE+ArialNarrow,#000,132,161,245,255,12342,27,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,7,13,612,1008,ABCDEE+ArialNarrow,#000,163,167,245,255,12342,27,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,concernant,13,612,1008,ABCDEE+ArialNarrow,#000,169,210,245,255,12342,27,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,13,612,1008,ABCDEE+ArialNarrow,#000,212,223,245,255,12342,27,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,types,13,612,1008,ABCDEE+ArialNarrow,#000,225,244,245,255,12342,27,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,13,612,1008,ABCDEE+ArialNarrow,#000,246,255,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"milieux,",13,612,1008,ABCDEE+ArialNarrow,#000,257,285,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,qui,13,612,1008,ABCDEE+ArialNarrow,#000,287,298,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ne,13,612,1008,ABCDEE+ArialNarrow,#000,300,309,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,servent,13,612,1008,ABCDEE+ArialNarrow,#000,311,338,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,qu’à,13,612,1008,ABCDEE+ArialNarrow,#000,340,356,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"imager,",13,612,1008,ABCDEE+ArialNarrow,#000,358,385,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,13,612,1008,ABCDEE+ArialNarrow,#000,387,392,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,titre,13,612,1008,ABCDEE+ArialNarrow,#000,394,408,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"indicatif,",13,612,1008,ABCDEE+ArialNarrow,#000,410,440,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’aménagement,13,612,1008,ABCDEE+ArialNarrow,#000,442,498,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,général,13,612,1008,ABCDEE+ArialNarrow,#000,500,527,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,256,266,12354,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,types,13,612,1008,ABCDEE+ArialNarrow,#000,147,167,256,266,12354,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,13,612,1008,ABCDEE+ArialNarrow,#000,169,178,256,266,12354,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux.,13,612,1008,ABCDEE+ArialNarrow,#000,180,208,256,266,12354,29,P,L;L;L;L;L;L;L;LI;LBody -O,B-Alinea,La,13,612,1008,ABCDEE+ArialNarrow,#000,85,94,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"modification,",13,612,1008,ABCDEE+ArialNarrow,#000,98,144,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,148,154,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,correction,13,612,1008,ABCDEE+ArialNarrow,#000,158,194,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,198,207,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,211,217,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,mise,13,612,1008,ABCDEE+ArialNarrow,#000,221,239,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#000,243,247,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,jour,13,612,1008,ABCDEE+ArialNarrow,#000,251,265,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,269,278,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ces,13,612,1008,ABCDEE+ArialNarrow,#000,282,294,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,éléments,13,612,1008,ABCDEE+ArialNarrow,#000,298,331,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ne,13,612,1008,ABCDEE+ArialNarrow,#000,335,344,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,requiert,13,612,1008,ABCDEE+ArialNarrow,#000,348,376,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,donc,13,612,1008,ABCDEE+ArialNarrow,#000,380,398,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pas,13,612,1008,ABCDEE+ArialNarrow,#000,402,415,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’adoption,13,612,1008,ABCDEE+ArialNarrow,#000,419,454,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,13,612,1008,ABCDEE+ArialNarrow,#000,458,473,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,477,514,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,518,527,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,modification,13,612,1008,ABCDEE+ArialNarrow,#000,85,129,288,298,12386,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,131,140,288,298,12386,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,142,151,288,298,12386,31,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement.,13,612,1008,ABCDEE+ArialNarrow,#000,153,192,288,298,12386,31,P,L;L;L;L;L;L;LI;LBody -O,B-Article,12.,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,318,328,12415,32,P,H3 -O,I-Article,Interprétation,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,174,318,328,12415,32,P,H3 -O,I-Article,du,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,176,186,318,328,12415,32,P,H3 -O,I-Article,texte,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,189,208,318,328,12415,32,P,H3 -O,B-Alinea,De,13,612,1008,ABCDEE+ArialNarrow,#000,85,96,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,façon,13,612,1008,ABCDEE+ArialNarrow,#000,98,118,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"générale,",13,612,1008,ABCDEE+ArialNarrow,#000,120,154,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’interprétation,13,612,1008,ABCDEE+ArialNarrow,#000,157,208,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,doit,13,612,1008,ABCDEE+ArialNarrow,#000,210,224,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,respecter,13,612,1008,ABCDEE+ArialNarrow,#000,226,260,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#000,262,273,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règles,13,612,1008,ABCDEE+ArialNarrow,#000,275,298,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivantes,13,612,1008,ABCDEE+ArialNarrow,#000,300,334,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,:,13,612,1008,ABCDEE+ArialNarrow,#000,337,339,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody -O,B-Liste,Les,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,titres,13,612,1008,ABCDEE+ArialNarrow,#000,148,165,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,contenus,13,612,1008,ABCDEE+ArialNarrow,#000,168,202,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,13,612,1008,ABCDEE+ArialNarrow,#000,204,222,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ce,13,612,1008,ABCDEE+ArialNarrow,#000,225,234,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,237,273,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,en,13,612,1008,ABCDEE+ArialNarrow,#000,276,285,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,font,13,612,1008,ABCDEE+ArialNarrow,#000,288,302,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partie,13,612,1008,ABCDEE+ArialNarrow,#000,305,325,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,intégrante.,13,612,1008,ABCDEE+ArialNarrow,#000,328,367,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,En,13,612,1008,ABCDEE+ArialNarrow,#000,370,380,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cas,13,612,1008,ABCDEE+ArialNarrow,#000,382,395,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,13,612,1008,ABCDEE+ArialNarrow,#000,398,407,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,contradiction,13,612,1008,ABCDEE+ArialNarrow,#000,410,456,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,entre,13,612,1008,ABCDEE+ArialNarrow,#000,459,478,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,481,487,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,texte,13,612,1008,ABCDEE+ArialNarrow,#000,490,508,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,et,13,612,1008,ABCDEE+ArialNarrow,#000,511,518,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,521,527,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"titre,",13,612,1008,ABCDEE+ArialNarrow,#000,132,148,367,377,12465,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,150,156,367,377,12465,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,texte,13,612,1008,ABCDEE+ArialNarrow,#000,158,176,367,377,12465,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prévaut;,13,612,1008,ABCDEE+ArialNarrow,#000,179,208,367,377,12465,37,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,L’emploi,13,612,1008,ABCDEE+ArialNarrow,#000,132,162,385,395,12482,41,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,13,612,1008,ABCDEE+ArialNarrow,#000,164,178,385,395,12482,41,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,verbes,13,612,1008,ABCDEE+ArialNarrow,#000,180,205,385,395,12482,41,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,au,13,612,1008,ABCDEE+ArialNarrow,#000,207,216,385,395,12482,41,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,présent,13,612,1008,ABCDEE+ArialNarrow,#000,218,246,385,395,12482,41,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,inclut,13,612,1008,ABCDEE+ArialNarrow,#000,248,267,385,395,12482,42,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,269,276,385,395,12482,42,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,futur,13,612,1008,ABCDEE+ArialNarrow,#000,278,294,385,395,12482,42,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,13,612,1008,ABCDEE+ArialNarrow,#000,297,299,385,395,12482,42,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,Les,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,mots,13,612,1008,ABCDEE+ArialNarrow,#000,148,166,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,écrits,13,612,1008,ABCDEE+ArialNarrow,#000,169,189,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,au,13,612,1008,ABCDEE+ArialNarrow,#000,193,202,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,singulier,13,612,1008,ABCDEE+ArialNarrow,#000,205,236,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprennent,13,612,1008,ABCDEE+ArialNarrow,#000,239,287,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,290,297,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pluriel,13,612,1008,ABCDEE+ArialNarrow,#000,300,322,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,et,13,612,1008,ABCDEE+ArialNarrow,#000,325,332,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,336,342,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pluriel,13,612,1008,ABCDEE+ArialNarrow,#000,345,367,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprend,13,612,1008,ABCDEE+ArialNarrow,#000,371,407,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,411,417,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"singulier,",13,612,1008,ABCDEE+ArialNarrow,#000,421,453,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,chaque,13,612,1008,ABCDEE+ArialNarrow,#000,457,484,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,fois,13,612,1008,ABCDEE+ArialNarrow,#000,487,500,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,que,13,612,1008,ABCDEE+ArialNarrow,#000,503,517,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,520,527,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,contexte,13,612,1008,ABCDEE+ArialNarrow,#000,132,163,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,se,13,612,1008,ABCDEE+ArialNarrow,#000,165,173,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prête,13,612,1008,ABCDEE+ArialNarrow,#000,176,195,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,13,612,1008,ABCDEE+ArialNarrow,#000,197,201,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cette,13,612,1008,ABCDEE+ArialNarrow,#000,204,221,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,extension;,13,612,1008,ABCDEE+ArialNarrow,#000,224,261,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,Le,13,612,1008,ABCDEE+ArialNarrow,#000,132,141,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,genre,13,612,1008,ABCDEE+ArialNarrow,#000,143,164,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,masculin,13,612,1008,ABCDEE+ArialNarrow,#000,166,199,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprend,13,612,1008,ABCDEE+ArialNarrow,#000,201,237,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,240,246,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,genre,13,612,1008,ABCDEE+ArialNarrow,#000,248,269,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,féminin,13,612,1008,ABCDEE+ArialNarrow,#000,272,298,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,13,612,1008,ABCDEE+ArialNarrow,#000,300,305,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,moins,13,612,1008,ABCDEE+ArialNarrow,#000,307,329,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,que,13,612,1008,ABCDEE+ArialNarrow,#000,331,345,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,347,354,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,contexte,13,612,1008,ABCDEE+ArialNarrow,#000,356,387,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,n'indique,13,612,1008,ABCDEE+ArialNarrow,#000,389,422,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,424,430,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,contraire,13,612,1008,ABCDEE+ArialNarrow,#000,433,465,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,13,612,1008,ABCDEE+ArialNarrow,#000,467,469,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,Avec,13,612,1008,ABCDEE+ArialNarrow,#000,132,150,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’emploi,13,612,1008,ABCDEE+ArialNarrow,#000,152,180,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,13,612,1008,ABCDEE+ArialNarrow,#000,182,191,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,mot,13,612,1008,ABCDEE+ArialNarrow,#000,194,207,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,13,612,1008,ABCDEE+ArialNarrow,#000,210,214,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,doit,13,612,1008,ABCDEE+ArialNarrow,#000,216,230,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,13,612,1008,ABCDEE+ArialNarrow,#000,232,236,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,13,612,1008,ABCDEE+ArialNarrow,#000,239,248,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,13,612,1008,ABCDEE+ArialNarrow,#000,250,255,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,devra,13,612,1008,ABCDEE+ArialNarrow,#000,257,277,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"»,",13,612,1008,ABCDEE+ArialNarrow,#000,280,287,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’obligation,13,612,1008,ABCDEE+ArialNarrow,#000,289,328,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,13,612,1008,ABCDEE+ArialNarrow,#000,330,341,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,absolue,13,612,1008,ABCDEE+ArialNarrow,#000,343,372,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,Le,13,612,1008,ABCDEE+ArialNarrow,#000,132,141,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,mot,13,612,1008,ABCDEE+ArialNarrow,#000,145,159,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,13,612,1008,ABCDEE+ArialNarrow,#000,163,167,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,quiconque,13,612,1008,ABCDEE+ArialNarrow,#000,171,209,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,13,612,1008,ABCDEE+ArialNarrow,#000,213,218,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,inclut,13,612,1008,ABCDEE+ArialNarrow,#000,222,241,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,toute,13,612,1008,ABCDEE+ArialNarrow,#000,245,263,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,personne,13,612,1008,ABCDEE+ArialNarrow,#000,267,302,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,morale,13,612,1008,ABCDEE+ArialNarrow,#000,306,331,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,13,612,1008,ABCDEE+ArialNarrow,#000,335,344,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,physique,13,612,1008,ABCDEE+ArialNarrow,#000,348,381,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,13,612,1008,ABCDEE+ArialNarrow,#000,385,394,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,toute,13,612,1008,ABCDEE+ArialNarrow,#000,398,417,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,société,13,612,1008,ABCDEE+ArialNarrow,#000,421,447,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,en,13,612,1008,ABCDEE+ArialNarrow,#000,451,460,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,nom,13,612,1008,ABCDEE+ArialNarrow,#000,464,480,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"collectif,",13,612,1008,ABCDEE+ArialNarrow,#000,484,514,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,en,13,612,1008,ABCDEE+ArialNarrow,#000,518,527,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,commandite,13,612,1008,ABCDEE+ArialNarrow,#000,132,176,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,13,612,1008,ABCDEE+ArialNarrow,#000,179,188,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,en,13,612,1008,ABCDEE+ArialNarrow,#000,190,199,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,participation,13,612,1008,ABCDEE+ArialNarrow,#000,201,245,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,au,13,612,1008,ABCDEE+ArialNarrow,#000,248,257,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,sens,13,612,1008,ABCDEE+ArialNarrow,#000,259,277,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,13,612,1008,ABCDEE+ArialNarrow,#000,279,288,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Code,13,612,1008,ABCDEE+ArialNarrow,#000,290,310,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,civil,13,612,1008,ABCDEE+ArialNarrow,#000,312,326,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,13,612,1008,ABCDEE+ArialNarrow,#000,328,337,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Québec.,13,612,1008,ABCDEE+ArialNarrow,#000,339,370,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody -O,B-Article,13.,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,507,517,12604,62,P,H3 -O,I-Article,Règles,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,148,507,517,12604,62,P,H3 -O,I-Article,de,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,150,160,507,517,12604,62,P,H3 -O,I-Article,préséance,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,162,203,507,517,12604,62,P,H3 -O,B-Alinea,En,13,612,1008,ABCDEE+ArialNarrow,#000,85,95,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,cas,13,612,1008,ABCDEE+ArialNarrow,#000,97,110,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"d'incompatibilité,",13,612,1008,ABCDEE+ArialNarrow,#000,112,173,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,entre,13,612,1008,ABCDEE+ArialNarrow,#000,175,194,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,deux,13,612,1008,ABCDEE+ArialNarrow,#000,196,214,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,13,612,1008,ABCDEE+ArialNarrow,#000,216,259,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#000,262,266,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l'intérieur,13,612,1008,ABCDEE+ArialNarrow,#000,268,301,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,304,313,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,315,324,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,326,363,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,365,374,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,13,612,1008,ABCDEE+ArialNarrow,#000,377,394,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,397,405,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,408,444,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#000,446,453,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,13,612,1008,ABCDEE+ArialNarrow,#000,456,465,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,autre,13,612,1008,ABCDEE+ArialNarrow,#000,467,486,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"règlement,",13,612,1008,ABCDEE+ArialNarrow,#000,488,527,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,85,91,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,disposition,13,612,1008,ABCDEE+ArialNarrow,#000,94,132,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,spécifique,13,612,1008,ABCDEE+ArialNarrow,#000,135,172,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,174,183,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,particulière,13,612,1008,ABCDEE+ArialNarrow,#000,185,225,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,prévaut,13,612,1008,ABCDEE+ArialNarrow,#000,228,255,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,13,612,1008,ABCDEE+ArialNarrow,#000,257,269,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,271,278,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,disposition,13,612,1008,ABCDEE+ArialNarrow,#000,280,318,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,générale.,13,612,1008,ABCDEE+ArialNarrow,#000,321,355,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,Lorsqu'une,13,612,1008,ABCDEE+ArialNarrow,#000,85,125,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,restriction,13,612,1008,ABCDEE+ArialNarrow,#000,129,164,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,167,176,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,13,612,1008,ABCDEE+ArialNarrow,#000,179,193,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,interdiction,13,612,1008,ABCDEE+ArialNarrow,#000,196,236,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,prescrite,13,612,1008,ABCDEE+ArialNarrow,#000,239,271,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,par,13,612,1008,ABCDEE+ArialNarrow,#000,274,286,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,289,298,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,301,337,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,340,350,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l'une,13,612,1008,ABCDEE+ArialNarrow,#000,353,370,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,quelconque,13,612,1008,ABCDEE+ArialNarrow,#000,373,415,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,419,428,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ses,13,612,1008,ABCDEE+ArialNarrow,#000,431,444,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,13,612,1008,ABCDEE+ArialNarrow,#000,447,490,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,se,13,612,1008,ABCDEE+ArialNarrow,#000,493,502,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,révèle,13,612,1008,ABCDEE+ArialNarrow,#000,505,527,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,incompatible,13,612,1008,ABCDEE+ArialNarrow,#000,85,131,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,134,143,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,13,612,1008,ABCDEE+ArialNarrow,#000,146,155,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,désaccord,13,612,1008,ABCDEE+ArialNarrow,#000,157,195,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,avec,13,612,1008,ABCDEE+ArialNarrow,#000,198,215,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tout,13,612,1008,ABCDEE+ArialNarrow,#000,218,232,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,autre,13,612,1008,ABCDEE+ArialNarrow,#000,234,253,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,256,292,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,295,304,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,avec,13,612,1008,ABCDEE+ArialNarrow,#000,306,324,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,13,612,1008,ABCDEE+ArialNarrow,#000,326,340,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,autre,13,612,1008,ABCDEE+ArialNarrow,#000,343,362,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,disposition,13,612,1008,ABCDEE+ArialNarrow,#000,364,403,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,405,415,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,417,426,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"règlement,",13,612,1008,ABCDEE+ArialNarrow,#000,429,467,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,470,476,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,disposition,13,612,1008,ABCDEE+ArialNarrow,#000,479,518,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,520,527,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plus,13,612,1008,ABCDEE+ArialNarrow,#000,85,100,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,restrictive,13,612,1008,ABCDEE+ArialNarrow,#222,102,137,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#222,140,149,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,prohibitive,13,612,1008,ABCDEE+ArialNarrow,#222,151,189,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,doit,13,612,1008,ABCDEE+ArialNarrow,#222,191,204,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"s'appliquer,",13,612,1008,ABCDEE+ArialNarrow,#222,206,248,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,250,255,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,moins,13,612,1008,ABCDEE+ArialNarrow,#222,257,279,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,qu'il,13,612,1008,ABCDEE+ArialNarrow,#222,281,296,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,y,13,612,1008,ABCDEE+ArialNarrow,#222,298,302,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ait,13,612,1008,ABCDEE+ArialNarrow,#222,304,313,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,indication,13,612,1008,ABCDEE+ArialNarrow,#222,315,350,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,contraire.,13,612,1008,ABCDEE+ArialNarrow,#222,352,386,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody -O,B-Article,14.,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,612,622,12709,65,P,H3 -O,I-Article,Interprétation,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,174,612,622,12709,65,P,H3 -O,I-Article,des,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,176,190,612,622,12709,65,P,H3 -O,I-Article,"tableaux,",13,612,1008,ABCDEE+ArialNarrow-Bold,#222,193,228,612,622,12709,65,P,H3 -O,I-Article,des,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,230,245,612,622,12709,65,P,H3 -O,I-Article,"illustrations,",13,612,1008,ABCDEE+ArialNarrow-Bold,#222,247,296,612,622,12709,65,P,H3 -O,I-Article,des,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,298,312,612,622,12709,65,P,H3 -O,I-Article,graphiques,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,314,359,612,622,12709,65,P,H3 -O,I-Article,et,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,361,368,612,622,12709,65,P,H3 -O,I-Article,des,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,370,385,612,622,12709,65,P,H3 -O,I-Article,fiches,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,387,410,612,622,12709,65,P,H3 -O,I-Article,de,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,413,422,612,622,12709,65,P,H3 -O,I-Article,types,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,425,446,612,622,12709,65,P,H3 -O,I-Article,de,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,448,458,612,622,12709,65,P,H3 -O,I-Article,milieux,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,460,488,612,622,12709,65,P,H3 -O,B-Alinea,Les,13,612,1008,ABCDEE+ArialNarrow,#222,85,98,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"tableaux,",13,612,1008,ABCDEE+ArialNarrow,#222,101,134,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#222,136,147,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"illustrations,",13,612,1008,ABCDEE+ArialNarrow,#222,149,192,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#222,195,205,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"graphiques,",13,612,1008,ABCDEE+ArialNarrow,#222,208,250,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#222,253,263,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fiches,13,612,1008,ABCDEE+ArialNarrow,#222,266,287,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,289,298,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,13,612,1008,ABCDEE+ArialNarrow,#222,301,320,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,323,332,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,13,612,1008,ABCDEE+ArialNarrow,#222,334,360,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,362,369,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,toute,13,612,1008,ABCDEE+ArialNarrow,#222,371,389,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,forme,13,612,1008,ABCDEE+ArialNarrow,#222,392,413,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d'expression,13,612,1008,ABCDEE+ArialNarrow,#222,415,461,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,autre,13,612,1008,ABCDEE+ArialNarrow,#222,463,482,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,que,13,612,1008,ABCDEE+ArialNarrow,#222,484,498,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,500,507,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,texte,13,612,1008,ABCDEE+ArialNarrow,#222,509,527,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,proprement,13,612,1008,ABCDEE+ArialNarrow,#222,85,127,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"dit,",13,612,1008,ABCDEE+ArialNarrow,#222,129,140,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,contenus,13,612,1008,ABCDEE+ArialNarrow,#222,143,176,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,13,612,1008,ABCDEE+ArialNarrow,#222,178,196,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#222,198,207,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#222,209,246,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,248,255,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,auxquels,13,612,1008,ABCDEE+ArialNarrow,#222,257,290,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,il,13,612,1008,ABCDEE+ArialNarrow,#222,292,296,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,y,13,612,1008,ABCDEE+ArialNarrow,#222,298,302,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,13,612,1008,ABCDEE+ArialNarrow,#222,304,315,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"référé,",13,612,1008,ABCDEE+ArialNarrow,#222,318,341,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,13,612,1008,ABCDEE+ArialNarrow,#222,344,353,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,font,13,612,1008,ABCDEE+ArialNarrow,#222,355,369,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,partie,13,612,1008,ABCDEE+ArialNarrow,#222,371,391,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,intégrante,13,612,1008,ABCDEE+ArialNarrow,#222,394,430,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,432,437,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,toutes,13,612,1008,ABCDEE+ArialNarrow,#222,439,462,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fins,13,612,1008,ABCDEE+ArialNarrow,#222,464,477,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,que,13,612,1008,ABCDEE+ArialNarrow,#222,479,493,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,495,504,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,droit;,13,612,1008,ABCDEE+ArialNarrow,#222,506,525,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,En,13,612,1008,ABCDEE+ArialNarrow,#222,85,95,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,cas,13,612,1008,ABCDEE+ArialNarrow,#222,97,110,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,113,122,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,contradiction,13,612,1008,ABCDEE+ArialNarrow,#222,124,171,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,entre,13,612,1008,ABCDEE+ArialNarrow,#222,173,192,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,194,200,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,texte,13,612,1008,ABCDEE+ArialNarrow,#222,203,221,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,223,230,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#222,232,243,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"tableaux,",13,612,1008,ABCDEE+ArialNarrow,#222,245,278,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"illustrations,",13,612,1008,ABCDEE+ArialNarrow,#222,281,324,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,graphiques,13,612,1008,ABCDEE+ArialNarrow,#222,326,367,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,369,376,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,autres,13,612,1008,ABCDEE+ArialNarrow,#222,379,401,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,formes,13,612,1008,ABCDEE+ArialNarrow,#222,404,429,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"d'expression,",13,612,1008,ABCDEE+ArialNarrow,#222,431,479,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,481,486,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l'exception,13,612,1008,ABCDEE+ArialNarrow,#222,488,527,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,85,94,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#222,97,103,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fiche,13,612,1008,ABCDEE+ArialNarrow,#222,105,122,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,125,134,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,13,612,1008,ABCDEE+ArialNarrow,#222,136,152,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,154,163,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"milieu,",13,612,1008,ABCDEE+ArialNarrow,#222,165,189,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,191,198,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,texte,13,612,1008,ABCDEE+ArialNarrow,#222,200,218,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,prévaut;,13,612,1008,ABCDEE+ArialNarrow,#222,220,250,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,En,13,612,1008,ABCDEE+ArialNarrow,#222,85,95,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,cas,13,612,1008,ABCDEE+ArialNarrow,#222,97,110,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,112,122,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,contradiction,13,612,1008,ABCDEE+ArialNarrow,#222,124,170,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,entre,13,612,1008,ABCDEE+ArialNarrow,#222,173,191,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,194,200,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,texte,13,612,1008,ABCDEE+ArialNarrow,#222,202,220,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,222,229,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#222,231,238,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fiche,13,612,1008,ABCDEE+ArialNarrow,#222,240,257,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,260,269,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,13,612,1008,ABCDEE+ArialNarrow,#222,271,287,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,289,298,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"milieu,",13,612,1008,ABCDEE+ArialNarrow,#222,300,324,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#222,326,333,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fiche,13,612,1008,ABCDEE+ArialNarrow,#222,335,352,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,prévaut.,13,612,1008,ABCDEE+ArialNarrow,#222,354,384,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody -O,B-Article,15.,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,726,736,12823,69,P,H3 -O,I-Article,Mesures,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,154,726,736,12823,69,P,H3 -O,B-Alinea,Toutes,13,612,1008,ABCDEE+ArialNarrow,#222,85,110,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#222,112,123,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dimensions,13,612,1008,ABCDEE+ArialNarrow,#222,125,167,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,données,13,612,1008,ABCDEE+ArialNarrow,#222,169,200,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,13,612,1008,ABCDEE+ArialNarrow,#222,203,220,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#222,223,231,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#222,234,270,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,13,612,1008,ABCDEE+ArialNarrow,#222,272,288,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,13,612,1008,ABCDEE+ArialNarrow,#222,290,299,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,système,13,612,1008,ABCDEE+ArialNarrow,#222,302,332,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,international,13,612,1008,ABCDEE+ArialNarrow,#222,334,379,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,(SI).,13,612,1008,ABCDEE+ArialNarrow,#222,381,397,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody -O,B-Article,16.,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,776,786,12873,71,P,H3 -O,I-Article,Terminologie,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,173,776,786,12873,71,P,H3 -O,B-Alinea,Les,13,612,1008,ABCDEE+ArialNarrow,#222,85,98,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"expressions,",13,612,1008,ABCDEE+ArialNarrow,#222,101,147,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,termes,13,612,1008,ABCDEE+ArialNarrow,#222,151,176,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,179,186,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,mots,13,612,1008,ABCDEE+ArialNarrow,#222,189,207,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,utilisés,13,612,1008,ABCDEE+ArialNarrow,#222,210,235,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,13,612,1008,ABCDEE+ArialNarrow,#222,238,255,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,259,265,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,13,612,1008,ABCDEE+ArialNarrow,#222,268,295,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#222,299,335,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ont,13,612,1008,ABCDEE+ArialNarrow,#222,338,349,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,353,359,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sens,13,612,1008,ABCDEE+ArialNarrow,#222,362,379,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,382,389,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’application,13,612,1008,ABCDEE+ArialNarrow,#222,392,435,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,qui,13,612,1008,ABCDEE+ArialNarrow,#222,438,449,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,leur,13,612,1008,ABCDEE+ArialNarrow,#222,452,466,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,13,612,1008,ABCDEE+ArialNarrow,#222,469,485,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,attribués,13,612,1008,ABCDEE+ArialNarrow,#222,488,519,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,522,527,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’annexe,13,612,1008,ABCDEE+ArialNarrow,#222,85,116,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,13,612,1008,ABCDEE+ArialNarrow,#222,118,123,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,B,13,612,1008,ABCDEE+ArialNarrow,#222,125,131,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,»,13,612,1008,ABCDEE+ArialNarrow,#222,133,138,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,13,612,1008,ABCDEE+ArialNarrow,#222,140,149,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,13,612,1008,ABCDEE+ArialNarrow,#222,152,179,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement.,13,612,1008,ABCDEE+ArialNarrow,#222,182,221,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Une,13,612,1008,ABCDEE+ArialNarrow,#222,223,238,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"expression,",13,612,1008,ABCDEE+ArialNarrow,#222,241,282,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,13,612,1008,ABCDEE+ArialNarrow,#222,285,294,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,terme,13,612,1008,ABCDEE+ArialNarrow,#222,297,318,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#222,320,329,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,13,612,1008,ABCDEE+ArialNarrow,#222,332,341,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,mot,13,612,1008,ABCDEE+ArialNarrow,#222,343,357,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,n’étant,13,612,1008,ABCDEE+ArialNarrow,#222,359,384,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pas,13,612,1008,ABCDEE+ArialNarrow,#222,387,400,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,spécifiquement,13,612,1008,ABCDEE+ArialNarrow,#222,402,457,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,défini,13,612,1008,ABCDEE+ArialNarrow,#222,460,480,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,482,487,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’annexe,13,612,1008,ABCDEE+ArialNarrow,#222,489,520,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,13,612,1008,ABCDEE+ArialNarrow,#222,522,527,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,B,13,612,1008,ABCDEE+ArialNarrow,#222,85,91,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,»,13,612,1008,ABCDEE+ArialNarrow,#222,93,97,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,s'emploie,13,612,1008,ABCDEE+ArialNarrow,#222,100,134,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,selon,13,612,1008,ABCDEE+ArialNarrow,#222,136,156,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,158,165,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sens,13,612,1008,ABCDEE+ArialNarrow,#222,167,184,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,communément,13,612,1008,ABCDEE+ArialNarrow,#222,186,241,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,attribué,13,612,1008,ABCDEE+ArialNarrow,#222,243,270,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,273,277,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,cette,13,612,1008,ABCDEE+ArialNarrow,#222,280,297,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"expression,",13,612,1008,ABCDEE+ArialNarrow,#222,300,341,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,terme,13,612,1008,ABCDEE+ArialNarrow,#222,344,365,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#222,367,376,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,mot.,13,612,1008,ABCDEE+ArialNarrow,#222,378,394,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody -O,B-SousSection,RÈGLES,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,227,855,865,12952,75,P,H2 -O,I-SousSection,D’INTERPRÉTATION,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,229,309,855,865,12952,75,P,H2 -O,I-SousSection,DU,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,312,323,855,865,12952,76,P,H2 -O,I-SousSection,PLAN,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,326,348,855,865,12952,76,P,H2 -O,I-SousSection,DE,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,350,362,855,865,12952,76,P,H2 -O,I-SousSection,ZONAGE,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,364,399,855,865,12952,76,P,H2 -O,B-Article,17.,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,884,894,12981,79,P,H3 -O,I-Article,Division,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,153,884,894,12981,79,P,H3 -O,I-Article,du,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,155,165,884,894,12981,79,P,H3 -O,I-Article,territoire,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,168,201,884,894,12981,79,P,H3 -O,I-Article,en,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,204,213,884,894,12981,79,P,H3 -O,I-Article,zones,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,215,239,884,894,12981,79,P,H3 -O,B-Alinea,Aux,13,612,1008,ABCDEE+ArialNarrow,#222,85,99,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fins,13,612,1008,ABCDEE+ArialNarrow,#222,102,114,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,13,612,1008,ABCDEE+ArialNarrow,#222,117,126,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,13,612,1008,ABCDEE+ArialNarrow,#222,129,156,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"règlement,",13,612,1008,ABCDEE+ArialNarrow,#222,158,197,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,200,206,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,territoire,13,612,1008,ABCDEE+ArialNarrow,#222,209,239,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,241,250,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#222,253,259,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Ville,13,612,1008,ABCDEE+ArialNarrow,#222,262,277,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,280,289,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Sainte-Adèle,13,612,1008,ABCDEE+ArialNarrow,#222,291,338,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,13,612,1008,ABCDEE+ArialNarrow,#222,341,352,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,divisé,13,612,1008,ABCDEE+ArialNarrow,#222,354,375,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,13,612,1008,ABCDEE+ArialNarrow,#222,378,387,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"zones,",13,612,1008,ABCDEE+ArialNarrow,#222,390,414,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,telles,13,612,1008,ABCDEE+ArialNarrow,#222,416,435,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,qu’identifiées,13,612,1008,ABCDEE+ArialNarrow,#222,438,486,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,au,13,612,1008,ABCDEE+ArialNarrow,#222,488,497,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plan,13,612,1008,ABCDEE+ArialNarrow,#222,500,515,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,518,527,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zonage,13,612,1008,ABCDEE+ArialNarrow,#222,85,112,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,annexé,13,612,1008,ABCDEE+ArialNarrow,#222,114,141,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,au,13,612,1008,ABCDEE+ArialNarrow,#222,143,153,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,13,612,1008,ABCDEE+ArialNarrow,#222,155,182,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#222,185,221,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,223,228,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’annexe,13,612,1008,ABCDEE+ArialNarrow,#222,230,261,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,13,612,1008,ABCDEE+ArialNarrow,#000,263,268,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,A,13,612,1008,ABCDEE+ArialNarrow,#000,270,275,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,».,13,612,1008,ABCDEE+ArialNarrow,#000,278,284,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody -O,B-Tete,Règlement,14,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,13142,,Artifact, -O,I-Tete,de,14,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,13142,,Artifact, -O,I-Tete,zonage,14,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,13142,,Artifact, -O,I-Tete,1314-2021-Z,14,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,13142,,Artifact, -O,I-Tete,Chapitre,14,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,13142,,Artifact, -O,I-Tete,2,14,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,13142,,Artifact, -O,I-Tete,–,14,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,13142,,Artifact, -O,I-Tete,Dispositions,14,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,13142,,Artifact, -O,I-Tete,"déclaratoires,",14,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,13142,,Artifact, -O,I-Tete,interprétatives,14,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,13142,,Artifact, -O,I-Tete,et,14,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,13142,,Artifact, -O,I-Tete,administratives,14,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,13142,,Artifact, -O,B-Article,18.,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,73,83,13179,0,P,H3 -O,I-Article,Identification,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,172,73,83,13179,0,P,H3 -O,I-Article,des,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,174,189,73,83,13179,0,P,H3 -O,I-Article,zones,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,191,214,73,83,13179,0,P,H3 -O,B-Alinea,Chaque,14,612,1008,ABCDEE+ArialNarrow,#000,85,114,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zone,14,612,1008,ABCDEE+ArialNarrow,#000,116,134,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,14,612,1008,ABCDEE+ArialNarrow,#000,136,145,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plan,14,612,1008,ABCDEE+ArialNarrow,#000,147,162,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,164,173,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zonage,14,612,1008,ABCDEE+ArialNarrow,#000,176,202,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,14,612,1008,ABCDEE+ArialNarrow,#000,205,215,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,identifiée,14,612,1008,ABCDEE+ArialNarrow,#000,218,250,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,par,14,612,1008,ABCDEE+ArialNarrow,#000,252,264,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,14,612,1008,ABCDEE+ArialNarrow,#000,266,280,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,référence,14,612,1008,ABCDEE+ArialNarrow,#000,282,317,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"alphanumérique,",14,612,1008,ABCDEE+ArialNarrow,#000,319,380,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,comme,14,612,1008,ABCDEE+ArialNarrow,#000,382,409,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,celles,14,612,1008,ABCDEE+ArialNarrow,#000,411,432,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,montrés,14,612,1008,ABCDEE+ArialNarrow,#000,434,463,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ci-dessous,14,612,1008,ABCDEE+ArialNarrow,#000,465,505,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,14,612,1008,ABCDEE+ArialNarrow,#000,507,511,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,titre,14,612,1008,ABCDEE+ArialNarrow,#000,513,527,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’exemple,14,612,1008,ABCDEE+ArialNarrow,#000,85,122,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,14,612,1008,ABCDEE+ArialNarrow,#000,125,132,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,composée,14,612,1008,ABCDEE+ArialNarrow,#000,134,172,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,14,612,1008,ABCDEE+ArialNarrow,#000,174,187,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,éléments,14,612,1008,ABCDEE+ArialNarrow,#000,189,223,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivants,14,612,1008,ABCDEE+ArialNarrow,#000,225,255,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,:,14,612,1008,ABCDEE+ArialNarrow,#000,257,260,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody -O,B-Figure,T1.1,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,286,303,123,133,13228,2,P,P -O,I-Figure,–,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,305,310,123,133,13228,2,P,P -O,I-Figure,001,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,312,326,123,133,13228,2,P,P -O,I-Figure,ZI.2,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,288,302,134,144,13240,3,P,P -O,I-Figure,–,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,304,309,134,144,13240,3,P,P -O,I-Figure,002,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,311,325,134,144,13240,3,P,P -O,B-Liste,l’élément,14,612,1008,ABCDEE+ArialNarrow,#000,132,164,152,162,13257,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#000,167,176,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cette,14,612,1008,ABCDEE+ArialNarrow,#000,180,197,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,référence,14,612,1008,ABCDEE+ArialNarrow,#000,200,235,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,situé,14,612,1008,ABCDEE+ArialNarrow,#000,238,255,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,avant,14,612,1008,ABCDEE+ArialNarrow,#000,258,278,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#000,281,288,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,trait,14,612,1008,ABCDEE+ArialNarrow,#000,291,304,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’union,14,612,1008,ABCDEE+ArialNarrow,#000,307,334,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,14,612,1008,ABCDEE+ArialNarrow,#000,337,348,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,un,14,612,1008,ABCDEE+ArialNarrow,#000,351,360,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,code,14,612,1008,ABCDEE+ArialNarrow,#000,363,381,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,alphanumérique,14,612,1008,ABCDEE+ArialNarrow,#000,384,443,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,identifiant,14,612,1008,ABCDEE+ArialNarrow,#000,446,481,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,14,612,1008,ABCDEE+ArialNarrow,#000,484,490,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,catégorie,14,612,1008,ABCDEE+ArialNarrow,#000,493,527,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,14,612,1008,ABCDEE+ArialNarrow,#000,132,147,163,173,13269,8,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,type,14,612,1008,ABCDEE+ArialNarrow,#000,149,165,163,173,13269,8,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#000,167,176,163,173,13269,8,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux,14,612,1008,ABCDEE+ArialNarrow,#000,178,204,163,173,13269,8,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,(ex.,14,612,1008,ABCDEE+ArialNarrow,#000,206,220,163,173,13269,8,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,:,14,612,1008,ABCDEE+ArialNarrow,#000,222,224,163,173,13269,10,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,14,612,1008,ABCDEE+ArialNarrow,#000,227,231,163,173,13269,10,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T1,14,612,1008,ABCDEE+ArialNarrow,#000,233,243,163,173,13269,12,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,14,612,1008,ABCDEE+ArialNarrow,#000,245,250,163,173,13269,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#000,252,261,163,173,13269,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,14,612,1008,ABCDEE+ArialNarrow,#000,263,268,163,173,13269,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ZI,14,612,1008,ABCDEE+ArialNarrow,#000,270,278,163,173,13269,16,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»),14,612,1008,ABCDEE+ArialNarrow,#000,280,287,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,suivi,14,612,1008,ABCDEE+ArialNarrow,#000,289,306,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,14,612,1008,ABCDEE+ArialNarrow,#000,308,323,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,point,14,612,1008,ABCDEE+ArialNarrow,#000,326,343,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,et,14,612,1008,ABCDEE+ArialNarrow,#000,346,353,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,14,612,1008,ABCDEE+ArialNarrow,#000,355,370,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,chiffre,14,612,1008,ABCDEE+ArialNarrow,#000,373,395,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,précisant,14,612,1008,ABCDEE+ArialNarrow,#000,397,430,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#000,433,439,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,type,14,612,1008,ABCDEE+ArialNarrow,#000,441,457,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#000,459,468,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux,14,612,1008,ABCDEE+ArialNarrow,#000,470,496,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#000,498,507,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cette,14,612,1008,ABCDEE+ArialNarrow,#000,509,527,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,catégorie,14,612,1008,ABCDEE+ArialNarrow,#000,132,165,175,185,13280,19,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,(ex,14,612,1008,ABCDEE+ArialNarrow,#000,168,179,175,185,13280,19,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,:,14,612,1008,ABCDEE+ArialNarrow,#000,181,184,175,185,13280,21,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,14,612,1008,ABCDEE+ArialNarrow,#000,186,190,175,185,13280,21,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,.1,14,612,1008,ABCDEE+ArialNarrow,#000,193,200,175,185,13280,23,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,14,612,1008,ABCDEE+ArialNarrow,#000,202,206,175,185,13280,25,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#000,209,218,175,185,13280,25,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,14,612,1008,ABCDEE+ArialNarrow,#000,220,225,175,185,13280,25,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,.2,14,612,1008,ABCDEE+ArialNarrow,#000,227,234,175,185,13280,27,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»);,14,612,1008,ABCDEE+ArialNarrow,#000,236,246,175,185,13280,29,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,l’élément,14,612,1008,ABCDEE+ArialNarrow,#000,132,164,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#000,167,176,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cette,14,612,1008,ABCDEE+ArialNarrow,#000,178,196,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,référence,14,612,1008,ABCDEE+ArialNarrow,#000,198,233,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,situé,14,612,1008,ABCDEE+ArialNarrow,#000,235,252,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,après,14,612,1008,ABCDEE+ArialNarrow,#000,255,275,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#000,278,284,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,trait,14,612,1008,ABCDEE+ArialNarrow,#000,286,300,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’union,14,612,1008,ABCDEE+ArialNarrow,#000,302,329,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,principal,14,612,1008,ABCDEE+ArialNarrow,#000,331,361,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,14,612,1008,ABCDEE+ArialNarrow,#000,364,375,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#000,377,383,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,numéro,14,612,1008,ABCDEE+ArialNarrow,#000,386,413,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,unique,14,612,1008,ABCDEE+ArialNarrow,#000,416,440,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,identifiant,14,612,1008,ABCDEE+ArialNarrow,#000,443,478,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,14,612,1008,ABCDEE+ArialNarrow,#000,480,486,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zone,14,612,1008,ABCDEE+ArialNarrow,#000,489,506,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,(ex.,14,612,1008,ABCDEE+ArialNarrow,#000,509,522,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,:,14,612,1008,ABCDEE+ArialNarrow,#000,525,527,192,202,13298,35,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,001).,14,612,1008,ABCDEE+ArialNarrow,#000,132,150,204,214,13309,36,P,L;L;L;L;L;L;L;LI;LBody -O,B-Alinea,Chacune,14,612,1008,ABCDEE+ArialNarrow,#000,85,118,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,14,612,1008,ABCDEE+ArialNarrow,#000,120,133,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zones,14,612,1008,ABCDEE+ArialNarrow,#000,136,158,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,14,612,1008,ABCDEE+ArialNarrow,#000,160,169,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plan,14,612,1008,ABCDEE+ArialNarrow,#000,171,187,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,189,198,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"zonage,",14,612,1008,ABCDEE+ArialNarrow,#000,200,229,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,14,612,1008,ABCDEE+ArialNarrow,#000,232,238,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dont,14,612,1008,ABCDEE+ArialNarrow,#000,241,257,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,14,612,1008,ABCDEE+ArialNarrow,#000,259,269,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,usages,14,612,1008,ABCDEE+ArialNarrow,#000,272,298,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,14,612,1008,ABCDEE+ArialNarrow,#000,300,307,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,prescriptions,14,612,1008,ABCDEE+ArialNarrow,#000,309,356,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,14,612,1008,ABCDEE+ArialNarrow,#000,358,374,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,décrits,14,612,1008,ABCDEE+ArialNarrow,#000,376,400,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,aux,14,612,1008,ABCDEE+ArialNarrow,#000,402,415,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fiches,14,612,1008,ABCDEE+ArialNarrow,#000,418,439,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,441,451,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,14,612,1008,ABCDEE+ArialNarrow,#000,453,472,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,475,484,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"milieux,",14,612,1008,ABCDEE+ArialNarrow,#000,486,514,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,14,612,1008,ABCDEE+ArialNarrow,#000,516,527,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,identifiée,14,612,1008,ABCDEE+ArialNarrow,#000,85,118,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,14,612,1008,ABCDEE+ArialNarrow,#000,120,125,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,14,612,1008,ABCDEE+ArialNarrow,#000,128,136,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plan,14,612,1008,ABCDEE+ArialNarrow,#000,139,154,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,par,14,612,1008,ABCDEE+ArialNarrow,#000,157,169,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,14,612,1008,ABCDEE+ArialNarrow,#000,171,185,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,expression,14,612,1008,ABCDEE+ArialNarrow,#000,188,227,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,alphanumérique,14,612,1008,ABCDEE+ArialNarrow,#000,230,288,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,indiquant,14,612,1008,ABCDEE+ArialNarrow,#000,291,324,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,14,612,1008,ABCDEE+ArialNarrow,#000,327,333,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,14,612,1008,ABCDEE+ArialNarrow,#000,336,351,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,354,363,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieu,14,612,1008,ABCDEE+ArialNarrow,#000,366,387,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dominant,14,612,1008,ABCDEE+ArialNarrow,#000,389,423,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,426,435,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,14,612,1008,ABCDEE+ArialNarrow,#000,437,444,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"zone,",14,612,1008,ABCDEE+ArialNarrow,#000,446,466,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,selon,14,612,1008,ABCDEE+ArialNarrow,#000,469,489,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,14,612,1008,ABCDEE+ArialNarrow,#000,491,497,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tableau,14,612,1008,ABCDEE+ArialNarrow,#000,500,527,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivant,14,612,1008,ABCDEE+ArialNarrow,#000,85,111,247,257,13353,38,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,:,14,612,1008,ABCDEE+ArialNarrow,#000,113,116,247,257,13353,38,P,L;L;L;L;L;L;LI;LBody -O,B-Titre,Tableau,14,612,1008,ABCDEE+ArialNarrow,#378,85,115,265,275,13370,39,P,H4 -O,I-Titre,1,14,612,1008,ABCDEE+ArialNarrow,#378,117,122,265,275,13370,39,P,H4 -O,I-Titre,Identification,14,612,1008,ABCDEE+ArialNarrow,#378,177,223,265,275,13370,39,P,H4 -O,I-Titre,des,14,612,1008,ABCDEE+ArialNarrow,#378,226,239,265,275,13370,39,P,H4 -O,I-Titre,zones,14,612,1008,ABCDEE+ArialNarrow,#378,241,263,265,275,13370,39,P,H4 -O,B-Alinea,Catégories,14,612,1008,ABCDEE+ArialNarrow,#fff,90,126,288,297,13393,42,P,Table;TR;TD;P -O,I-Alinea,Types,14,612,1008,ABCDEE+ArialNarrow,#fff,186,206,288,297,13393,46,P,Table;TR;TD;P -O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#fff,208,216,288,297,13393,46,P,Table;TR;TD;P -O,I-Alinea,milieux,14,612,1008,ABCDEE+ArialNarrow,#fff,218,241,288,297,13393,46,P,Table;TR;TD;P -O,B-Alinea,T1,14,612,1008,ABCDEE+ArialNarrow,#000,90,99,311,320,13416,49,P,Table;TR;TD;P -O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,101,104,311,320,13416,49,P,Table;TR;TD;P -O,I-Alinea,Naturel,14,612,1008,ABCDEE+ArialNarrow,#000,106,129,311,320,13416,49,P,Table;TR;TD;P -O,I-Alinea,T1.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,311,320,13416,50,P,Table;TR;TD;P -O,I-Alinea,Conservation,14,612,1008,ABCDEE+ArialNarrow,#000,202,246,311,320,13416,50,P,Table;TR;TD;P -O,B-Alinea,T1.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,327,336,13433,51,P,Table;TR;TD;P -O,I-Alinea,Récréation,14,612,1008,ABCDEE+ArialNarrow,#000,202,238,327,336,13433,51,P,Table;TR;TD;P -O,B-Alinea,T2,14,612,1008,ABCDEE+ArialNarrow,#000,90,99,350,359,13455,53,P,Table;TR;TD;P -O,I-Alinea,–,14,612,1008,ABCDEE+ArialNarrow,#000,101,105,350,359,13455,53,P,Table;TR;TD;P -O,I-Alinea,Occupation,14,612,1008,ABCDEE+ArialNarrow,#000,107,145,350,359,13455,53,P,Table;TR;TD;P -O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,147,155,350,359,13455,53,P,Table;TR;TD;P -O,I-Alinea,la,14,612,1008,ABCDEE+ArialNarrow,#000,157,163,350,359,13455,53,P,Table;TR;TD;P -O,I-Alinea,T2.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,350,359,13455,54,P,Table;TR;TD;P -O,I-Alinea,Agroforestier,14,612,1008,ABCDEE+ArialNarrow,#000,202,245,350,359,13455,54,P,Table;TR;TD;P -O,I-Alinea,forêt,14,612,1008,ABCDEE+ArialNarrow,#000,90,105,360,369,13466,53,P,Table;TR;TD;P -O,I-Alinea,T2.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,366,375,13472,55,P,Table;TR;TD;P -O,I-Alinea,Récréotouristique,14,612,1008,ABCDEE+ArialNarrow,#000,202,260,366,375,13472,55,P,Table;TR;TD;P -O,I-Alinea,extensif,14,612,1008,ABCDEE+ArialNarrow,#000,262,288,366,375,13472,55,P,Table;TR;TD;P -O,B-Alinea,T3,14,612,1008,ABCDEE+ArialNarrow,#000,90,99,389,398,13495,57,P,Table;TR;TD;P -O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,101,104,389,398,13495,57,P,Table;TR;TD;P -O,I-Alinea,Périurbain,14,612,1008,ABCDEE+ArialNarrow,#000,106,139,389,398,13495,57,P,Table;TR;TD;P -O,I-Alinea,T3.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,389,398,13495,58,P,Table;TR;TD;P -O,I-Alinea,Habitation,14,612,1008,ABCDEE+ArialNarrow,#000,202,236,389,398,13495,58,P,Table;TR;TD;P -O,I-Alinea,en,14,612,1008,ABCDEE+ArialNarrow,#000,238,246,389,398,13495,58,P,Table;TR;TD;P -O,I-Alinea,milieu,14,612,1008,ABCDEE+ArialNarrow,#000,248,267,389,398,13495,58,P,Table;TR;TD;P -O,I-Alinea,boisé,14,612,1008,ABCDEE+ArialNarrow,#000,269,287,389,398,13495,58,P,Table;TR;TD;P -O,B-Alinea,T3.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,405,414,13511,59,P,Table;TR;TD;P -O,I-Alinea,Villégiature,14,612,1008,ABCDEE+ArialNarrow,#000,202,239,405,414,13511,59,P,Table;TR;TD;P -O,B-Alinea,T3.3,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,422,431,13527,60,P,Table;TR;TD;P -O,I-Alinea,Résidentiel,14,612,1008,ABCDEE+ArialNarrow,#000,202,239,422,431,13527,60,P,Table;TR;TD;P -O,I-Alinea,périurbain,14,612,1008,ABCDEE+ArialNarrow,#000,241,274,422,431,13527,60,P,Table;TR;TD;P -O,B-Alinea,T3.4,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,438,447,13543,61,P,Table;TR;TD;P -O,I-Alinea,Semi,14,612,1008,ABCDEE+ArialNarrow,#000,202,219,438,447,13543,61,P,Table;TR;TD;P -O,I-Alinea,urbain,14,612,1008,ABCDEE+ArialNarrow,#000,221,242,438,447,13543,61,P,Table;TR;TD;P -O,B-Alinea,T4,14,612,1008,ABCDEE+ArialNarrow,#000,90,99,461,470,13566,63,P,Table;TR;TD;P -O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,101,104,461,470,13566,63,P,Table;TR;TD;P -O,I-Alinea,Urbain,14,612,1008,ABCDEE+ArialNarrow,#000,106,127,461,470,13566,63,P,Table;TR;TD;P -O,I-Alinea,T4.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,461,470,13566,64,P,Table;TR;TD;P -O,I-Alinea,Résidentiel,14,612,1008,ABCDEE+ArialNarrow,#000,202,239,461,470,13566,64,P,Table;TR;TD;P -O,B-Alinea,T4.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,477,486,13583,65,P,Table;TR;TD;P -O,I-Alinea,Résidentiel,14,612,1008,ABCDEE+ArialNarrow,#000,202,239,477,486,13583,65,P,Table;TR;TD;P -O,I-Alinea,urbain,14,612,1008,ABCDEE+ArialNarrow,#000,241,261,477,486,13583,65,P,Table;TR;TD;P -O,B-Alinea,T4.3,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,493,502,13599,66,P,Table;TR;TD;P -O,I-Alinea,Résidentiel,14,612,1008,ABCDEE+ArialNarrow,#000,202,239,493,502,13599,66,P,Table;TR;TD;P -O,I-Alinea,urbain,14,612,1008,ABCDEE+ArialNarrow,#000,241,261,493,502,13599,66,P,Table;TR;TD;P -O,I-Alinea,compact,14,612,1008,ABCDEE+ArialNarrow,#000,264,291,493,502,13599,66,P,Table;TR;TD;P -O,B-Alinea,T5,14,612,1008,ABCDEE+ArialNarrow,#000,90,99,516,525,13622,68,P,Table;TR;TD;P -O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,101,104,516,525,13622,68,P,Table;TR;TD;P -O,I-Alinea,Centre-ville,14,612,1008,ABCDEE+ArialNarrow,#000,106,143,516,525,13622,68,P,Table;TR;TD;P -O,I-Alinea,T5.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,516,525,13622,69,P,Table;TR;TD;P -O,I-Alinea,Villageois,14,612,1008,ABCDEE+ArialNarrow,#000,202,234,516,525,13622,69,P,Table;TR;TD;P -O,B-Alinea,T5.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,533,542,13638,70,P,Table;TR;TD;P -O,I-Alinea,Néo-villageois,14,612,1008,ABCDEE+ArialNarrow,#000,202,249,533,542,13638,70,P,Table;TR;TD;P -O,B-Alinea,T5.3,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,549,558,13655,71,P,Table;TR;TD;P -O,I-Alinea,Compact,14,612,1008,ABCDEE+ArialNarrow,#000,202,232,549,558,13655,71,P,Table;TR;TD;P -O,B-Alinea,CI,14,612,1008,ABCDEE+ArialNarrow,#000,90,98,572,581,13677,73,P,Table;TR;TD;P -O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,100,102,572,581,13677,73,P,Table;TR;TD;P -O,I-Alinea,Civique,14,612,1008,ABCDEE+ArialNarrow,#000,104,129,572,581,13677,73,P,Table;TR;TD;P -O,I-Alinea,CE,14,612,1008,ABCDEE+ArialNarrow,#000,186,196,572,581,13677,74,P,Table;TR;TD;P -O,I-Alinea,Espace,14,612,1008,ABCDEE+ArialNarrow,#000,198,223,572,581,13677,74,P,Table;TR;TD;P -O,I-Alinea,ouvert,14,612,1008,ABCDEE+ArialNarrow,#000,225,245,572,581,13677,74,P,Table;TR;TD;P -O,B-Alinea,CI,14,612,1008,ABCDEE+ArialNarrow,#000,186,193,588,597,13694,75,P,Table;TR;TD;P -O,I-Alinea,Institutionnel,14,612,1008,ABCDEE+ArialNarrow,#000,195,236,588,597,13694,75,P,Table;TR;TD;P -O,B-Alinea,CU,14,612,1008,ABCDEE+ArialNarrow,#000,186,196,604,613,13710,76,P,Table;TR;TD;P -O,I-Alinea,Utilité,14,612,1008,ABCDEE+ArialNarrow,#000,198,217,604,613,13710,76,P,Table;TR;TD;P -O,I-Alinea,publique,14,612,1008,ABCDEE+ArialNarrow,#000,219,247,604,613,13710,76,P,Table;TR;TD;P -O,B-Alinea,ZM,14,612,1008,ABCDEE+ArialNarrow,#000,90,101,627,636,13733,78,P,Table;TR;TD;P -O,I-Alinea,–,14,612,1008,ABCDEE+ArialNarrow,#000,103,107,627,636,13733,78,P,Table;TR;TD;P -O,I-Alinea,Maison,14,612,1008,ABCDEE+ArialNarrow,#000,109,133,627,636,13733,78,P,Table;TR;TD;P -O,I-Alinea,mobile,14,612,1008,ABCDEE+ArialNarrow,#000,135,157,627,636,13733,78,P,Table;TR;TD;P -O,I-Alinea,ZM,14,612,1008,ABCDEE+ArialNarrow,#000,186,196,627,636,13733,79,P,Table;TR;TD;P -O,I-Alinea,Maison,14,612,1008,ABCDEE+ArialNarrow,#000,198,222,627,636,13733,79,P,Table;TR;TD;P -O,I-Alinea,mobile,14,612,1008,ABCDEE+ArialNarrow,#000,224,246,627,636,13733,79,P,Table;TR;TD;P -O,B-Alinea,ZC,14,612,1008,ABCDEE+ArialNarrow,#000,90,100,650,659,13756,81,P,Table;TR;TD;P -O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,102,105,650,659,13756,81,P,Table;TR;TD;P -O,I-Alinea,Commercial,14,612,1008,ABCDEE+ArialNarrow,#000,107,146,650,659,13756,81,P,Table;TR;TD;P -O,I-Alinea,ZC.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,202,650,659,13756,82,P,Table;TR;TD;P -O,I-Alinea,Commerce,14,612,1008,ABCDEE+ArialNarrow,#000,204,240,650,659,13756,82,P,Table;TR;TD;P -O,I-Alinea,récréotouristique,14,612,1008,ABCDEE+ArialNarrow,#000,242,297,650,659,13756,82,P,Table;TR;TD;P -O,I-Alinea,intensif,14,612,1008,ABCDEE+ArialNarrow,#000,186,209,660,669,13766,82,P,Table;TR;TD;P -O,B-Alinea,ZC.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,202,677,686,13782,83,P,Table;TR;TD;P -O,I-Alinea,Commercial,14,612,1008,ABCDEE+ArialNarrow,#000,204,243,677,686,13782,83,P,Table;TR;TD;P -O,B-Alinea,ZC.3,14,612,1008,ABCDEE+ArialNarrow,#000,186,202,693,702,13799,84,P,Table;TR;TD;P -O,I-Alinea,Commercial,14,612,1008,ABCDEE+ArialNarrow,#000,204,243,693,702,13799,84,P,Table;TR;TD;P -O,I-Alinea,artériel,14,612,1008,ABCDEE+ArialNarrow,#000,245,268,693,702,13799,84,P,Table;TR;TD;P -O,I-Alinea,léger,14,612,1008,ABCDEE+ArialNarrow,#000,270,286,693,702,13799,84,P,Table;TR;TD;P -O,B-Alinea,ZC.4,14,612,1008,ABCDEE+ArialNarrow,#000,186,202,709,718,13815,85,P,Table;TR;TD;P -O,I-Alinea,Commercial,14,612,1008,ABCDEE+ArialNarrow,#000,204,243,709,718,13815,85,P,Table;TR;TD;P -O,I-Alinea,artériel,14,612,1008,ABCDEE+ArialNarrow,#000,245,268,709,718,13815,85,P,Table;TR;TD;P -O,I-Alinea,lourd,14,612,1008,ABCDEE+ArialNarrow,#000,270,286,709,718,13815,85,P,Table;TR;TD;P -O,B-Alinea,ZI,14,612,1008,ABCDEE+ArialNarrow,#000,90,97,732,741,13838,87,P,Table;TR;TD;P -O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,99,101,732,741,13838,87,P,Table;TR;TD;P -O,I-Alinea,Industrie,14,612,1008,ABCDEE+ArialNarrow,#000,104,132,732,741,13838,87,P,Table;TR;TD;P -O,I-Alinea,ZI.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,198,732,741,13838,88,P,Table;TR;TD;P -O,I-Alinea,Industrie,14,612,1008,ABCDEE+ArialNarrow,#000,200,229,732,741,13838,88,P,Table;TR;TD;P -O,I-Alinea,légère,14,612,1008,ABCDEE+ArialNarrow,#000,231,251,732,741,13838,88,P,Table;TR;TD;P -O,B-Alinea,ZI.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,198,749,758,13854,89,P,Table;TR;TD;P -O,I-Alinea,Industrie,14,612,1008,ABCDEE+ArialNarrow,#000,200,229,749,758,13854,89,P,Table;TR;TD;P -O,I-Alinea,lourde,14,612,1008,ABCDEE+ArialNarrow,#000,231,251,749,758,13854,89,P,Table;TR;TD;P -O,B-Article,19.,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,804,814,13909,92,P,H3 -O,I-Article,Interprétation,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,174,804,814,13909,92,P,H3 -O,I-Article,des,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,176,190,804,814,13909,92,P,H3 -O,I-Article,limites,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,193,219,804,814,13909,92,P,H3 -O,I-Article,de,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,221,231,804,814,13909,92,P,H3 -O,I-Article,zone,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,233,251,804,814,13909,92,P,H3 -O,B-Alinea,Les,14,612,1008,ABCDEE+ArialNarrow,#222,85,98,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zones,14,612,1008,ABCDEE+ArialNarrow,#222,101,122,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,14,612,1008,ABCDEE+ArialNarrow,#222,125,140,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,délimitées,14,612,1008,ABCDEE+ArialNarrow,#222,142,179,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,14,612,1008,ABCDEE+ArialNarrow,#222,182,193,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,14,612,1008,ABCDEE+ArialNarrow,#222,195,202,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plan,14,612,1008,ABCDEE+ArialNarrow,#222,204,220,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#222,222,231,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zonage,14,612,1008,ABCDEE+ArialNarrow,#222,233,260,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,par,14,612,1008,ABCDEE+ArialNarrow,#222,262,274,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,14,612,1008,ABCDEE+ArialNarrow,#222,277,290,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,lignes.,14,612,1008,ABCDEE+ArialNarrow,#222,292,316,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Les,14,612,1008,ABCDEE+ArialNarrow,#222,318,331,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,limites,14,612,1008,ABCDEE+ArialNarrow,#222,333,357,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,14,612,1008,ABCDEE+ArialNarrow,#222,359,372,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zones,14,612,1008,ABCDEE+ArialNarrow,#222,374,396,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,coïncident,14,612,1008,ABCDEE+ArialNarrow,#222,399,436,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,généralement,14,612,1008,ABCDEE+ArialNarrow,#222,438,489,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,avec,14,612,1008,ABCDEE+ArialNarrow,#222,491,508,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,:,14,612,1008,ABCDEE+ArialNarrow,#222,510,513,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody -O,B-Liste,La,14,612,1008,ABCDEE+ArialNarrow,#222,132,141,842,852,13947,96,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,médiane,14,612,1008,ABCDEE+ArialNarrow,#222,143,174,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,177,186,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#222,188,195,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prolongement,14,612,1008,ABCDEE+ArialNarrow,#222,197,247,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,249,258,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,14,612,1008,ABCDEE+ArialNarrow,#222,261,267,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,médiane,14,612,1008,ABCDEE+ArialNarrow,#222,269,301,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d'une,14,612,1008,ABCDEE+ArialNarrow,#222,303,323,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,rue,14,612,1008,ABCDEE+ArialNarrow,#222,325,337,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"existante,",14,612,1008,ABCDEE+ArialNarrow,#222,339,374,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,homologuée,14,612,1008,ABCDEE+ArialNarrow,#222,377,422,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,424,433,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,proposée,14,612,1008,ABCDEE+ArialNarrow,#222,435,470,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,14,612,1008,ABCDEE+ArialNarrow,#222,472,474,842,852,13947,99,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,La,14,612,1008,ABCDEE+ArialNarrow,#222,132,141,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,limite,14,612,1008,ABCDEE+ArialNarrow,#222,143,162,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d'emprise,14,612,1008,ABCDEE+ArialNarrow,#222,164,200,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,202,211,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#222,213,220,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prolongement,14,612,1008,ABCDEE+ArialNarrow,#222,222,272,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,275,284,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,14,612,1008,ABCDEE+ArialNarrow,#222,286,292,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,limite,14,612,1008,ABCDEE+ArialNarrow,#222,295,314,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d'emprise,14,612,1008,ABCDEE+ArialNarrow,#222,316,351,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d'une,14,612,1008,ABCDEE+ArialNarrow,#222,354,373,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,rue,14,612,1008,ABCDEE+ArialNarrow,#222,376,388,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"existante,",14,612,1008,ABCDEE+ArialNarrow,#222,390,425,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,homologuée,14,612,1008,ABCDEE+ArialNarrow,#222,427,472,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,475,484,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,proposée,14,612,1008,ABCDEE+ArialNarrow,#222,486,520,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,14,612,1008,ABCDEE+ArialNarrow,#222,523,525,859,869,13965,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,L'axe,14,612,1008,ABCDEE+ArialNarrow,#222,132,151,877,887,13982,109,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,central,14,612,1008,ABCDEE+ArialNarrow,#222,153,178,877,887,13982,110,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d'un,14,612,1008,ABCDEE+ArialNarrow,#222,180,195,877,887,13982,111,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cours,14,612,1008,ABCDEE+ArialNarrow,#222,198,218,877,887,13982,111,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’eau,14,612,1008,ABCDEE+ArialNarrow,#222,220,240,877,887,13982,111,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,14,612,1008,ABCDEE+ArialNarrow,#222,242,245,877,887,13982,113,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,Une,14,612,1008,ABCDEE+ArialNarrow,#222,132,147,894,904,14000,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ligne,14,612,1008,ABCDEE+ArialNarrow,#222,149,166,894,904,14000,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,168,178,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"lot,",14,612,1008,ABCDEE+ArialNarrow,#222,180,191,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,193,202,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cadastre,14,612,1008,ABCDEE+ArialNarrow,#222,205,236,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,238,247,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#222,250,256,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prolongement,14,612,1008,ABCDEE+ArialNarrow,#222,258,309,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d'une,14,612,1008,ABCDEE+ArialNarrow,#222,311,331,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ligne,14,612,1008,ABCDEE+ArialNarrow,#222,333,350,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,352,362,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cadastre,14,612,1008,ABCDEE+ArialNarrow,#222,364,395,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,14,612,1008,ABCDEE+ArialNarrow,#222,398,400,894,904,14000,120,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,Une,14,612,1008,ABCDEE+ArialNarrow,#222,132,147,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,courbe,14,612,1008,ABCDEE+ArialNarrow,#222,149,174,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,176,185,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partie,14,612,1008,ABCDEE+ArialNarrow,#222,188,208,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,211,220,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,courbe,14,612,1008,ABCDEE+ArialNarrow,#222,222,247,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,249,258,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,niveau,14,612,1008,ABCDEE+ArialNarrow,#222,261,285,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,14,612,1008,ABCDEE+ArialNarrow,#222,287,289,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody -O,B-Tete,Règlement,15,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,14150,,Artifact, -O,I-Tete,de,15,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,14150,,Artifact, -O,I-Tete,zonage,15,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,14150,,Artifact, -O,I-Tete,1314-2021-Z,15,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,14150,,Artifact, -O,I-Tete,Chapitre,15,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,14150,,Artifact, -O,I-Tete,2,15,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,14150,,Artifact, -O,I-Tete,–,15,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,14150,,Artifact, -O,I-Tete,Dispositions,15,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,14150,,Artifact, -O,I-Tete,"déclaratoires,",15,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,14150,,Artifact, -O,I-Tete,interprétatives,15,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,14150,,Artifact, -O,I-Tete,et,15,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,14150,,Artifact, -O,I-Tete,administratives,15,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,14150,,Artifact, -O,B-Liste,La,15,612,1008,ABCDEE+ArialNarrow,#222,132,141,73,83,14187,2,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,limite,15,612,1008,ABCDEE+ArialNarrow,#222,143,162,73,83,14187,2,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,municipale.,15,612,1008,ABCDEE+ArialNarrow,#222,164,206,73,83,14187,2,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,L’axe,15,612,1008,ABCDEE+ArialNarrow,#222,132,151,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#222,153,167,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,emprises,15,612,1008,ABCDEE+ArialNarrow,#222,169,202,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’installations,15,612,1008,ABCDEE+ArialNarrow,#222,204,254,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#222,256,265,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,transport,15,612,1008,ABCDEE+ArialNarrow,#222,267,300,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’énergie,15,612,1008,ABCDEE+ArialNarrow,#222,302,336,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,15,612,1008,ABCDEE+ArialNarrow,#222,338,347,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#222,350,359,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,transmission,15,612,1008,ABCDEE+ArialNarrow,#222,361,407,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#222,409,422,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,communications,15,612,1008,ABCDEE+ArialNarrow,#222,425,484,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,;,15,612,1008,ABCDEE+ArialNarrow,#222,486,488,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,Une,15,612,1008,ABCDEE+ArialNarrow,#222,132,147,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,distance,15,612,1008,ABCDEE+ArialNarrow,#222,149,179,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,portée,15,612,1008,ABCDEE+ArialNarrow,#222,182,205,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,sur,15,612,1008,ABCDEE+ArialNarrow,#222,207,218,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,15,612,1008,ABCDEE+ArialNarrow,#222,221,227,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,plan,15,612,1008,ABCDEE+ArialNarrow,#222,229,245,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#222,247,256,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"zonage,",15,612,1008,ABCDEE+ArialNarrow,#222,258,287,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,par,15,612,1008,ABCDEE+ArialNarrow,#222,290,302,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’utilisation,15,612,1008,ABCDEE+ArialNarrow,#222,304,341,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’une,15,612,1008,ABCDEE+ArialNarrow,#222,344,364,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"cote,",15,612,1008,ABCDEE+ArialNarrow,#222,366,384,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#222,386,391,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partir,15,612,1008,ABCDEE+ArialNarrow,#222,393,411,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d'une,15,612,1008,ABCDEE+ArialNarrow,#222,414,433,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,limite,15,612,1008,ABCDEE+ArialNarrow,#222,436,455,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ci-dessus,15,612,1008,ABCDEE+ArialNarrow,#222,457,492,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,indiquée.,15,612,1008,ABCDEE+ArialNarrow,#222,494,527,108,118,14222,13,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Lorsque,15,612,1008,ABCDEE+ArialNarrow,#222,132,161,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#222,164,170,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,distance,15,612,1008,ABCDEE+ArialNarrow,#222,173,203,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,15,612,1008,ABCDEE+ArialNarrow,#222,206,217,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,mesurée,15,612,1008,ABCDEE+ArialNarrow,#222,220,251,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#222,254,259,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partir,15,612,1008,ABCDEE+ArialNarrow,#222,261,280,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#222,283,298,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"lac,",15,612,1008,ABCDEE+ArialNarrow,#222,301,314,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#222,316,332,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cours,15,612,1008,ABCDEE+ArialNarrow,#222,334,354,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’eau,15,612,1008,ABCDEE+ArialNarrow,#222,357,377,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,15,612,1008,ABCDEE+ArialNarrow,#222,380,389,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#222,392,407,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieu,15,612,1008,ABCDEE+ArialNarrow,#222,410,431,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"humide,",15,612,1008,ABCDEE+ArialNarrow,#222,434,463,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,elle,15,612,1008,ABCDEE+ArialNarrow,#222,466,478,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,se,15,612,1008,ABCDEE+ArialNarrow,#222,481,490,120,130,14234,16,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,mesure,15,612,1008,ABCDEE+ArialNarrow,#222,493,520,120,130,14234,16,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#222,522,527,120,130,14234,16,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partir,15,612,1008,ABCDEE+ArialNarrow,#222,132,150,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#222,153,162,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#222,164,170,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ligne,15,612,1008,ABCDEE+ArialNarrow,#222,173,190,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#222,192,205,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,hautes,15,612,1008,ABCDEE+ArialNarrow,#222,208,232,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,eaux.,15,612,1008,ABCDEE+ArialNarrow,#222,235,255,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody -O,B-Alinea,Lorsque,15,612,1008,ABCDEE+ArialNarrow,#222,85,115,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,15,612,1008,ABCDEE+ArialNarrow,#222,117,127,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,limites,15,612,1008,ABCDEE+ArialNarrow,#222,129,152,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,155,164,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zones,15,612,1008,ABCDEE+ArialNarrow,#222,166,188,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ne,15,612,1008,ABCDEE+ArialNarrow,#222,190,199,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,coïncident,15,612,1008,ABCDEE+ArialNarrow,#222,201,238,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pas,15,612,1008,ABCDEE+ArialNarrow,#222,240,253,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,avec,15,612,1008,ABCDEE+ArialNarrow,#222,255,273,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,aucune,15,612,1008,ABCDEE+ArialNarrow,#222,275,302,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,304,313,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ces,15,612,1008,ABCDEE+ArialNarrow,#222,315,328,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,informations,15,612,1008,ABCDEE+ArialNarrow,#222,330,374,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,15,612,1008,ABCDEE+ArialNarrow,#222,376,383,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,qu’'il,15,612,1008,ABCDEE+ArialNarrow,#222,385,401,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,n'y,15,612,1008,ABCDEE+ArialNarrow,#222,403,413,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,a,15,612,1008,ABCDEE+ArialNarrow,#222,415,420,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pas,15,612,1008,ABCDEE+ArialNarrow,#222,422,435,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,437,446,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"mesure,",15,612,1008,ABCDEE+ArialNarrow,#222,448,478,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,15,612,1008,ABCDEE+ArialNarrow,#222,480,491,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,distances,15,612,1008,ABCDEE+ArialNarrow,#222,493,527,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,15,612,1008,ABCDEE+ArialNarrow,#222,85,101,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,calculées,15,612,1008,ABCDEE+ArialNarrow,#222,103,137,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#222,139,144,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l'aide,15,612,1008,ABCDEE+ArialNarrow,#222,146,165,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,167,176,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l'échelle,15,612,1008,ABCDEE+ArialNarrow,#222,179,208,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,15,612,1008,ABCDEE+ArialNarrow,#222,210,220,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plan.,15,612,1008,ABCDEE+ArialNarrow,#222,222,240,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,Lorsqu’une,15,612,1008,ABCDEE+ArialNarrow,#222,85,126,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,limite,15,612,1008,ABCDEE+ArialNarrow,#222,128,147,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,149,158,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zone,15,612,1008,ABCDEE+ArialNarrow,#222,161,179,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suit,15,612,1008,ABCDEE+ArialNarrow,#222,181,194,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#222,196,200,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,peu,15,612,1008,ABCDEE+ArialNarrow,#222,203,216,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,près,15,612,1008,ABCDEE+ArialNarrow,#222,219,235,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,237,243,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,limite,15,612,1008,ABCDEE+ArialNarrow,#222,246,265,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,15,612,1008,ABCDEE+ArialNarrow,#222,267,282,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"lot,",15,612,1008,ABCDEE+ArialNarrow,#222,285,296,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,298,304,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,première,15,612,1008,ABCDEE+ArialNarrow,#222,307,339,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sera,15,612,1008,ABCDEE+ArialNarrow,#222,341,357,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,réputée,15,612,1008,ABCDEE+ArialNarrow,#222,359,387,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,coïncider,15,612,1008,ABCDEE+ArialNarrow,#222,390,423,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,avec,15,612,1008,ABCDEE+ArialNarrow,#222,425,442,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,445,451,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,seconde.,15,612,1008,ABCDEE+ArialNarrow,#222,453,487,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,Lorsqu’une,15,612,1008,ABCDEE+ArialNarrow,#222,85,126,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,limite,15,612,1008,ABCDEE+ArialNarrow,#222,129,148,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’une,15,612,1008,ABCDEE+ArialNarrow,#222,151,171,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zone,15,612,1008,ABCDEE+ArialNarrow,#222,174,192,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,15,612,1008,ABCDEE+ArialNarrow,#222,195,206,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,approximativement,15,612,1008,ABCDEE+ArialNarrow,#222,209,278,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,parallèle,15,612,1008,ABCDEE+ArialNarrow,#222,281,312,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#222,315,319,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,322,329,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ligne,15,612,1008,ABCDEE+ArialNarrow,#222,332,349,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,médiane,15,612,1008,ABCDEE+ArialNarrow,#222,352,384,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’une,15,612,1008,ABCDEE+ArialNarrow,#222,387,407,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,emprise,15,612,1008,ABCDEE+ArialNarrow,#222,410,439,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,442,451,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"rue,",15,612,1008,ABCDEE+ArialNarrow,#222,454,468,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,471,477,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,première,15,612,1008,ABCDEE+ArialNarrow,#222,480,513,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,15,612,1008,ABCDEE+ArialNarrow,#222,516,527,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,considérée,15,612,1008,ABCDEE+ArialNarrow,#222,85,125,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,comme,15,612,1008,ABCDEE+ArialNarrow,#222,127,154,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,parallèle,15,612,1008,ABCDEE+ArialNarrow,#222,157,188,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#222,190,194,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,197,203,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"seconde,",15,612,1008,ABCDEE+ArialNarrow,#222,205,239,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#222,241,246,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,248,254,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,distance,15,612,1008,ABCDEE+ArialNarrow,#222,256,287,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,prévue,15,612,1008,ABCDEE+ArialNarrow,#222,289,314,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,au,15,612,1008,ABCDEE+ArialNarrow,#222,317,326,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plan,15,612,1008,ABCDEE+ArialNarrow,#222,328,344,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,346,355,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zonage,15,612,1008,ABCDEE+ArialNarrow,#222,357,384,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,s’il,15,612,1008,ABCDEE+ArialNarrow,#222,386,396,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,y,15,612,1008,ABCDEE+ArialNarrow,#222,398,402,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,a,15,612,1008,ABCDEE+ArialNarrow,#222,405,409,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,lieu.,15,612,1008,ABCDEE+ArialNarrow,#222,411,427,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody -O,B-SousSection,FICHES,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,223,251,261,14365,24,P,H2 -O,I-SousSection,DESCRIPTIVES,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,226,286,251,261,14365,25,P,H2 -O,I-SousSection,DES,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,288,305,251,261,14365,25,P,H2 -O,I-SousSection,TYPES,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,307,334,251,261,14365,26,P,H2 -O,I-SousSection,DE,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,336,348,251,261,14365,26,P,H2 -O,I-SousSection,MILIEUX,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,350,383,251,261,14365,26,P,H2 -O,B-Article,20.,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,281,291,14394,29,P,H3 -O,I-Article,Fiche,15,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,143,281,291,14394,29,P,H3 -O,I-Article,des,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,145,159,281,291,14394,29,P,H3 -O,I-Article,types,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,161,183,281,291,14394,29,P,H3 -O,I-Article,de,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,185,195,281,291,14394,29,P,H3 -O,I-Article,milieux,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,197,225,281,291,14394,29,P,H3 -O,B-Alinea,Les,15,612,1008,ABCDEE+ArialNarrow,#000,85,98,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,15,612,1008,ABCDEE+ArialNarrow,#000,100,120,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,121,131,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"milieux,",15,612,1008,ABCDEE+ArialNarrow,#000,132,160,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,décrits,15,612,1008,ABCDEE+ArialNarrow,#000,162,186,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,au,15,612,1008,ABCDEE+ArialNarrow,#000,188,197,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,chapitre,15,612,1008,ABCDEE+ArialNarrow,#000,199,228,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"7,",15,612,1008,ABCDEE+ArialNarrow,#000,230,236,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,représentent,15,612,1008,ABCDEE+ArialNarrow,#000,238,284,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,15,612,1008,ABCDEE+ArialNarrow,#000,286,299,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,unités,15,612,1008,ABCDEE+ArialNarrow,#000,301,323,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,morphologiques,15,612,1008,ABCDEE+ArialNarrow,#000,324,383,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,existantes,15,612,1008,ABCDEE+ArialNarrow,#000,385,422,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,15,612,1008,ABCDEE+ArialNarrow,#000,423,432,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,souhaitées,15,612,1008,ABCDEE+ArialNarrow,#000,434,474,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,15,612,1008,ABCDEE+ArialNarrow,#000,476,487,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,15,612,1008,ABCDEE+ArialNarrow,#000,489,495,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,territoire,15,612,1008,ABCDEE+ArialNarrow,#000,497,527,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,15,612,1008,ABCDEE+ArialNarrow,#000,85,92,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,se,15,612,1008,ABCDEE+ArialNarrow,#000,94,103,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,déclinent,15,612,1008,ABCDEE+ArialNarrow,#000,105,138,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,15,612,1008,ABCDEE+ArialNarrow,#000,140,149,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,catégories,15,612,1008,ABCDEE+ArialNarrow,#000,152,189,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,comme,15,612,1008,ABCDEE+ArialNarrow,#000,192,219,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suit,15,612,1008,ABCDEE+ArialNarrow,#000,221,234,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,:,15,612,1008,ABCDEE+ArialNarrow,#000,236,238,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody -O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,330,340,14444,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,330,340,14444,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,330,340,14444,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T1,15,612,1008,ABCDEE+ArialNarrow,#000,183,193,330,340,14444,35,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Milieux,15,612,1008,ABCDEE+ArialNarrow,#000,195,220,330,340,14444,35,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,naturel,15,612,1008,ABCDEE+ArialNarrow,#000,223,248,330,340,14444,35,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,250,255,330,340,14444,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,257,293,330,340,14444,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,296,306,330,340,14444,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,308,328,330,340,14444,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,330,339,330,340,14444,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,342,367,330,340,14444,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T1.1,15,612,1008,ABCDEE+ArialNarrow,#000,369,386,330,340,14444,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,388,393,330,340,14444,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T1.2;,15,612,1008,ABCDEE+ArialNarrow,#000,395,414,330,340,14444,39,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,348,358,14461,43,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,348,358,14461,43,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,348,358,14461,43,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T2,15,612,1008,ABCDEE+ArialNarrow,#000,183,193,348,358,14461,45,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Occupation,15,612,1008,ABCDEE+ArialNarrow,#000,195,236,348,358,14461,45,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,239,248,348,358,14461,45,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,250,257,348,358,14461,45,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,forêt,15,612,1008,ABCDEE+ArialNarrow,#000,259,275,348,358,14461,45,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,278,282,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,284,321,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,323,334,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,336,355,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,358,367,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,369,395,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T2.1,15,612,1008,ABCDEE+ArialNarrow,#000,397,413,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,et,15,612,1008,ABCDEE+ArialNarrow,#000,416,422,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T2.2;,15,612,1008,ABCDEE+ArialNarrow,#000,425,443,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,365,375,14479,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,365,375,14479,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,365,375,14479,51,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T3,15,612,1008,ABCDEE+ArialNarrow,#000,183,193,365,375,14479,53,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Périurbain,15,612,1008,ABCDEE+ArialNarrow,#000,195,232,365,375,14479,53,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,235,239,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,241,278,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,280,291,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,293,313,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,315,324,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,326,352,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T3.1,15,612,1008,ABCDEE+ArialNarrow,#000,354,370,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,373,377,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T3.4;,15,612,1008,ABCDEE+ArialNarrow,#000,380,398,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,383,393,14496,61,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,383,393,14496,61,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,383,393,14496,61,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T4,15,612,1008,ABCDEE+ArialNarrow,#000,183,193,383,393,14496,63,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Urbain,15,612,1008,ABCDEE+ArialNarrow,#000,195,219,383,393,14496,63,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,221,226,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,228,265,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,267,277,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,280,299,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,302,311,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,313,338,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T4.1,15,612,1008,ABCDEE+ArialNarrow,#000,341,357,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,359,364,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T4.3;,15,612,1008,ABCDEE+ArialNarrow,#000,366,385,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,400,410,14514,69,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,400,410,14514,70,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,400,410,14514,70,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T5,15,612,1008,ABCDEE+ArialNarrow,#000,183,193,400,410,14514,72,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Centre-ville,15,612,1008,ABCDEE+ArialNarrow,#000,195,236,400,410,14514,72,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,239,243,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,246,282,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,284,295,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,297,317,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,319,328,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,330,356,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T5.1,15,612,1008,ABCDEE+ArialNarrow,#000,358,374,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,377,381,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,T5.3;,15,612,1008,ABCDEE+ArialNarrow,#000,384,402,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,418,428,14531,80,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,418,428,14531,80,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,418,428,14531,80,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Civique,15,612,1008,ABCDEE+ArialNarrow,#000,183,210,418,428,14531,82,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,213,217,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,220,256,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,258,269,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,271,291,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,293,302,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,304,330,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"CE,",15,612,1008,ABCDEE+ArialNarrow,#000,332,346,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,CI,15,612,1008,ABCDEE+ArialNarrow,#000,348,356,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,et,15,612,1008,ABCDEE+ArialNarrow,#000,359,365,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,CU;,15,612,1008,ABCDEE+ArialNarrow,#000,368,382,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,435,445,14549,88,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,435,445,14549,88,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,435,445,14549,88,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Zone,15,612,1008,ABCDEE+ArialNarrow,#000,183,202,435,445,14549,90,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,204,213,435,445,14549,90,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,maisons,15,612,1008,ABCDEE+ArialNarrow,#000,215,246,435,445,14549,90,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,mobiles,15,612,1008,ABCDEE+ArialNarrow,#000,248,277,435,445,14549,90,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,279,283,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,286,322,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,15,612,1008,ABCDEE+ArialNarrow,#000,324,331,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,type,15,612,1008,ABCDEE+ArialNarrow,#000,333,349,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,351,360,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,362,388,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ZM;,15,612,1008,ABCDEE+ArialNarrow,#000,390,404,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,La,15,612,1008,ABCDEE+ArialNarrow,#000,132,141,452,462,14566,96,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,143,177,452,462,14566,96,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,179,184,452,462,14566,96,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Zone,15,612,1008,ABCDEE+ArialNarrow,#000,186,205,452,462,14566,98,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,commerciale,15,612,1008,ABCDEE+ArialNarrow,#000,207,253,452,462,14566,98,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,256,260,452,462,14566,100,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,262,299,452,462,14566,100,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,301,312,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,314,334,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,336,345,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,347,373,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ZC.1,15,612,1008,ABCDEE+ArialNarrow,#000,375,393,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,395,400,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ZC.4;,15,612,1008,ABCDEE+ArialNarrow,#000,402,422,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,470,480,14584,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,470,480,14584,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,470,480,14584,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Zone,15,612,1008,ABCDEE+ArialNarrow,#000,183,202,470,480,14584,107,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,industrielle,15,612,1008,ABCDEE+ArialNarrow,#000,204,243,470,480,14584,107,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,245,250,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,252,289,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,291,302,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,304,323,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,326,335,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,337,363,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ZI.1,15,612,1008,ABCDEE+ArialNarrow,#000,365,379,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,et,15,612,1008,ABCDEE+ArialNarrow,#000,381,388,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ZI.2;,15,612,1008,ABCDEE+ArialNarrow,#000,390,407,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody -O,B-Alinea,Les,15,612,1008,ABCDEE+ArialNarrow,#000,85,98,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,15,612,1008,ABCDEE+ArialNarrow,#000,101,120,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,123,132,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,134,160,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,15,612,1008,ABCDEE+ArialNarrow,#000,162,176,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,catégories,15,612,1008,ABCDEE+ArialNarrow,#000,178,216,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,T1,15,612,1008,ABCDEE+ArialNarrow,#000,218,228,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#000,230,235,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,T5,15,612,1008,ABCDEE+ArialNarrow,#000,237,247,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,correspondent,15,612,1008,ABCDEE+ArialNarrow,#000,250,302,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#000,304,309,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,15,612,1008,ABCDEE+ArialNarrow,#000,311,325,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,gradation,15,612,1008,ABCDEE+ArialNarrow,#000,328,362,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’intensité,15,612,1008,ABCDEE+ArialNarrow,#000,364,401,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,urbaine.,15,612,1008,ABCDEE+ArialNarrow,#000,404,433,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Les,15,612,1008,ABCDEE+ArialNarrow,#000,436,449,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,15,612,1008,ABCDEE+ArialNarrow,#000,451,471,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,473,483,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,485,511,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"CE,",15,612,1008,ABCDEE+ArialNarrow,#000,513,527,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"CI,",15,612,1008,ABCDEE+ArialNarrow,#000,85,96,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"CU,",15,612,1008,ABCDEE+ArialNarrow,#000,98,112,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"ZM,",15,612,1008,ABCDEE+ArialNarrow,#000,114,128,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ZC,15,612,1008,ABCDEE+ArialNarrow,#000,131,142,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,15,612,1008,ABCDEE+ArialNarrow,#000,144,151,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ZI,15,612,1008,ABCDEE+ArialNarrow,#000,153,160,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,correspondent,15,612,1008,ABCDEE+ArialNarrow,#000,163,215,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#000,217,222,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,15,612,1008,ABCDEE+ArialNarrow,#000,224,237,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zones,15,612,1008,ABCDEE+ArialNarrow,#000,240,261,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ayant,15,612,1008,ABCDEE+ArialNarrow,#000,264,284,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,15,612,1008,ABCDEE+ArialNarrow,#000,286,300,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,vocation,15,612,1008,ABCDEE+ArialNarrow,#000,302,332,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,particulière.,15,612,1008,ABCDEE+ArialNarrow,#000,335,377,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody -O,B-Article,21.,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,531,541,14645,112,P,H3 -O,I-Article,Concordance,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,174,531,541,14645,112,P,H3 -O,I-Article,entre,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,176,196,531,541,14645,112,P,H3 -O,I-Article,le,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,198,205,531,541,14645,112,P,H3 -O,I-Article,plan,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,207,224,531,541,14645,112,P,H3 -O,I-Article,de,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,226,236,531,541,14645,112,P,H3 -O,I-Article,zonage,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,238,267,531,541,14645,112,P,H3 -O,I-Article,et,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,269,276,531,541,14645,112,P,H3 -O,I-Article,les,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,278,290,531,541,14645,112,P,H3 -O,I-Article,fiches,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,292,316,531,541,14645,112,P,H3 -O,I-Article,des,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,318,332,531,541,14645,112,P,H3 -O,I-Article,types,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,334,356,531,541,14645,112,P,H3 -O,I-Article,de,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,358,368,531,541,14645,112,P,H3 -O,I-Article,milieux,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,370,398,531,541,14645,112,P,H3 -O,B-Alinea,Toute,15,612,1008,ABCDEE+ArialNarrow,#000,85,106,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zone,15,612,1008,ABCDEE+ArialNarrow,#000,109,126,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,identifiée,15,612,1008,ABCDEE+ArialNarrow,#000,129,162,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,15,612,1008,ABCDEE+ArialNarrow,#000,165,176,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,15,612,1008,ABCDEE+ArialNarrow,#000,179,185,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plan,15,612,1008,ABCDEE+ArialNarrow,#000,188,203,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,206,215,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,zonage,15,612,1008,ABCDEE+ArialNarrow,#000,218,244,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,est,15,612,1008,ABCDEE+ArialNarrow,#000,247,258,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,associée,15,612,1008,ABCDEE+ArialNarrow,#000,261,293,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#000,296,300,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,15,612,1008,ABCDEE+ArialNarrow,#000,303,312,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,15,612,1008,ABCDEE+ArialNarrow,#000,315,330,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,333,342,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux.,15,612,1008,ABCDEE+ArialNarrow,#000,345,372,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Une,15,612,1008,ABCDEE+ArialNarrow,#000,375,390,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fiche,15,612,1008,ABCDEE+ArialNarrow,#000,393,410,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,normative,15,612,1008,ABCDEE+ArialNarrow,#000,413,449,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,prescrit,15,612,1008,ABCDEE+ArialNarrow,#000,451,478,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pour,15,612,1008,ABCDEE+ArialNarrow,#000,481,497,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,chaque,15,612,1008,ABCDEE+ArialNarrow,#000,500,527,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,15,612,1008,ABCDEE+ArialNarrow,#000,85,101,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,105,114,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,118,144,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,15,612,1008,ABCDEE+ArialNarrow,#000,148,161,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,normes,15,612,1008,ABCDEE+ArialNarrow,#000,165,193,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,particulières,15,612,1008,ABCDEE+ArialNarrow,#000,197,241,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,applicables,15,612,1008,ABCDEE+ArialNarrow,#000,245,286,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#000,290,295,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,15,612,1008,ABCDEE+ArialNarrow,#000,299,308,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,15,612,1008,ABCDEE+ArialNarrow,#000,312,327,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,331,341,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux.,15,612,1008,ABCDEE+ArialNarrow,#000,345,372,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Ces,15,612,1008,ABCDEE+ArialNarrow,#000,377,391,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"fiches,",15,612,1008,ABCDEE+ArialNarrow,#000,395,419,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ainsi,15,612,1008,ABCDEE+ArialNarrow,#000,423,440,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,que,15,612,1008,ABCDEE+ArialNarrow,#000,444,458,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,leurs,15,612,1008,ABCDEE+ArialNarrow,#000,462,480,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,15,612,1008,ABCDEE+ArialNarrow,#000,484,527,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,explicatives,15,612,1008,ABCDEE+ArialNarrow,#000,85,127,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,font,15,612,1008,ABCDEE+ArialNarrow,#000,130,143,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,partie,15,612,1008,ABCDEE+ArialNarrow,#000,146,166,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,15,612,1008,ABCDEE+ArialNarrow,#000,169,178,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,chapitre,15,612,1008,ABCDEE+ArialNarrow,#000,180,209,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,7.,15,612,1008,ABCDEE+ArialNarrow,#000,211,218,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,À,15,612,1008,ABCDEE+ArialNarrow,#000,85,91,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,moins,15,612,1008,ABCDEE+ArialNarrow,#000,93,115,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’indication,15,612,1008,ABCDEE+ArialNarrow,#000,117,158,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"contraire,",15,612,1008,ABCDEE+ArialNarrow,#000,160,195,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,15,612,1008,ABCDEE+ArialNarrow,#000,197,206,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,cas,15,612,1008,ABCDEE+ArialNarrow,#000,208,221,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’incompatibilité,15,612,1008,ABCDEE+ArialNarrow,#000,223,282,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,entre,15,612,1008,ABCDEE+ArialNarrow,#000,284,303,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,15,612,1008,ABCDEE+ArialNarrow,#000,305,318,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,15,612,1008,ABCDEE+ArialNarrow,#000,320,363,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,366,375,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fiches,15,612,1008,ABCDEE+ArialNarrow,#000,377,399,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,401,410,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,15,612,1008,ABCDEE+ArialNarrow,#000,412,432,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,434,443,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,446,471,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pour,15,612,1008,ABCDEE+ArialNarrow,#000,474,490,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,15,612,1008,ABCDEE+ArialNarrow,#000,492,501,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,terrain,15,612,1008,ABCDEE+ArialNarrow,#000,504,527,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,compris,15,612,1008,ABCDEE+ArialNarrow,#000,85,114,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,15,612,1008,ABCDEE+ArialNarrow,#000,116,134,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,plus,15,612,1008,ABCDEE+ArialNarrow,#000,136,151,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’une,15,612,1008,ABCDEE+ArialNarrow,#000,153,173,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"zone,",15,612,1008,ABCDEE+ArialNarrow,#000,176,196,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,15,612,1008,ABCDEE+ArialNarrow,#000,198,209,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règles,15,612,1008,ABCDEE+ArialNarrow,#000,211,233,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivantes,15,612,1008,ABCDEE+ArialNarrow,#000,235,270,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,s’appliquent,15,612,1008,ABCDEE+ArialNarrow,#000,272,316,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,:,15,612,1008,ABCDEE+ArialNarrow,#000,318,321,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody -O,B-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,132,142,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dispositions,15,612,1008,ABCDEE+ArialNarrow,#000,144,187,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,189,199,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,lotissement,15,612,1008,ABCDEE+ArialNarrow,#000,201,242,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,245,255,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,plus,15,612,1008,ABCDEE+ArialNarrow,#000,257,272,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,restrictives,15,612,1008,ABCDEE+ArialNarrow,#000,275,314,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#000,316,329,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zones,15,612,1008,ABCDEE+ArialNarrow,#000,332,354,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,concernées,15,612,1008,ABCDEE+ArialNarrow,#000,356,398,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’appliquent;,15,612,1008,ABCDEE+ArialNarrow,#000,401,447,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,lorsqu’une,15,612,1008,ABCDEE+ArialNarrow,#000,132,169,642,652,14755,121,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,15,612,1008,ABCDEE+ArialNarrow,#000,172,210,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’applique,15,612,1008,ABCDEE+ArialNarrow,#000,213,250,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,252,257,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,un,15,612,1008,ABCDEE+ArialNarrow,#000,259,268,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,bâtiment,15,612,1008,ABCDEE+ArialNarrow,#000,270,302,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"principal,",15,612,1008,ABCDEE+ArialNarrow,#000,304,337,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,339,349,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,règles,15,612,1008,ABCDEE+ArialNarrow,#000,352,374,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,suivantes,15,612,1008,ABCDEE+ArialNarrow,#000,376,411,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’appliquent,15,612,1008,ABCDEE+ArialNarrow,#000,413,457,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,:,15,612,1008,ABCDEE+ArialNarrow,#000,459,462,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,si,15,612,1008,ABCDEE+ArialNarrow,#000,166,172,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,15,612,1008,ABCDEE+ArialNarrow,#000,174,180,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,bâtiment,15,612,1008,ABCDEE+ArialNarrow,#000,182,214,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,15,612,1008,ABCDEE+ArialNarrow,#000,216,227,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,entièrement,15,612,1008,ABCDEE+ArialNarrow,#000,229,273,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,situé,15,612,1008,ABCDEE+ArialNarrow,#000,275,292,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,15,612,1008,ABCDEE+ArialNarrow,#000,295,312,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,15,612,1008,ABCDEE+ArialNarrow,#000,315,328,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,seule,15,612,1008,ABCDEE+ArialNarrow,#000,331,350,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"zone,",15,612,1008,ABCDEE+ArialNarrow,#000,353,373,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,375,381,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,15,612,1008,ABCDEE+ArialNarrow,#000,383,422,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,425,434,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cette,15,612,1008,ABCDEE+ArialNarrow,#000,436,454,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zone,15,612,1008,ABCDEE+ArialNarrow,#000,456,474,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’applique;,15,612,1008,ABCDEE+ArialNarrow,#000,476,515,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody -O,B-Liste,si,15,612,1008,ABCDEE+ArialNarrow,#000,166,172,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,15,612,1008,ABCDEE+ArialNarrow,#000,174,180,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,bâtiment,15,612,1008,ABCDEE+ArialNarrow,#000,182,214,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,15,612,1008,ABCDEE+ArialNarrow,#000,216,227,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,situé,15,612,1008,ABCDEE+ArialNarrow,#000,229,247,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,15,612,1008,ABCDEE+ArialNarrow,#000,249,267,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,plus,15,612,1008,ABCDEE+ArialNarrow,#000,269,284,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’une,15,612,1008,ABCDEE+ArialNarrow,#000,286,306,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"zone,",15,612,1008,ABCDEE+ArialNarrow,#000,309,329,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,331,342,668,678,14781,132,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dispositions,15,612,1008,ABCDEE+ArialNarrow,#000,344,387,668,678,14781,132,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,389,399,668,678,14781,132,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,plus,15,612,1008,ABCDEE+ArialNarrow,#000,402,417,668,678,14781,132,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,restrictives,15,612,1008,ABCDEE+ArialNarrow,#000,419,458,668,678,14781,134,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’appliquent;,15,612,1008,ABCDEE+ArialNarrow,#000,461,507,668,678,14781,134,P,L;L;L;L;L;L;L;L;LI;LBody -O,B-Liste,malgré,15,612,1008,ABCDEE+ArialNarrow,#000,166,191,679,689,14793,138,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,15,612,1008,ABCDEE+ArialNarrow,#000,194,200,679,689,14793,138,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,sous-paragraphe,15,612,1008,ABCDEE+ArialNarrow,#000,203,265,679,689,14793,138,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"précédent,",15,612,1008,ABCDEE+ArialNarrow,#000,268,306,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,309,315,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,hauteur,15,612,1008,ABCDEE+ArialNarrow,#000,318,346,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,15,612,1008,ABCDEE+ArialNarrow,#000,349,358,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,361,371,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,marges,15,612,1008,ABCDEE+ArialNarrow,#000,374,401,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,15,612,1008,ABCDEE+ArialNarrow,#000,404,413,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,bâtiment,15,612,1008,ABCDEE+ArialNarrow,#000,416,448,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prescrites,15,612,1008,ABCDEE+ArialNarrow,#000,450,486,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,489,493,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,chacune,15,612,1008,ABCDEE+ArialNarrow,#000,496,527,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#000,166,179,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zones,15,612,1008,ABCDEE+ArialNarrow,#000,181,203,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,concernées,15,612,1008,ABCDEE+ArialNarrow,#000,205,248,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’appliquent,15,612,1008,ABCDEE+ArialNarrow,#000,250,293,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,respectivement,15,612,1008,ABCDEE+ArialNarrow,#000,296,351,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,353,358,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,chaque,15,612,1008,ABCDEE+ArialNarrow,#000,360,387,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,389,410,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,correspondante,15,612,1008,ABCDEE+ArialNarrow,#000,412,469,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,471,480,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ce,15,612,1008,ABCDEE+ArialNarrow,#000,483,491,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,bâtiment;,15,612,1008,ABCDEE+ArialNarrow,#000,493,527,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody -O,B-Liste,sous,15,612,1008,ABCDEE+ArialNarrow,#000,132,149,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,réserve,15,612,1008,ABCDEE+ArialNarrow,#000,152,180,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,15,612,1008,ABCDEE+ArialNarrow,#000,183,192,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,paragraphe,15,612,1008,ABCDEE+ArialNarrow,#000,195,237,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,1.,15,612,1008,ABCDEE+ArialNarrow,#000,240,247,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,15,612,1008,ABCDEE+ArialNarrow,#000,251,260,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,présent,15,612,1008,ABCDEE+ArialNarrow,#000,263,290,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"alinéa,",15,612,1008,ABCDEE+ArialNarrow,#000,294,318,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,lorsqu’une,15,612,1008,ABCDEE+ArialNarrow,#000,321,359,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,15,612,1008,ABCDEE+ArialNarrow,#000,362,401,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’applique,15,612,1008,ABCDEE+ArialNarrow,#000,404,441,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,444,449,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’aménagement,15,612,1008,ABCDEE+ArialNarrow,#000,452,508,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#000,512,527,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"terrain,",15,612,1008,ABCDEE+ArialNarrow,#000,132,157,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,159,166,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,15,612,1008,ABCDEE+ArialNarrow,#000,168,207,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prescrite,15,612,1008,ABCDEE+ArialNarrow,#000,209,240,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,243,247,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,chacune,15,612,1008,ABCDEE+ArialNarrow,#000,249,280,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#000,283,296,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zones,15,612,1008,ABCDEE+ArialNarrow,#000,298,320,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,concernées,15,612,1008,ABCDEE+ArialNarrow,#000,322,365,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’appliquent,15,612,1008,ABCDEE+ArialNarrow,#000,367,411,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,respectivement,15,612,1008,ABCDEE+ArialNarrow,#000,413,468,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,471,475,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,chaque,15,612,1008,ABCDEE+ArialNarrow,#000,477,504,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,507,527,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,correspondante,15,612,1008,ABCDEE+ArialNarrow,#000,132,189,731,741,14845,148,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,191,200,731,741,14845,148,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ce,15,612,1008,ABCDEE+ArialNarrow,#000,202,211,731,741,14845,148,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,terrain;,15,612,1008,ABCDEE+ArialNarrow,#000,213,239,731,741,14845,148,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,l’usage,15,612,1008,ABCDEE+ArialNarrow,#000,132,158,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,exercé,15,612,1008,ABCDEE+ArialNarrow,#000,161,185,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,sur,15,612,1008,ABCDEE+ArialNarrow,#000,189,200,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,chaque,15,612,1008,ABCDEE+ArialNarrow,#000,203,230,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,233,254,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#000,257,272,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,terrain,15,612,1008,ABCDEE+ArialNarrow,#000,276,299,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,15,612,1008,ABCDEE+ArialNarrow,#000,302,311,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,15,612,1008,ABCDEE+ArialNarrow,#000,314,332,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,chaque,15,612,1008,ABCDEE+ArialNarrow,#000,336,362,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,366,386,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#000,389,405,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,bâtiment,15,612,1008,ABCDEE+ArialNarrow,#000,408,440,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,doit,15,612,1008,ABCDEE+ArialNarrow,#000,443,456,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,être,15,612,1008,ABCDEE+ArialNarrow,#000,459,473,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,conforme,15,612,1008,ABCDEE+ArialNarrow,#000,476,511,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,aux,15,612,1008,ABCDEE+ArialNarrow,#000,514,527,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,usages,15,612,1008,ABCDEE+ArialNarrow,#000,132,158,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,permis,15,612,1008,ABCDEE+ArialNarrow,#000,160,185,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,15,612,1008,ABCDEE+ArialNarrow,#000,187,205,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,207,214,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zone,15,612,1008,ABCDEE+ArialNarrow,#000,216,234,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,15,612,1008,ABCDEE+ArialNarrow,#000,236,254,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,laquelle,15,612,1008,ABCDEE+ArialNarrow,#000,256,284,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,se,15,612,1008,ABCDEE+ArialNarrow,#000,287,295,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,trouve,15,612,1008,ABCDEE+ArialNarrow,#000,297,320,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,323,329,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,331,352,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,354,363,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,terrain,15,612,1008,ABCDEE+ArialNarrow,#000,365,389,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,15,612,1008,ABCDEE+ArialNarrow,#000,391,400,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,402,409,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,411,432,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,15,612,1008,ABCDEE+ArialNarrow,#000,434,443,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,bâtiment;,15,612,1008,ABCDEE+ArialNarrow,#000,445,479,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody -O,B-Tete,Règlement,16,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,15158,,Artifact, -O,I-Tete,de,16,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,15158,,Artifact, -O,I-Tete,zonage,16,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,15158,,Artifact, -O,I-Tete,1314-2021-Z,16,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,15158,,Artifact, -O,I-Tete,Chapitre,16,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,15158,,Artifact, -O,I-Tete,2,16,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,15158,,Artifact, -O,I-Tete,–,16,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,15158,,Artifact, -O,I-Tete,Dispositions,16,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,15158,,Artifact, -O,I-Tete,"déclaratoires,",16,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,15158,,Artifact, -O,I-Tete,interprétatives,16,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,15158,,Artifact, -O,I-Tete,et,16,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,15158,,Artifact, -O,I-Tete,administratives,16,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,15158,,Artifact, -O,B-Liste,lorsqu’une,16,612,1008,ABCDEE+ArialNarrow,#000,132,169,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,16,612,1008,ABCDEE+ArialNarrow,#000,171,210,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’applique,16,612,1008,ABCDEE+ArialNarrow,#000,212,249,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,16,612,1008,ABCDEE+ArialNarrow,#000,250,255,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,un,16,612,1008,ABCDEE+ArialNarrow,#000,257,266,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,bâtiment,16,612,1008,ABCDEE+ArialNarrow,#000,268,299,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,accessoire,16,612,1008,ABCDEE+ArialNarrow,#000,301,340,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,342,351,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,toute,16,612,1008,ABCDEE+ArialNarrow,#000,353,371,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,construction,16,612,1008,ABCDEE+ArialNarrow,#000,373,417,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,autre,16,612,1008,ABCDEE+ArialNarrow,#000,419,437,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,qu’un,16,612,1008,ABCDEE+ArialNarrow,#000,439,459,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,bâtiment,16,612,1008,ABCDEE+ArialNarrow,#000,461,492,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"principal,",16,612,1008,ABCDEE+ArialNarrow,#000,494,527,91,101,15213,5,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,un,16,612,1008,ABCDEE+ArialNarrow,#000,132,141,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"équipement,",16,612,1008,ABCDEE+ArialNarrow,#000,143,188,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,un,16,612,1008,ABCDEE+ArialNarrow,#000,190,200,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ouvrage,16,612,1008,ABCDEE+ArialNarrow,#000,202,231,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,234,243,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,un,16,612,1008,ABCDEE+ArialNarrow,#000,245,254,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,257,309,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,311,320,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"terrain,",16,612,1008,ABCDEE+ArialNarrow,#000,323,348,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,16,612,1008,ABCDEE+ArialNarrow,#000,350,361,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,règles,16,612,1008,ABCDEE+ArialNarrow,#000,363,386,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,suivantes,16,612,1008,ABCDEE+ArialNarrow,#000,388,422,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’appliquent,16,612,1008,ABCDEE+ArialNarrow,#000,425,468,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,:,16,612,1008,ABCDEE+ArialNarrow,#000,471,473,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,si,16,612,1008,ABCDEE+ArialNarrow,#000,166,172,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,174,181,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"construction,",16,612,1008,ABCDEE+ArialNarrow,#000,183,230,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"l’équipement,",16,612,1008,ABCDEE+ArialNarrow,#000,233,282,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’ouvrage,16,612,1008,ABCDEE+ArialNarrow,#000,284,318,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,320,330,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,332,389,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,391,400,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,terrain,16,612,1008,ABCDEE+ArialNarrow,#000,403,427,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,429,440,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,entièrement,16,612,1008,ABCDEE+ArialNarrow,#000,443,486,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,situé,16,612,1008,ABCDEE+ArialNarrow,#000,489,506,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,16,612,1008,ABCDEE+ArialNarrow,#000,509,527,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,16,612,1008,ABCDEE+ArialNarrow,#000,166,179,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,seule,16,612,1008,ABCDEE+ArialNarrow,#000,182,201,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"zone,",16,612,1008,ABCDEE+ArialNarrow,#000,203,223,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,226,232,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,16,612,1008,ABCDEE+ArialNarrow,#000,234,273,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,275,285,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cette,16,612,1008,ABCDEE+ArialNarrow,#000,287,305,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zone,16,612,1008,ABCDEE+ArialNarrow,#000,307,325,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’applique;,16,612,1008,ABCDEE+ArialNarrow,#000,327,366,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody -O,B-Liste,si,16,612,1008,ABCDEE+ArialNarrow,#000,166,172,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,175,181,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"construction,",16,612,1008,ABCDEE+ArialNarrow,#000,184,231,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"l’équipement,",16,612,1008,ABCDEE+ArialNarrow,#000,234,283,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’ouvrage,16,612,1008,ABCDEE+ArialNarrow,#000,286,319,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,323,332,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,335,391,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,394,403,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,terrain,16,612,1008,ABCDEE+ArialNarrow,#000,407,430,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,433,444,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,situé,16,612,1008,ABCDEE+ArialNarrow,#000,447,465,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,16,612,1008,ABCDEE+ArialNarrow,#000,468,486,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,plus,16,612,1008,ABCDEE+ArialNarrow,#000,489,504,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’une,16,612,1008,ABCDEE+ArialNarrow,#000,507,527,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"zone,",16,612,1008,ABCDEE+ArialNarrow,#000,166,186,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,188,194,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,16,612,1008,ABCDEE+ArialNarrow,#000,197,235,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,238,244,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,plus,16,612,1008,ABCDEE+ArialNarrow,#000,246,261,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,restrictive,16,612,1008,ABCDEE+ArialNarrow,#000,264,299,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’applique;,16,612,1008,ABCDEE+ArialNarrow,#000,301,340,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody -O,B-Liste,sauf,16,612,1008,ABCDEE+ArialNarrow,#000,166,181,163,173,15285,21,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pour,16,612,1008,ABCDEE+ArialNarrow,#000,183,199,163,173,15285,21,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,16,612,1008,ABCDEE+ArialNarrow,#000,201,214,163,173,15285,21,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,végétaux,16,612,1008,ABCDEE+ArialNarrow,#000,216,249,163,173,15285,21,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"couvre-sol,",16,612,1008,ABCDEE+ArialNarrow,#000,251,291,163,173,15285,21,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,16,612,1008,ABCDEE+ArialNarrow,#000,293,307,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,plantation,16,612,1008,ABCDEE+ArialNarrow,#000,309,344,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’arbres,16,612,1008,ABCDEE+ArialNarrow,#000,346,376,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,377,386,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’arbustes,16,612,1008,ABCDEE+ArialNarrow,#000,388,426,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,428,437,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,tout,16,612,1008,ABCDEE+ArialNarrow,#000,439,452,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,autre,16,612,1008,ABCDEE+ArialNarrow,#000,454,473,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,475,527,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"paysager,",16,612,1008,ABCDEE+ArialNarrow,#000,166,202,174,184,15296,24,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,204,211,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"construction,",16,612,1008,ABCDEE+ArialNarrow,#000,214,260,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"l’équipement,",16,612,1008,ABCDEE+ArialNarrow,#000,263,312,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’ouvrage,16,612,1008,ABCDEE+ArialNarrow,#000,315,348,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,351,360,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,363,419,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,422,431,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,terrain,16,612,1008,ABCDEE+ArialNarrow,#000,433,457,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,460,471,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prohibé,16,612,1008,ABCDEE+ArialNarrow,#000,473,501,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’il,16,612,1008,ABCDEE+ArialNarrow,#000,504,513,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,516,527,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,situé,16,612,1008,ABCDEE+ArialNarrow,#000,166,183,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,16,612,1008,ABCDEE+ArialNarrow,#000,185,203,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,16,612,1008,ABCDEE+ArialNarrow,#000,205,219,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zone,16,612,1008,ABCDEE+ArialNarrow,#000,221,239,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,où,16,612,1008,ABCDEE+ArialNarrow,#000,241,250,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’usage,16,612,1008,ABCDEE+ArialNarrow,#000,253,279,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,principal,16,612,1008,ABCDEE+ArialNarrow,#000,281,311,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dont,16,612,1008,ABCDEE+ArialNarrow,#000,314,330,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,il,16,612,1008,ABCDEE+ArialNarrow,#000,332,336,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,338,349,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,accessoire,16,612,1008,ABCDEE+ArialNarrow,#000,351,390,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,393,404,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prohibé;,16,612,1008,ABCDEE+ArialNarrow,#000,406,435,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody -O,B-Liste,les,16,612,1008,ABCDEE+ArialNarrow,#000,132,142,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dispositions,16,612,1008,ABCDEE+ArialNarrow,#000,146,188,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prescrites,16,612,1008,ABCDEE+ArialNarrow,#000,192,227,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,16,612,1008,ABCDEE+ArialNarrow,#000,231,236,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,chacune,16,612,1008,ABCDEE+ArialNarrow,#000,239,270,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,16,612,1008,ABCDEE+ArialNarrow,#000,274,287,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zones,16,612,1008,ABCDEE+ArialNarrow,#000,290,312,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,concernées,16,612,1008,ABCDEE+ArialNarrow,#000,316,358,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,s’appliquent,16,612,1008,ABCDEE+ArialNarrow,#000,362,405,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,respectivement,16,612,1008,ABCDEE+ArialNarrow,#000,409,465,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,16,612,1008,ABCDEE+ArialNarrow,#000,468,473,203,213,15325,31,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,chaque,16,612,1008,ABCDEE+ArialNarrow,#000,476,503,203,213,15325,31,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,partie,16,612,1008,ABCDEE+ArialNarrow,#000,507,527,203,213,15325,31,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,correspondante,16,612,1008,ABCDEE+ArialNarrow,#000,132,189,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,16,612,1008,ABCDEE+ArialNarrow,#000,191,207,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,bâtiment,16,612,1008,ABCDEE+ArialNarrow,#000,210,241,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,accessoire,16,612,1008,ABCDEE+ArialNarrow,#000,244,283,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,286,295,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,298,307,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,toute,16,612,1008,ABCDEE+ArialNarrow,#000,309,328,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,autre,16,612,1008,ABCDEE+ArialNarrow,#000,330,349,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"construction,",16,612,1008,ABCDEE+ArialNarrow,#000,352,398,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,16,612,1008,ABCDEE+ArialNarrow,#000,401,417,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"équipement,",16,612,1008,ABCDEE+ArialNarrow,#000,419,465,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,16,612,1008,ABCDEE+ArialNarrow,#000,467,483,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ouvrage,16,612,1008,ABCDEE+ArialNarrow,#000,485,515,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,518,527,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,132,141,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,tout,16,612,1008,ABCDEE+ArialNarrow,#000,143,157,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,autre,16,612,1008,ABCDEE+ArialNarrow,#000,159,178,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,180,232,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,235,244,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,terrain;,16,612,1008,ABCDEE+ArialNarrow,#000,246,272,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,132,138,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,superficie,16,612,1008,ABCDEE+ArialNarrow,#000,141,176,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,et,16,612,1008,ABCDEE+ArialNarrow,#000,179,186,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,16,612,1008,ABCDEE+ArialNarrow,#000,189,199,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dimensions,16,612,1008,ABCDEE+ArialNarrow,#000,202,244,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,minimales,16,612,1008,ABCDEE+ArialNarrow,#000,247,284,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’un,16,612,1008,ABCDEE+ArialNarrow,#000,287,302,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"terrain,",16,612,1008,ABCDEE+ArialNarrow,#000,305,331,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,16,612,1008,ABCDEE+ArialNarrow,#000,334,344,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,marges,16,612,1008,ABCDEE+ArialNarrow,#000,347,375,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,et,16,612,1008,ABCDEE+ArialNarrow,#000,377,384,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,les,16,612,1008,ABCDEE+ArialNarrow,#000,387,398,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,proportions,16,612,1008,ABCDEE+ArialNarrow,#000,401,442,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prescrites,16,612,1008,ABCDEE+ArialNarrow,#000,445,481,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,doivent,16,612,1008,ABCDEE+ArialNarrow,#000,483,510,244,254,15365,38,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,être,16,612,1008,ABCDEE+ArialNarrow,#000,513,527,244,254,15365,38,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,mesurées,16,612,1008,ABCDEE+ArialNarrow,#000,132,168,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,170,179,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,calculées,16,612,1008,ABCDEE+ArialNarrow,#000,181,215,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,en,16,612,1008,ABCDEE+ArialNarrow,#000,218,227,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,fonction,16,612,1008,ABCDEE+ArialNarrow,#000,229,258,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,16,612,1008,ABCDEE+ArialNarrow,#000,260,273,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,limites,16,612,1008,ABCDEE+ArialNarrow,#000,276,299,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,16,612,1008,ABCDEE+ArialNarrow,#000,301,310,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,terrain,16,612,1008,ABCDEE+ArialNarrow,#000,313,336,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,en,16,612,1008,ABCDEE+ArialNarrow,#000,338,347,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,faisant,16,612,1008,ABCDEE+ArialNarrow,#000,350,374,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,abstraction,16,612,1008,ABCDEE+ArialNarrow,#000,376,416,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,16,612,1008,ABCDEE+ArialNarrow,#000,418,432,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,limites,16,612,1008,ABCDEE+ArialNarrow,#000,434,457,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,des,16,612,1008,ABCDEE+ArialNarrow,#000,459,473,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,zones.,16,612,1008,ABCDEE+ArialNarrow,#000,475,499,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody -O,B-Tete,Règlement,17,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,16166,,Artifact, -O,I-Tete,de,17,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,16166,,Artifact, -O,I-Tete,zonage,17,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,16166,,Artifact, -O,I-Tete,1314-2021-Z,17,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,16166,,Artifact, -O,I-Tete,Chapitre,17,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,16166,,Artifact, -O,I-Tete,2,17,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,16166,,Artifact, -O,I-Tete,–,17,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,16166,,Artifact, -O,I-Tete,Dispositions,17,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,16166,,Artifact, -O,I-Tete,"déclaratoires,",17,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,16166,,Artifact, -O,I-Tete,interprétatives,17,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,16166,,Artifact, -O,I-Tete,et,17,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,16166,,Artifact, -O,I-Tete,administratives,17,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,16166,,Artifact, -O,B-Section,SECTION,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,136,74,88,16204,0,P,H2 -O,I-Section,4,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,139,146,74,88,16204,0,P,H2 -O,I-Section,DISPOSITIONS,17,612,1008,ABCDEE+ArialNarrow-Bold,#000,159,240,74,88,16204,0,P,H2 -O,I-Section,ADMINISTRATIVES,17,612,1008,ABCDEE+ArialNarrow-Bold,#000,244,349,74,88,16204,0,P,H2 -O,I-Section,ET,17,612,1008,ABCDEE+ArialNarrow-Bold,#000,352,367,74,88,16204,0,P,H2 -O,I-Section,APPLICATION,17,612,1008,ABCDEE+ArialNarrow-Bold,#000,370,448,74,88,16204,0,P,H2 -O,I-Section,DU,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,451,467,74,88,16204,0,P,H2 -O,I-Section,RÈGLEMENT,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,229,301,90,104,16220,0,P,H2 -O,B-Article,22.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,130,140,16259,1,P,H3 -O,I-Article,Administration,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,179,130,140,16259,1,P,H3 -O,I-Article,et,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,181,189,130,140,16259,1,P,H3 -O,I-Article,application,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,191,234,130,140,16259,1,P,H3 -O,I-Article,du,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,236,246,130,140,16259,1,P,H3 -O,I-Article,règlement,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,249,288,130,140,16259,1,P,H3 -O,B-Alinea,L'administration,17,612,1008,ABCDEE+ArialNarrow,#222,85,142,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,146,152,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’application,17,612,1008,ABCDEE+ArialNarrow,#222,156,199,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,202,211,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,214,242,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,17,612,1008,ABCDEE+ArialNarrow,#222,245,281,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,285,300,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,confiées,17,612,1008,ABCDEE+ArialNarrow,#222,303,334,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,17,612,1008,ABCDEE+ArialNarrow,#222,337,342,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,toute,17,612,1008,ABCDEE+ArialNarrow,#222,345,363,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,personne,17,612,1008,ABCDEE+ArialNarrow,#222,367,401,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,nommée,17,612,1008,ABCDEE+ArialNarrow,#222,404,436,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ci-après,17,612,1008,ABCDEE+ArialNarrow,#222,440,469,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,17,612,1008,ABCDEE+ArialNarrow,#222,472,477,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fonctionnaire,17,612,1008,ABCDEE+ArialNarrow,#222,480,527,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,désigné,17,612,1008,ABCDEE+ArialNarrow,#222,85,114,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"»,",17,612,1008,ABCDEE+ArialNarrow,#222,116,123,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,par,17,612,1008,ABCDEE+ArialNarrow,#222,125,137,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,résolution,17,612,1008,ABCDEE+ArialNarrow,#222,139,175,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,177,186,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Conseil,17,612,1008,ABCDEE+ArialNarrow,#222,189,216,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,municipal.,17,612,1008,ABCDEE+ArialNarrow,#222,218,255,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody -O,B-Article,23.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,191,201,16321,3,P,H3 -O,I-Article,Autorité,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,153,191,201,16321,3,P,H3 -O,I-Article,compétente,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,155,201,191,201,16321,3,P,H3 -O,B-Alinea,"L’application,",17,612,1008,ABCDEE+ArialNarrow,#222,85,133,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,135,142,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,surveillance,17,612,1008,ABCDEE+ArialNarrow,#222,144,188,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,190,197,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,17,612,1008,ABCDEE+ArialNarrow,#222,199,206,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,contrôle,17,612,1008,ABCDEE+ArialNarrow,#222,208,237,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,240,249,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,252,279,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,17,612,1008,ABCDEE+ArialNarrow,#222,281,318,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,relèvent,17,612,1008,ABCDEE+ArialNarrow,#222,320,350,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,17,612,1008,ABCDEE+ArialNarrow,#222,352,365,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fonctionnaires,17,612,1008,ABCDEE+ArialNarrow,#222,368,419,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,désignés.,17,612,1008,ABCDEE+ArialNarrow,#222,421,456,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Des,17,612,1008,ABCDEE+ArialNarrow,#222,459,473,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fonctionnaires,17,612,1008,ABCDEE+ArialNarrow,#222,476,527,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,désignés,17,612,1008,ABCDEE+ArialNarrow,#222,85,118,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,adjoints,17,612,1008,ABCDEE+ArialNarrow,#222,120,149,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,151,160,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,17,612,1008,ABCDEE+ArialNarrow,#222,162,176,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,mandataires,17,612,1008,ABCDEE+ArialNarrow,#222,178,223,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,chargés,17,612,1008,ABCDEE+ArialNarrow,#222,226,255,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’aider,17,612,1008,ABCDEE+ArialNarrow,#222,257,282,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,284,293,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,296,305,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,remplacer,17,612,1008,ABCDEE+ArialNarrow,#222,307,344,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,17,612,1008,ABCDEE+ArialNarrow,#222,346,356,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fonctionnaires,17,612,1008,ABCDEE+ArialNarrow,#222,359,410,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,désignés,17,612,1008,ABCDEE+ArialNarrow,#222,412,445,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,peuvent,17,612,1008,ABCDEE+ArialNarrow,#222,447,477,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,être,17,612,1008,ABCDEE+ArialNarrow,#222,479,493,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,nommés,17,612,1008,ABCDEE+ArialNarrow,#222,496,527,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,par,17,612,1008,ABCDEE+ArialNarrow,#222,85,97,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,résolution,17,612,1008,ABCDEE+ArialNarrow,#222,99,135,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,137,146,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,conseil,17,612,1008,ABCDEE+ArialNarrow,#222,148,173,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,municipal.,17,612,1008,ABCDEE+ArialNarrow,#222,175,212,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Les,17,612,1008,ABCDEE+ArialNarrow,#222,214,228,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fonctionnaires,17,612,1008,ABCDEE+ArialNarrow,#222,230,281,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,désignés,17,612,1008,ABCDEE+ArialNarrow,#222,283,316,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,318,325,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,leurs,17,612,1008,ABCDEE+ArialNarrow,#222,327,345,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,représentants,17,612,1008,ABCDEE+ArialNarrow,#222,347,397,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,autorisés,17,612,1008,ABCDEE+ArialNarrow,#222,399,432,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,constituent,17,612,1008,ABCDEE+ArialNarrow,#222,434,474,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,donc,17,612,1008,ABCDEE+ArialNarrow,#222,476,494,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’autorité,17,612,1008,ABCDEE+ArialNarrow,#222,496,527,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,compétente.,17,612,1008,ABCDEE+ArialNarrow,#222,85,130,246,256,16376,4,P,L;L;L;L;L;L;LI;LBody -O,B-Article,24.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,275,285,16405,5,P,H3 -O,I-Article,Pouvoirs,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,156,275,285,16405,5,P,H3 -O,I-Article,du,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,158,169,275,285,16405,5,P,H3 -O,I-Article,fonctionnaire,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,171,223,275,285,16405,5,P,H3 -O,I-Article,désigné,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,225,256,275,285,16405,5,P,H3 -O,B-Alinea,Les,17,612,1008,ABCDEE+ArialNarrow,#222,85,98,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pouvoirs,17,612,1008,ABCDEE+ArialNarrow,#222,101,132,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,17,612,1008,ABCDEE+ArialNarrow,#222,135,148,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fonctionnaires,17,612,1008,ABCDEE+ArialNarrow,#222,151,202,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,désignés,17,612,1008,ABCDEE+ArialNarrow,#222,205,238,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,240,256,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,énoncés,17,612,1008,ABCDEE+ArialNarrow,#222,259,290,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,17,612,1008,ABCDEE+ArialNarrow,#222,293,310,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,17,612,1008,ABCDEE+ArialNarrow,#222,313,320,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Règlement,17,612,1008,ABCDEE+ArialNarrow,#222,322,362,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,17,612,1008,ABCDEE+ArialNarrow,#222,365,376,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,17,612,1008,ABCDEE+ArialNarrow,#222,379,390,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,392,417,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,420,427,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,certificats,17,612,1008,ABCDEE+ArialNarrow,#222,429,464,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,467,476,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,vigueur,17,612,1008,ABCDEE+ArialNarrow,#222,479,506,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,509,518,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,520,527,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Ville,17,612,1008,ABCDEE+ArialNarrow,#222,85,101,307,317,16437,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,103,112,307,317,16437,6,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Sainte-Adèle.,17,612,1008,ABCDEE+ArialNarrow,#222,114,163,307,317,16437,6,P,L;L;L;L;L;L;LI;LBody -O,B-Article,25.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,337,347,16467,7,P,H3 -O,I-Article,Devoirs,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,151,337,347,16467,7,P,H3 -O,I-Article,du,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,154,164,337,347,16467,7,P,H3 -O,I-Article,"propriétaire,",17,612,1008,ABCDEE+ArialNarrow-Bold,#222,166,214,337,347,16467,7,P,H3 -O,I-Article,de,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,216,225,337,347,16467,7,P,H3 -O,I-Article,"l’occupant,",17,612,1008,ABCDEE+ArialNarrow-Bold,#222,228,271,337,347,16467,7,P,H3 -O,I-Article,du,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,273,283,337,347,16467,7,P,H3 -O,I-Article,requérant,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,286,323,337,347,16467,7,P,H3 -O,I-Article,ou,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,326,336,337,347,16467,7,P,H3 -O,I-Article,de,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,338,348,337,347,16467,7,P,H3 -O,I-Article,l’exécutant,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,350,393,337,347,16467,7,P,H3 -O,I-Article,de,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,395,405,337,347,16467,7,P,H3 -O,I-Article,travaux,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,407,436,337,347,16467,7,P,H3 -O,B-Alinea,Les,17,612,1008,ABCDEE+ArialNarrow,#222,85,98,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,devoirs,17,612,1008,ABCDEE+ArialNarrow,#222,101,128,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,131,140,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"propriétaire,",17,612,1008,ABCDEE+ArialNarrow,#222,143,186,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,189,198,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"l’occupant,",17,612,1008,ABCDEE+ArialNarrow,#222,201,240,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,243,252,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,requérant,17,612,1008,ABCDEE+ArialNarrow,#222,255,291,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,293,303,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,306,315,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’exécutant,17,612,1008,ABCDEE+ArialNarrow,#222,318,357,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,360,369,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,travaux,17,612,1008,ABCDEE+ArialNarrow,#222,372,398,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,401,417,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ceux,17,612,1008,ABCDEE+ArialNarrow,#222,420,437,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,qui,17,612,1008,ABCDEE+ArialNarrow,#222,440,451,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,lui,17,612,1008,ABCDEE+ArialNarrow,#222,454,462,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,465,480,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,attribués,17,612,1008,ABCDEE+ArialNarrow,#222,483,515,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,au,17,612,1008,ABCDEE+ArialNarrow,#222,518,527,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Règlement,17,612,1008,ABCDEE+ArialNarrow,#222,85,125,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,17,612,1008,ABCDEE+ArialNarrow,#222,127,138,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,17,612,1008,ABCDEE+ArialNarrow,#222,141,151,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,153,178,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,180,187,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,certificats,17,612,1008,ABCDEE+ArialNarrow,#222,189,224,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,226,235,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,vigueur,17,612,1008,ABCDEE+ArialNarrow,#222,238,265,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,267,276,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,278,285,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Ville,17,612,1008,ABCDEE+ArialNarrow,#222,287,302,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,305,314,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Sainte-Adèle.,17,612,1008,ABCDEE+ArialNarrow,#222,316,365,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody -O,B-Article,26.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,398,408,16528,9,P,H3 -O,I-Article,Interventions,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,173,398,408,16528,9,P,H3 -O,I-Article,assujetties,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,175,217,398,408,16528,9,P,H3 -O,B-Alinea,À,17,612,1008,ABCDEE+ArialNarrow,#222,85,91,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,93,99,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suite,17,612,1008,ABCDEE+ArialNarrow,#222,101,118,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,120,130,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’entrée,17,612,1008,ABCDEE+ArialNarrow,#222,132,159,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,161,170,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,vigueur,17,612,1008,ABCDEE+ArialNarrow,#222,172,199,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,201,210,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,212,239,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"règlement,",17,612,1008,ABCDEE+ArialNarrow,#222,241,280,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,toute,17,612,1008,ABCDEE+ArialNarrow,#222,282,300,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,intervention,17,612,1008,ABCDEE+ArialNarrow,#222,302,345,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,17,612,1008,ABCDEE+ArialNarrow,#222,347,358,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,360,374,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"construction,",17,612,1008,ABCDEE+ArialNarrow,#222,376,423,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,17,612,1008,ABCDEE+ArialNarrow,#222,425,434,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ouvrage,17,612,1008,ABCDEE+ArialNarrow,#222,436,465,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,467,477,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,17,612,1008,ABCDEE+ArialNarrow,#222,479,488,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,terrain,17,612,1008,ABCDEE+ArialNarrow,#222,490,513,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,(ou,17,612,1008,ABCDEE+ArialNarrow,#222,515,527,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,85,99,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,partie,17,612,1008,ABCDEE+ArialNarrow,#222,101,122,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,124,133,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ceux-ci),17,612,1008,ABCDEE+ArialNarrow,#222,135,164,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,doit,17,612,1008,ABCDEE+ArialNarrow,#222,166,179,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,être,17,612,1008,ABCDEE+ArialNarrow,#222,182,196,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,réalisée,17,612,1008,ABCDEE+ArialNarrow,#222,198,227,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,229,238,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,conformité,17,612,1008,ABCDEE+ArialNarrow,#222,240,279,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,avec,17,612,1008,ABCDEE+ArialNarrow,#222,281,298,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,17,612,1008,ABCDEE+ArialNarrow,#222,301,307,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,309,337,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement.,17,612,1008,ABCDEE+ArialNarrow,#222,339,378,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,L’occupation,17,612,1008,ABCDEE+ArialNarrow,#222,85,131,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,133,142,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’utilisation,17,612,1008,ABCDEE+ArialNarrow,#222,144,182,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’une,17,612,1008,ABCDEE+ArialNarrow,#222,184,204,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,construction,17,612,1008,ABCDEE+ArialNarrow,#222,206,250,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,252,261,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,17,612,1008,ABCDEE+ArialNarrow,#222,263,278,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,terrain,17,612,1008,ABCDEE+ArialNarrow,#222,280,304,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,(ou,17,612,1008,ABCDEE+ArialNarrow,#222,305,317,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,319,333,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,partie,17,612,1008,ABCDEE+ArialNarrow,#222,335,355,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,357,366,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ceux-ci),17,612,1008,ABCDEE+ArialNarrow,#222,368,397,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,doivent,17,612,1008,ABCDEE+ArialNarrow,#222,399,425,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,être,17,612,1008,ABCDEE+ArialNarrow,#222,427,441,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,réalisées,17,612,1008,ABCDEE+ArialNarrow,#222,443,476,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,478,487,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,conformité,17,612,1008,ABCDEE+ArialNarrow,#222,489,527,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,avec,17,612,1008,ABCDEE+ArialNarrow,#222,85,102,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,17,612,1008,ABCDEE+ArialNarrow,#222,105,111,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,113,141,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"règlement,",17,612,1008,ABCDEE+ArialNarrow,#222,143,182,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,incluant,17,612,1008,ABCDEE+ArialNarrow,#222,184,212,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’extension,17,612,1008,ABCDEE+ArialNarrow,#222,214,253,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,255,265,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,17,612,1008,ABCDEE+ArialNarrow,#222,267,273,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,remplacement,17,612,1008,ABCDEE+ArialNarrow,#222,276,328,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,17,612,1008,ABCDEE+ArialNarrow,#222,330,345,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,usage.,17,612,1008,ABCDEE+ArialNarrow,#222,348,372,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,L’exigence,17,612,1008,ABCDEE+ArialNarrow,#222,85,124,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,126,136,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,conformité,17,612,1008,ABCDEE+ArialNarrow,#222,138,176,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,au,17,612,1008,ABCDEE+ArialNarrow,#222,179,188,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,190,217,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,17,612,1008,ABCDEE+ArialNarrow,#222,220,256,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,s’applique,17,612,1008,ABCDEE+ArialNarrow,#222,258,295,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,également,17,612,1008,ABCDEE+ArialNarrow,#222,297,336,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,lorsqu’aucun,17,612,1008,ABCDEE+ArialNarrow,#222,338,385,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,387,411,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,414,423,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,certificat,17,612,1008,ABCDEE+ArialNarrow,#222,425,456,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,n’est,17,612,1008,ABCDEE+ArialNarrow,#222,458,475,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,exigé.,17,612,1008,ABCDEE+ArialNarrow,#222,477,499,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,Les,17,612,1008,ABCDEE+ArialNarrow,#222,85,98,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,conditions,17,612,1008,ABCDEE+ArialNarrow,#222,100,137,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,139,149,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,délivrance,17,612,1008,ABCDEE+ArialNarrow,#222,151,188,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,17,612,1008,ABCDEE+ArialNarrow,#222,190,203,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,206,230,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,232,239,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,certificats,17,612,1008,ABCDEE+ArialNarrow,#222,241,276,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,278,294,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,définies,17,612,1008,ABCDEE+ArialNarrow,#222,296,324,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,au,17,612,1008,ABCDEE+ArialNarrow,#222,326,335,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Règlement,17,612,1008,ABCDEE+ArialNarrow,#222,337,377,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,17,612,1008,ABCDEE+ArialNarrow,#222,379,390,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,17,612,1008,ABCDEE+ArialNarrow,#222,393,403,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,405,430,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,432,439,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,certificats,17,612,1008,ABCDEE+ArialNarrow,#222,441,476,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,478,487,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,vigueur,17,612,1008,ABCDEE+ArialNarrow,#222,489,516,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,518,527,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,85,91,515,525,16645,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Ville,17,612,1008,ABCDEE+ArialNarrow,#222,94,109,515,525,16645,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,111,121,515,525,16645,13,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Sainte-Adèle.,17,612,1008,ABCDEE+ArialNarrow,#222,123,172,515,525,16645,13,P,L;L;L;L;L;L;LI;LBody -O,B-Article,27.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,544,554,16674,14,P,H3 -O,I-Article,"Infractions,",17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,165,544,554,16674,14,P,H3 -O,I-Article,recours,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,168,198,544,554,16674,14,P,H3 -O,I-Article,et,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,200,207,544,554,16674,14,P,H3 -O,I-Article,pénalités,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,210,245,544,554,16674,14,P,H3 -O,B-Alinea,Les,17,612,1008,ABCDEE+ArialNarrow,#222,85,98,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,17,612,1008,ABCDEE+ArialNarrow,#222,101,143,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,relatives,17,612,1008,ABCDEE+ArialNarrow,#222,146,176,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,17,612,1008,ABCDEE+ArialNarrow,#222,178,183,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,185,199,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"contravention,",17,612,1008,ABCDEE+ArialNarrow,#222,201,253,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,255,269,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,"sanction,",17,612,1008,ABCDEE+ArialNarrow,#222,271,304,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,un,17,612,1008,ABCDEE+ArialNarrow,#222,306,315,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,recours,17,612,1008,ABCDEE+ArialNarrow,#222,318,345,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,347,356,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,359,372,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,poursuite,17,612,1008,ABCDEE+ArialNarrow,#222,375,408,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,judiciaire,17,612,1008,ABCDEE+ArialNarrow,#222,411,443,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,17,612,1008,ABCDEE+ArialNarrow,#222,445,450,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’égard,17,612,1008,ABCDEE+ArialNarrow,#222,452,477,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,479,488,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règlement,17,612,1008,ABCDEE+ArialNarrow,#222,490,527,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,85,101,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,celles,17,612,1008,ABCDEE+ArialNarrow,#222,102,123,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,prévues,17,612,1008,ABCDEE+ArialNarrow,#222,125,154,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,au,17,612,1008,ABCDEE+ArialNarrow,#222,156,165,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Règlement,17,612,1008,ABCDEE+ArialNarrow,#222,167,207,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sur,17,612,1008,ABCDEE+ArialNarrow,#222,209,220,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,17,612,1008,ABCDEE+ArialNarrow,#222,222,233,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,234,259,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,261,268,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,certificats,17,612,1008,ABCDEE+ArialNarrow,#222,270,304,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,306,315,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,vigueur,17,612,1008,ABCDEE+ArialNarrow,#222,317,344,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,346,355,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,357,363,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Ville,17,612,1008,ABCDEE+ArialNarrow,#222,365,381,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,383,392,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Sainte-Adèle,17,612,1008,ABCDEE+ArialNarrow,#222,394,441,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,442,449,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,17,612,1008,ABCDEE+ArialNarrow,#222,451,464,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,Lois,17,612,1008,ABCDEE+ArialNarrow,#222,466,481,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,habilitantes.,17,612,1008,ABCDEE+ArialNarrow,#222,483,527,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack +O,B-Chapitre,CHAPITRE,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,165,240,486,504,9559,0,P,H1 +O,I-Chapitre,2,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,244,252,486,504,9559,0,P,H1 +O,I-Chapitre,DISPOSITIONS,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,257,362,486,504,9559,1,P,H1 +O,I-Chapitre,"DÉCLARATOIRES,",10,612,1008,ABCDEE+ArialNarrow-Bold,#000,366,497,486,504,9559,1,P,H1 +O,I-Chapitre,INTERPRÉTATIVES,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,181,318,507,525,9580,3,P,H1 +O,I-Chapitre,ET,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,322,341,507,525,9580,3,P,H1 +O,I-Chapitre,ADMINISTRATIVES,10,612,1008,ABCDEE+ArialNarrow-Bold,#000,345,481,507,525,9580,3,P,H1 +B-Titre,B-Tete,Règlement,11,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,10118,,Artifact, +I-Titre,I-Tete,de,11,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,10118,,Artifact, +I-Titre,I-Tete,zonage,11,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,10118,,Artifact, +I-Titre,I-Tete,1314-2021-Z,11,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,10118,,Artifact, +O,I-Tete,Chapitre,11,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,10118,,Artifact, +O,I-Tete,2,11,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,10118,,Artifact, +O,I-Tete,–,11,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,10118,,Artifact, +O,I-Tete,Dispositions,11,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,10118,,Artifact, +O,I-Tete,"déclaratoires,",11,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,10118,,Artifact, +O,I-Tete,interprétatives,11,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,10118,,Artifact, +O,I-Tete,et,11,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,10118,,Artifact, +O,I-Tete,administratives,11,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,10118,,Artifact, +O,B-Section,SECTION,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,85,136,92,106,10173,0,P,H2 +O,I-Section,1,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,139,146,92,106,10173,0,P,H2 +O,I-Section,DISPOSITIONS,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,159,240,92,106,10173,0,P,H2 +O,I-Section,DÉCLARATOIRES,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,244,342,92,106,10173,0,P,H2 +O,B-Article,3.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,132,142,10213,1,P,H3 +O,I-Article,Titre,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,139,132,142,10213,1,P,H3 +O,I-Article,du,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,141,151,132,142,10213,1,P,H3 +O,I-Article,règlement,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,153,193,132,142,10213,1,P,H3 +O,B-Alinea,Le,11,612,1008,ABCDEE+ArialNarrow,#000,85,94,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,97,124,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,11,612,1008,ABCDEE+ArialNarrow,#000,126,163,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,11,612,1008,ABCDEE+ArialNarrow,#000,165,176,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,178,202,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,11,612,1008,ABCDEE+ArialNarrow,#000,204,209,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +B-Titre,I-Alinea,Règlement,11,612,1008,ABCDEE+ArialNarrow,#000,211,251,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +I-Titre,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,253,262,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +I-Titre,I-Alinea,zonage,11,612,1008,ABCDEE+ArialNarrow,#000,264,291,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +I-Titre,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,293,303,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +I-Titre,I-Alinea,la,11,612,1008,ABCDEE+ArialNarrow,#000,305,311,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +I-Titre,I-Alinea,Ville,11,612,1008,ABCDEE+ArialNarrow,#000,313,329,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +I-Titre,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,331,340,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +I-Titre,I-Alinea,Sainte-Adèle,11,612,1008,ABCDEE+ArialNarrow,#000,343,390,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,»,11,612,1008,ABCDEE+ArialNarrow,#000,392,397,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,11,612,1008,ABCDEE+ArialNarrow,#000,399,406,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,porte,11,612,1008,ABCDEE+ArialNarrow,#000,408,427,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,11,612,1008,ABCDEE+ArialNarrow,#000,429,435,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,numéro,11,612,1008,ABCDEE+ArialNarrow,#000,438,465,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +B-Numero,I-Alinea,1314-2021-Z.,11,612,1008,ABCDEE+ArialNarrow,#000,468,517,152,162,10233,2,P,L;L;L;L;L;L;LI;LBody +O,B-Article,4.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,181,191,10263,3,P,H3 +O,I-Article,Abrogation,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,165,181,191,10263,3,P,H3 +O,B-Alinea,Le,11,612,1008,ABCDEE+ArialNarrow,#000,85,94,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,97,124,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,11,612,1008,ABCDEE+ArialNarrow,#000,126,163,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,abroge,11,612,1008,ABCDEE+ArialNarrow,#000,165,191,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,11,612,1008,ABCDEE+ArialNarrow,#000,193,204,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlements,11,612,1008,ABCDEE+ArialNarrow,#000,206,246,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,numéro,11,612,1008,ABCDEE+ArialNarrow,#000,249,277,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,1200-2012-Z,11,612,1008,ABCDEE+ArialNarrow,#000,279,326,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,328,352,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,11,612,1008,ABCDEE+ArialNarrow,#000,355,359,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Règlement,11,612,1008,ABCDEE+ArialNarrow,#000,361,401,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,404,413,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zonage,11,612,1008,ABCDEE+ArialNarrow,#000,415,442,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,»,11,612,1008,ABCDEE+ArialNarrow,#000,444,449,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tels,11,612,1008,ABCDEE+ArialNarrow,#000,451,464,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,que,11,612,1008,ABCDEE+ArialNarrow,#000,466,480,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,modifiés,11,612,1008,ABCDEE+ArialNarrow,#000,482,513,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,11,612,1008,ABCDEE+ArialNarrow,#000,515,527,202,212,10283,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tous,11,612,1008,ABCDEE+ArialNarrow,#000,85,101,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ses,11,612,1008,ABCDEE+ArialNarrow,#000,103,116,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,amendements,11,612,1008,ABCDEE+ArialNarrow,#000,118,170,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ainsi,11,612,1008,ABCDEE+ArialNarrow,#000,172,189,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,que,11,612,1008,ABCDEE+ArialNarrow,#000,191,205,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,toutes,11,612,1008,ABCDEE+ArialNarrow,#000,207,230,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,232,275,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,inconciliables,11,612,1008,ABCDEE+ArialNarrow,#000,277,326,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,11,612,1008,ABCDEE+ArialNarrow,#000,328,343,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,autre,11,612,1008,ABCDEE+ArialNarrow,#000,346,364,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,11,612,1008,ABCDEE+ArialNarrow,#000,367,403,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,406,415,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,vigueur.,11,612,1008,ABCDEE+ArialNarrow,#000,417,446,213,223,10295,4,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Ces,11,612,1008,ABCDEE+ArialNarrow,#000,85,100,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,abrogations,11,612,1008,ABCDEE+ArialNarrow,#000,102,145,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,n’affectent,11,612,1008,ABCDEE+ArialNarrow,#000,147,185,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pas,11,612,1008,ABCDEE+ArialNarrow,#000,187,200,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,11,612,1008,ABCDEE+ArialNarrow,#000,203,213,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,permis,11,612,1008,ABCDEE+ArialNarrow,#000,215,240,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,11,612,1008,ABCDEE+ArialNarrow,#000,242,249,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,certificats,11,612,1008,ABCDEE+ArialNarrow,#000,251,286,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,légalement,11,612,1008,ABCDEE+ArialNarrow,#000,288,328,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,émis,11,612,1008,ABCDEE+ArialNarrow,#000,331,348,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sous,11,612,1008,ABCDEE+ArialNarrow,#000,350,368,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’autorité,11,612,1008,ABCDEE+ArialNarrow,#000,370,401,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,11,612,1008,ABCDEE+ArialNarrow,#000,403,416,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlements,11,612,1008,ABCDEE+ArialNarrow,#000,419,459,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ainsi,11,612,1008,ABCDEE+ArialNarrow,#000,461,478,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,remplacés,11,612,1008,ABCDEE+ArialNarrow,#000,481,518,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ni,11,612,1008,ABCDEE+ArialNarrow,#000,521,527,234,244,10315,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,11,612,1008,ABCDEE+ArialNarrow,#000,85,96,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,droits,11,612,1008,ABCDEE+ArialNarrow,#000,98,118,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,acquis,11,612,1008,ABCDEE+ArialNarrow,#000,120,144,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,avant,11,612,1008,ABCDEE+ArialNarrow,#000,146,166,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’entrée,11,612,1008,ABCDEE+ArialNarrow,#000,168,195,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,198,207,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,vigueur,11,612,1008,ABCDEE+ArialNarrow,#000,209,236,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,238,247,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,250,277,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement.,11,612,1008,ABCDEE+ArialNarrow,#000,279,318,245,255,10327,5,P,L;L;L;L;L;L;LI;LBody +O,B-Article,5.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,275,285,10356,6,P,H3 +O,I-Article,Portée,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,147,275,285,10356,6,P,H3 +O,I-Article,du,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,149,159,275,285,10356,6,P,H3 +O,I-Article,règlement,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,161,200,275,285,10356,6,P,H3 +O,I-Article,et,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,203,210,275,285,10356,6,P,H3 +O,I-Article,territoire,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,212,246,275,285,10356,6,P,H3 +O,I-Article,assujetti,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,248,282,275,285,10356,6,P,H3 +O,B-Alinea,Le,11,612,1008,ABCDEE+ArialNarrow,#000,85,94,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,96,124,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"règlement,",11,612,1008,ABCDEE+ArialNarrow,#000,125,164,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dont,11,612,1008,ABCDEE+ArialNarrow,#000,166,182,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,11,612,1008,ABCDEE+ArialNarrow,#000,184,195,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,197,239,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,s’appliquent,11,612,1008,ABCDEE+ArialNarrow,#000,241,285,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,11,612,1008,ABCDEE+ArialNarrow,#000,287,292,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,toutes,11,612,1008,ABCDEE+ArialNarrow,#000,294,316,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,personnes,11,612,1008,ABCDEE+ArialNarrow,#000,318,356,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,358,367,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"société,",11,612,1008,ABCDEE+ArialNarrow,#000,369,397,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,s’applique,11,612,1008,ABCDEE+ArialNarrow,#000,399,436,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,11,612,1008,ABCDEE+ArialNarrow,#000,438,443,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’ensemble,11,612,1008,ABCDEE+ArialNarrow,#000,445,484,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,486,495,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,territoire,11,612,1008,ABCDEE+ArialNarrow,#000,497,527,295,305,10377,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,85,94,307,317,10388,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,11,612,1008,ABCDEE+ArialNarrow,#000,97,103,307,317,10388,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Ville,11,612,1008,ABCDEE+ArialNarrow,#000,105,121,307,317,10388,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,123,132,307,317,10388,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Sainte-Adèle.,11,612,1008,ABCDEE+ArialNarrow,#000,134,184,307,317,10388,7,P,L;L;L;L;L;L;LI;LBody +O,B-Article,6.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,336,346,10417,8,P,H3 +O,I-Article,Domaine,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,156,336,346,10417,8,P,H3 +O,I-Article,d’application,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,158,209,336,346,10417,8,P,H3 +O,B-Alinea,Un,11,612,1008,ABCDEE+ArialNarrow,#000,85,96,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"terrain,",11,612,1008,ABCDEE+ArialNarrow,#000,99,125,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,128,142,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"construction,",11,612,1008,ABCDEE+ArialNarrow,#000,145,192,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,195,205,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ouvrage,11,612,1008,ABCDEE+ArialNarrow,#000,208,238,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,241,251,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,254,268,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,partie,11,612,1008,ABCDEE+ArialNarrow,#000,271,292,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,295,305,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ceux-ci,11,612,1008,ABCDEE+ArialNarrow,#000,308,334,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"doit,",11,612,1008,ABCDEE+ArialNarrow,#000,338,353,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,selon,11,612,1008,ABCDEE+ArialNarrow,#000,357,377,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,11,612,1008,ABCDEE+ArialNarrow,#000,380,387,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"cas,",11,612,1008,ABCDEE+ArialNarrow,#000,390,405,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,être,11,612,1008,ABCDEE+ArialNarrow,#000,409,423,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"construit,",11,612,1008,ABCDEE+ArialNarrow,#000,426,460,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,occupé,11,612,1008,ABCDEE+ArialNarrow,#000,463,490,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,493,502,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,utilisé,11,612,1008,ABCDEE+ArialNarrow,#000,506,527,357,367,10438,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,conformément,11,612,1008,ABCDEE+ArialNarrow,#000,85,138,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,aux,11,612,1008,ABCDEE+ArialNarrow,#000,140,153,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,155,198,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,200,209,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement.,11,612,1008,ABCDEE+ArialNarrow,#000,211,250,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Les,11,612,1008,ABCDEE+ArialNarrow,#000,252,265,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,travaux,11,612,1008,ABCDEE+ArialNarrow,#000,267,294,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,exécutés,11,612,1008,ABCDEE+ArialNarrow,#000,296,329,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,11,612,1008,ABCDEE+ArialNarrow,#000,331,343,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,345,354,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"terrain,",11,612,1008,ABCDEE+ArialNarrow,#000,356,381,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,11,612,1008,ABCDEE+ArialNarrow,#000,384,395,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,397,411,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"construction,",11,612,1008,ABCDEE+ArialNarrow,#000,413,459,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,11,612,1008,ABCDEE+ArialNarrow,#000,461,473,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,475,484,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ouvrage,11,612,1008,ABCDEE+ArialNarrow,#000,486,516,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,518,527,368,378,10449,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,11,612,1008,ABCDEE+ArialNarrow,#000,85,96,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,99,112,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,partie,11,612,1008,ABCDEE+ArialNarrow,#000,115,135,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,138,147,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ceux-ci,11,612,1008,ABCDEE+ArialNarrow,#000,149,175,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,doivent,11,612,1008,ABCDEE+ArialNarrow,#000,177,204,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,être,11,612,1008,ABCDEE+ArialNarrow,#000,206,220,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,exécutés,11,612,1008,ABCDEE+ArialNarrow,#000,222,255,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,conformément,11,612,1008,ABCDEE+ArialNarrow,#000,257,310,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,aux,11,612,1008,ABCDEE+ArialNarrow,#000,312,325,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,328,370,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,373,382,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement.,11,612,1008,ABCDEE+ArialNarrow,#000,384,423,380,390,10461,9,P,L;L;L;L;L;L;LI;LBody +O,B-Article,7.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,409,419,10490,10,P,H3 +O,I-Article,Dispositions,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,170,409,419,10490,10,P,H3 +O,I-Article,des,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,173,187,409,419,10490,10,P,H3 +O,I-Article,lois,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,189,203,409,419,10490,10,P,H3 +O,I-Article,et,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,205,213,409,419,10490,10,P,H3 +O,I-Article,d’autres,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,215,247,409,419,10490,10,P,H3 +O,I-Article,règlements,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,249,293,409,419,10490,10,P,H3 +O,B-Alinea,Une,11,612,1008,ABCDEE+ArialNarrow,#000,85,100,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,personne,11,612,1008,ABCDEE+ArialNarrow,#000,103,138,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qui,11,612,1008,ABCDEE+ArialNarrow,#000,141,152,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,occupe,11,612,1008,ABCDEE+ArialNarrow,#000,155,182,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,185,194,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,utilise,11,612,1008,ABCDEE+ArialNarrow,#000,198,218,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,222,231,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"terrain,",11,612,1008,ABCDEE+ArialNarrow,#000,234,260,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,263,277,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"construction,",11,612,1008,ABCDEE+ArialNarrow,#000,280,327,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,330,339,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ouvrage,11,612,1008,ABCDEE+ArialNarrow,#000,343,372,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,376,385,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,toute,11,612,1008,ABCDEE+ArialNarrow,#000,388,406,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,partie,11,612,1008,ABCDEE+ArialNarrow,#000,410,430,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,433,443,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"ceux-ci,",11,612,1008,ABCDEE+ArialNarrow,#000,446,474,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qui,11,612,1008,ABCDEE+ArialNarrow,#000,478,488,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,érige,11,612,1008,ABCDEE+ArialNarrow,#000,492,510,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,513,527,430,440,10511,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,construction,11,612,1008,ABCDEE+ArialNarrow,#000,85,129,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,131,140,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,143,152,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"ouvrage,",11,612,1008,ABCDEE+ArialNarrow,#000,154,186,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qui,11,612,1008,ABCDEE+ArialNarrow,#000,188,199,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,exécute,11,612,1008,ABCDEE+ArialNarrow,#000,201,230,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,11,612,1008,ABCDEE+ArialNarrow,#000,232,245,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,travaux,11,612,1008,ABCDEE+ArialNarrow,#000,247,274,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,11,612,1008,ABCDEE+ArialNarrow,#000,276,287,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,289,299,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"terrain,",11,612,1008,ABCDEE+ArialNarrow,#000,301,326,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,11,612,1008,ABCDEE+ArialNarrow,#000,328,342,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,construction,11,612,1008,ABCDEE+ArialNarrow,#000,344,388,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,390,400,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,11,612,1008,ABCDEE+ArialNarrow,#000,402,411,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"ouvrage,",11,612,1008,ABCDEE+ArialNarrow,#000,413,445,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,doit,11,612,1008,ABCDEE+ArialNarrow,#000,447,460,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"respecter,",11,612,1008,ABCDEE+ArialNarrow,#000,462,499,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,501,510,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plus,11,612,1008,ABCDEE+ArialNarrow,#000,512,527,441,451,10522,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,11,612,1008,ABCDEE+ArialNarrow,#000,85,98,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,103,146,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,150,159,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"règlement,",11,612,1008,ABCDEE+ArialNarrow,#000,163,202,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,toute,11,612,1008,ABCDEE+ArialNarrow,#000,207,225,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,disposition,11,612,1008,ABCDEE+ArialNarrow,#000,229,268,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,législative,11,612,1008,ABCDEE+ArialNarrow,#000,272,308,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,313,322,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,réglementaire,11,612,1008,ABCDEE+ArialNarrow,#000,326,376,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fédérale,11,612,1008,ABCDEE+ArialNarrow,#000,381,410,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,11,612,1008,ABCDEE+ArialNarrow,#000,415,422,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,provinciale,11,612,1008,ABCDEE+ArialNarrow,#000,426,465,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ainsi,11,612,1008,ABCDEE+ArialNarrow,#000,469,486,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,que,11,612,1008,ABCDEE+ArialNarrow,#000,491,504,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,toute,11,612,1008,ABCDEE+ArialNarrow,#000,509,527,453,463,10534,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,disposition,11,612,1008,ABCDEE+ArialNarrow,#000,85,124,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,11,612,1008,ABCDEE+ArialNarrow,#000,126,141,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,autre,11,612,1008,ABCDEE+ArialNarrow,#000,144,162,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,11,612,1008,ABCDEE+ArialNarrow,#000,165,201,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,municipal,11,612,1008,ABCDEE+ArialNarrow,#000,203,238,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,11,612,1008,ABCDEE+ArialNarrow,#000,240,247,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,doit,11,612,1008,ABCDEE+ArialNarrow,#000,249,262,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,veiller,11,612,1008,ABCDEE+ArialNarrow,#000,264,286,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,11,612,1008,ABCDEE+ArialNarrow,#000,288,292,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,11,612,1008,ABCDEE+ArialNarrow,#000,294,303,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,que,11,612,1008,ABCDEE+ArialNarrow,#000,305,319,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,11,612,1008,ABCDEE+ArialNarrow,#000,321,328,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"terrain,",11,612,1008,ABCDEE+ArialNarrow,#000,330,355,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,11,612,1008,ABCDEE+ArialNarrow,#000,357,364,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"construction,",11,612,1008,ABCDEE+ArialNarrow,#000,366,412,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’ouvrage,11,612,1008,ABCDEE+ArialNarrow,#000,415,448,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,450,459,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,11,612,1008,ABCDEE+ArialNarrow,#000,461,472,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,travaux,11,612,1008,ABCDEE+ArialNarrow,#000,474,501,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"soient,",11,612,1008,ABCDEE+ArialNarrow,#000,503,527,464,474,10545,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,selon,11,612,1008,ABCDEE+ArialNarrow,#000,85,105,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,11,612,1008,ABCDEE+ArialNarrow,#000,107,113,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"cas,",11,612,1008,ABCDEE+ArialNarrow,#000,116,131,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"occupé,",11,612,1008,ABCDEE+ArialNarrow,#000,133,162,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"utilisé,",11,612,1008,ABCDEE+ArialNarrow,#000,164,187,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,érigé,11,612,1008,ABCDEE+ArialNarrow,#000,189,208,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,11,612,1008,ABCDEE+ArialNarrow,#000,210,219,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,exécutés,11,612,1008,ABCDEE+ArialNarrow,#000,221,254,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,256,266,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,conformité,11,612,1008,ABCDEE+ArialNarrow,#000,268,306,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,avec,11,612,1008,ABCDEE+ArialNarrow,#000,308,326,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ces,11,612,1008,ABCDEE+ArialNarrow,#000,328,341,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,11,612,1008,ABCDEE+ArialNarrow,#000,343,386,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,11,612,1008,ABCDEE+ArialNarrow,#000,388,395,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,avec,11,612,1008,ABCDEE+ArialNarrow,#000,397,415,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,celles,11,612,1008,ABCDEE+ArialNarrow,#000,417,438,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,11,612,1008,ABCDEE+ArialNarrow,#000,440,449,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement.,11,612,1008,ABCDEE+ArialNarrow,#000,452,490,476,486,10557,11,P,L;L;L;L;L;L;LI;LBody +O,B-Article,8.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,505,515,10586,12,P,H3 +O,I-Article,Division,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,153,505,515,10586,12,P,H3 +O,I-Article,du,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,155,165,505,515,10586,12,P,H3 +O,I-Article,territoire,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,168,201,505,515,10586,12,P,H3 +O,I-Article,en,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,204,213,505,515,10586,12,P,H3 +O,I-Article,zones,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,215,239,505,515,10586,12,P,H3 +O,B-Alinea,Le,11,612,1008,ABCDEE+ArialNarrow,#000,85,94,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,territoire,11,612,1008,ABCDEE+ArialNarrow,#000,97,127,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,129,138,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,11,612,1008,ABCDEE+ArialNarrow,#000,140,147,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Ville,11,612,1008,ABCDEE+ArialNarrow,#000,149,164,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,167,176,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Sainte-Adèle,11,612,1008,ABCDEE+ArialNarrow,#000,178,225,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,11,612,1008,ABCDEE+ArialNarrow,#000,228,239,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,divisé,11,612,1008,ABCDEE+ArialNarrow,#000,241,262,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,264,273,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"zones,",11,612,1008,ABCDEE+ArialNarrow,#000,276,300,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,lesquelles,11,612,1008,ABCDEE+ArialNarrow,#000,302,338,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,apparaissent,11,612,1008,ABCDEE+ArialNarrow,#000,341,388,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,11,612,1008,ABCDEE+ArialNarrow,#000,390,399,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plan,11,612,1008,ABCDEE+ArialNarrow,#000,401,417,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,419,428,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zonage,11,612,1008,ABCDEE+ArialNarrow,#000,431,458,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,figurant,11,612,1008,ABCDEE+ArialNarrow,#000,460,487,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,11,612,1008,ABCDEE+ArialNarrow,#000,490,494,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,496,527,526,536,10607,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,11,612,1008,ABCDEE+ArialNarrow,#000,85,90,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,A,11,612,1008,ABCDEE+ArialNarrow,#000,92,97,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,»,11,612,1008,ABCDEE+ArialNarrow,#000,100,104,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,11,612,1008,ABCDEE+ArialNarrow,#000,107,116,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,118,145,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,11,612,1008,ABCDEE+ArialNarrow,#000,148,184,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,11,612,1008,ABCDEE+ArialNarrow,#000,186,203,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,205,214,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,faire,11,612,1008,ABCDEE+ArialNarrow,#000,216,232,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,partie,11,612,1008,ABCDEE+ArialNarrow,#000,235,255,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,intégrante.,11,612,1008,ABCDEE+ArialNarrow,#000,257,296,537,547,10618,13,P,L;L;L;L;L;L;LI;LBody +O,B-Article,9.,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,110,566,576,10648,14,P,H3 +O,I-Article,Documents,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,166,566,576,10648,14,P,H3 +O,I-Article,annexés,11,612,1008,ABCDEE+ArialNarrow-Bold,#000,168,201,566,576,10648,14,P,H3 +O,B-Alinea,Les,11,612,1008,ABCDEE+ArialNarrow,#000,85,98,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,annexes,11,612,1008,ABCDEE+ArialNarrow,#000,101,132,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivantes,11,612,1008,ABCDEE+ArialNarrow,#000,134,169,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,jointes,11,612,1008,ABCDEE+ArialNarrow,#000,171,194,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,11,612,1008,ABCDEE+ArialNarrow,#000,197,206,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,11,612,1008,ABCDEE+ArialNarrow,#000,208,236,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"règlement,",11,612,1008,ABCDEE+ArialNarrow,#000,238,277,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,11,612,1008,ABCDEE+ArialNarrow,#000,279,288,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,font,11,612,1008,ABCDEE+ArialNarrow,#000,290,304,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,parties,11,612,1008,ABCDEE+ArialNarrow,#000,306,331,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,intégrantes,11,612,1008,ABCDEE+ArialNarrow,#000,333,374,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,11,612,1008,ABCDEE+ArialNarrow,#000,376,380,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,toutes,11,612,1008,ABCDEE+ArialNarrow,#000,383,405,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fins,11,612,1008,ABCDEE+ArialNarrow,#000,407,420,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,que,11,612,1008,ABCDEE+ArialNarrow,#000,422,436,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,11,612,1008,ABCDEE+ArialNarrow,#000,438,448,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,droit,11,612,1008,ABCDEE+ArialNarrow,#000,450,466,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,11,612,1008,ABCDEE+ArialNarrow,#000,468,470,587,597,10668,15,P,L;L;L;L;L;L;LI;LBody +O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,604,614,10686,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,604,614,10686,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,A,11,612,1008,ABCDEE+ArialNarrow,#000,174,179,604,614,10686,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,182,189,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,191,215,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,217,221,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Plan,11,612,1008,ABCDEE+ArialNarrow,#000,224,240,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,242,251,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zonage,11,612,1008,ABCDEE+ArialNarrow,#000,254,281,604,614,10686,22,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,283,287,604,614,10686,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,290,292,604,614,10686,26,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,622,632,10703,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,622,632,10703,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,B,11,612,1008,ABCDEE+ArialNarrow,#000,174,179,622,632,10703,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,182,189,622,632,10703,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,191,215,622,632,10703,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,217,221,622,632,10703,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Terminologie,11,612,1008,ABCDEE+ArialNarrow,#000,224,271,622,632,10703,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,273,278,622,632,10703,38,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,280,282,622,632,10703,40,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,639,649,10721,44,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,639,649,10721,44,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,C,11,612,1008,ABCDEE+ArialNarrow,#000,174,180,639,649,10721,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,183,189,639,649,10721,48,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,192,216,639,649,10721,48,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,218,223,639,649,10721,48,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Liste,11,612,1008,ABCDEE+ArialNarrow,#000,225,242,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,11,612,1008,ABCDEE+ArialNarrow,#000,245,258,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"arbres,",11,612,1008,ABCDEE+ArialNarrow,#000,261,286,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,arbustes,11,612,1008,ABCDEE+ArialNarrow,#000,289,321,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,et,11,612,1008,ABCDEE+ArialNarrow,#000,323,330,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plantes,11,612,1008,ABCDEE+ArialNarrow,#000,333,359,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,recommandées,11,612,1008,ABCDEE+ArialNarrow,#000,362,418,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pour,11,612,1008,ABCDEE+ArialNarrow,#000,421,437,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,11,612,1008,ABCDEE+ArialNarrow,#000,440,446,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,revégétalisation,11,612,1008,ABCDEE+ArialNarrow,#000,449,506,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,509,518,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,11,612,1008,ABCDEE+ArialNarrow,#000,521,527,639,649,10721,50,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,rive,11,612,1008,ABCDEE+ArialNarrow,#000,132,145,651,661,10732,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,147,152,651,661,10732,53,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,154,156,651,661,10732,55,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,668,678,10750,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,668,678,10750,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,D,11,612,1008,ABCDEE+ArialNarrow,#000,174,180,668,678,10750,61,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,182,187,668,678,10750,63,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,189,213,668,678,10750,63,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,215,220,668,678,10750,63,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Plan,11,612,1008,ABCDEE+ArialNarrow,#000,222,238,668,678,10750,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,241,250,668,678,10750,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,renaturalisation,11,612,1008,ABCDEE+ArialNarrow,#000,252,308,668,678,10750,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,11,612,1008,ABCDEE+ArialNarrow,#000,310,324,668,678,10750,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Golfs,11,612,1008,ABCDEE+ArialNarrow,#000,326,345,668,678,10750,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,347,352,668,678,10750,67,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,354,356,668,678,10750,69,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,686,696,10767,73,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,686,696,10767,73,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,E,11,612,1008,ABCDEE+ArialNarrow,#000,174,179,686,696,10767,75,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,182,189,686,696,10767,77,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,191,215,686,696,10767,77,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,217,221,686,696,10767,77,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Limites,11,612,1008,ABCDEE+ArialNarrow,#000,224,250,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,252,261,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,11,612,1008,ABCDEE+ArialNarrow,#000,263,270,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plaine,11,612,1008,ABCDEE+ArialNarrow,#000,272,294,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,inondable,11,612,1008,ABCDEE+ArialNarrow,#000,296,332,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,334,343,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,11,612,1008,ABCDEE+ArialNarrow,#000,345,352,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Rivière,11,612,1008,ABCDEE+ArialNarrow,#000,354,380,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,11,612,1008,ABCDEE+ArialNarrow,#000,382,391,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Nord,11,612,1008,ABCDEE+ArialNarrow,#000,393,411,686,696,10767,79,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,413,418,686,696,10767,81,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,420,423,686,696,10767,83,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,703,713,10784,87,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,703,713,10784,87,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,F,11,612,1008,ABCDEE+ArialNarrow,#000,174,179,703,713,10784,89,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,181,188,703,713,10784,91,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,190,214,703,713,10784,91,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,216,221,703,713,10784,91,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Climat,11,612,1008,ABCDEE+ArialNarrow,#000,223,246,703,713,10784,93,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,sonore,11,612,1008,ABCDEE+ArialNarrow,#000,249,274,703,713,10784,93,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,simulé,11,612,1008,ABCDEE+ArialNarrow,#000,276,300,703,713,10784,93,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,302,307,703,713,10784,95,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,309,311,703,713,10784,97,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,721,731,10802,101,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,721,731,10802,101,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,G,11,612,1008,ABCDEE+ArialNarrow,#000,174,180,721,731,10802,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,183,190,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,192,215,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,218,222,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Protection,11,612,1008,ABCDEE+ArialNarrow,#000,225,262,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,11,612,1008,ABCDEE+ArialNarrow,#000,264,273,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,parc,11,612,1008,ABCDEE+ArialNarrow,#000,275,291,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,linéaire,11,612,1008,ABCDEE+ArialNarrow,#000,293,320,721,731,10802,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,322,327,721,731,10802,107,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,329,331,721,731,10802,109,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,738,748,10819,113,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,172,738,748,10819,113,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,H,11,612,1008,ABCDEE+ArialNarrow,#000,174,180,738,748,10819,115,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,182,189,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,191,215,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,217,222,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Vue,11,612,1008,ABCDEE+ArialNarrow,#000,224,239,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,en,11,612,1008,ABCDEE+ArialNarrow,#000,241,250,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plan,11,612,1008,ABCDEE+ArialNarrow,#000,252,268,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,11,612,1008,ABCDEE+ArialNarrow,#000,270,283,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zones,11,612,1008,ABCDEE+ArialNarrow,#000,286,308,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,inondables,11,612,1008,ABCDEE+ArialNarrow,#000,310,349,738,748,10819,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,11,612,1008,ABCDEE+ArialNarrow,#000,352,356,738,748,10819,119,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,11,612,1008,ABCDEE+ArialNarrow,#000,359,361,738,748,10819,121,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,L’annexe,11,612,1008,ABCDEE+ArialNarrow,#000,132,165,756,766,10837,125,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,167,171,756,766,10837,125,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,I,11,612,1008,ABCDEE+ArialNarrow,#000,174,176,756,766,10837,127,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"»,",11,612,1008,ABCDEE+ArialNarrow,#000,178,185,756,766,10837,129,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,intitulé,11,612,1008,ABCDEE+ArialNarrow,#000,187,211,756,766,10837,129,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,11,612,1008,ABCDEE+ArialNarrow,#000,213,218,756,766,10837,129,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Protocole,11,612,1008,ABCDEE+ArialNarrow,#000,220,254,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’entente,11,612,1008,ABCDEE+ArialNarrow,#000,257,290,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,relatif,11,612,1008,ABCDEE+ArialNarrow,#000,292,312,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,11,612,1008,ABCDEE+ArialNarrow,#000,314,319,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,11,612,1008,ABCDEE+ArialNarrow,#000,321,330,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,report,11,612,1008,ABCDEE+ArialNarrow,#000,332,354,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,356,365,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,11,612,1008,ABCDEE+ArialNarrow,#000,367,373,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,contribution,11,612,1008,ABCDEE+ArialNarrow,#000,375,418,756,766,10837,131,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pour,11,612,1008,ABCDEE+ArialNarrow,#000,420,436,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,fins,11,612,1008,ABCDEE+ArialNarrow,#000,438,451,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,453,462,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"parcs,",11,612,1008,ABCDEE+ArialNarrow,#000,464,486,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,terrains,11,612,1008,ABCDEE+ArialNarrow,#000,489,516,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,11,612,1008,ABCDEE+ArialNarrow,#000,518,527,756,766,10837,132,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,jeux,11,612,1008,ABCDEE+ArialNarrow,#000,132,147,767,777,10848,133,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,11,612,1008,ABCDEE+ArialNarrow,#000,149,158,767,777,10848,133,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,espaces,11,612,1008,ABCDEE+ArialNarrow,#000,160,191,767,777,10848,133,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,naturels,11,612,1008,ABCDEE+ArialNarrow,#000,193,222,767,777,10848,133,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,».,11,612,1008,ABCDEE+ArialNarrow,#000,225,231,767,777,10848,135,P,L;L;L;L;L;L;L;LI;LBody +B-Titre,B-Tete,Règlement,12,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,11126,,Artifact, +I-Titre,I-Tete,de,12,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,11126,,Artifact, +I-Titre,I-Tete,zonage,12,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,11126,,Artifact, +I-Titre,I-Tete,1314-2021-Z,12,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,11126,,Artifact, +O,I-Tete,Chapitre,12,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,11126,,Artifact, +O,I-Tete,2,12,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,11126,,Artifact, +O,I-Tete,–,12,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,11126,,Artifact, +O,I-Tete,Dispositions,12,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,11126,,Artifact, +O,I-Tete,"déclaratoires,",12,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,11126,,Artifact, +O,I-Tete,interprétatives,12,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,11126,,Artifact, +O,I-Tete,et,12,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,11126,,Artifact, +O,I-Tete,administratives,12,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,11126,,Artifact, +O,B-Section,SECTION,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,85,136,112,126,11202,1,P,H2 +O,I-Section,2,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,139,146,112,126,11202,1,P,H2 +O,I-Section,FONCTIONNEMENT,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,159,267,112,126,11202,1,P,H2 +O,B-Article,10.,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,152,162,11241,2,P,H3 +O,I-Article,Structure,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,158,152,162,11241,2,P,H3 +O,I-Article,du,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,160,170,152,162,11241,2,P,H3 +O,I-Article,règlement,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,172,211,152,162,11241,2,P,H3 +O,B-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,85,96,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,système,12,612,1008,ABCDEE+ArialNarrow,#000,98,128,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,12,612,1008,ABCDEE+ArialNarrow,#000,131,140,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,numérotation,12,612,1008,ABCDEE+ArialNarrow,#000,142,190,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,uniforme,12,612,1008,ABCDEE+ArialNarrow,#000,192,224,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,a,12,612,1008,ABCDEE+ArialNarrow,#000,227,231,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,été,12,612,1008,ABCDEE+ArialNarrow,#000,234,245,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,utilisé,12,612,1008,ABCDEE+ArialNarrow,#000,247,268,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,12,612,1008,ABCDEE+ArialNarrow,#000,271,287,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l'ensemble,12,612,1008,ABCDEE+ArialNarrow,#000,289,328,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,12,612,1008,ABCDEE+ArialNarrow,#000,331,340,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement.,12,612,1008,ABCDEE+ArialNarrow,#000,342,381,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Le,12,612,1008,ABCDEE+ArialNarrow,#000,383,392,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,12,612,1008,ABCDEE+ArialNarrow,#000,395,422,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,12,612,1008,ABCDEE+ArialNarrow,#000,424,461,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,12,612,1008,ABCDEE+ArialNarrow,#000,463,474,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’abord,12,612,1008,ABCDEE+ArialNarrow,#000,476,504,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,506,527,172,182,11262,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,85,94,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chapitres,12,612,1008,ABCDEE+ArialNarrow,#000,96,130,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,numérotés,12,612,1008,ABCDEE+ArialNarrow,#000,132,170,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,173,182,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chiffres,12,612,1008,ABCDEE+ArialNarrow,#000,184,210,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,arabes.,12,612,1008,ABCDEE+ArialNarrow,#000,212,240,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Au,12,612,1008,ABCDEE+ArialNarrow,#000,242,252,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"besoin,",12,612,1008,ABCDEE+ArialNarrow,#000,254,280,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chaque,12,612,1008,ABCDEE+ArialNarrow,#000,283,309,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chapitre,12,612,1008,ABCDEE+ArialNarrow,#000,312,341,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,12,612,1008,ABCDEE+ArialNarrow,#000,343,354,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,356,377,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,379,388,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sections,12,612,1008,ABCDEE+ArialNarrow,#000,390,420,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,12,612,1008,ABCDEE+ArialNarrow,#000,422,429,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sous-sections,12,612,1008,ABCDEE+ArialNarrow,#000,431,482,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,numérotées,12,612,1008,ABCDEE+ArialNarrow,#000,484,527,184,194,11273,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,85,94,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chiffres,12,612,1008,ABCDEE+ArialNarrow,#000,97,123,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,arabes.,12,612,1008,ABCDEE+ArialNarrow,#000,125,153,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Les,12,612,1008,ABCDEE+ArialNarrow,#000,155,168,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,articles,12,612,1008,ABCDEE+ArialNarrow,#000,170,196,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,12,612,1008,ABCDEE+ArialNarrow,#000,198,214,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"numérotés,",12,612,1008,ABCDEE+ArialNarrow,#000,216,257,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,12,612,1008,ABCDEE+ArialNarrow,#000,260,269,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,façon,12,612,1008,ABCDEE+ArialNarrow,#000,271,291,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"consécutive,",12,612,1008,ABCDEE+ArialNarrow,#000,293,339,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,341,350,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chiffres,12,612,1008,ABCDEE+ArialNarrow,#000,352,379,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,arabes.,12,612,1008,ABCDEE+ArialNarrow,#000,381,409,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Chaque,12,612,1008,ABCDEE+ArialNarrow,#000,411,440,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,article,12,612,1008,ABCDEE+ArialNarrow,#000,442,464,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,peut,12,612,1008,ABCDEE+ArialNarrow,#000,466,482,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,être,12,612,1008,ABCDEE+ArialNarrow,#000,484,498,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ensuite,12,612,1008,ABCDEE+ArialNarrow,#000,501,527,195,205,11285,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,85,106,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,109,119,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,alinéas.,12,612,1008,ABCDEE+ArialNarrow,#000,122,150,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,154,164,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,alinéa,12,612,1008,ABCDEE+ArialNarrow,#000,168,190,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,n’est,12,612,1008,ABCDEE+ArialNarrow,#000,193,211,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,précédé,12,612,1008,ABCDEE+ArialNarrow,#000,214,244,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’aucun,12,612,1008,ABCDEE+ArialNarrow,#000,247,276,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"chiffre,",12,612,1008,ABCDEE+ArialNarrow,#000,280,304,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,lettre,12,612,1008,ABCDEE+ArialNarrow,#000,308,326,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ni,12,612,1008,ABCDEE+ArialNarrow,#000,329,336,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,marque,12,612,1008,ABCDEE+ArialNarrow,#000,339,367,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,particulière.,12,612,1008,ABCDEE+ArialNarrow,#000,371,413,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,417,427,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,alinéa,12,612,1008,ABCDEE+ArialNarrow,#000,431,453,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,peut,12,612,1008,ABCDEE+ArialNarrow,#000,456,472,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,être,12,612,1008,ABCDEE+ArialNarrow,#000,476,490,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,493,514,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,518,527,207,217,11296,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,paragraphes.,12,612,1008,ABCDEE+ArialNarrow,#000,85,133,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,136,147,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,paragraphe,12,612,1008,ABCDEE+ArialNarrow,#000,149,191,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,12,612,1008,ABCDEE+ArialNarrow,#000,194,205,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,numéroté,12,612,1008,ABCDEE+ArialNarrow,#000,208,242,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,245,254,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chiffres,12,612,1008,ABCDEE+ArialNarrow,#000,257,283,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,arabes.,12,612,1008,ABCDEE+ArialNarrow,#000,286,314,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,316,327,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,paragraphe,12,612,1008,ABCDEE+ArialNarrow,#000,329,371,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,peut,12,612,1008,ABCDEE+ArialNarrow,#000,374,390,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,être,12,612,1008,ABCDEE+ArialNarrow,#000,393,407,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,410,431,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,433,443,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sous-paragraphes.,12,612,1008,ABCDEE+ArialNarrow,#000,445,514,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,517,527,218,228,11308,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sous-paragraphe,12,612,1008,ABCDEE+ArialNarrow,#000,85,147,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,12,612,1008,ABCDEE+ArialNarrow,#000,149,160,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,précédé,12,612,1008,ABCDEE+ArialNarrow,#000,162,192,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’une,12,612,1008,ABCDEE+ArialNarrow,#000,194,214,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,lettre,12,612,1008,ABCDEE+ArialNarrow,#000,216,234,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,minuscule.,12,612,1008,ABCDEE+ArialNarrow,#000,236,275,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,277,288,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sous-paragraphe,12,612,1008,ABCDEE+ArialNarrow,#000,290,352,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,peut,12,612,1008,ABCDEE+ArialNarrow,#000,354,370,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,être,12,612,1008,ABCDEE+ArialNarrow,#000,372,386,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,divisé,12,612,1008,ABCDEE+ArialNarrow,#000,388,409,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,12,612,1008,ABCDEE+ArialNarrow,#000,411,420,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sous-alinéas.,12,612,1008,ABCDEE+ArialNarrow,#000,422,471,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Un,12,612,1008,ABCDEE+ArialNarrow,#000,473,483,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sous-alinéa,12,612,1008,ABCDEE+ArialNarrow,#000,485,527,230,240,11319,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,12,612,1008,ABCDEE+ArialNarrow,#000,85,96,241,251,11331,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,précédé,12,612,1008,ABCDEE+ArialNarrow,#000,98,128,241,251,11331,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,12,612,1008,ABCDEE+ArialNarrow,#000,130,146,241,251,11331,3,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tiret.,12,612,1008,ABCDEE+ArialNarrow,#000,148,164,241,251,11331,3,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,L’exemple,12,612,1008,ABCDEE+ArialNarrow,#000,85,122,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivant,12,612,1008,ABCDEE+ArialNarrow,#000,125,151,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,illustre,12,612,1008,ABCDEE+ArialNarrow,#000,153,177,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,12,612,1008,ABCDEE+ArialNarrow,#000,179,185,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,structure,12,612,1008,ABCDEE+ArialNarrow,#000,188,219,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,générale,12,612,1008,ABCDEE+ArialNarrow,#000,222,254,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,12,612,1008,ABCDEE+ArialNarrow,#000,256,265,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,12,612,1008,ABCDEE+ArialNarrow,#000,267,295,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,12,612,1008,ABCDEE+ArialNarrow,#000,297,334,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,12,612,1008,ABCDEE+ArialNarrow,#000,336,338,262,272,11351,4,P,L;L;L;L;L;L;LI;LBody +O,B-Figure,CHAPITRE,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,261,337,283,301,11373,5,P,L;L;L;L;L;L;LI;LBody +O,I-Figure,X,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,341,351,283,301,11373,5,P,L;L;L;L;L;L;LI;LBody +O,I-Figure,SECTION,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,275,326,312,326,11402,6,P,L;L;L;L;L;L;LI;LBody +O,I-Figure,X,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,329,337,312,326,11402,6,P,L;L;L;L;L;L;LI;LBody +O,I-Figure,SOUS-SECTION,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,267,330,337,347,11426,7,P,L;L;L;L;L;L;LI;LBody +O,I-Figure,X.X,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,332,345,337,347,11426,7,P,L;L;L;L;L;L;LI;LBody +O,I-Figure,X,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,276,281,357,367,11447,8,P,L;L;L;L;L;L;LI;LBody +O,I-Figure,Article,12,612,1008,ABCDEE+ArialNarrow-Bold,#000,311,337,357,367,11447,8,P,L;L;L;L;L;L;LI;LBody +O,I-Figure,ALINÉA,12,612,1008,ABCDEE+ArialNarrow,#000,292,321,378,388,11467,9,P,L;L;L;L;L;L;LI;LBody +O,I-Figure,PARAGRAPHE,12,612,1008,ABCDEE+ArialNarrow,#000,301,358,395,405,11485,12,P,L;LI;LBody +O,I-Figure,SOUS-PARAGRAPHE,12,612,1008,ABCDEE+ArialNarrow,#000,305,388,410,420,11499,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Figure,-,12,612,1008,ABCDEE+CenturyGothic,#000,270,273,422,432,11511,20,P,L;L;LI;LBody +O,I-Figure,SOUS-SOUS-PARAGRAPHE,12,612,1008,ABCDEE+ArialNarrow,#000,288,397,422,432,11511,20,P,L;L;LI;LBody +O,B-Tete,Règlement,13,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,12134,,Artifact, +O,I-Tete,de,13,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,12134,,Artifact, +O,I-Tete,zonage,13,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,12134,,Artifact, +O,I-Tete,1314-2021-Z,13,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,12134,,Artifact, +O,I-Tete,Chapitre,13,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,12134,,Artifact, +O,I-Tete,2,13,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,12134,,Artifact, +O,I-Tete,–,13,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,12134,,Artifact, +O,I-Tete,Dispositions,13,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,12134,,Artifact, +O,I-Tete,"déclaratoires,",13,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,12134,,Artifact, +O,I-Tete,interprétatives,13,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,12134,,Artifact, +O,I-Tete,et,13,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,12134,,Artifact, +O,I-Tete,administratives,13,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,12134,,Artifact, +O,B-Section,SECTION,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,85,136,74,88,12171,0,P,H2 +O,I-Section,3,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,139,146,74,88,12171,0,P,H2 +O,I-Section,INTERPRÉTATION,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,159,259,74,88,12171,0,P,H2 +O,B-SousSection,RÈGLES,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,227,114,124,12211,3,P,H2 +O,I-SousSection,GÉNÉRALES,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,229,280,114,124,12211,3,P,H2 +O,I-SousSection,D’INTERPRÉTATION,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,282,363,114,124,12211,3,P,H2 +O,B-Article,11.,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,143,153,12240,6,P,H3 +O,I-Article,Table,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,143,143,153,12240,6,P,H3 +O,I-Article,des,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,145,159,143,153,12240,6,P,H3 +O,I-Article,"matières,",13,612,1008,ABCDEE+ArialNarrow-Bold,#000,161,197,143,153,12240,6,P,H3 +O,I-Article,en-tête,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,200,226,143,153,12240,6,P,H3 +O,I-Article,et,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,229,236,143,153,12240,6,P,H3 +O,I-Article,pied,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,238,255,143,153,12240,6,P,H3 +O,I-Article,de,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,257,267,143,153,12240,6,P,H3 +O,I-Article,page,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,269,288,143,153,12240,6,P,H3 +O,B-Alinea,Les,13,612,1008,ABCDEE+ArialNarrow,#000,85,98,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,éléments,13,612,1008,ABCDEE+ArialNarrow,#000,101,134,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivants,13,612,1008,ABCDEE+ArialNarrow,#000,136,166,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,168,178,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,180,188,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,191,227,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ne,13,612,1008,ABCDEE+ArialNarrow,#000,230,239,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,13,612,1008,ABCDEE+ArialNarrow,#000,241,256,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,montrés,13,612,1008,ABCDEE+ArialNarrow,#000,259,288,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qu’à,13,612,1008,ABCDEE+ArialNarrow,#000,291,306,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,titre,13,612,1008,ABCDEE+ArialNarrow,#000,308,322,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,indicatif,13,612,1008,ABCDEE+ArialNarrow,#000,324,352,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#000,354,361,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,n’en,13,612,1008,ABCDEE+ArialNarrow,#000,364,379,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,font,13,612,1008,ABCDEE+ArialNarrow,#000,381,395,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pas,13,612,1008,ABCDEE+ArialNarrow,#000,397,411,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,partie,13,612,1008,ABCDEE+ArialNarrow,#000,413,433,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,13,612,1008,ABCDEE+ArialNarrow,#000,436,438,163,173,12261,7,P,L;L;L;L;L;L;LI;LBody +O,B-Liste,La,13,612,1008,ABCDEE+ArialNarrow,#000,132,141,181,191,12278,10,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,table,13,612,1008,ABCDEE+ArialNarrow,#000,143,161,181,191,12278,10,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,13,612,1008,ABCDEE+ArialNarrow,#000,163,176,181,191,12278,10,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,matières;,13,612,1008,ABCDEE+ArialNarrow,#000,179,212,181,191,12278,10,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,Les,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,198,208,12296,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,en-têtes;,13,612,1008,ABCDEE+ArialNarrow,#000,147,179,198,208,12296,14,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,Les,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pieds,13,612,1008,ABCDEE+ArialNarrow,#000,147,167,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,13,612,1008,ABCDEE+ArialNarrow,#000,169,178,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"page,",13,612,1008,ABCDEE+ArialNarrow,#000,180,201,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,y,13,612,1008,ABCDEE+ArialNarrow,#000,203,207,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,compris,13,612,1008,ABCDEE+ArialNarrow,#000,210,238,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,13,612,1008,ABCDEE+ArialNarrow,#000,240,247,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pagination;,13,612,1008,ABCDEE+ArialNarrow,#000,249,289,216,226,12313,20,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,Les,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,illustrations,13,612,1008,ABCDEE+ArialNarrow,#000,147,188,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’ambiance,13,612,1008,ABCDEE+ArialNarrow,#000,191,233,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,se,13,612,1008,ABCDEE+ArialNarrow,#000,235,244,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,situant,13,612,1008,ABCDEE+ArialNarrow,#000,247,271,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,directement,13,612,1008,ABCDEE+ArialNarrow,#000,273,316,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,en,13,612,1008,ABCDEE+ArialNarrow,#000,319,328,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dessous,13,612,1008,ABCDEE+ArialNarrow,#000,330,361,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,13,612,1008,ABCDEE+ArialNarrow,#000,363,373,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,titre,13,612,1008,ABCDEE+ArialNarrow,#000,375,389,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,13,612,1008,ABCDEE+ArialNarrow,#000,391,405,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,sections,13,612,1008,ABCDEE+ArialNarrow,#000,407,437,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,et,13,612,1008,ABCDEE+ArialNarrow,#000,440,447,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,13,612,1008,ABCDEE+ArialNarrow,#000,449,463,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,sous-sections,13,612,1008,ABCDEE+ArialNarrow,#000,465,515,233,243,12331,24,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,13,612,1008,ABCDEE+ArialNarrow,#000,518,527,233,243,12331,26,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,chapitre,13,612,1008,ABCDEE+ArialNarrow,#000,132,161,245,255,12342,27,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,7,13,612,1008,ABCDEE+ArialNarrow,#000,163,167,245,255,12342,27,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,concernant,13,612,1008,ABCDEE+ArialNarrow,#000,169,210,245,255,12342,27,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,13,612,1008,ABCDEE+ArialNarrow,#000,212,223,245,255,12342,27,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,types,13,612,1008,ABCDEE+ArialNarrow,#000,225,244,245,255,12342,27,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,13,612,1008,ABCDEE+ArialNarrow,#000,246,255,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"milieux,",13,612,1008,ABCDEE+ArialNarrow,#000,257,285,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,qui,13,612,1008,ABCDEE+ArialNarrow,#000,287,298,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ne,13,612,1008,ABCDEE+ArialNarrow,#000,300,309,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,servent,13,612,1008,ABCDEE+ArialNarrow,#000,311,338,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,qu’à,13,612,1008,ABCDEE+ArialNarrow,#000,340,356,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"imager,",13,612,1008,ABCDEE+ArialNarrow,#000,358,385,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,13,612,1008,ABCDEE+ArialNarrow,#000,387,392,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,titre,13,612,1008,ABCDEE+ArialNarrow,#000,394,408,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"indicatif,",13,612,1008,ABCDEE+ArialNarrow,#000,410,440,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’aménagement,13,612,1008,ABCDEE+ArialNarrow,#000,442,498,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,général,13,612,1008,ABCDEE+ArialNarrow,#000,500,527,245,255,12342,28,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,256,266,12354,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,types,13,612,1008,ABCDEE+ArialNarrow,#000,147,167,256,266,12354,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,13,612,1008,ABCDEE+ArialNarrow,#000,169,178,256,266,12354,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux.,13,612,1008,ABCDEE+ArialNarrow,#000,180,208,256,266,12354,29,P,L;L;L;L;L;L;L;LI;LBody +O,B-Alinea,La,13,612,1008,ABCDEE+ArialNarrow,#000,85,94,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"modification,",13,612,1008,ABCDEE+ArialNarrow,#000,98,144,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,148,154,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,correction,13,612,1008,ABCDEE+ArialNarrow,#000,158,194,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,198,207,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,211,217,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,mise,13,612,1008,ABCDEE+ArialNarrow,#000,221,239,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#000,243,247,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,jour,13,612,1008,ABCDEE+ArialNarrow,#000,251,265,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,269,278,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ces,13,612,1008,ABCDEE+ArialNarrow,#000,282,294,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,éléments,13,612,1008,ABCDEE+ArialNarrow,#000,298,331,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ne,13,612,1008,ABCDEE+ArialNarrow,#000,335,344,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,requiert,13,612,1008,ABCDEE+ArialNarrow,#000,348,376,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,donc,13,612,1008,ABCDEE+ArialNarrow,#000,380,398,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pas,13,612,1008,ABCDEE+ArialNarrow,#000,402,415,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’adoption,13,612,1008,ABCDEE+ArialNarrow,#000,419,454,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,13,612,1008,ABCDEE+ArialNarrow,#000,458,473,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,477,514,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,518,527,277,287,12374,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,modification,13,612,1008,ABCDEE+ArialNarrow,#000,85,129,288,298,12386,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,131,140,288,298,12386,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,142,151,288,298,12386,31,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement.,13,612,1008,ABCDEE+ArialNarrow,#000,153,192,288,298,12386,31,P,L;L;L;L;L;L;LI;LBody +O,B-Article,12.,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,318,328,12415,32,P,H3 +O,I-Article,Interprétation,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,174,318,328,12415,32,P,H3 +O,I-Article,du,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,176,186,318,328,12415,32,P,H3 +O,I-Article,texte,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,189,208,318,328,12415,32,P,H3 +O,B-Alinea,De,13,612,1008,ABCDEE+ArialNarrow,#000,85,96,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,façon,13,612,1008,ABCDEE+ArialNarrow,#000,98,118,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"générale,",13,612,1008,ABCDEE+ArialNarrow,#000,120,154,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’interprétation,13,612,1008,ABCDEE+ArialNarrow,#000,157,208,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,doit,13,612,1008,ABCDEE+ArialNarrow,#000,210,224,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,respecter,13,612,1008,ABCDEE+ArialNarrow,#000,226,260,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#000,262,273,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règles,13,612,1008,ABCDEE+ArialNarrow,#000,275,298,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivantes,13,612,1008,ABCDEE+ArialNarrow,#000,300,334,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,13,612,1008,ABCDEE+ArialNarrow,#000,337,339,338,348,12436,33,P,L;L;L;L;L;L;LI;LBody +O,B-Liste,Les,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,titres,13,612,1008,ABCDEE+ArialNarrow,#000,148,165,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,contenus,13,612,1008,ABCDEE+ArialNarrow,#000,168,202,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,13,612,1008,ABCDEE+ArialNarrow,#000,204,222,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ce,13,612,1008,ABCDEE+ArialNarrow,#000,225,234,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,237,273,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,en,13,612,1008,ABCDEE+ArialNarrow,#000,276,285,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,font,13,612,1008,ABCDEE+ArialNarrow,#000,288,302,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partie,13,612,1008,ABCDEE+ArialNarrow,#000,305,325,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,intégrante.,13,612,1008,ABCDEE+ArialNarrow,#000,328,367,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,En,13,612,1008,ABCDEE+ArialNarrow,#000,370,380,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cas,13,612,1008,ABCDEE+ArialNarrow,#000,382,395,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,13,612,1008,ABCDEE+ArialNarrow,#000,398,407,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,contradiction,13,612,1008,ABCDEE+ArialNarrow,#000,410,456,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,entre,13,612,1008,ABCDEE+ArialNarrow,#000,459,478,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,481,487,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,texte,13,612,1008,ABCDEE+ArialNarrow,#000,490,508,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,et,13,612,1008,ABCDEE+ArialNarrow,#000,511,518,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,521,527,356,366,12453,36,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"titre,",13,612,1008,ABCDEE+ArialNarrow,#000,132,148,367,377,12465,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,150,156,367,377,12465,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,texte,13,612,1008,ABCDEE+ArialNarrow,#000,158,176,367,377,12465,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prévaut;,13,612,1008,ABCDEE+ArialNarrow,#000,179,208,367,377,12465,37,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,L’emploi,13,612,1008,ABCDEE+ArialNarrow,#000,132,162,385,395,12482,41,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,13,612,1008,ABCDEE+ArialNarrow,#000,164,178,385,395,12482,41,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,verbes,13,612,1008,ABCDEE+ArialNarrow,#000,180,205,385,395,12482,41,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,au,13,612,1008,ABCDEE+ArialNarrow,#000,207,216,385,395,12482,41,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,présent,13,612,1008,ABCDEE+ArialNarrow,#000,218,246,385,395,12482,41,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,inclut,13,612,1008,ABCDEE+ArialNarrow,#000,248,267,385,395,12482,42,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,269,276,385,395,12482,42,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,futur,13,612,1008,ABCDEE+ArialNarrow,#000,278,294,385,395,12482,42,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,13,612,1008,ABCDEE+ArialNarrow,#000,297,299,385,395,12482,42,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,Les,13,612,1008,ABCDEE+ArialNarrow,#000,132,145,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,mots,13,612,1008,ABCDEE+ArialNarrow,#000,148,166,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,écrits,13,612,1008,ABCDEE+ArialNarrow,#000,169,189,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,au,13,612,1008,ABCDEE+ArialNarrow,#000,193,202,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,singulier,13,612,1008,ABCDEE+ArialNarrow,#000,205,236,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprennent,13,612,1008,ABCDEE+ArialNarrow,#000,239,287,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,290,297,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pluriel,13,612,1008,ABCDEE+ArialNarrow,#000,300,322,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,et,13,612,1008,ABCDEE+ArialNarrow,#000,325,332,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,336,342,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pluriel,13,612,1008,ABCDEE+ArialNarrow,#000,345,367,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprend,13,612,1008,ABCDEE+ArialNarrow,#000,371,407,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,411,417,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"singulier,",13,612,1008,ABCDEE+ArialNarrow,#000,421,453,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,chaque,13,612,1008,ABCDEE+ArialNarrow,#000,457,484,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,fois,13,612,1008,ABCDEE+ArialNarrow,#000,487,500,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,que,13,612,1008,ABCDEE+ArialNarrow,#000,503,517,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,520,527,402,412,12500,46,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,contexte,13,612,1008,ABCDEE+ArialNarrow,#000,132,163,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,se,13,612,1008,ABCDEE+ArialNarrow,#000,165,173,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prête,13,612,1008,ABCDEE+ArialNarrow,#000,176,195,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,13,612,1008,ABCDEE+ArialNarrow,#000,197,201,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cette,13,612,1008,ABCDEE+ArialNarrow,#000,204,221,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,extension;,13,612,1008,ABCDEE+ArialNarrow,#000,224,261,414,424,12511,47,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,Le,13,612,1008,ABCDEE+ArialNarrow,#000,132,141,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,genre,13,612,1008,ABCDEE+ArialNarrow,#000,143,164,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,masculin,13,612,1008,ABCDEE+ArialNarrow,#000,166,199,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprend,13,612,1008,ABCDEE+ArialNarrow,#000,201,237,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,240,246,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,genre,13,612,1008,ABCDEE+ArialNarrow,#000,248,269,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,féminin,13,612,1008,ABCDEE+ArialNarrow,#000,272,298,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,13,612,1008,ABCDEE+ArialNarrow,#000,300,305,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,moins,13,612,1008,ABCDEE+ArialNarrow,#000,307,329,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,que,13,612,1008,ABCDEE+ArialNarrow,#000,331,345,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,347,354,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,contexte,13,612,1008,ABCDEE+ArialNarrow,#000,356,387,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,n'indique,13,612,1008,ABCDEE+ArialNarrow,#000,389,422,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,13,612,1008,ABCDEE+ArialNarrow,#000,424,430,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,contraire,13,612,1008,ABCDEE+ArialNarrow,#000,433,465,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,13,612,1008,ABCDEE+ArialNarrow,#000,467,469,431,441,12529,51,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,Avec,13,612,1008,ABCDEE+ArialNarrow,#000,132,150,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’emploi,13,612,1008,ABCDEE+ArialNarrow,#000,152,180,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,13,612,1008,ABCDEE+ArialNarrow,#000,182,191,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,mot,13,612,1008,ABCDEE+ArialNarrow,#000,194,207,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,13,612,1008,ABCDEE+ArialNarrow,#000,210,214,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,doit,13,612,1008,ABCDEE+ArialNarrow,#000,216,230,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,13,612,1008,ABCDEE+ArialNarrow,#000,232,236,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,13,612,1008,ABCDEE+ArialNarrow,#000,239,248,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,13,612,1008,ABCDEE+ArialNarrow,#000,250,255,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,devra,13,612,1008,ABCDEE+ArialNarrow,#000,257,277,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"»,",13,612,1008,ABCDEE+ArialNarrow,#000,280,287,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’obligation,13,612,1008,ABCDEE+ArialNarrow,#000,289,328,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,13,612,1008,ABCDEE+ArialNarrow,#000,330,341,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,absolue,13,612,1008,ABCDEE+ArialNarrow,#000,343,372,449,459,12546,55,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,Le,13,612,1008,ABCDEE+ArialNarrow,#000,132,141,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,mot,13,612,1008,ABCDEE+ArialNarrow,#000,145,159,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,13,612,1008,ABCDEE+ArialNarrow,#000,163,167,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,quiconque,13,612,1008,ABCDEE+ArialNarrow,#000,171,209,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,13,612,1008,ABCDEE+ArialNarrow,#000,213,218,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,inclut,13,612,1008,ABCDEE+ArialNarrow,#000,222,241,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,toute,13,612,1008,ABCDEE+ArialNarrow,#000,245,263,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,personne,13,612,1008,ABCDEE+ArialNarrow,#000,267,302,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,morale,13,612,1008,ABCDEE+ArialNarrow,#000,306,331,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,13,612,1008,ABCDEE+ArialNarrow,#000,335,344,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,physique,13,612,1008,ABCDEE+ArialNarrow,#000,348,381,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,13,612,1008,ABCDEE+ArialNarrow,#000,385,394,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,toute,13,612,1008,ABCDEE+ArialNarrow,#000,398,417,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,société,13,612,1008,ABCDEE+ArialNarrow,#000,421,447,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,en,13,612,1008,ABCDEE+ArialNarrow,#000,451,460,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,nom,13,612,1008,ABCDEE+ArialNarrow,#000,464,480,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"collectif,",13,612,1008,ABCDEE+ArialNarrow,#000,484,514,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,en,13,612,1008,ABCDEE+ArialNarrow,#000,518,527,466,476,12563,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,commandite,13,612,1008,ABCDEE+ArialNarrow,#000,132,176,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,13,612,1008,ABCDEE+ArialNarrow,#000,179,188,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,en,13,612,1008,ABCDEE+ArialNarrow,#000,190,199,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,participation,13,612,1008,ABCDEE+ArialNarrow,#000,201,245,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,au,13,612,1008,ABCDEE+ArialNarrow,#000,248,257,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,sens,13,612,1008,ABCDEE+ArialNarrow,#000,259,277,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,13,612,1008,ABCDEE+ArialNarrow,#000,279,288,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Code,13,612,1008,ABCDEE+ArialNarrow,#000,290,310,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,civil,13,612,1008,ABCDEE+ArialNarrow,#000,312,326,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,13,612,1008,ABCDEE+ArialNarrow,#000,328,337,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Québec.,13,612,1008,ABCDEE+ArialNarrow,#000,339,370,478,488,12575,60,P,L;L;L;L;L;L;L;LI;LBody +O,B-Article,13.,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,507,517,12604,62,P,H3 +O,I-Article,Règles,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,148,507,517,12604,62,P,H3 +O,I-Article,de,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,150,160,507,517,12604,62,P,H3 +O,I-Article,préséance,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,162,203,507,517,12604,62,P,H3 +O,B-Alinea,En,13,612,1008,ABCDEE+ArialNarrow,#000,85,95,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,cas,13,612,1008,ABCDEE+ArialNarrow,#000,97,110,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"d'incompatibilité,",13,612,1008,ABCDEE+ArialNarrow,#000,112,173,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,entre,13,612,1008,ABCDEE+ArialNarrow,#000,175,194,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,deux,13,612,1008,ABCDEE+ArialNarrow,#000,196,214,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,13,612,1008,ABCDEE+ArialNarrow,#000,216,259,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#000,262,266,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l'intérieur,13,612,1008,ABCDEE+ArialNarrow,#000,268,301,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,304,313,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,315,324,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,326,363,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,365,374,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,13,612,1008,ABCDEE+ArialNarrow,#000,377,394,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,397,405,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,408,444,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#000,446,453,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,13,612,1008,ABCDEE+ArialNarrow,#000,456,465,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,autre,13,612,1008,ABCDEE+ArialNarrow,#000,467,486,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"règlement,",13,612,1008,ABCDEE+ArialNarrow,#000,488,527,527,537,12625,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,85,91,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,disposition,13,612,1008,ABCDEE+ArialNarrow,#000,94,132,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,spécifique,13,612,1008,ABCDEE+ArialNarrow,#000,135,172,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,174,183,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,particulière,13,612,1008,ABCDEE+ArialNarrow,#000,185,225,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,prévaut,13,612,1008,ABCDEE+ArialNarrow,#000,228,255,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,13,612,1008,ABCDEE+ArialNarrow,#000,257,269,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,271,278,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,disposition,13,612,1008,ABCDEE+ArialNarrow,#000,280,318,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,générale.,13,612,1008,ABCDEE+ArialNarrow,#000,321,355,539,549,12636,63,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Lorsqu'une,13,612,1008,ABCDEE+ArialNarrow,#000,85,125,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,restriction,13,612,1008,ABCDEE+ArialNarrow,#000,129,164,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,167,176,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,13,612,1008,ABCDEE+ArialNarrow,#000,179,193,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,interdiction,13,612,1008,ABCDEE+ArialNarrow,#000,196,236,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,prescrite,13,612,1008,ABCDEE+ArialNarrow,#000,239,271,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,13,612,1008,ABCDEE+ArialNarrow,#000,274,286,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,289,298,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,301,337,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,340,350,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l'une,13,612,1008,ABCDEE+ArialNarrow,#000,353,370,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,quelconque,13,612,1008,ABCDEE+ArialNarrow,#000,373,415,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,419,428,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ses,13,612,1008,ABCDEE+ArialNarrow,#000,431,444,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,13,612,1008,ABCDEE+ArialNarrow,#000,447,490,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,se,13,612,1008,ABCDEE+ArialNarrow,#000,493,502,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,révèle,13,612,1008,ABCDEE+ArialNarrow,#000,505,527,559,569,12657,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,incompatible,13,612,1008,ABCDEE+ArialNarrow,#000,85,131,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,134,143,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,13,612,1008,ABCDEE+ArialNarrow,#000,146,155,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,désaccord,13,612,1008,ABCDEE+ArialNarrow,#000,157,195,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,avec,13,612,1008,ABCDEE+ArialNarrow,#000,198,215,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tout,13,612,1008,ABCDEE+ArialNarrow,#000,218,232,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,autre,13,612,1008,ABCDEE+ArialNarrow,#000,234,253,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#000,256,292,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#000,295,304,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,avec,13,612,1008,ABCDEE+ArialNarrow,#000,306,324,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,13,612,1008,ABCDEE+ArialNarrow,#000,326,340,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,autre,13,612,1008,ABCDEE+ArialNarrow,#000,343,362,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,disposition,13,612,1008,ABCDEE+ArialNarrow,#000,364,403,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#000,405,415,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#000,417,426,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"règlement,",13,612,1008,ABCDEE+ArialNarrow,#000,429,467,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,470,476,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,disposition,13,612,1008,ABCDEE+ArialNarrow,#000,479,518,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#000,520,527,571,581,12668,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plus,13,612,1008,ABCDEE+ArialNarrow,#000,85,100,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,restrictive,13,612,1008,ABCDEE+ArialNarrow,#222,102,137,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#222,140,149,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,prohibitive,13,612,1008,ABCDEE+ArialNarrow,#222,151,189,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,doit,13,612,1008,ABCDEE+ArialNarrow,#222,191,204,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"s'appliquer,",13,612,1008,ABCDEE+ArialNarrow,#222,206,248,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,250,255,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,moins,13,612,1008,ABCDEE+ArialNarrow,#222,257,279,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qu'il,13,612,1008,ABCDEE+ArialNarrow,#222,281,296,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,y,13,612,1008,ABCDEE+ArialNarrow,#222,298,302,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ait,13,612,1008,ABCDEE+ArialNarrow,#222,304,313,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,indication,13,612,1008,ABCDEE+ArialNarrow,#222,315,350,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,contraire.,13,612,1008,ABCDEE+ArialNarrow,#222,352,386,582,592,12680,64,P,L;L;L;L;L;L;LI;LBody +O,B-Article,14.,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,612,622,12709,65,P,H3 +O,I-Article,Interprétation,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,174,612,622,12709,65,P,H3 +O,I-Article,des,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,176,190,612,622,12709,65,P,H3 +O,I-Article,"tableaux,",13,612,1008,ABCDEE+ArialNarrow-Bold,#222,193,228,612,622,12709,65,P,H3 +O,I-Article,des,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,230,245,612,622,12709,65,P,H3 +O,I-Article,"illustrations,",13,612,1008,ABCDEE+ArialNarrow-Bold,#222,247,296,612,622,12709,65,P,H3 +O,I-Article,des,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,298,312,612,622,12709,65,P,H3 +O,I-Article,graphiques,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,314,359,612,622,12709,65,P,H3 +O,I-Article,et,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,361,368,612,622,12709,65,P,H3 +O,I-Article,des,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,370,385,612,622,12709,65,P,H3 +O,I-Article,fiches,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,387,410,612,622,12709,65,P,H3 +O,I-Article,de,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,413,422,612,622,12709,65,P,H3 +O,I-Article,types,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,425,446,612,622,12709,65,P,H3 +O,I-Article,de,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,448,458,612,622,12709,65,P,H3 +O,I-Article,milieux,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,460,488,612,622,12709,65,P,H3 +O,B-Alinea,Les,13,612,1008,ABCDEE+ArialNarrow,#222,85,98,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"tableaux,",13,612,1008,ABCDEE+ArialNarrow,#222,101,134,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#222,136,147,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"illustrations,",13,612,1008,ABCDEE+ArialNarrow,#222,149,192,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#222,195,205,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"graphiques,",13,612,1008,ABCDEE+ArialNarrow,#222,208,250,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#222,253,263,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fiches,13,612,1008,ABCDEE+ArialNarrow,#222,266,287,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,289,298,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,13,612,1008,ABCDEE+ArialNarrow,#222,301,320,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,323,332,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,13,612,1008,ABCDEE+ArialNarrow,#222,334,360,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,362,369,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,toute,13,612,1008,ABCDEE+ArialNarrow,#222,371,389,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,forme,13,612,1008,ABCDEE+ArialNarrow,#222,392,413,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d'expression,13,612,1008,ABCDEE+ArialNarrow,#222,415,461,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,autre,13,612,1008,ABCDEE+ArialNarrow,#222,463,482,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,que,13,612,1008,ABCDEE+ArialNarrow,#222,484,498,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,500,507,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,texte,13,612,1008,ABCDEE+ArialNarrow,#222,509,527,632,642,12730,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,proprement,13,612,1008,ABCDEE+ArialNarrow,#222,85,127,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"dit,",13,612,1008,ABCDEE+ArialNarrow,#222,129,140,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,contenus,13,612,1008,ABCDEE+ArialNarrow,#222,143,176,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,13,612,1008,ABCDEE+ArialNarrow,#222,178,196,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#222,198,207,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#222,209,246,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,248,255,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,auxquels,13,612,1008,ABCDEE+ArialNarrow,#222,257,290,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,il,13,612,1008,ABCDEE+ArialNarrow,#222,292,296,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,y,13,612,1008,ABCDEE+ArialNarrow,#222,298,302,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,13,612,1008,ABCDEE+ArialNarrow,#222,304,315,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"référé,",13,612,1008,ABCDEE+ArialNarrow,#222,318,341,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,13,612,1008,ABCDEE+ArialNarrow,#222,344,353,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,font,13,612,1008,ABCDEE+ArialNarrow,#222,355,369,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,partie,13,612,1008,ABCDEE+ArialNarrow,#222,371,391,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,intégrante,13,612,1008,ABCDEE+ArialNarrow,#222,394,430,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,432,437,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,toutes,13,612,1008,ABCDEE+ArialNarrow,#222,439,462,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fins,13,612,1008,ABCDEE+ArialNarrow,#222,464,477,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,que,13,612,1008,ABCDEE+ArialNarrow,#222,479,493,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,495,504,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,droit;,13,612,1008,ABCDEE+ArialNarrow,#222,506,525,644,654,12741,66,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,En,13,612,1008,ABCDEE+ArialNarrow,#222,85,95,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,cas,13,612,1008,ABCDEE+ArialNarrow,#222,97,110,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,113,122,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,contradiction,13,612,1008,ABCDEE+ArialNarrow,#222,124,171,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,entre,13,612,1008,ABCDEE+ArialNarrow,#222,173,192,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,194,200,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,texte,13,612,1008,ABCDEE+ArialNarrow,#222,203,221,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,223,230,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#222,232,243,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"tableaux,",13,612,1008,ABCDEE+ArialNarrow,#222,245,278,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"illustrations,",13,612,1008,ABCDEE+ArialNarrow,#222,281,324,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,graphiques,13,612,1008,ABCDEE+ArialNarrow,#222,326,367,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,369,376,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,autres,13,612,1008,ABCDEE+ArialNarrow,#222,379,401,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,formes,13,612,1008,ABCDEE+ArialNarrow,#222,404,429,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"d'expression,",13,612,1008,ABCDEE+ArialNarrow,#222,431,479,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,481,486,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l'exception,13,612,1008,ABCDEE+ArialNarrow,#222,488,527,664,674,12762,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,85,94,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#222,97,103,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fiche,13,612,1008,ABCDEE+ArialNarrow,#222,105,122,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,125,134,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,13,612,1008,ABCDEE+ArialNarrow,#222,136,152,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,154,163,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"milieu,",13,612,1008,ABCDEE+ArialNarrow,#222,165,189,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,191,198,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,texte,13,612,1008,ABCDEE+ArialNarrow,#222,200,218,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,prévaut;,13,612,1008,ABCDEE+ArialNarrow,#222,220,250,676,686,12773,67,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,En,13,612,1008,ABCDEE+ArialNarrow,#222,85,95,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,cas,13,612,1008,ABCDEE+ArialNarrow,#222,97,110,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,112,122,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,contradiction,13,612,1008,ABCDEE+ArialNarrow,#222,124,170,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,entre,13,612,1008,ABCDEE+ArialNarrow,#222,173,191,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,194,200,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,texte,13,612,1008,ABCDEE+ArialNarrow,#222,202,220,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,222,229,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#222,231,238,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fiche,13,612,1008,ABCDEE+ArialNarrow,#222,240,257,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,260,269,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,13,612,1008,ABCDEE+ArialNarrow,#222,271,287,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,289,298,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"milieu,",13,612,1008,ABCDEE+ArialNarrow,#222,300,324,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#222,326,333,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fiche,13,612,1008,ABCDEE+ArialNarrow,#222,335,352,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,prévaut.,13,612,1008,ABCDEE+ArialNarrow,#222,354,384,696,706,12794,68,P,L;L;L;L;L;L;LI;LBody +O,B-Article,15.,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,726,736,12823,69,P,H3 +O,I-Article,Mesures,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,154,726,736,12823,69,P,H3 +O,B-Alinea,Toutes,13,612,1008,ABCDEE+ArialNarrow,#222,85,110,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,13,612,1008,ABCDEE+ArialNarrow,#222,112,123,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dimensions,13,612,1008,ABCDEE+ArialNarrow,#222,125,167,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,données,13,612,1008,ABCDEE+ArialNarrow,#222,169,200,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,13,612,1008,ABCDEE+ArialNarrow,#222,203,220,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,13,612,1008,ABCDEE+ArialNarrow,#222,223,231,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#222,234,270,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,13,612,1008,ABCDEE+ArialNarrow,#222,272,288,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,13,612,1008,ABCDEE+ArialNarrow,#222,290,299,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,système,13,612,1008,ABCDEE+ArialNarrow,#222,302,332,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,international,13,612,1008,ABCDEE+ArialNarrow,#222,334,379,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,(SI).,13,612,1008,ABCDEE+ArialNarrow,#222,381,397,746,756,12844,70,P,L;L;L;L;L;L;LI;LBody +O,B-Article,16.,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,776,786,12873,71,P,H3 +O,I-Article,Terminologie,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,173,776,786,12873,71,P,H3 +O,B-Alinea,Les,13,612,1008,ABCDEE+ArialNarrow,#222,85,98,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"expressions,",13,612,1008,ABCDEE+ArialNarrow,#222,101,147,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,termes,13,612,1008,ABCDEE+ArialNarrow,#222,151,176,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,179,186,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,mots,13,612,1008,ABCDEE+ArialNarrow,#222,189,207,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,utilisés,13,612,1008,ABCDEE+ArialNarrow,#222,210,235,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,13,612,1008,ABCDEE+ArialNarrow,#222,238,255,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,259,265,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,13,612,1008,ABCDEE+ArialNarrow,#222,268,295,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#222,299,335,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ont,13,612,1008,ABCDEE+ArialNarrow,#222,338,349,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,353,359,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sens,13,612,1008,ABCDEE+ArialNarrow,#222,362,379,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,13,612,1008,ABCDEE+ArialNarrow,#222,382,389,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’application,13,612,1008,ABCDEE+ArialNarrow,#222,392,435,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qui,13,612,1008,ABCDEE+ArialNarrow,#222,438,449,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,leur,13,612,1008,ABCDEE+ArialNarrow,#222,452,466,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,13,612,1008,ABCDEE+ArialNarrow,#222,469,485,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,attribués,13,612,1008,ABCDEE+ArialNarrow,#222,488,519,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,522,527,796,806,12894,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’annexe,13,612,1008,ABCDEE+ArialNarrow,#222,85,116,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,13,612,1008,ABCDEE+ArialNarrow,#222,118,123,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,B,13,612,1008,ABCDEE+ArialNarrow,#222,125,131,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,»,13,612,1008,ABCDEE+ArialNarrow,#222,133,138,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,13,612,1008,ABCDEE+ArialNarrow,#222,140,149,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,13,612,1008,ABCDEE+ArialNarrow,#222,152,179,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement.,13,612,1008,ABCDEE+ArialNarrow,#222,182,221,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Une,13,612,1008,ABCDEE+ArialNarrow,#222,223,238,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"expression,",13,612,1008,ABCDEE+ArialNarrow,#222,241,282,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,13,612,1008,ABCDEE+ArialNarrow,#222,285,294,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terme,13,612,1008,ABCDEE+ArialNarrow,#222,297,318,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#222,320,329,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,13,612,1008,ABCDEE+ArialNarrow,#222,332,341,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,mot,13,612,1008,ABCDEE+ArialNarrow,#222,343,357,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,n’étant,13,612,1008,ABCDEE+ArialNarrow,#222,359,384,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pas,13,612,1008,ABCDEE+ArialNarrow,#222,387,400,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,spécifiquement,13,612,1008,ABCDEE+ArialNarrow,#222,402,457,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,défini,13,612,1008,ABCDEE+ArialNarrow,#222,460,480,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,482,487,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’annexe,13,612,1008,ABCDEE+ArialNarrow,#222,489,520,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,13,612,1008,ABCDEE+ArialNarrow,#222,522,527,808,818,12905,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,B,13,612,1008,ABCDEE+ArialNarrow,#222,85,91,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,»,13,612,1008,ABCDEE+ArialNarrow,#222,93,97,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,s'emploie,13,612,1008,ABCDEE+ArialNarrow,#222,100,134,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,selon,13,612,1008,ABCDEE+ArialNarrow,#222,136,156,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,158,165,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sens,13,612,1008,ABCDEE+ArialNarrow,#222,167,184,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,communément,13,612,1008,ABCDEE+ArialNarrow,#222,186,241,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,attribué,13,612,1008,ABCDEE+ArialNarrow,#222,243,270,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,273,277,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,cette,13,612,1008,ABCDEE+ArialNarrow,#222,280,297,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"expression,",13,612,1008,ABCDEE+ArialNarrow,#222,300,341,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terme,13,612,1008,ABCDEE+ArialNarrow,#222,344,365,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,13,612,1008,ABCDEE+ArialNarrow,#222,367,376,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,mot.,13,612,1008,ABCDEE+ArialNarrow,#222,378,394,819,829,12917,72,P,L;L;L;L;L;L;LI;LBody +O,B-SousSection,RÈGLES,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,227,855,865,12952,75,P,H2 +O,I-SousSection,D’INTERPRÉTATION,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,229,309,855,865,12952,75,P,H2 +O,I-SousSection,DU,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,312,323,855,865,12952,76,P,H2 +O,I-SousSection,PLAN,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,326,348,855,865,12952,76,P,H2 +O,I-SousSection,DE,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,350,362,855,865,12952,76,P,H2 +O,I-SousSection,ZONAGE,13,612,1008,ABCDEE+ArialNarrow-Bold,#000,364,399,855,865,12952,76,P,H2 +O,B-Article,17.,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,884,894,12981,79,P,H3 +O,I-Article,Division,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,153,884,894,12981,79,P,H3 +O,I-Article,du,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,155,165,884,894,12981,79,P,H3 +O,I-Article,territoire,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,168,201,884,894,12981,79,P,H3 +O,I-Article,en,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,204,213,884,894,12981,79,P,H3 +O,I-Article,zones,13,612,1008,ABCDEE+ArialNarrow-Bold,#222,215,239,884,894,12981,79,P,H3 +O,B-Alinea,Aux,13,612,1008,ABCDEE+ArialNarrow,#222,85,99,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fins,13,612,1008,ABCDEE+ArialNarrow,#222,102,114,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,13,612,1008,ABCDEE+ArialNarrow,#222,117,126,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,13,612,1008,ABCDEE+ArialNarrow,#222,129,156,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"règlement,",13,612,1008,ABCDEE+ArialNarrow,#222,158,197,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,13,612,1008,ABCDEE+ArialNarrow,#222,200,206,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,territoire,13,612,1008,ABCDEE+ArialNarrow,#222,209,239,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,241,250,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,13,612,1008,ABCDEE+ArialNarrow,#222,253,259,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Ville,13,612,1008,ABCDEE+ArialNarrow,#222,262,277,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,280,289,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Sainte-Adèle,13,612,1008,ABCDEE+ArialNarrow,#222,291,338,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,13,612,1008,ABCDEE+ArialNarrow,#222,341,352,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,divisé,13,612,1008,ABCDEE+ArialNarrow,#222,354,375,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,13,612,1008,ABCDEE+ArialNarrow,#222,378,387,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"zones,",13,612,1008,ABCDEE+ArialNarrow,#222,390,414,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,telles,13,612,1008,ABCDEE+ArialNarrow,#222,416,435,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qu’identifiées,13,612,1008,ABCDEE+ArialNarrow,#222,438,486,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,13,612,1008,ABCDEE+ArialNarrow,#222,488,497,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plan,13,612,1008,ABCDEE+ArialNarrow,#222,500,515,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,13,612,1008,ABCDEE+ArialNarrow,#222,518,527,905,915,13002,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zonage,13,612,1008,ABCDEE+ArialNarrow,#222,85,112,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,annexé,13,612,1008,ABCDEE+ArialNarrow,#222,114,141,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,13,612,1008,ABCDEE+ArialNarrow,#222,143,153,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,13,612,1008,ABCDEE+ArialNarrow,#222,155,182,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,13,612,1008,ABCDEE+ArialNarrow,#222,185,221,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,13,612,1008,ABCDEE+ArialNarrow,#222,223,228,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’annexe,13,612,1008,ABCDEE+ArialNarrow,#222,230,261,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,13,612,1008,ABCDEE+ArialNarrow,#000,263,268,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,A,13,612,1008,ABCDEE+ArialNarrow,#000,270,275,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,».,13,612,1008,ABCDEE+ArialNarrow,#000,278,284,916,926,13013,80,P,L;L;L;L;L;L;LI;LBody +B-Titre,B-Tete,Règlement,14,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,13142,,Artifact, +I-Titre,I-Tete,de,14,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,13142,,Artifact, +I-Titre,I-Tete,zonage,14,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,13142,,Artifact, +I-Titre,I-Tete,1314-2021-Z,14,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,13142,,Artifact, +O,I-Tete,Chapitre,14,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,13142,,Artifact, +O,I-Tete,2,14,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,13142,,Artifact, +O,I-Tete,–,14,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,13142,,Artifact, +O,I-Tete,Dispositions,14,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,13142,,Artifact, +O,I-Tete,"déclaratoires,",14,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,13142,,Artifact, +O,I-Tete,interprétatives,14,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,13142,,Artifact, +O,I-Tete,et,14,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,13142,,Artifact, +O,I-Tete,administratives,14,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,13142,,Artifact, +O,B-Article,18.,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,73,83,13179,0,P,H3 +O,I-Article,Identification,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,172,73,83,13179,0,P,H3 +O,I-Article,des,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,174,189,73,83,13179,0,P,H3 +O,I-Article,zones,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,191,214,73,83,13179,0,P,H3 +O,B-Alinea,Chaque,14,612,1008,ABCDEE+ArialNarrow,#000,85,114,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zone,14,612,1008,ABCDEE+ArialNarrow,#000,116,134,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,14,612,1008,ABCDEE+ArialNarrow,#000,136,145,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plan,14,612,1008,ABCDEE+ArialNarrow,#000,147,162,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,164,173,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zonage,14,612,1008,ABCDEE+ArialNarrow,#000,176,202,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,14,612,1008,ABCDEE+ArialNarrow,#000,205,215,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,identifiée,14,612,1008,ABCDEE+ArialNarrow,#000,218,250,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,14,612,1008,ABCDEE+ArialNarrow,#000,252,264,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,14,612,1008,ABCDEE+ArialNarrow,#000,266,280,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,référence,14,612,1008,ABCDEE+ArialNarrow,#000,282,317,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"alphanumérique,",14,612,1008,ABCDEE+ArialNarrow,#000,319,380,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,comme,14,612,1008,ABCDEE+ArialNarrow,#000,382,409,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,celles,14,612,1008,ABCDEE+ArialNarrow,#000,411,432,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,montrés,14,612,1008,ABCDEE+ArialNarrow,#000,434,463,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ci-dessous,14,612,1008,ABCDEE+ArialNarrow,#000,465,505,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,14,612,1008,ABCDEE+ArialNarrow,#000,507,511,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,titre,14,612,1008,ABCDEE+ArialNarrow,#000,513,527,94,104,13199,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’exemple,14,612,1008,ABCDEE+ArialNarrow,#000,85,122,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,14,612,1008,ABCDEE+ArialNarrow,#000,125,132,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,composée,14,612,1008,ABCDEE+ArialNarrow,#000,134,172,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,14,612,1008,ABCDEE+ArialNarrow,#000,174,187,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,éléments,14,612,1008,ABCDEE+ArialNarrow,#000,189,223,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivants,14,612,1008,ABCDEE+ArialNarrow,#000,225,255,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,14,612,1008,ABCDEE+ArialNarrow,#000,257,260,105,115,13211,1,P,L;L;L;L;L;L;LI;LBody +O,B-Figure,T1.1,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,286,303,123,133,13228,2,P,P +O,I-Figure,–,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,305,310,123,133,13228,2,P,P +O,I-Figure,001,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,312,326,123,133,13228,2,P,P +O,I-Figure,ZI.2,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,288,302,134,144,13240,3,P,P +O,I-Figure,–,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,304,309,134,144,13240,3,P,P +O,I-Figure,002,14,612,1008,ABCDEE+ArialNarrow-Bold,#000,311,325,134,144,13240,3,P,P +O,B-Liste,l’élément,14,612,1008,ABCDEE+ArialNarrow,#000,132,164,152,162,13257,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#000,167,176,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cette,14,612,1008,ABCDEE+ArialNarrow,#000,180,197,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,référence,14,612,1008,ABCDEE+ArialNarrow,#000,200,235,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,situé,14,612,1008,ABCDEE+ArialNarrow,#000,238,255,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,avant,14,612,1008,ABCDEE+ArialNarrow,#000,258,278,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#000,281,288,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,trait,14,612,1008,ABCDEE+ArialNarrow,#000,291,304,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’union,14,612,1008,ABCDEE+ArialNarrow,#000,307,334,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,14,612,1008,ABCDEE+ArialNarrow,#000,337,348,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,14,612,1008,ABCDEE+ArialNarrow,#000,351,360,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,code,14,612,1008,ABCDEE+ArialNarrow,#000,363,381,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,alphanumérique,14,612,1008,ABCDEE+ArialNarrow,#000,384,443,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,identifiant,14,612,1008,ABCDEE+ArialNarrow,#000,446,481,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,14,612,1008,ABCDEE+ArialNarrow,#000,484,490,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,catégorie,14,612,1008,ABCDEE+ArialNarrow,#000,493,527,152,162,13257,7,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,14,612,1008,ABCDEE+ArialNarrow,#000,132,147,163,173,13269,8,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,type,14,612,1008,ABCDEE+ArialNarrow,#000,149,165,163,173,13269,8,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#000,167,176,163,173,13269,8,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux,14,612,1008,ABCDEE+ArialNarrow,#000,178,204,163,173,13269,8,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,(ex.,14,612,1008,ABCDEE+ArialNarrow,#000,206,220,163,173,13269,8,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,:,14,612,1008,ABCDEE+ArialNarrow,#000,222,224,163,173,13269,10,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,14,612,1008,ABCDEE+ArialNarrow,#000,227,231,163,173,13269,10,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T1,14,612,1008,ABCDEE+ArialNarrow,#000,233,243,163,173,13269,12,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,14,612,1008,ABCDEE+ArialNarrow,#000,245,250,163,173,13269,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#000,252,261,163,173,13269,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,14,612,1008,ABCDEE+ArialNarrow,#000,263,268,163,173,13269,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ZI,14,612,1008,ABCDEE+ArialNarrow,#000,270,278,163,173,13269,16,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»),14,612,1008,ABCDEE+ArialNarrow,#000,280,287,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,suivi,14,612,1008,ABCDEE+ArialNarrow,#000,289,306,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,14,612,1008,ABCDEE+ArialNarrow,#000,308,323,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,point,14,612,1008,ABCDEE+ArialNarrow,#000,326,343,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,et,14,612,1008,ABCDEE+ArialNarrow,#000,346,353,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,14,612,1008,ABCDEE+ArialNarrow,#000,355,370,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,chiffre,14,612,1008,ABCDEE+ArialNarrow,#000,373,395,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,précisant,14,612,1008,ABCDEE+ArialNarrow,#000,397,430,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#000,433,439,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,type,14,612,1008,ABCDEE+ArialNarrow,#000,441,457,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#000,459,468,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux,14,612,1008,ABCDEE+ArialNarrow,#000,470,496,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#000,498,507,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cette,14,612,1008,ABCDEE+ArialNarrow,#000,509,527,163,173,13269,18,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,catégorie,14,612,1008,ABCDEE+ArialNarrow,#000,132,165,175,185,13280,19,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,(ex,14,612,1008,ABCDEE+ArialNarrow,#000,168,179,175,185,13280,19,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,:,14,612,1008,ABCDEE+ArialNarrow,#000,181,184,175,185,13280,21,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,14,612,1008,ABCDEE+ArialNarrow,#000,186,190,175,185,13280,21,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,.1,14,612,1008,ABCDEE+ArialNarrow,#000,193,200,175,185,13280,23,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,14,612,1008,ABCDEE+ArialNarrow,#000,202,206,175,185,13280,25,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#000,209,218,175,185,13280,25,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,14,612,1008,ABCDEE+ArialNarrow,#000,220,225,175,185,13280,25,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,.2,14,612,1008,ABCDEE+ArialNarrow,#000,227,234,175,185,13280,27,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»);,14,612,1008,ABCDEE+ArialNarrow,#000,236,246,175,185,13280,29,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,l’élément,14,612,1008,ABCDEE+ArialNarrow,#000,132,164,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#000,167,176,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cette,14,612,1008,ABCDEE+ArialNarrow,#000,178,196,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,référence,14,612,1008,ABCDEE+ArialNarrow,#000,198,233,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,situé,14,612,1008,ABCDEE+ArialNarrow,#000,235,252,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,après,14,612,1008,ABCDEE+ArialNarrow,#000,255,275,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#000,278,284,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,trait,14,612,1008,ABCDEE+ArialNarrow,#000,286,300,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’union,14,612,1008,ABCDEE+ArialNarrow,#000,302,329,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,principal,14,612,1008,ABCDEE+ArialNarrow,#000,331,361,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,14,612,1008,ABCDEE+ArialNarrow,#000,364,375,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#000,377,383,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,numéro,14,612,1008,ABCDEE+ArialNarrow,#000,386,413,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,unique,14,612,1008,ABCDEE+ArialNarrow,#000,416,440,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,identifiant,14,612,1008,ABCDEE+ArialNarrow,#000,443,478,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,14,612,1008,ABCDEE+ArialNarrow,#000,480,486,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zone,14,612,1008,ABCDEE+ArialNarrow,#000,489,506,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,(ex.,14,612,1008,ABCDEE+ArialNarrow,#000,509,522,192,202,13298,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,:,14,612,1008,ABCDEE+ArialNarrow,#000,525,527,192,202,13298,35,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,001).,14,612,1008,ABCDEE+ArialNarrow,#000,132,150,204,214,13309,36,P,L;L;L;L;L;L;L;LI;LBody +O,B-Alinea,Chacune,14,612,1008,ABCDEE+ArialNarrow,#000,85,118,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,14,612,1008,ABCDEE+ArialNarrow,#000,120,133,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zones,14,612,1008,ABCDEE+ArialNarrow,#000,136,158,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,14,612,1008,ABCDEE+ArialNarrow,#000,160,169,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plan,14,612,1008,ABCDEE+ArialNarrow,#000,171,187,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,189,198,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"zonage,",14,612,1008,ABCDEE+ArialNarrow,#000,200,229,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,14,612,1008,ABCDEE+ArialNarrow,#000,232,238,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dont,14,612,1008,ABCDEE+ArialNarrow,#000,241,257,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,14,612,1008,ABCDEE+ArialNarrow,#000,259,269,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,usages,14,612,1008,ABCDEE+ArialNarrow,#000,272,298,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,14,612,1008,ABCDEE+ArialNarrow,#000,300,307,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,prescriptions,14,612,1008,ABCDEE+ArialNarrow,#000,309,356,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,14,612,1008,ABCDEE+ArialNarrow,#000,358,374,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,décrits,14,612,1008,ABCDEE+ArialNarrow,#000,376,400,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,aux,14,612,1008,ABCDEE+ArialNarrow,#000,402,415,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fiches,14,612,1008,ABCDEE+ArialNarrow,#000,418,439,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,441,451,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,14,612,1008,ABCDEE+ArialNarrow,#000,453,472,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,475,484,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"milieux,",14,612,1008,ABCDEE+ArialNarrow,#000,486,514,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,14,612,1008,ABCDEE+ArialNarrow,#000,516,527,224,234,13330,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,identifiée,14,612,1008,ABCDEE+ArialNarrow,#000,85,118,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,14,612,1008,ABCDEE+ArialNarrow,#000,120,125,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,14,612,1008,ABCDEE+ArialNarrow,#000,128,136,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plan,14,612,1008,ABCDEE+ArialNarrow,#000,139,154,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,14,612,1008,ABCDEE+ArialNarrow,#000,157,169,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,14,612,1008,ABCDEE+ArialNarrow,#000,171,185,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,expression,14,612,1008,ABCDEE+ArialNarrow,#000,188,227,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,alphanumérique,14,612,1008,ABCDEE+ArialNarrow,#000,230,288,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,indiquant,14,612,1008,ABCDEE+ArialNarrow,#000,291,324,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,14,612,1008,ABCDEE+ArialNarrow,#000,327,333,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,14,612,1008,ABCDEE+ArialNarrow,#000,336,351,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,354,363,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieu,14,612,1008,ABCDEE+ArialNarrow,#000,366,387,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dominant,14,612,1008,ABCDEE+ArialNarrow,#000,389,423,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,426,435,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,14,612,1008,ABCDEE+ArialNarrow,#000,437,444,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"zone,",14,612,1008,ABCDEE+ArialNarrow,#000,446,466,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,selon,14,612,1008,ABCDEE+ArialNarrow,#000,469,489,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,14,612,1008,ABCDEE+ArialNarrow,#000,491,497,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tableau,14,612,1008,ABCDEE+ArialNarrow,#000,500,527,236,246,13341,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivant,14,612,1008,ABCDEE+ArialNarrow,#000,85,111,247,257,13353,38,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,14,612,1008,ABCDEE+ArialNarrow,#000,113,116,247,257,13353,38,P,L;L;L;L;L;L;LI;LBody +O,B-Titre,Tableau,14,612,1008,ABCDEE+ArialNarrow,#378,85,115,265,275,13370,39,P,H4 +O,I-Titre,1,14,612,1008,ABCDEE+ArialNarrow,#378,117,122,265,275,13370,39,P,H4 +O,I-Titre,Identification,14,612,1008,ABCDEE+ArialNarrow,#378,177,223,265,275,13370,39,P,H4 +O,I-Titre,des,14,612,1008,ABCDEE+ArialNarrow,#378,226,239,265,275,13370,39,P,H4 +O,I-Titre,zones,14,612,1008,ABCDEE+ArialNarrow,#378,241,263,265,275,13370,39,P,H4 +O,B-Alinea,Catégories,14,612,1008,ABCDEE+ArialNarrow,#fff,90,126,288,297,13393,42,P,Table;TR;TD;P +O,I-Alinea,Types,14,612,1008,ABCDEE+ArialNarrow,#fff,186,206,288,297,13393,46,P,Table;TR;TD;P +O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#fff,208,216,288,297,13393,46,P,Table;TR;TD;P +O,I-Alinea,milieux,14,612,1008,ABCDEE+ArialNarrow,#fff,218,241,288,297,13393,46,P,Table;TR;TD;P +O,B-Alinea,T1,14,612,1008,ABCDEE+ArialNarrow,#000,90,99,311,320,13416,49,P,Table;TR;TD;P +O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,101,104,311,320,13416,49,P,Table;TR;TD;P +O,I-Alinea,Naturel,14,612,1008,ABCDEE+ArialNarrow,#000,106,129,311,320,13416,49,P,Table;TR;TD;P +O,I-Alinea,T1.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,311,320,13416,50,P,Table;TR;TD;P +O,I-Alinea,Conservation,14,612,1008,ABCDEE+ArialNarrow,#000,202,246,311,320,13416,50,P,Table;TR;TD;P +O,B-Alinea,T1.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,327,336,13433,51,P,Table;TR;TD;P +O,I-Alinea,Récréation,14,612,1008,ABCDEE+ArialNarrow,#000,202,238,327,336,13433,51,P,Table;TR;TD;P +O,B-Alinea,T2,14,612,1008,ABCDEE+ArialNarrow,#000,90,99,350,359,13455,53,P,Table;TR;TD;P +O,I-Alinea,–,14,612,1008,ABCDEE+ArialNarrow,#000,101,105,350,359,13455,53,P,Table;TR;TD;P +O,I-Alinea,Occupation,14,612,1008,ABCDEE+ArialNarrow,#000,107,145,350,359,13455,53,P,Table;TR;TD;P +O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#000,147,155,350,359,13455,53,P,Table;TR;TD;P +O,I-Alinea,la,14,612,1008,ABCDEE+ArialNarrow,#000,157,163,350,359,13455,53,P,Table;TR;TD;P +O,I-Alinea,T2.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,350,359,13455,54,P,Table;TR;TD;P +O,I-Alinea,Agroforestier,14,612,1008,ABCDEE+ArialNarrow,#000,202,245,350,359,13455,54,P,Table;TR;TD;P +O,I-Alinea,forêt,14,612,1008,ABCDEE+ArialNarrow,#000,90,105,360,369,13466,53,P,Table;TR;TD;P +O,I-Alinea,T2.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,366,375,13472,55,P,Table;TR;TD;P +O,I-Alinea,Récréotouristique,14,612,1008,ABCDEE+ArialNarrow,#000,202,260,366,375,13472,55,P,Table;TR;TD;P +O,I-Alinea,extensif,14,612,1008,ABCDEE+ArialNarrow,#000,262,288,366,375,13472,55,P,Table;TR;TD;P +O,B-Alinea,T3,14,612,1008,ABCDEE+ArialNarrow,#000,90,99,389,398,13495,57,P,Table;TR;TD;P +O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,101,104,389,398,13495,57,P,Table;TR;TD;P +O,I-Alinea,Périurbain,14,612,1008,ABCDEE+ArialNarrow,#000,106,139,389,398,13495,57,P,Table;TR;TD;P +O,I-Alinea,T3.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,389,398,13495,58,P,Table;TR;TD;P +O,I-Alinea,Habitation,14,612,1008,ABCDEE+ArialNarrow,#000,202,236,389,398,13495,58,P,Table;TR;TD;P +O,I-Alinea,en,14,612,1008,ABCDEE+ArialNarrow,#000,238,246,389,398,13495,58,P,Table;TR;TD;P +O,I-Alinea,milieu,14,612,1008,ABCDEE+ArialNarrow,#000,248,267,389,398,13495,58,P,Table;TR;TD;P +O,I-Alinea,boisé,14,612,1008,ABCDEE+ArialNarrow,#000,269,287,389,398,13495,58,P,Table;TR;TD;P +O,B-Alinea,T3.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,405,414,13511,59,P,Table;TR;TD;P +O,I-Alinea,Villégiature,14,612,1008,ABCDEE+ArialNarrow,#000,202,239,405,414,13511,59,P,Table;TR;TD;P +O,B-Alinea,T3.3,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,422,431,13527,60,P,Table;TR;TD;P +O,I-Alinea,Résidentiel,14,612,1008,ABCDEE+ArialNarrow,#000,202,239,422,431,13527,60,P,Table;TR;TD;P +O,I-Alinea,périurbain,14,612,1008,ABCDEE+ArialNarrow,#000,241,274,422,431,13527,60,P,Table;TR;TD;P +O,B-Alinea,T3.4,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,438,447,13543,61,P,Table;TR;TD;P +O,I-Alinea,Semi,14,612,1008,ABCDEE+ArialNarrow,#000,202,219,438,447,13543,61,P,Table;TR;TD;P +O,I-Alinea,urbain,14,612,1008,ABCDEE+ArialNarrow,#000,221,242,438,447,13543,61,P,Table;TR;TD;P +O,B-Alinea,T4,14,612,1008,ABCDEE+ArialNarrow,#000,90,99,461,470,13566,63,P,Table;TR;TD;P +O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,101,104,461,470,13566,63,P,Table;TR;TD;P +O,I-Alinea,Urbain,14,612,1008,ABCDEE+ArialNarrow,#000,106,127,461,470,13566,63,P,Table;TR;TD;P +O,I-Alinea,T4.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,461,470,13566,64,P,Table;TR;TD;P +O,I-Alinea,Résidentiel,14,612,1008,ABCDEE+ArialNarrow,#000,202,239,461,470,13566,64,P,Table;TR;TD;P +O,B-Alinea,T4.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,477,486,13583,65,P,Table;TR;TD;P +O,I-Alinea,Résidentiel,14,612,1008,ABCDEE+ArialNarrow,#000,202,239,477,486,13583,65,P,Table;TR;TD;P +O,I-Alinea,urbain,14,612,1008,ABCDEE+ArialNarrow,#000,241,261,477,486,13583,65,P,Table;TR;TD;P +O,B-Alinea,T4.3,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,493,502,13599,66,P,Table;TR;TD;P +O,I-Alinea,Résidentiel,14,612,1008,ABCDEE+ArialNarrow,#000,202,239,493,502,13599,66,P,Table;TR;TD;P +O,I-Alinea,urbain,14,612,1008,ABCDEE+ArialNarrow,#000,241,261,493,502,13599,66,P,Table;TR;TD;P +O,I-Alinea,compact,14,612,1008,ABCDEE+ArialNarrow,#000,264,291,493,502,13599,66,P,Table;TR;TD;P +O,B-Alinea,T5,14,612,1008,ABCDEE+ArialNarrow,#000,90,99,516,525,13622,68,P,Table;TR;TD;P +O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,101,104,516,525,13622,68,P,Table;TR;TD;P +O,I-Alinea,Centre-ville,14,612,1008,ABCDEE+ArialNarrow,#000,106,143,516,525,13622,68,P,Table;TR;TD;P +O,I-Alinea,T5.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,516,525,13622,69,P,Table;TR;TD;P +O,I-Alinea,Villageois,14,612,1008,ABCDEE+ArialNarrow,#000,202,234,516,525,13622,69,P,Table;TR;TD;P +O,B-Alinea,T5.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,533,542,13638,70,P,Table;TR;TD;P +O,I-Alinea,Néo-villageois,14,612,1008,ABCDEE+ArialNarrow,#000,202,249,533,542,13638,70,P,Table;TR;TD;P +O,B-Alinea,T5.3,14,612,1008,ABCDEE+ArialNarrow,#000,186,200,549,558,13655,71,P,Table;TR;TD;P +O,I-Alinea,Compact,14,612,1008,ABCDEE+ArialNarrow,#000,202,232,549,558,13655,71,P,Table;TR;TD;P +O,B-Alinea,CI,14,612,1008,ABCDEE+ArialNarrow,#000,90,98,572,581,13677,73,P,Table;TR;TD;P +O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,100,102,572,581,13677,73,P,Table;TR;TD;P +O,I-Alinea,Civique,14,612,1008,ABCDEE+ArialNarrow,#000,104,129,572,581,13677,73,P,Table;TR;TD;P +O,I-Alinea,CE,14,612,1008,ABCDEE+ArialNarrow,#000,186,196,572,581,13677,74,P,Table;TR;TD;P +O,I-Alinea,Espace,14,612,1008,ABCDEE+ArialNarrow,#000,198,223,572,581,13677,74,P,Table;TR;TD;P +O,I-Alinea,ouvert,14,612,1008,ABCDEE+ArialNarrow,#000,225,245,572,581,13677,74,P,Table;TR;TD;P +O,B-Alinea,CI,14,612,1008,ABCDEE+ArialNarrow,#000,186,193,588,597,13694,75,P,Table;TR;TD;P +O,I-Alinea,Institutionnel,14,612,1008,ABCDEE+ArialNarrow,#000,195,236,588,597,13694,75,P,Table;TR;TD;P +O,B-Alinea,CU,14,612,1008,ABCDEE+ArialNarrow,#000,186,196,604,613,13710,76,P,Table;TR;TD;P +O,I-Alinea,Utilité,14,612,1008,ABCDEE+ArialNarrow,#000,198,217,604,613,13710,76,P,Table;TR;TD;P +O,I-Alinea,publique,14,612,1008,ABCDEE+ArialNarrow,#000,219,247,604,613,13710,76,P,Table;TR;TD;P +O,B-Alinea,ZM,14,612,1008,ABCDEE+ArialNarrow,#000,90,101,627,636,13733,78,P,Table;TR;TD;P +O,I-Alinea,–,14,612,1008,ABCDEE+ArialNarrow,#000,103,107,627,636,13733,78,P,Table;TR;TD;P +O,I-Alinea,Maison,14,612,1008,ABCDEE+ArialNarrow,#000,109,133,627,636,13733,78,P,Table;TR;TD;P +O,I-Alinea,mobile,14,612,1008,ABCDEE+ArialNarrow,#000,135,157,627,636,13733,78,P,Table;TR;TD;P +O,I-Alinea,ZM,14,612,1008,ABCDEE+ArialNarrow,#000,186,196,627,636,13733,79,P,Table;TR;TD;P +O,I-Alinea,Maison,14,612,1008,ABCDEE+ArialNarrow,#000,198,222,627,636,13733,79,P,Table;TR;TD;P +O,I-Alinea,mobile,14,612,1008,ABCDEE+ArialNarrow,#000,224,246,627,636,13733,79,P,Table;TR;TD;P +O,B-Alinea,ZC,14,612,1008,ABCDEE+ArialNarrow,#000,90,100,650,659,13756,81,P,Table;TR;TD;P +O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,102,105,650,659,13756,81,P,Table;TR;TD;P +O,I-Alinea,Commercial,14,612,1008,ABCDEE+ArialNarrow,#000,107,146,650,659,13756,81,P,Table;TR;TD;P +O,I-Alinea,ZC.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,202,650,659,13756,82,P,Table;TR;TD;P +O,I-Alinea,Commerce,14,612,1008,ABCDEE+ArialNarrow,#000,204,240,650,659,13756,82,P,Table;TR;TD;P +O,I-Alinea,récréotouristique,14,612,1008,ABCDEE+ArialNarrow,#000,242,297,650,659,13756,82,P,Table;TR;TD;P +O,I-Alinea,intensif,14,612,1008,ABCDEE+ArialNarrow,#000,186,209,660,669,13766,82,P,Table;TR;TD;P +O,B-Alinea,ZC.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,202,677,686,13782,83,P,Table;TR;TD;P +O,I-Alinea,Commercial,14,612,1008,ABCDEE+ArialNarrow,#000,204,243,677,686,13782,83,P,Table;TR;TD;P +O,B-Alinea,ZC.3,14,612,1008,ABCDEE+ArialNarrow,#000,186,202,693,702,13799,84,P,Table;TR;TD;P +O,I-Alinea,Commercial,14,612,1008,ABCDEE+ArialNarrow,#000,204,243,693,702,13799,84,P,Table;TR;TD;P +O,I-Alinea,artériel,14,612,1008,ABCDEE+ArialNarrow,#000,245,268,693,702,13799,84,P,Table;TR;TD;P +O,I-Alinea,léger,14,612,1008,ABCDEE+ArialNarrow,#000,270,286,693,702,13799,84,P,Table;TR;TD;P +O,B-Alinea,ZC.4,14,612,1008,ABCDEE+ArialNarrow,#000,186,202,709,718,13815,85,P,Table;TR;TD;P +O,I-Alinea,Commercial,14,612,1008,ABCDEE+ArialNarrow,#000,204,243,709,718,13815,85,P,Table;TR;TD;P +O,I-Alinea,artériel,14,612,1008,ABCDEE+ArialNarrow,#000,245,268,709,718,13815,85,P,Table;TR;TD;P +O,I-Alinea,lourd,14,612,1008,ABCDEE+ArialNarrow,#000,270,286,709,718,13815,85,P,Table;TR;TD;P +O,B-Alinea,ZI,14,612,1008,ABCDEE+ArialNarrow,#000,90,97,732,741,13838,87,P,Table;TR;TD;P +O,I-Alinea,-,14,612,1008,ABCDEE+ArialNarrow,#000,99,101,732,741,13838,87,P,Table;TR;TD;P +O,I-Alinea,Industrie,14,612,1008,ABCDEE+ArialNarrow,#000,104,132,732,741,13838,87,P,Table;TR;TD;P +O,I-Alinea,ZI.1,14,612,1008,ABCDEE+ArialNarrow,#000,186,198,732,741,13838,88,P,Table;TR;TD;P +O,I-Alinea,Industrie,14,612,1008,ABCDEE+ArialNarrow,#000,200,229,732,741,13838,88,P,Table;TR;TD;P +O,I-Alinea,légère,14,612,1008,ABCDEE+ArialNarrow,#000,231,251,732,741,13838,88,P,Table;TR;TD;P +O,B-Alinea,ZI.2,14,612,1008,ABCDEE+ArialNarrow,#000,186,198,749,758,13854,89,P,Table;TR;TD;P +O,I-Alinea,Industrie,14,612,1008,ABCDEE+ArialNarrow,#000,200,229,749,758,13854,89,P,Table;TR;TD;P +O,I-Alinea,lourde,14,612,1008,ABCDEE+ArialNarrow,#000,231,251,749,758,13854,89,P,Table;TR;TD;P +O,B-Article,19.,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,804,814,13909,92,P,H3 +O,I-Article,Interprétation,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,174,804,814,13909,92,P,H3 +O,I-Article,des,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,176,190,804,814,13909,92,P,H3 +O,I-Article,limites,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,193,219,804,814,13909,92,P,H3 +O,I-Article,de,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,221,231,804,814,13909,92,P,H3 +O,I-Article,zone,14,612,1008,ABCDEE+ArialNarrow-Bold,#222,233,251,804,814,13909,92,P,H3 +O,B-Alinea,Les,14,612,1008,ABCDEE+ArialNarrow,#222,85,98,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zones,14,612,1008,ABCDEE+ArialNarrow,#222,101,122,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,14,612,1008,ABCDEE+ArialNarrow,#222,125,140,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,délimitées,14,612,1008,ABCDEE+ArialNarrow,#222,142,179,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,14,612,1008,ABCDEE+ArialNarrow,#222,182,193,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,14,612,1008,ABCDEE+ArialNarrow,#222,195,202,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plan,14,612,1008,ABCDEE+ArialNarrow,#222,204,220,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,14,612,1008,ABCDEE+ArialNarrow,#222,222,231,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zonage,14,612,1008,ABCDEE+ArialNarrow,#222,233,260,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,14,612,1008,ABCDEE+ArialNarrow,#222,262,274,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,14,612,1008,ABCDEE+ArialNarrow,#222,277,290,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,lignes.,14,612,1008,ABCDEE+ArialNarrow,#222,292,316,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Les,14,612,1008,ABCDEE+ArialNarrow,#222,318,331,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,limites,14,612,1008,ABCDEE+ArialNarrow,#222,333,357,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,14,612,1008,ABCDEE+ArialNarrow,#222,359,372,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zones,14,612,1008,ABCDEE+ArialNarrow,#222,374,396,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,coïncident,14,612,1008,ABCDEE+ArialNarrow,#222,399,436,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,généralement,14,612,1008,ABCDEE+ArialNarrow,#222,438,489,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,avec,14,612,1008,ABCDEE+ArialNarrow,#222,491,508,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,14,612,1008,ABCDEE+ArialNarrow,#222,510,513,824,834,13930,93,P,L;L;L;L;L;L;LI;LBody +O,B-Liste,La,14,612,1008,ABCDEE+ArialNarrow,#222,132,141,842,852,13947,96,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,médiane,14,612,1008,ABCDEE+ArialNarrow,#222,143,174,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,177,186,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#222,188,195,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prolongement,14,612,1008,ABCDEE+ArialNarrow,#222,197,247,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,249,258,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,14,612,1008,ABCDEE+ArialNarrow,#222,261,267,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,médiane,14,612,1008,ABCDEE+ArialNarrow,#222,269,301,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d'une,14,612,1008,ABCDEE+ArialNarrow,#222,303,323,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,rue,14,612,1008,ABCDEE+ArialNarrow,#222,325,337,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"existante,",14,612,1008,ABCDEE+ArialNarrow,#222,339,374,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,homologuée,14,612,1008,ABCDEE+ArialNarrow,#222,377,422,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,424,433,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,proposée,14,612,1008,ABCDEE+ArialNarrow,#222,435,470,842,852,13947,97,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,14,612,1008,ABCDEE+ArialNarrow,#222,472,474,842,852,13947,99,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,La,14,612,1008,ABCDEE+ArialNarrow,#222,132,141,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,limite,14,612,1008,ABCDEE+ArialNarrow,#222,143,162,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d'emprise,14,612,1008,ABCDEE+ArialNarrow,#222,164,200,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,202,211,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#222,213,220,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prolongement,14,612,1008,ABCDEE+ArialNarrow,#222,222,272,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,275,284,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,14,612,1008,ABCDEE+ArialNarrow,#222,286,292,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,limite,14,612,1008,ABCDEE+ArialNarrow,#222,295,314,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d'emprise,14,612,1008,ABCDEE+ArialNarrow,#222,316,351,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d'une,14,612,1008,ABCDEE+ArialNarrow,#222,354,373,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,rue,14,612,1008,ABCDEE+ArialNarrow,#222,376,388,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"existante,",14,612,1008,ABCDEE+ArialNarrow,#222,390,425,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,homologuée,14,612,1008,ABCDEE+ArialNarrow,#222,427,472,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,475,484,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,proposée,14,612,1008,ABCDEE+ArialNarrow,#222,486,520,859,869,13965,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,14,612,1008,ABCDEE+ArialNarrow,#222,523,525,859,869,13965,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,L'axe,14,612,1008,ABCDEE+ArialNarrow,#222,132,151,877,887,13982,109,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,central,14,612,1008,ABCDEE+ArialNarrow,#222,153,178,877,887,13982,110,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d'un,14,612,1008,ABCDEE+ArialNarrow,#222,180,195,877,887,13982,111,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cours,14,612,1008,ABCDEE+ArialNarrow,#222,198,218,877,887,13982,111,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’eau,14,612,1008,ABCDEE+ArialNarrow,#222,220,240,877,887,13982,111,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,14,612,1008,ABCDEE+ArialNarrow,#222,242,245,877,887,13982,113,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,Une,14,612,1008,ABCDEE+ArialNarrow,#222,132,147,894,904,14000,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ligne,14,612,1008,ABCDEE+ArialNarrow,#222,149,166,894,904,14000,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,168,178,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"lot,",14,612,1008,ABCDEE+ArialNarrow,#222,180,191,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,193,202,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cadastre,14,612,1008,ABCDEE+ArialNarrow,#222,205,236,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,238,247,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,14,612,1008,ABCDEE+ArialNarrow,#222,250,256,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prolongement,14,612,1008,ABCDEE+ArialNarrow,#222,258,309,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d'une,14,612,1008,ABCDEE+ArialNarrow,#222,311,331,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ligne,14,612,1008,ABCDEE+ArialNarrow,#222,333,350,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,352,362,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cadastre,14,612,1008,ABCDEE+ArialNarrow,#222,364,395,894,904,14000,118,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,14,612,1008,ABCDEE+ArialNarrow,#222,398,400,894,904,14000,120,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,Une,14,612,1008,ABCDEE+ArialNarrow,#222,132,147,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,courbe,14,612,1008,ABCDEE+ArialNarrow,#222,149,174,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,14,612,1008,ABCDEE+ArialNarrow,#222,176,185,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partie,14,612,1008,ABCDEE+ArialNarrow,#222,188,208,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,211,220,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,courbe,14,612,1008,ABCDEE+ArialNarrow,#222,222,247,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,14,612,1008,ABCDEE+ArialNarrow,#222,249,258,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,niveau,14,612,1008,ABCDEE+ArialNarrow,#222,261,285,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,14,612,1008,ABCDEE+ArialNarrow,#222,287,289,911,921,14017,124,P,L;L;L;L;L;L;L;LI;LBody +O,B-Tete,Règlement,15,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,14150,,Artifact, +O,I-Tete,de,15,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,14150,,Artifact, +O,I-Tete,zonage,15,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,14150,,Artifact, +O,I-Tete,1314-2021-Z,15,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,14150,,Artifact, +O,I-Tete,Chapitre,15,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,14150,,Artifact, +O,I-Tete,2,15,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,14150,,Artifact, +O,I-Tete,–,15,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,14150,,Artifact, +O,I-Tete,Dispositions,15,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,14150,,Artifact, +O,I-Tete,"déclaratoires,",15,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,14150,,Artifact, +O,I-Tete,interprétatives,15,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,14150,,Artifact, +O,I-Tete,et,15,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,14150,,Artifact, +O,I-Tete,administratives,15,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,14150,,Artifact, +O,B-Liste,La,15,612,1008,ABCDEE+ArialNarrow,#222,132,141,73,83,14187,2,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,limite,15,612,1008,ABCDEE+ArialNarrow,#222,143,162,73,83,14187,2,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,municipale.,15,612,1008,ABCDEE+ArialNarrow,#222,164,206,73,83,14187,2,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,L’axe,15,612,1008,ABCDEE+ArialNarrow,#222,132,151,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#222,153,167,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,emprises,15,612,1008,ABCDEE+ArialNarrow,#222,169,202,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’installations,15,612,1008,ABCDEE+ArialNarrow,#222,204,254,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#222,256,265,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,transport,15,612,1008,ABCDEE+ArialNarrow,#222,267,300,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’énergie,15,612,1008,ABCDEE+ArialNarrow,#222,302,336,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,15,612,1008,ABCDEE+ArialNarrow,#222,338,347,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#222,350,359,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,transmission,15,612,1008,ABCDEE+ArialNarrow,#222,361,407,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#222,409,422,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,communications,15,612,1008,ABCDEE+ArialNarrow,#222,425,484,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,;,15,612,1008,ABCDEE+ArialNarrow,#222,486,488,91,101,14205,6,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,Une,15,612,1008,ABCDEE+ArialNarrow,#222,132,147,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,distance,15,612,1008,ABCDEE+ArialNarrow,#222,149,179,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,portée,15,612,1008,ABCDEE+ArialNarrow,#222,182,205,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,sur,15,612,1008,ABCDEE+ArialNarrow,#222,207,218,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,15,612,1008,ABCDEE+ArialNarrow,#222,221,227,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plan,15,612,1008,ABCDEE+ArialNarrow,#222,229,245,108,118,14222,10,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#222,247,256,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"zonage,",15,612,1008,ABCDEE+ArialNarrow,#222,258,287,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,par,15,612,1008,ABCDEE+ArialNarrow,#222,290,302,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’utilisation,15,612,1008,ABCDEE+ArialNarrow,#222,304,341,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’une,15,612,1008,ABCDEE+ArialNarrow,#222,344,364,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"cote,",15,612,1008,ABCDEE+ArialNarrow,#222,366,384,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#222,386,391,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partir,15,612,1008,ABCDEE+ArialNarrow,#222,393,411,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d'une,15,612,1008,ABCDEE+ArialNarrow,#222,414,433,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,limite,15,612,1008,ABCDEE+ArialNarrow,#222,436,455,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ci-dessus,15,612,1008,ABCDEE+ArialNarrow,#222,457,492,108,118,14222,11,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,indiquée.,15,612,1008,ABCDEE+ArialNarrow,#222,494,527,108,118,14222,13,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Lorsque,15,612,1008,ABCDEE+ArialNarrow,#222,132,161,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#222,164,170,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,distance,15,612,1008,ABCDEE+ArialNarrow,#222,173,203,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,15,612,1008,ABCDEE+ArialNarrow,#222,206,217,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,mesurée,15,612,1008,ABCDEE+ArialNarrow,#222,220,251,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#222,254,259,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partir,15,612,1008,ABCDEE+ArialNarrow,#222,261,280,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#222,283,298,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"lac,",15,612,1008,ABCDEE+ArialNarrow,#222,301,314,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#222,316,332,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cours,15,612,1008,ABCDEE+ArialNarrow,#222,334,354,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’eau,15,612,1008,ABCDEE+ArialNarrow,#222,357,377,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,15,612,1008,ABCDEE+ArialNarrow,#222,380,389,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#222,392,407,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieu,15,612,1008,ABCDEE+ArialNarrow,#222,410,431,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"humide,",15,612,1008,ABCDEE+ArialNarrow,#222,434,463,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,elle,15,612,1008,ABCDEE+ArialNarrow,#222,466,478,120,130,14234,14,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,se,15,612,1008,ABCDEE+ArialNarrow,#222,481,490,120,130,14234,16,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,mesure,15,612,1008,ABCDEE+ArialNarrow,#222,493,520,120,130,14234,16,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#222,522,527,120,130,14234,16,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partir,15,612,1008,ABCDEE+ArialNarrow,#222,132,150,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#222,153,162,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#222,164,170,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ligne,15,612,1008,ABCDEE+ArialNarrow,#222,173,190,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#222,192,205,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,hautes,15,612,1008,ABCDEE+ArialNarrow,#222,208,232,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,eaux.,15,612,1008,ABCDEE+ArialNarrow,#222,235,255,131,141,14245,17,P,L;L;L;L;L;L;L;LI;LBody +O,B-Alinea,Lorsque,15,612,1008,ABCDEE+ArialNarrow,#222,85,115,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,15,612,1008,ABCDEE+ArialNarrow,#222,117,127,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,limites,15,612,1008,ABCDEE+ArialNarrow,#222,129,152,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,155,164,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zones,15,612,1008,ABCDEE+ArialNarrow,#222,166,188,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ne,15,612,1008,ABCDEE+ArialNarrow,#222,190,199,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,coïncident,15,612,1008,ABCDEE+ArialNarrow,#222,201,238,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pas,15,612,1008,ABCDEE+ArialNarrow,#222,240,253,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,avec,15,612,1008,ABCDEE+ArialNarrow,#222,255,273,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,aucune,15,612,1008,ABCDEE+ArialNarrow,#222,275,302,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,304,313,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ces,15,612,1008,ABCDEE+ArialNarrow,#222,315,328,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,informations,15,612,1008,ABCDEE+ArialNarrow,#222,330,374,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,15,612,1008,ABCDEE+ArialNarrow,#222,376,383,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qu’'il,15,612,1008,ABCDEE+ArialNarrow,#222,385,401,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,n'y,15,612,1008,ABCDEE+ArialNarrow,#222,403,413,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,a,15,612,1008,ABCDEE+ArialNarrow,#222,415,420,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pas,15,612,1008,ABCDEE+ArialNarrow,#222,422,435,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,437,446,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"mesure,",15,612,1008,ABCDEE+ArialNarrow,#222,448,478,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,15,612,1008,ABCDEE+ArialNarrow,#222,480,491,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,distances,15,612,1008,ABCDEE+ArialNarrow,#222,493,527,152,162,14266,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,15,612,1008,ABCDEE+ArialNarrow,#222,85,101,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,calculées,15,612,1008,ABCDEE+ArialNarrow,#222,103,137,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#222,139,144,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l'aide,15,612,1008,ABCDEE+ArialNarrow,#222,146,165,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,167,176,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l'échelle,15,612,1008,ABCDEE+ArialNarrow,#222,179,208,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,15,612,1008,ABCDEE+ArialNarrow,#222,210,220,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plan.,15,612,1008,ABCDEE+ArialNarrow,#222,222,240,163,173,14277,19,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Lorsqu’une,15,612,1008,ABCDEE+ArialNarrow,#222,85,126,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,limite,15,612,1008,ABCDEE+ArialNarrow,#222,128,147,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,149,158,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zone,15,612,1008,ABCDEE+ArialNarrow,#222,161,179,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suit,15,612,1008,ABCDEE+ArialNarrow,#222,181,194,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#222,196,200,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,peu,15,612,1008,ABCDEE+ArialNarrow,#222,203,216,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,près,15,612,1008,ABCDEE+ArialNarrow,#222,219,235,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,237,243,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,limite,15,612,1008,ABCDEE+ArialNarrow,#222,246,265,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,15,612,1008,ABCDEE+ArialNarrow,#222,267,282,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"lot,",15,612,1008,ABCDEE+ArialNarrow,#222,285,296,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,298,304,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,première,15,612,1008,ABCDEE+ArialNarrow,#222,307,339,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sera,15,612,1008,ABCDEE+ArialNarrow,#222,341,357,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,réputée,15,612,1008,ABCDEE+ArialNarrow,#222,359,387,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,coïncider,15,612,1008,ABCDEE+ArialNarrow,#222,390,423,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,avec,15,612,1008,ABCDEE+ArialNarrow,#222,425,442,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,445,451,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,seconde.,15,612,1008,ABCDEE+ArialNarrow,#222,453,487,184,194,14297,20,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Lorsqu’une,15,612,1008,ABCDEE+ArialNarrow,#222,85,126,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,limite,15,612,1008,ABCDEE+ArialNarrow,#222,129,148,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’une,15,612,1008,ABCDEE+ArialNarrow,#222,151,171,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zone,15,612,1008,ABCDEE+ArialNarrow,#222,174,192,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,15,612,1008,ABCDEE+ArialNarrow,#222,195,206,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,approximativement,15,612,1008,ABCDEE+ArialNarrow,#222,209,278,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,parallèle,15,612,1008,ABCDEE+ArialNarrow,#222,281,312,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#222,315,319,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,322,329,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ligne,15,612,1008,ABCDEE+ArialNarrow,#222,332,349,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,médiane,15,612,1008,ABCDEE+ArialNarrow,#222,352,384,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’une,15,612,1008,ABCDEE+ArialNarrow,#222,387,407,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,emprise,15,612,1008,ABCDEE+ArialNarrow,#222,410,439,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,442,451,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"rue,",15,612,1008,ABCDEE+ArialNarrow,#222,454,468,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,471,477,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,première,15,612,1008,ABCDEE+ArialNarrow,#222,480,513,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,15,612,1008,ABCDEE+ArialNarrow,#222,516,527,204,214,14318,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,considérée,15,612,1008,ABCDEE+ArialNarrow,#222,85,125,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,comme,15,612,1008,ABCDEE+ArialNarrow,#222,127,154,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,parallèle,15,612,1008,ABCDEE+ArialNarrow,#222,157,188,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#222,190,194,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,197,203,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"seconde,",15,612,1008,ABCDEE+ArialNarrow,#222,205,239,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#222,241,246,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,15,612,1008,ABCDEE+ArialNarrow,#222,248,254,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,distance,15,612,1008,ABCDEE+ArialNarrow,#222,256,287,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,prévue,15,612,1008,ABCDEE+ArialNarrow,#222,289,314,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,15,612,1008,ABCDEE+ArialNarrow,#222,317,326,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plan,15,612,1008,ABCDEE+ArialNarrow,#222,328,344,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#222,346,355,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zonage,15,612,1008,ABCDEE+ArialNarrow,#222,357,384,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,s’il,15,612,1008,ABCDEE+ArialNarrow,#222,386,396,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,y,15,612,1008,ABCDEE+ArialNarrow,#222,398,402,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,a,15,612,1008,ABCDEE+ArialNarrow,#222,405,409,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,lieu.,15,612,1008,ABCDEE+ArialNarrow,#222,411,427,216,226,14329,21,P,L;L;L;L;L;L;LI;LBody +O,B-SousSection,FICHES,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,223,251,261,14365,24,P,H2 +O,I-SousSection,DESCRIPTIVES,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,226,286,251,261,14365,25,P,H2 +O,I-SousSection,DES,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,288,305,251,261,14365,25,P,H2 +O,I-SousSection,TYPES,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,307,334,251,261,14365,26,P,H2 +O,I-SousSection,DE,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,336,348,251,261,14365,26,P,H2 +O,I-SousSection,MILIEUX,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,350,383,251,261,14365,26,P,H2 +O,B-Article,20.,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,281,291,14394,29,P,H3 +O,I-Article,Fiche,15,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,143,281,291,14394,29,P,H3 +O,I-Article,des,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,145,159,281,291,14394,29,P,H3 +O,I-Article,types,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,161,183,281,291,14394,29,P,H3 +O,I-Article,de,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,185,195,281,291,14394,29,P,H3 +O,I-Article,milieux,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,197,225,281,291,14394,29,P,H3 +O,B-Alinea,Les,15,612,1008,ABCDEE+ArialNarrow,#000,85,98,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,15,612,1008,ABCDEE+ArialNarrow,#000,100,120,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,121,131,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"milieux,",15,612,1008,ABCDEE+ArialNarrow,#000,132,160,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,décrits,15,612,1008,ABCDEE+ArialNarrow,#000,162,186,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,15,612,1008,ABCDEE+ArialNarrow,#000,188,197,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chapitre,15,612,1008,ABCDEE+ArialNarrow,#000,199,228,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"7,",15,612,1008,ABCDEE+ArialNarrow,#000,230,236,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,représentent,15,612,1008,ABCDEE+ArialNarrow,#000,238,284,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,15,612,1008,ABCDEE+ArialNarrow,#000,286,299,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,unités,15,612,1008,ABCDEE+ArialNarrow,#000,301,323,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,morphologiques,15,612,1008,ABCDEE+ArialNarrow,#000,324,383,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,existantes,15,612,1008,ABCDEE+ArialNarrow,#000,385,422,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,15,612,1008,ABCDEE+ArialNarrow,#000,423,432,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,souhaitées,15,612,1008,ABCDEE+ArialNarrow,#000,434,474,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,15,612,1008,ABCDEE+ArialNarrow,#000,476,487,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,15,612,1008,ABCDEE+ArialNarrow,#000,489,495,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,territoire,15,612,1008,ABCDEE+ArialNarrow,#000,497,527,301,311,14415,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,15,612,1008,ABCDEE+ArialNarrow,#000,85,92,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,se,15,612,1008,ABCDEE+ArialNarrow,#000,94,103,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,déclinent,15,612,1008,ABCDEE+ArialNarrow,#000,105,138,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,15,612,1008,ABCDEE+ArialNarrow,#000,140,149,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,catégories,15,612,1008,ABCDEE+ArialNarrow,#000,152,189,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,comme,15,612,1008,ABCDEE+ArialNarrow,#000,192,219,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suit,15,612,1008,ABCDEE+ArialNarrow,#000,221,234,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,15,612,1008,ABCDEE+ArialNarrow,#000,236,238,313,323,14426,30,P,L;L;L;L;L;L;LI;LBody +O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,330,340,14444,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,330,340,14444,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,330,340,14444,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T1,15,612,1008,ABCDEE+ArialNarrow,#000,183,193,330,340,14444,35,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Milieux,15,612,1008,ABCDEE+ArialNarrow,#000,195,220,330,340,14444,35,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,naturel,15,612,1008,ABCDEE+ArialNarrow,#000,223,248,330,340,14444,35,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,250,255,330,340,14444,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,257,293,330,340,14444,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,296,306,330,340,14444,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,308,328,330,340,14444,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,330,339,330,340,14444,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,342,367,330,340,14444,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T1.1,15,612,1008,ABCDEE+ArialNarrow,#000,369,386,330,340,14444,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,388,393,330,340,14444,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T1.2;,15,612,1008,ABCDEE+ArialNarrow,#000,395,414,330,340,14444,39,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,348,358,14461,43,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,348,358,14461,43,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,348,358,14461,43,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T2,15,612,1008,ABCDEE+ArialNarrow,#000,183,193,348,358,14461,45,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Occupation,15,612,1008,ABCDEE+ArialNarrow,#000,195,236,348,358,14461,45,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,239,248,348,358,14461,45,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,250,257,348,358,14461,45,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,forêt,15,612,1008,ABCDEE+ArialNarrow,#000,259,275,348,358,14461,45,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,278,282,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,284,321,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,323,334,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,336,355,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,358,367,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,369,395,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T2.1,15,612,1008,ABCDEE+ArialNarrow,#000,397,413,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,et,15,612,1008,ABCDEE+ArialNarrow,#000,416,422,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T2.2;,15,612,1008,ABCDEE+ArialNarrow,#000,425,443,348,358,14461,47,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,365,375,14479,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,365,375,14479,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,365,375,14479,51,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T3,15,612,1008,ABCDEE+ArialNarrow,#000,183,193,365,375,14479,53,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Périurbain,15,612,1008,ABCDEE+ArialNarrow,#000,195,232,365,375,14479,53,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,235,239,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,241,278,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,280,291,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,293,313,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,315,324,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,326,352,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T3.1,15,612,1008,ABCDEE+ArialNarrow,#000,354,370,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,373,377,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T3.4;,15,612,1008,ABCDEE+ArialNarrow,#000,380,398,365,375,14479,55,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,383,393,14496,61,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,383,393,14496,61,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,383,393,14496,61,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T4,15,612,1008,ABCDEE+ArialNarrow,#000,183,193,383,393,14496,63,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Urbain,15,612,1008,ABCDEE+ArialNarrow,#000,195,219,383,393,14496,63,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,221,226,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,228,265,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,267,277,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,280,299,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,302,311,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,313,338,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T4.1,15,612,1008,ABCDEE+ArialNarrow,#000,341,357,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,359,364,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T4.3;,15,612,1008,ABCDEE+ArialNarrow,#000,366,385,383,393,14496,65,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,400,410,14514,69,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,400,410,14514,70,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,400,410,14514,70,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T5,15,612,1008,ABCDEE+ArialNarrow,#000,183,193,400,410,14514,72,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Centre-ville,15,612,1008,ABCDEE+ArialNarrow,#000,195,236,400,410,14514,72,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,239,243,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,246,282,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,284,295,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,297,317,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,319,328,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,330,356,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T5.1,15,612,1008,ABCDEE+ArialNarrow,#000,358,374,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,377,381,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,T5.3;,15,612,1008,ABCDEE+ArialNarrow,#000,384,402,400,410,14514,76,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,418,428,14531,80,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,418,428,14531,80,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,418,428,14531,80,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Civique,15,612,1008,ABCDEE+ArialNarrow,#000,183,210,418,428,14531,82,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,213,217,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,220,256,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,258,269,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,271,291,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,293,302,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,304,330,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"CE,",15,612,1008,ABCDEE+ArialNarrow,#000,332,346,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,CI,15,612,1008,ABCDEE+ArialNarrow,#000,348,356,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,et,15,612,1008,ABCDEE+ArialNarrow,#000,359,365,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,CU;,15,612,1008,ABCDEE+ArialNarrow,#000,368,382,418,428,14531,84,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,435,445,14549,88,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,435,445,14549,88,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,435,445,14549,88,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Zone,15,612,1008,ABCDEE+ArialNarrow,#000,183,202,435,445,14549,90,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,204,213,435,445,14549,90,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,maisons,15,612,1008,ABCDEE+ArialNarrow,#000,215,246,435,445,14549,90,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,mobiles,15,612,1008,ABCDEE+ArialNarrow,#000,248,277,435,445,14549,90,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,279,283,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,286,322,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,15,612,1008,ABCDEE+ArialNarrow,#000,324,331,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,type,15,612,1008,ABCDEE+ArialNarrow,#000,333,349,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,351,360,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,362,388,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ZM;,15,612,1008,ABCDEE+ArialNarrow,#000,390,404,435,445,14549,92,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,La,15,612,1008,ABCDEE+ArialNarrow,#000,132,141,452,462,14566,96,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,143,177,452,462,14566,96,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,179,184,452,462,14566,96,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Zone,15,612,1008,ABCDEE+ArialNarrow,#000,186,205,452,462,14566,98,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,commerciale,15,612,1008,ABCDEE+ArialNarrow,#000,207,253,452,462,14566,98,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,256,260,452,462,14566,100,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,262,299,452,462,14566,100,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,301,312,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,314,334,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,336,345,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,347,373,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ZC.1,15,612,1008,ABCDEE+ArialNarrow,#000,375,393,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,395,400,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ZC.4;,15,612,1008,ABCDEE+ArialNarrow,#000,402,422,452,462,14566,101,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,132,138,470,480,14584,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,catégorie,15,612,1008,ABCDEE+ArialNarrow,#000,140,174,470,480,14584,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,15,612,1008,ABCDEE+ArialNarrow,#000,176,181,470,480,14584,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Zone,15,612,1008,ABCDEE+ArialNarrow,#000,183,202,470,480,14584,107,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,industrielle,15,612,1008,ABCDEE+ArialNarrow,#000,204,243,470,480,14584,107,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,15,612,1008,ABCDEE+ArialNarrow,#000,245,250,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,comprend,15,612,1008,ABCDEE+ArialNarrow,#000,252,289,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,291,302,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,types,15,612,1008,ABCDEE+ArialNarrow,#000,304,323,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,326,335,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,337,363,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ZI.1,15,612,1008,ABCDEE+ArialNarrow,#000,365,379,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,et,15,612,1008,ABCDEE+ArialNarrow,#000,381,388,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ZI.2;,15,612,1008,ABCDEE+ArialNarrow,#000,390,407,470,480,14584,109,P,L;L;L;L;L;L;L;LI;LBody +O,B-Alinea,Les,15,612,1008,ABCDEE+ArialNarrow,#000,85,98,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,15,612,1008,ABCDEE+ArialNarrow,#000,101,120,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,123,132,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,134,160,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,15,612,1008,ABCDEE+ArialNarrow,#000,162,176,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,catégories,15,612,1008,ABCDEE+ArialNarrow,#000,178,216,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,T1,15,612,1008,ABCDEE+ArialNarrow,#000,218,228,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#000,230,235,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,T5,15,612,1008,ABCDEE+ArialNarrow,#000,237,247,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,correspondent,15,612,1008,ABCDEE+ArialNarrow,#000,250,302,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#000,304,309,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,15,612,1008,ABCDEE+ArialNarrow,#000,311,325,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,gradation,15,612,1008,ABCDEE+ArialNarrow,#000,328,362,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’intensité,15,612,1008,ABCDEE+ArialNarrow,#000,364,401,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,urbaine.,15,612,1008,ABCDEE+ArialNarrow,#000,404,433,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Les,15,612,1008,ABCDEE+ArialNarrow,#000,436,449,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,15,612,1008,ABCDEE+ArialNarrow,#000,451,471,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,473,483,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,485,511,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"CE,",15,612,1008,ABCDEE+ArialNarrow,#000,513,527,490,500,14604,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"CI,",15,612,1008,ABCDEE+ArialNarrow,#000,85,96,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"CU,",15,612,1008,ABCDEE+ArialNarrow,#000,98,112,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"ZM,",15,612,1008,ABCDEE+ArialNarrow,#000,114,128,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ZC,15,612,1008,ABCDEE+ArialNarrow,#000,131,142,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,15,612,1008,ABCDEE+ArialNarrow,#000,144,151,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ZI,15,612,1008,ABCDEE+ArialNarrow,#000,153,160,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,correspondent,15,612,1008,ABCDEE+ArialNarrow,#000,163,215,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#000,217,222,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,15,612,1008,ABCDEE+ArialNarrow,#000,224,237,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zones,15,612,1008,ABCDEE+ArialNarrow,#000,240,261,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ayant,15,612,1008,ABCDEE+ArialNarrow,#000,264,284,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,15,612,1008,ABCDEE+ArialNarrow,#000,286,300,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,vocation,15,612,1008,ABCDEE+ArialNarrow,#000,302,332,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,particulière.,15,612,1008,ABCDEE+ArialNarrow,#000,335,377,502,512,14616,111,P,L;L;L;L;L;L;LI;LBody +O,B-Article,21.,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,103,115,531,541,14645,112,P,H3 +O,I-Article,Concordance,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,121,174,531,541,14645,112,P,H3 +O,I-Article,entre,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,176,196,531,541,14645,112,P,H3 +O,I-Article,le,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,198,205,531,541,14645,112,P,H3 +O,I-Article,plan,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,207,224,531,541,14645,112,P,H3 +O,I-Article,de,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,226,236,531,541,14645,112,P,H3 +O,I-Article,zonage,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,238,267,531,541,14645,112,P,H3 +O,I-Article,et,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,269,276,531,541,14645,112,P,H3 +O,I-Article,les,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,278,290,531,541,14645,112,P,H3 +O,I-Article,fiches,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,292,316,531,541,14645,112,P,H3 +O,I-Article,des,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,318,332,531,541,14645,112,P,H3 +O,I-Article,types,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,334,356,531,541,14645,112,P,H3 +O,I-Article,de,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,358,368,531,541,14645,112,P,H3 +O,I-Article,milieux,15,612,1008,ABCDEE+ArialNarrow-Bold,#000,370,398,531,541,14645,112,P,H3 +O,B-Alinea,Toute,15,612,1008,ABCDEE+ArialNarrow,#000,85,106,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zone,15,612,1008,ABCDEE+ArialNarrow,#000,109,126,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,identifiée,15,612,1008,ABCDEE+ArialNarrow,#000,129,162,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,15,612,1008,ABCDEE+ArialNarrow,#000,165,176,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,15,612,1008,ABCDEE+ArialNarrow,#000,179,185,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plan,15,612,1008,ABCDEE+ArialNarrow,#000,188,203,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,206,215,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,zonage,15,612,1008,ABCDEE+ArialNarrow,#000,218,244,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,est,15,612,1008,ABCDEE+ArialNarrow,#000,247,258,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,associée,15,612,1008,ABCDEE+ArialNarrow,#000,261,293,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#000,296,300,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,15,612,1008,ABCDEE+ArialNarrow,#000,303,312,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,15,612,1008,ABCDEE+ArialNarrow,#000,315,330,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,333,342,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux.,15,612,1008,ABCDEE+ArialNarrow,#000,345,372,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Une,15,612,1008,ABCDEE+ArialNarrow,#000,375,390,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fiche,15,612,1008,ABCDEE+ArialNarrow,#000,393,410,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,normative,15,612,1008,ABCDEE+ArialNarrow,#000,413,449,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,prescrit,15,612,1008,ABCDEE+ArialNarrow,#000,451,478,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,15,612,1008,ABCDEE+ArialNarrow,#000,481,497,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chaque,15,612,1008,ABCDEE+ArialNarrow,#000,500,527,552,562,14665,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,15,612,1008,ABCDEE+ArialNarrow,#000,85,101,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,105,114,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,118,144,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,15,612,1008,ABCDEE+ArialNarrow,#000,148,161,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,normes,15,612,1008,ABCDEE+ArialNarrow,#000,165,193,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,particulières,15,612,1008,ABCDEE+ArialNarrow,#000,197,241,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,applicables,15,612,1008,ABCDEE+ArialNarrow,#000,245,286,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,15,612,1008,ABCDEE+ArialNarrow,#000,290,295,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,15,612,1008,ABCDEE+ArialNarrow,#000,299,308,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,15,612,1008,ABCDEE+ArialNarrow,#000,312,327,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,331,341,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux.,15,612,1008,ABCDEE+ArialNarrow,#000,345,372,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Ces,15,612,1008,ABCDEE+ArialNarrow,#000,377,391,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"fiches,",15,612,1008,ABCDEE+ArialNarrow,#000,395,419,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ainsi,15,612,1008,ABCDEE+ArialNarrow,#000,423,440,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,que,15,612,1008,ABCDEE+ArialNarrow,#000,444,458,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,leurs,15,612,1008,ABCDEE+ArialNarrow,#000,462,480,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,15,612,1008,ABCDEE+ArialNarrow,#000,484,527,563,573,14677,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,explicatives,15,612,1008,ABCDEE+ArialNarrow,#000,85,127,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,font,15,612,1008,ABCDEE+ArialNarrow,#000,130,143,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,partie,15,612,1008,ABCDEE+ArialNarrow,#000,146,166,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,15,612,1008,ABCDEE+ArialNarrow,#000,169,178,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chapitre,15,612,1008,ABCDEE+ArialNarrow,#000,180,209,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,7.,15,612,1008,ABCDEE+ArialNarrow,#000,211,218,575,585,14688,113,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,À,15,612,1008,ABCDEE+ArialNarrow,#000,85,91,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,moins,15,612,1008,ABCDEE+ArialNarrow,#000,93,115,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’indication,15,612,1008,ABCDEE+ArialNarrow,#000,117,158,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"contraire,",15,612,1008,ABCDEE+ArialNarrow,#000,160,195,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,15,612,1008,ABCDEE+ArialNarrow,#000,197,206,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,cas,15,612,1008,ABCDEE+ArialNarrow,#000,208,221,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’incompatibilité,15,612,1008,ABCDEE+ArialNarrow,#000,223,282,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,entre,15,612,1008,ABCDEE+ArialNarrow,#000,284,303,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,15,612,1008,ABCDEE+ArialNarrow,#000,305,318,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,15,612,1008,ABCDEE+ArialNarrow,#000,320,363,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,366,375,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fiches,15,612,1008,ABCDEE+ArialNarrow,#000,377,399,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,401,410,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,15,612,1008,ABCDEE+ArialNarrow,#000,412,432,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,15,612,1008,ABCDEE+ArialNarrow,#000,434,443,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,15,612,1008,ABCDEE+ArialNarrow,#000,446,471,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,15,612,1008,ABCDEE+ArialNarrow,#000,474,490,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,15,612,1008,ABCDEE+ArialNarrow,#000,492,501,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terrain,15,612,1008,ABCDEE+ArialNarrow,#000,504,527,595,605,14709,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,compris,15,612,1008,ABCDEE+ArialNarrow,#000,85,114,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,15,612,1008,ABCDEE+ArialNarrow,#000,116,134,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,plus,15,612,1008,ABCDEE+ArialNarrow,#000,136,151,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’une,15,612,1008,ABCDEE+ArialNarrow,#000,153,173,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"zone,",15,612,1008,ABCDEE+ArialNarrow,#000,176,196,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,15,612,1008,ABCDEE+ArialNarrow,#000,198,209,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règles,15,612,1008,ABCDEE+ArialNarrow,#000,211,233,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivantes,15,612,1008,ABCDEE+ArialNarrow,#000,235,270,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,s’appliquent,15,612,1008,ABCDEE+ArialNarrow,#000,272,316,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,15,612,1008,ABCDEE+ArialNarrow,#000,318,321,607,617,14720,114,P,L;L;L;L;L;L;LI;LBody +O,B-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,132,142,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dispositions,15,612,1008,ABCDEE+ArialNarrow,#000,144,187,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,189,199,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,lotissement,15,612,1008,ABCDEE+ArialNarrow,#000,201,242,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,245,255,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plus,15,612,1008,ABCDEE+ArialNarrow,#000,257,272,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,restrictives,15,612,1008,ABCDEE+ArialNarrow,#000,275,314,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#000,316,329,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zones,15,612,1008,ABCDEE+ArialNarrow,#000,332,354,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,concernées,15,612,1008,ABCDEE+ArialNarrow,#000,356,398,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’appliquent;,15,612,1008,ABCDEE+ArialNarrow,#000,401,447,624,634,14738,117,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,lorsqu’une,15,612,1008,ABCDEE+ArialNarrow,#000,132,169,642,652,14755,121,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,15,612,1008,ABCDEE+ArialNarrow,#000,172,210,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’applique,15,612,1008,ABCDEE+ArialNarrow,#000,213,250,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,252,257,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,15,612,1008,ABCDEE+ArialNarrow,#000,259,268,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,bâtiment,15,612,1008,ABCDEE+ArialNarrow,#000,270,302,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"principal,",15,612,1008,ABCDEE+ArialNarrow,#000,304,337,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,339,349,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,règles,15,612,1008,ABCDEE+ArialNarrow,#000,352,374,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,suivantes,15,612,1008,ABCDEE+ArialNarrow,#000,376,411,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’appliquent,15,612,1008,ABCDEE+ArialNarrow,#000,413,457,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,:,15,612,1008,ABCDEE+ArialNarrow,#000,459,462,642,652,14755,123,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,si,15,612,1008,ABCDEE+ArialNarrow,#000,166,172,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,15,612,1008,ABCDEE+ArialNarrow,#000,174,180,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,bâtiment,15,612,1008,ABCDEE+ArialNarrow,#000,182,214,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,15,612,1008,ABCDEE+ArialNarrow,#000,216,227,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,entièrement,15,612,1008,ABCDEE+ArialNarrow,#000,229,273,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,situé,15,612,1008,ABCDEE+ArialNarrow,#000,275,292,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,15,612,1008,ABCDEE+ArialNarrow,#000,295,312,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,15,612,1008,ABCDEE+ArialNarrow,#000,315,328,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,seule,15,612,1008,ABCDEE+ArialNarrow,#000,331,350,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"zone,",15,612,1008,ABCDEE+ArialNarrow,#000,353,373,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,375,381,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,15,612,1008,ABCDEE+ArialNarrow,#000,383,422,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,425,434,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cette,15,612,1008,ABCDEE+ArialNarrow,#000,436,454,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zone,15,612,1008,ABCDEE+ArialNarrow,#000,456,474,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’applique;,15,612,1008,ABCDEE+ArialNarrow,#000,476,515,656,666,14770,127,P,L;L;L;L;L;L;L;L;LI;LBody +O,B-Liste,si,15,612,1008,ABCDEE+ArialNarrow,#000,166,172,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,15,612,1008,ABCDEE+ArialNarrow,#000,174,180,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,bâtiment,15,612,1008,ABCDEE+ArialNarrow,#000,182,214,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,15,612,1008,ABCDEE+ArialNarrow,#000,216,227,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,situé,15,612,1008,ABCDEE+ArialNarrow,#000,229,247,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,15,612,1008,ABCDEE+ArialNarrow,#000,249,267,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plus,15,612,1008,ABCDEE+ArialNarrow,#000,269,284,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’une,15,612,1008,ABCDEE+ArialNarrow,#000,286,306,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"zone,",15,612,1008,ABCDEE+ArialNarrow,#000,309,329,668,678,14781,131,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,331,342,668,678,14781,132,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dispositions,15,612,1008,ABCDEE+ArialNarrow,#000,344,387,668,678,14781,132,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,389,399,668,678,14781,132,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plus,15,612,1008,ABCDEE+ArialNarrow,#000,402,417,668,678,14781,132,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,restrictives,15,612,1008,ABCDEE+ArialNarrow,#000,419,458,668,678,14781,134,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’appliquent;,15,612,1008,ABCDEE+ArialNarrow,#000,461,507,668,678,14781,134,P,L;L;L;L;L;L;L;L;LI;LBody +O,B-Liste,malgré,15,612,1008,ABCDEE+ArialNarrow,#000,166,191,679,689,14793,138,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,15,612,1008,ABCDEE+ArialNarrow,#000,194,200,679,689,14793,138,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,sous-paragraphe,15,612,1008,ABCDEE+ArialNarrow,#000,203,265,679,689,14793,138,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"précédent,",15,612,1008,ABCDEE+ArialNarrow,#000,268,306,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,309,315,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,hauteur,15,612,1008,ABCDEE+ArialNarrow,#000,318,346,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,15,612,1008,ABCDEE+ArialNarrow,#000,349,358,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,15,612,1008,ABCDEE+ArialNarrow,#000,361,371,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,marges,15,612,1008,ABCDEE+ArialNarrow,#000,374,401,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,15,612,1008,ABCDEE+ArialNarrow,#000,404,413,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,bâtiment,15,612,1008,ABCDEE+ArialNarrow,#000,416,448,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prescrites,15,612,1008,ABCDEE+ArialNarrow,#000,450,486,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,489,493,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,chacune,15,612,1008,ABCDEE+ArialNarrow,#000,496,527,679,689,14793,140,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#000,166,179,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zones,15,612,1008,ABCDEE+ArialNarrow,#000,181,203,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,concernées,15,612,1008,ABCDEE+ArialNarrow,#000,205,248,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’appliquent,15,612,1008,ABCDEE+ArialNarrow,#000,250,293,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,respectivement,15,612,1008,ABCDEE+ArialNarrow,#000,296,351,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,353,358,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,chaque,15,612,1008,ABCDEE+ArialNarrow,#000,360,387,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,389,410,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,correspondante,15,612,1008,ABCDEE+ArialNarrow,#000,412,469,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,471,480,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ce,15,612,1008,ABCDEE+ArialNarrow,#000,483,491,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,bâtiment;,15,612,1008,ABCDEE+ArialNarrow,#000,493,527,691,701,14804,141,P,L;L;L;L;L;L;L;L;LI;LBody +O,B-Liste,sous,15,612,1008,ABCDEE+ArialNarrow,#000,132,149,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,réserve,15,612,1008,ABCDEE+ArialNarrow,#000,152,180,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,15,612,1008,ABCDEE+ArialNarrow,#000,183,192,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,paragraphe,15,612,1008,ABCDEE+ArialNarrow,#000,195,237,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,1.,15,612,1008,ABCDEE+ArialNarrow,#000,240,247,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,15,612,1008,ABCDEE+ArialNarrow,#000,251,260,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,présent,15,612,1008,ABCDEE+ArialNarrow,#000,263,290,708,718,14822,145,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"alinéa,",15,612,1008,ABCDEE+ArialNarrow,#000,294,318,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,lorsqu’une,15,612,1008,ABCDEE+ArialNarrow,#000,321,359,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,15,612,1008,ABCDEE+ArialNarrow,#000,362,401,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’applique,15,612,1008,ABCDEE+ArialNarrow,#000,404,441,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,444,449,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’aménagement,15,612,1008,ABCDEE+ArialNarrow,#000,452,508,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#000,512,527,708,718,14822,146,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"terrain,",15,612,1008,ABCDEE+ArialNarrow,#000,132,157,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,159,166,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,15,612,1008,ABCDEE+ArialNarrow,#000,168,207,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prescrite,15,612,1008,ABCDEE+ArialNarrow,#000,209,240,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,243,247,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,chacune,15,612,1008,ABCDEE+ArialNarrow,#000,249,280,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,15,612,1008,ABCDEE+ArialNarrow,#000,283,296,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zones,15,612,1008,ABCDEE+ArialNarrow,#000,298,320,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,concernées,15,612,1008,ABCDEE+ArialNarrow,#000,322,365,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’appliquent,15,612,1008,ABCDEE+ArialNarrow,#000,367,411,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,respectivement,15,612,1008,ABCDEE+ArialNarrow,#000,413,468,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,15,612,1008,ABCDEE+ArialNarrow,#000,471,475,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,chaque,15,612,1008,ABCDEE+ArialNarrow,#000,477,504,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,507,527,720,730,14833,147,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,correspondante,15,612,1008,ABCDEE+ArialNarrow,#000,132,189,731,741,14845,148,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,191,200,731,741,14845,148,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ce,15,612,1008,ABCDEE+ArialNarrow,#000,202,211,731,741,14845,148,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,terrain;,15,612,1008,ABCDEE+ArialNarrow,#000,213,239,731,741,14845,148,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,l’usage,15,612,1008,ABCDEE+ArialNarrow,#000,132,158,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,exercé,15,612,1008,ABCDEE+ArialNarrow,#000,161,185,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,sur,15,612,1008,ABCDEE+ArialNarrow,#000,189,200,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,chaque,15,612,1008,ABCDEE+ArialNarrow,#000,203,230,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,233,254,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#000,257,272,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,terrain,15,612,1008,ABCDEE+ArialNarrow,#000,276,299,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,15,612,1008,ABCDEE+ArialNarrow,#000,302,311,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,15,612,1008,ABCDEE+ArialNarrow,#000,314,332,748,759,14862,152,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,chaque,15,612,1008,ABCDEE+ArialNarrow,#000,336,362,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,366,386,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,15,612,1008,ABCDEE+ArialNarrow,#000,389,405,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,bâtiment,15,612,1008,ABCDEE+ArialNarrow,#000,408,440,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,doit,15,612,1008,ABCDEE+ArialNarrow,#000,443,456,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,être,15,612,1008,ABCDEE+ArialNarrow,#000,459,473,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,conforme,15,612,1008,ABCDEE+ArialNarrow,#000,476,511,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,aux,15,612,1008,ABCDEE+ArialNarrow,#000,514,527,748,759,14862,153,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,usages,15,612,1008,ABCDEE+ArialNarrow,#000,132,158,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,permis,15,612,1008,ABCDEE+ArialNarrow,#000,160,185,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,15,612,1008,ABCDEE+ArialNarrow,#000,187,205,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,207,214,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zone,15,612,1008,ABCDEE+ArialNarrow,#000,216,234,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,15,612,1008,ABCDEE+ArialNarrow,#000,236,254,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,laquelle,15,612,1008,ABCDEE+ArialNarrow,#000,256,284,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,se,15,612,1008,ABCDEE+ArialNarrow,#000,287,295,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,trouve,15,612,1008,ABCDEE+ArialNarrow,#000,297,320,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,323,329,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,331,352,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,15,612,1008,ABCDEE+ArialNarrow,#000,354,363,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,terrain,15,612,1008,ABCDEE+ArialNarrow,#000,365,389,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,15,612,1008,ABCDEE+ArialNarrow,#000,391,400,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,15,612,1008,ABCDEE+ArialNarrow,#000,402,409,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partie,15,612,1008,ABCDEE+ArialNarrow,#000,411,432,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,15,612,1008,ABCDEE+ArialNarrow,#000,434,443,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,bâtiment;,15,612,1008,ABCDEE+ArialNarrow,#000,445,479,760,770,14874,154,P,L;L;L;L;L;L;L;LI;LBody +B-Titre,B-Tete,Règlement,16,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,15158,,Artifact, +I-Titre,I-Tete,de,16,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,15158,,Artifact, +I-Titre,I-Tete,zonage,16,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,15158,,Artifact, +I-Titre,I-Tete,1314-2021-Z,16,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,15158,,Artifact, +O,I-Tete,Chapitre,16,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,15158,,Artifact, +O,I-Tete,2,16,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,15158,,Artifact, +O,I-Tete,–,16,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,15158,,Artifact, +O,I-Tete,Dispositions,16,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,15158,,Artifact, +O,I-Tete,"déclaratoires,",16,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,15158,,Artifact, +O,I-Tete,interprétatives,16,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,15158,,Artifact, +O,I-Tete,et,16,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,15158,,Artifact, +O,I-Tete,administratives,16,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,15158,,Artifact, +O,B-Liste,lorsqu’une,16,612,1008,ABCDEE+ArialNarrow,#000,132,169,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,16,612,1008,ABCDEE+ArialNarrow,#000,171,210,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’applique,16,612,1008,ABCDEE+ArialNarrow,#000,212,249,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,16,612,1008,ABCDEE+ArialNarrow,#000,250,255,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,16,612,1008,ABCDEE+ArialNarrow,#000,257,266,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,bâtiment,16,612,1008,ABCDEE+ArialNarrow,#000,268,299,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,accessoire,16,612,1008,ABCDEE+ArialNarrow,#000,301,340,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,342,351,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,toute,16,612,1008,ABCDEE+ArialNarrow,#000,353,371,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,construction,16,612,1008,ABCDEE+ArialNarrow,#000,373,417,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,autre,16,612,1008,ABCDEE+ArialNarrow,#000,419,437,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,qu’un,16,612,1008,ABCDEE+ArialNarrow,#000,439,459,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,bâtiment,16,612,1008,ABCDEE+ArialNarrow,#000,461,492,91,101,15213,3,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"principal,",16,612,1008,ABCDEE+ArialNarrow,#000,494,527,91,101,15213,5,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,16,612,1008,ABCDEE+ArialNarrow,#000,132,141,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"équipement,",16,612,1008,ABCDEE+ArialNarrow,#000,143,188,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,16,612,1008,ABCDEE+ArialNarrow,#000,190,200,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ouvrage,16,612,1008,ABCDEE+ArialNarrow,#000,202,231,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,234,243,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,16,612,1008,ABCDEE+ArialNarrow,#000,245,254,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,257,309,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,311,320,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"terrain,",16,612,1008,ABCDEE+ArialNarrow,#000,323,348,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,16,612,1008,ABCDEE+ArialNarrow,#000,350,361,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,règles,16,612,1008,ABCDEE+ArialNarrow,#000,363,386,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,suivantes,16,612,1008,ABCDEE+ArialNarrow,#000,388,422,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’appliquent,16,612,1008,ABCDEE+ArialNarrow,#000,425,468,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,:,16,612,1008,ABCDEE+ArialNarrow,#000,471,473,102,112,15224,6,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,si,16,612,1008,ABCDEE+ArialNarrow,#000,166,172,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,174,181,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"construction,",16,612,1008,ABCDEE+ArialNarrow,#000,183,230,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"l’équipement,",16,612,1008,ABCDEE+ArialNarrow,#000,233,282,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’ouvrage,16,612,1008,ABCDEE+ArialNarrow,#000,284,318,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,320,330,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,332,389,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,391,400,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,terrain,16,612,1008,ABCDEE+ArialNarrow,#000,403,427,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,429,440,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,entièrement,16,612,1008,ABCDEE+ArialNarrow,#000,443,486,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,situé,16,612,1008,ABCDEE+ArialNarrow,#000,489,506,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,16,612,1008,ABCDEE+ArialNarrow,#000,509,527,117,127,15239,10,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,16,612,1008,ABCDEE+ArialNarrow,#000,166,179,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,seule,16,612,1008,ABCDEE+ArialNarrow,#000,182,201,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"zone,",16,612,1008,ABCDEE+ArialNarrow,#000,203,223,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,226,232,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,16,612,1008,ABCDEE+ArialNarrow,#000,234,273,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,275,285,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cette,16,612,1008,ABCDEE+ArialNarrow,#000,287,305,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zone,16,612,1008,ABCDEE+ArialNarrow,#000,307,325,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’applique;,16,612,1008,ABCDEE+ArialNarrow,#000,327,366,128,138,15250,11,P,L;L;L;L;L;L;L;L;LI;LBody +O,B-Liste,si,16,612,1008,ABCDEE+ArialNarrow,#000,166,172,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,175,181,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"construction,",16,612,1008,ABCDEE+ArialNarrow,#000,184,231,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"l’équipement,",16,612,1008,ABCDEE+ArialNarrow,#000,234,283,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’ouvrage,16,612,1008,ABCDEE+ArialNarrow,#000,286,319,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,323,332,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,335,391,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,394,403,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,terrain,16,612,1008,ABCDEE+ArialNarrow,#000,407,430,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,433,444,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,situé,16,612,1008,ABCDEE+ArialNarrow,#000,447,465,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,16,612,1008,ABCDEE+ArialNarrow,#000,468,486,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plus,16,612,1008,ABCDEE+ArialNarrow,#000,489,504,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’une,16,612,1008,ABCDEE+ArialNarrow,#000,507,527,140,150,15262,16,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"zone,",16,612,1008,ABCDEE+ArialNarrow,#000,166,186,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,188,194,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,16,612,1008,ABCDEE+ArialNarrow,#000,197,235,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,238,244,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plus,16,612,1008,ABCDEE+ArialNarrow,#000,246,261,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,restrictive,16,612,1008,ABCDEE+ArialNarrow,#000,264,299,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’applique;,16,612,1008,ABCDEE+ArialNarrow,#000,301,340,151,161,15273,17,P,L;L;L;L;L;L;L;L;LI;LBody +O,B-Liste,sauf,16,612,1008,ABCDEE+ArialNarrow,#000,166,181,163,173,15285,21,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pour,16,612,1008,ABCDEE+ArialNarrow,#000,183,199,163,173,15285,21,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,16,612,1008,ABCDEE+ArialNarrow,#000,201,214,163,173,15285,21,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,végétaux,16,612,1008,ABCDEE+ArialNarrow,#000,216,249,163,173,15285,21,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"couvre-sol,",16,612,1008,ABCDEE+ArialNarrow,#000,251,291,163,173,15285,21,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,16,612,1008,ABCDEE+ArialNarrow,#000,293,307,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plantation,16,612,1008,ABCDEE+ArialNarrow,#000,309,344,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’arbres,16,612,1008,ABCDEE+ArialNarrow,#000,346,376,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,377,386,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’arbustes,16,612,1008,ABCDEE+ArialNarrow,#000,388,426,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,428,437,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,tout,16,612,1008,ABCDEE+ArialNarrow,#000,439,452,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,autre,16,612,1008,ABCDEE+ArialNarrow,#000,454,473,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,475,527,163,173,15285,23,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"paysager,",16,612,1008,ABCDEE+ArialNarrow,#000,166,202,174,184,15296,24,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,204,211,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"construction,",16,612,1008,ABCDEE+ArialNarrow,#000,214,260,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"l’équipement,",16,612,1008,ABCDEE+ArialNarrow,#000,263,312,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’ouvrage,16,612,1008,ABCDEE+ArialNarrow,#000,315,348,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,351,360,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,363,419,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,422,431,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,terrain,16,612,1008,ABCDEE+ArialNarrow,#000,433,457,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,460,471,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prohibé,16,612,1008,ABCDEE+ArialNarrow,#000,473,501,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’il,16,612,1008,ABCDEE+ArialNarrow,#000,504,513,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,516,527,174,184,15296,25,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,situé,16,612,1008,ABCDEE+ArialNarrow,#000,166,183,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,16,612,1008,ABCDEE+ArialNarrow,#000,185,203,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,16,612,1008,ABCDEE+ArialNarrow,#000,205,219,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zone,16,612,1008,ABCDEE+ArialNarrow,#000,221,239,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,où,16,612,1008,ABCDEE+ArialNarrow,#000,241,250,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’usage,16,612,1008,ABCDEE+ArialNarrow,#000,253,279,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,principal,16,612,1008,ABCDEE+ArialNarrow,#000,281,311,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dont,16,612,1008,ABCDEE+ArialNarrow,#000,314,330,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,il,16,612,1008,ABCDEE+ArialNarrow,#000,332,336,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,338,349,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,accessoire,16,612,1008,ABCDEE+ArialNarrow,#000,351,390,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,16,612,1008,ABCDEE+ArialNarrow,#000,393,404,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prohibé;,16,612,1008,ABCDEE+ArialNarrow,#000,406,435,186,196,15308,26,P,L;L;L;L;L;L;L;L;LI;LBody +O,B-Liste,les,16,612,1008,ABCDEE+ArialNarrow,#000,132,142,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dispositions,16,612,1008,ABCDEE+ArialNarrow,#000,146,188,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prescrites,16,612,1008,ABCDEE+ArialNarrow,#000,192,227,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,16,612,1008,ABCDEE+ArialNarrow,#000,231,236,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,chacune,16,612,1008,ABCDEE+ArialNarrow,#000,239,270,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,16,612,1008,ABCDEE+ArialNarrow,#000,274,287,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zones,16,612,1008,ABCDEE+ArialNarrow,#000,290,312,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,concernées,16,612,1008,ABCDEE+ArialNarrow,#000,316,358,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,s’appliquent,16,612,1008,ABCDEE+ArialNarrow,#000,362,405,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,respectivement,16,612,1008,ABCDEE+ArialNarrow,#000,409,465,203,213,15325,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,16,612,1008,ABCDEE+ArialNarrow,#000,468,473,203,213,15325,31,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,chaque,16,612,1008,ABCDEE+ArialNarrow,#000,476,503,203,213,15325,31,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,partie,16,612,1008,ABCDEE+ArialNarrow,#000,507,527,203,213,15325,31,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,correspondante,16,612,1008,ABCDEE+ArialNarrow,#000,132,189,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,16,612,1008,ABCDEE+ArialNarrow,#000,191,207,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,bâtiment,16,612,1008,ABCDEE+ArialNarrow,#000,210,241,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,accessoire,16,612,1008,ABCDEE+ArialNarrow,#000,244,283,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,286,295,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,298,307,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,toute,16,612,1008,ABCDEE+ArialNarrow,#000,309,328,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,autre,16,612,1008,ABCDEE+ArialNarrow,#000,330,349,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"construction,",16,612,1008,ABCDEE+ArialNarrow,#000,352,398,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,16,612,1008,ABCDEE+ArialNarrow,#000,401,417,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"équipement,",16,612,1008,ABCDEE+ArialNarrow,#000,419,465,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,16,612,1008,ABCDEE+ArialNarrow,#000,467,483,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ouvrage,16,612,1008,ABCDEE+ArialNarrow,#000,485,515,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,518,527,215,225,15337,32,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,132,141,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,tout,16,612,1008,ABCDEE+ArialNarrow,#000,143,157,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,autre,16,612,1008,ABCDEE+ArialNarrow,#000,159,178,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,aménagement,16,612,1008,ABCDEE+ArialNarrow,#000,180,232,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,16,612,1008,ABCDEE+ArialNarrow,#000,235,244,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,terrain;,16,612,1008,ABCDEE+ArialNarrow,#000,246,272,226,236,15348,33,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,la,16,612,1008,ABCDEE+ArialNarrow,#000,132,138,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,superficie,16,612,1008,ABCDEE+ArialNarrow,#000,141,176,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,et,16,612,1008,ABCDEE+ArialNarrow,#000,179,186,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,16,612,1008,ABCDEE+ArialNarrow,#000,189,199,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dimensions,16,612,1008,ABCDEE+ArialNarrow,#000,202,244,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,minimales,16,612,1008,ABCDEE+ArialNarrow,#000,247,284,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’un,16,612,1008,ABCDEE+ArialNarrow,#000,287,302,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"terrain,",16,612,1008,ABCDEE+ArialNarrow,#000,305,331,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,16,612,1008,ABCDEE+ArialNarrow,#000,334,344,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,marges,16,612,1008,ABCDEE+ArialNarrow,#000,347,375,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,et,16,612,1008,ABCDEE+ArialNarrow,#000,377,384,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,les,16,612,1008,ABCDEE+ArialNarrow,#000,387,398,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,proportions,16,612,1008,ABCDEE+ArialNarrow,#000,401,442,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prescrites,16,612,1008,ABCDEE+ArialNarrow,#000,445,481,244,254,15365,37,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,doivent,16,612,1008,ABCDEE+ArialNarrow,#000,483,510,244,254,15365,38,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,être,16,612,1008,ABCDEE+ArialNarrow,#000,513,527,244,254,15365,38,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,mesurées,16,612,1008,ABCDEE+ArialNarrow,#000,132,168,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,16,612,1008,ABCDEE+ArialNarrow,#000,170,179,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,calculées,16,612,1008,ABCDEE+ArialNarrow,#000,181,215,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,en,16,612,1008,ABCDEE+ArialNarrow,#000,218,227,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,fonction,16,612,1008,ABCDEE+ArialNarrow,#000,229,258,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,16,612,1008,ABCDEE+ArialNarrow,#000,260,273,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,limites,16,612,1008,ABCDEE+ArialNarrow,#000,276,299,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,16,612,1008,ABCDEE+ArialNarrow,#000,301,310,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,terrain,16,612,1008,ABCDEE+ArialNarrow,#000,313,336,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,en,16,612,1008,ABCDEE+ArialNarrow,#000,338,347,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,faisant,16,612,1008,ABCDEE+ArialNarrow,#000,350,374,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,abstraction,16,612,1008,ABCDEE+ArialNarrow,#000,376,416,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,16,612,1008,ABCDEE+ArialNarrow,#000,418,432,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,limites,16,612,1008,ABCDEE+ArialNarrow,#000,434,457,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,des,16,612,1008,ABCDEE+ArialNarrow,#000,459,473,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,zones.,16,612,1008,ABCDEE+ArialNarrow,#000,475,499,255,265,15377,39,P,L;L;L;L;L;L;L;LI;LBody +B-Titre,B-Tete,Règlement,17,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,16166,,Artifact, +I-Titre,I-Tete,de,17,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,16166,,Artifact, +I-Titre,I-Tete,zonage,17,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,16166,,Artifact, +I-Titre,I-Tete,1314-2021-Z,17,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,16166,,Artifact, +O,I-Tete,Chapitre,17,612,1008,ABCDEE+ArialNarrow,#777,317,342,36,44,16166,,Artifact, +O,I-Tete,2,17,612,1008,ABCDEE+ArialNarrow,#777,344,347,36,44,16166,,Artifact, +O,I-Tete,–,17,612,1008,ABCDEE+ArialNarrow,#777,349,353,36,44,16166,,Artifact, +O,I-Tete,Dispositions,17,612,1008,ABCDEE+ArialNarrow,#777,355,390,36,44,16166,,Artifact, +O,I-Tete,"déclaratoires,",17,612,1008,ABCDEE+ArialNarrow,#777,392,431,36,44,16166,,Artifact, +O,I-Tete,interprétatives,17,612,1008,ABCDEE+ArialNarrow,#777,433,474,36,44,16166,,Artifact, +O,I-Tete,et,17,612,1008,ABCDEE+ArialNarrow,#777,476,481,36,44,16166,,Artifact, +O,I-Tete,administratives,17,612,1008,ABCDEE+ArialNarrow,#777,483,527,36,44,16166,,Artifact, +O,B-Section,SECTION,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,136,74,88,16204,0,P,H2 +O,I-Section,4,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,139,146,74,88,16204,0,P,H2 +O,I-Section,DISPOSITIONS,17,612,1008,ABCDEE+ArialNarrow-Bold,#000,159,240,74,88,16204,0,P,H2 +O,I-Section,ADMINISTRATIVES,17,612,1008,ABCDEE+ArialNarrow-Bold,#000,244,349,74,88,16204,0,P,H2 +O,I-Section,ET,17,612,1008,ABCDEE+ArialNarrow-Bold,#000,352,367,74,88,16204,0,P,H2 +O,I-Section,APPLICATION,17,612,1008,ABCDEE+ArialNarrow-Bold,#000,370,448,74,88,16204,0,P,H2 +O,I-Section,DU,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,451,467,74,88,16204,0,P,H2 +O,I-Section,RÈGLEMENT,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,229,301,90,104,16220,0,P,H2 +O,B-Article,22.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,130,140,16259,1,P,H3 +O,I-Article,Administration,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,179,130,140,16259,1,P,H3 +O,I-Article,et,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,181,189,130,140,16259,1,P,H3 +O,I-Article,application,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,191,234,130,140,16259,1,P,H3 +O,I-Article,du,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,236,246,130,140,16259,1,P,H3 +O,I-Article,règlement,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,249,288,130,140,16259,1,P,H3 +O,B-Alinea,L'administration,17,612,1008,ABCDEE+ArialNarrow,#222,85,142,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,146,152,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’application,17,612,1008,ABCDEE+ArialNarrow,#222,156,199,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,202,211,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,214,242,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,17,612,1008,ABCDEE+ArialNarrow,#222,245,281,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,285,300,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,confiées,17,612,1008,ABCDEE+ArialNarrow,#222,303,334,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,17,612,1008,ABCDEE+ArialNarrow,#222,337,342,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,toute,17,612,1008,ABCDEE+ArialNarrow,#222,345,363,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,personne,17,612,1008,ABCDEE+ArialNarrow,#222,367,401,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,nommée,17,612,1008,ABCDEE+ArialNarrow,#222,404,436,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ci-après,17,612,1008,ABCDEE+ArialNarrow,#222,440,469,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,17,612,1008,ABCDEE+ArialNarrow,#222,472,477,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fonctionnaire,17,612,1008,ABCDEE+ArialNarrow,#222,480,527,150,160,16280,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,désigné,17,612,1008,ABCDEE+ArialNarrow,#222,85,114,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"»,",17,612,1008,ABCDEE+ArialNarrow,#222,116,123,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,17,612,1008,ABCDEE+ArialNarrow,#222,125,137,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,résolution,17,612,1008,ABCDEE+ArialNarrow,#222,139,175,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,177,186,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Conseil,17,612,1008,ABCDEE+ArialNarrow,#222,189,216,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,municipal.,17,612,1008,ABCDEE+ArialNarrow,#222,218,255,162,172,16291,2,P,L;L;L;L;L;L;LI;LBody +O,B-Article,23.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,191,201,16321,3,P,H3 +O,I-Article,Autorité,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,153,191,201,16321,3,P,H3 +O,I-Article,compétente,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,155,201,191,201,16321,3,P,H3 +O,B-Alinea,"L’application,",17,612,1008,ABCDEE+ArialNarrow,#222,85,133,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,135,142,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,surveillance,17,612,1008,ABCDEE+ArialNarrow,#222,144,188,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,190,197,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,17,612,1008,ABCDEE+ArialNarrow,#222,199,206,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,contrôle,17,612,1008,ABCDEE+ArialNarrow,#222,208,237,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,240,249,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,252,279,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,17,612,1008,ABCDEE+ArialNarrow,#222,281,318,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,relèvent,17,612,1008,ABCDEE+ArialNarrow,#222,320,350,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,17,612,1008,ABCDEE+ArialNarrow,#222,352,365,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fonctionnaires,17,612,1008,ABCDEE+ArialNarrow,#222,368,419,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,désignés.,17,612,1008,ABCDEE+ArialNarrow,#222,421,456,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Des,17,612,1008,ABCDEE+ArialNarrow,#222,459,473,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fonctionnaires,17,612,1008,ABCDEE+ArialNarrow,#222,476,527,211,221,16341,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,désignés,17,612,1008,ABCDEE+ArialNarrow,#222,85,118,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,adjoints,17,612,1008,ABCDEE+ArialNarrow,#222,120,149,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,151,160,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,17,612,1008,ABCDEE+ArialNarrow,#222,162,176,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,mandataires,17,612,1008,ABCDEE+ArialNarrow,#222,178,223,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,chargés,17,612,1008,ABCDEE+ArialNarrow,#222,226,255,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’aider,17,612,1008,ABCDEE+ArialNarrow,#222,257,282,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,284,293,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,296,305,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,remplacer,17,612,1008,ABCDEE+ArialNarrow,#222,307,344,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,17,612,1008,ABCDEE+ArialNarrow,#222,346,356,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fonctionnaires,17,612,1008,ABCDEE+ArialNarrow,#222,359,410,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,désignés,17,612,1008,ABCDEE+ArialNarrow,#222,412,445,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,peuvent,17,612,1008,ABCDEE+ArialNarrow,#222,447,477,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,être,17,612,1008,ABCDEE+ArialNarrow,#222,479,493,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,nommés,17,612,1008,ABCDEE+ArialNarrow,#222,496,527,223,233,16353,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,17,612,1008,ABCDEE+ArialNarrow,#222,85,97,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,résolution,17,612,1008,ABCDEE+ArialNarrow,#222,99,135,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,137,146,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,conseil,17,612,1008,ABCDEE+ArialNarrow,#222,148,173,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,municipal.,17,612,1008,ABCDEE+ArialNarrow,#222,175,212,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Les,17,612,1008,ABCDEE+ArialNarrow,#222,214,228,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fonctionnaires,17,612,1008,ABCDEE+ArialNarrow,#222,230,281,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,désignés,17,612,1008,ABCDEE+ArialNarrow,#222,283,316,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,318,325,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,leurs,17,612,1008,ABCDEE+ArialNarrow,#222,327,345,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,représentants,17,612,1008,ABCDEE+ArialNarrow,#222,347,397,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,autorisés,17,612,1008,ABCDEE+ArialNarrow,#222,399,432,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,constituent,17,612,1008,ABCDEE+ArialNarrow,#222,434,474,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,donc,17,612,1008,ABCDEE+ArialNarrow,#222,476,494,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’autorité,17,612,1008,ABCDEE+ArialNarrow,#222,496,527,234,244,16364,4,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,compétente.,17,612,1008,ABCDEE+ArialNarrow,#222,85,130,246,256,16376,4,P,L;L;L;L;L;L;LI;LBody +O,B-Article,24.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,275,285,16405,5,P,H3 +O,I-Article,Pouvoirs,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,156,275,285,16405,5,P,H3 +O,I-Article,du,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,158,169,275,285,16405,5,P,H3 +O,I-Article,fonctionnaire,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,171,223,275,285,16405,5,P,H3 +O,I-Article,désigné,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,225,256,275,285,16405,5,P,H3 +O,B-Alinea,Les,17,612,1008,ABCDEE+ArialNarrow,#222,85,98,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pouvoirs,17,612,1008,ABCDEE+ArialNarrow,#222,101,132,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,17,612,1008,ABCDEE+ArialNarrow,#222,135,148,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fonctionnaires,17,612,1008,ABCDEE+ArialNarrow,#222,151,202,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,désignés,17,612,1008,ABCDEE+ArialNarrow,#222,205,238,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,240,256,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,énoncés,17,612,1008,ABCDEE+ArialNarrow,#222,259,290,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,17,612,1008,ABCDEE+ArialNarrow,#222,293,310,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,17,612,1008,ABCDEE+ArialNarrow,#222,313,320,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Règlement,17,612,1008,ABCDEE+ArialNarrow,#222,322,362,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,17,612,1008,ABCDEE+ArialNarrow,#222,365,376,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,17,612,1008,ABCDEE+ArialNarrow,#222,379,390,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,392,417,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,420,427,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,certificats,17,612,1008,ABCDEE+ArialNarrow,#222,429,464,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,467,476,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,vigueur,17,612,1008,ABCDEE+ArialNarrow,#222,479,506,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,509,518,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,520,527,296,306,16426,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Ville,17,612,1008,ABCDEE+ArialNarrow,#222,85,101,307,317,16437,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,103,112,307,317,16437,6,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Sainte-Adèle.,17,612,1008,ABCDEE+ArialNarrow,#222,114,163,307,317,16437,6,P,L;L;L;L;L;L;LI;LBody +O,B-Article,25.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,337,347,16467,7,P,H3 +O,I-Article,Devoirs,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,151,337,347,16467,7,P,H3 +O,I-Article,du,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,154,164,337,347,16467,7,P,H3 +O,I-Article,"propriétaire,",17,612,1008,ABCDEE+ArialNarrow-Bold,#222,166,214,337,347,16467,7,P,H3 +O,I-Article,de,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,216,225,337,347,16467,7,P,H3 +O,I-Article,"l’occupant,",17,612,1008,ABCDEE+ArialNarrow-Bold,#222,228,271,337,347,16467,7,P,H3 +O,I-Article,du,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,273,283,337,347,16467,7,P,H3 +O,I-Article,requérant,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,286,323,337,347,16467,7,P,H3 +O,I-Article,ou,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,326,336,337,347,16467,7,P,H3 +O,I-Article,de,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,338,348,337,347,16467,7,P,H3 +O,I-Article,l’exécutant,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,350,393,337,347,16467,7,P,H3 +O,I-Article,de,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,395,405,337,347,16467,7,P,H3 +O,I-Article,travaux,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,407,436,337,347,16467,7,P,H3 +O,B-Alinea,Les,17,612,1008,ABCDEE+ArialNarrow,#222,85,98,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,devoirs,17,612,1008,ABCDEE+ArialNarrow,#222,101,128,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,131,140,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"propriétaire,",17,612,1008,ABCDEE+ArialNarrow,#222,143,186,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,189,198,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"l’occupant,",17,612,1008,ABCDEE+ArialNarrow,#222,201,240,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,243,252,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,requérant,17,612,1008,ABCDEE+ArialNarrow,#222,255,291,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,293,303,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,306,315,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’exécutant,17,612,1008,ABCDEE+ArialNarrow,#222,318,357,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,360,369,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,travaux,17,612,1008,ABCDEE+ArialNarrow,#222,372,398,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,401,417,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ceux,17,612,1008,ABCDEE+ArialNarrow,#222,420,437,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qui,17,612,1008,ABCDEE+ArialNarrow,#222,440,451,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,lui,17,612,1008,ABCDEE+ArialNarrow,#222,454,462,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,465,480,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,attribués,17,612,1008,ABCDEE+ArialNarrow,#222,483,515,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,17,612,1008,ABCDEE+ArialNarrow,#222,518,527,357,367,16487,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Règlement,17,612,1008,ABCDEE+ArialNarrow,#222,85,125,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,17,612,1008,ABCDEE+ArialNarrow,#222,127,138,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,17,612,1008,ABCDEE+ArialNarrow,#222,141,151,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,153,178,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,180,187,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,certificats,17,612,1008,ABCDEE+ArialNarrow,#222,189,224,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,226,235,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,vigueur,17,612,1008,ABCDEE+ArialNarrow,#222,238,265,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,267,276,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,278,285,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Ville,17,612,1008,ABCDEE+ArialNarrow,#222,287,302,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,305,314,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Sainte-Adèle.,17,612,1008,ABCDEE+ArialNarrow,#222,316,365,369,379,16499,8,P,L;L;L;L;L;L;LI;LBody +O,B-Article,26.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,398,408,16528,9,P,H3 +O,I-Article,Interventions,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,173,398,408,16528,9,P,H3 +O,I-Article,assujetties,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,175,217,398,408,16528,9,P,H3 +O,B-Alinea,À,17,612,1008,ABCDEE+ArialNarrow,#222,85,91,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,93,99,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suite,17,612,1008,ABCDEE+ArialNarrow,#222,101,118,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,120,130,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’entrée,17,612,1008,ABCDEE+ArialNarrow,#222,132,159,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,161,170,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,vigueur,17,612,1008,ABCDEE+ArialNarrow,#222,172,199,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,201,210,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,212,239,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"règlement,",17,612,1008,ABCDEE+ArialNarrow,#222,241,280,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,toute,17,612,1008,ABCDEE+ArialNarrow,#222,282,300,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,intervention,17,612,1008,ABCDEE+ArialNarrow,#222,302,345,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,17,612,1008,ABCDEE+ArialNarrow,#222,347,358,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,360,374,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"construction,",17,612,1008,ABCDEE+ArialNarrow,#222,376,423,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,17,612,1008,ABCDEE+ArialNarrow,#222,425,434,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ouvrage,17,612,1008,ABCDEE+ArialNarrow,#222,436,465,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,467,477,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,17,612,1008,ABCDEE+ArialNarrow,#222,479,488,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terrain,17,612,1008,ABCDEE+ArialNarrow,#222,490,513,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,(ou,17,612,1008,ABCDEE+ArialNarrow,#222,515,527,419,429,16549,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,85,99,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,partie,17,612,1008,ABCDEE+ArialNarrow,#222,101,122,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,124,133,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ceux-ci),17,612,1008,ABCDEE+ArialNarrow,#222,135,164,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,doit,17,612,1008,ABCDEE+ArialNarrow,#222,166,179,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,être,17,612,1008,ABCDEE+ArialNarrow,#222,182,196,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,réalisée,17,612,1008,ABCDEE+ArialNarrow,#222,198,227,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,229,238,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,conformité,17,612,1008,ABCDEE+ArialNarrow,#222,240,279,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,avec,17,612,1008,ABCDEE+ArialNarrow,#222,281,298,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,17,612,1008,ABCDEE+ArialNarrow,#222,301,307,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,309,337,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement.,17,612,1008,ABCDEE+ArialNarrow,#222,339,378,430,440,16560,10,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,L’occupation,17,612,1008,ABCDEE+ArialNarrow,#222,85,131,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,133,142,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’utilisation,17,612,1008,ABCDEE+ArialNarrow,#222,144,182,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’une,17,612,1008,ABCDEE+ArialNarrow,#222,184,204,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,construction,17,612,1008,ABCDEE+ArialNarrow,#222,206,250,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,252,261,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,17,612,1008,ABCDEE+ArialNarrow,#222,263,278,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,terrain,17,612,1008,ABCDEE+ArialNarrow,#222,280,304,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,(ou,17,612,1008,ABCDEE+ArialNarrow,#222,305,317,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,319,333,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,partie,17,612,1008,ABCDEE+ArialNarrow,#222,335,355,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,357,366,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ceux-ci),17,612,1008,ABCDEE+ArialNarrow,#222,368,397,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,doivent,17,612,1008,ABCDEE+ArialNarrow,#222,399,425,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,être,17,612,1008,ABCDEE+ArialNarrow,#222,427,441,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,réalisées,17,612,1008,ABCDEE+ArialNarrow,#222,443,476,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,478,487,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,conformité,17,612,1008,ABCDEE+ArialNarrow,#222,489,527,451,461,16581,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,avec,17,612,1008,ABCDEE+ArialNarrow,#222,85,102,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,17,612,1008,ABCDEE+ArialNarrow,#222,105,111,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,113,141,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"règlement,",17,612,1008,ABCDEE+ArialNarrow,#222,143,182,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,incluant,17,612,1008,ABCDEE+ArialNarrow,#222,184,212,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’extension,17,612,1008,ABCDEE+ArialNarrow,#222,214,253,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,255,265,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,17,612,1008,ABCDEE+ArialNarrow,#222,267,273,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,remplacement,17,612,1008,ABCDEE+ArialNarrow,#222,276,328,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,17,612,1008,ABCDEE+ArialNarrow,#222,330,345,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,usage.,17,612,1008,ABCDEE+ArialNarrow,#222,348,372,462,472,16592,11,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,L’exigence,17,612,1008,ABCDEE+ArialNarrow,#222,85,124,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,126,136,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,conformité,17,612,1008,ABCDEE+ArialNarrow,#222,138,176,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,17,612,1008,ABCDEE+ArialNarrow,#222,179,188,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,présent,17,612,1008,ABCDEE+ArialNarrow,#222,190,217,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,17,612,1008,ABCDEE+ArialNarrow,#222,220,256,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,s’applique,17,612,1008,ABCDEE+ArialNarrow,#222,258,295,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,également,17,612,1008,ABCDEE+ArialNarrow,#222,297,336,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,lorsqu’aucun,17,612,1008,ABCDEE+ArialNarrow,#222,338,385,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,387,411,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,414,423,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,certificat,17,612,1008,ABCDEE+ArialNarrow,#222,425,456,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,n’est,17,612,1008,ABCDEE+ArialNarrow,#222,458,475,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,exigé.,17,612,1008,ABCDEE+ArialNarrow,#222,477,499,483,493,16613,12,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Les,17,612,1008,ABCDEE+ArialNarrow,#222,85,98,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,conditions,17,612,1008,ABCDEE+ArialNarrow,#222,100,137,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,139,149,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,délivrance,17,612,1008,ABCDEE+ArialNarrow,#222,151,188,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,17,612,1008,ABCDEE+ArialNarrow,#222,190,203,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,206,230,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,232,239,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,certificats,17,612,1008,ABCDEE+ArialNarrow,#222,241,276,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,278,294,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,définies,17,612,1008,ABCDEE+ArialNarrow,#222,296,324,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,17,612,1008,ABCDEE+ArialNarrow,#222,326,335,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Règlement,17,612,1008,ABCDEE+ArialNarrow,#222,337,377,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,17,612,1008,ABCDEE+ArialNarrow,#222,379,390,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,17,612,1008,ABCDEE+ArialNarrow,#222,393,403,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,405,430,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,432,439,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,certificats,17,612,1008,ABCDEE+ArialNarrow,#222,441,476,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,478,487,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,vigueur,17,612,1008,ABCDEE+ArialNarrow,#222,489,516,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,518,527,503,513,16633,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,85,91,515,525,16645,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Ville,17,612,1008,ABCDEE+ArialNarrow,#222,94,109,515,525,16645,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,111,121,515,525,16645,13,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Sainte-Adèle.,17,612,1008,ABCDEE+ArialNarrow,#222,123,172,515,525,16645,13,P,L;L;L;L;L;L;LI;LBody +O,B-Article,27.,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,115,544,554,16674,14,P,H3 +O,I-Article,"Infractions,",17,612,1008,ABCDEE+ArialNarrow-Bold,#222,121,165,544,554,16674,14,P,H3 +O,I-Article,recours,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,168,198,544,554,16674,14,P,H3 +O,I-Article,et,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,200,207,544,554,16674,14,P,H3 +O,I-Article,pénalités,17,612,1008,ABCDEE+ArialNarrow-Bold,#222,210,245,544,554,16674,14,P,H3 +O,B-Alinea,Les,17,612,1008,ABCDEE+ArialNarrow,#222,85,98,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,17,612,1008,ABCDEE+ArialNarrow,#222,101,143,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,relatives,17,612,1008,ABCDEE+ArialNarrow,#222,146,176,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,17,612,1008,ABCDEE+ArialNarrow,#222,178,183,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,185,199,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"contravention,",17,612,1008,ABCDEE+ArialNarrow,#222,201,253,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,255,269,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,"sanction,",17,612,1008,ABCDEE+ArialNarrow,#222,271,304,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,un,17,612,1008,ABCDEE+ArialNarrow,#222,306,315,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,recours,17,612,1008,ABCDEE+ArialNarrow,#222,318,345,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,17,612,1008,ABCDEE+ArialNarrow,#222,347,356,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,17,612,1008,ABCDEE+ArialNarrow,#222,359,372,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,poursuite,17,612,1008,ABCDEE+ArialNarrow,#222,375,408,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,judiciaire,17,612,1008,ABCDEE+ArialNarrow,#222,411,443,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,17,612,1008,ABCDEE+ArialNarrow,#222,445,450,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’égard,17,612,1008,ABCDEE+ArialNarrow,#222,452,477,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,17,612,1008,ABCDEE+ArialNarrow,#222,479,488,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règlement,17,612,1008,ABCDEE+ArialNarrow,#222,490,527,565,575,16694,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,17,612,1008,ABCDEE+ArialNarrow,#222,85,101,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,celles,17,612,1008,ABCDEE+ArialNarrow,#222,102,123,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,prévues,17,612,1008,ABCDEE+ArialNarrow,#222,125,154,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,au,17,612,1008,ABCDEE+ArialNarrow,#222,156,165,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Règlement,17,612,1008,ABCDEE+ArialNarrow,#222,167,207,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sur,17,612,1008,ABCDEE+ArialNarrow,#222,209,220,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,17,612,1008,ABCDEE+ArialNarrow,#222,222,233,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,permis,17,612,1008,ABCDEE+ArialNarrow,#222,234,259,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,261,268,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,certificats,17,612,1008,ABCDEE+ArialNarrow,#222,270,304,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,17,612,1008,ABCDEE+ArialNarrow,#222,306,315,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,vigueur,17,612,1008,ABCDEE+ArialNarrow,#222,317,344,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,346,355,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,17,612,1008,ABCDEE+ArialNarrow,#222,357,363,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Ville,17,612,1008,ABCDEE+ArialNarrow,#222,365,381,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,17,612,1008,ABCDEE+ArialNarrow,#222,383,392,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Sainte-Adèle,17,612,1008,ABCDEE+ArialNarrow,#222,394,441,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,17,612,1008,ABCDEE+ArialNarrow,#222,442,449,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,17,612,1008,ABCDEE+ArialNarrow,#222,451,464,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,Lois,17,612,1008,ABCDEE+ArialNarrow,#222,466,481,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,habilitantes.,17,612,1008,ABCDEE+ArialNarrow,#222,483,527,576,586,16706,15,P,L;L;L;L;L;L;LI;LBody diff --git a/data/train/zonage_titre.csv b/data/train/zonage_titre.csv new file mode 100644 index 0000000..f4726dc --- /dev/null +++ b/data/train/zonage_titre.csv @@ -0,0 +1,144 @@ +sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack +B-Titre,B-Tete,Règlement,1,612,1008,BCDEEE+ArialNarrow,#777,85,117,36,45,36,,Artifact, +I-Titre,I-Tete,de,1,612,1008,BCDEEE+ArialNarrow,#777,119,126,36,45,36,,Artifact, +I-Titre,I-Tete,zonage,1,612,1008,BCDEEE+ArialNarrow,#777,128,149,36,45,36,,Artifact, +I-Titre,I-Tete,1314-2021-Z,1,612,1008,BCDEEE+ArialNarrow,#777,151,189,36,45,36,,Artifact, +O,I-Tete,Table,1,612,1008,BCDEEE+ArialNarrow,#777,471,488,36,45,36,,Artifact, +O,I-Tete,des,1,612,1008,BCDEEE+ArialNarrow,#777,490,500,36,45,36,,Artifact, +O,I-Tete,matières,1,612,1008,BCDEEE+ArialNarrow,#777,502,527,36,45,36,,Artifact, +O,B-Titre,Ville,1,612,1008,BCDGEE+Cambria-Bold,#000,239,269,306,320,306,2,Span,Document;Table;TR;TH;P +O,I-Titre,de,1,612,1008,BCDGEE+Cambria-Bold,#000,272,288,306,320,306,2,Span,Document;Table;TR;TH;P +O,I-Titre,Sainte-Adèle,1,612,1008,BCDGEE+Cambria-Bold,#000,291,372,306,320,306,2,Span,Document;Table;TR;TH;P +B-Titre,B-Titre,Règlement,1,612,1008,BCDHEE+Calibri-Bold,#000,145,307,475,511,475,8,Span,Document;Table;TR;TH;P +I-Titre,I-Titre,de,1,612,1008,BCDHEE+Calibri-Bold,#000,315,352,475,511,475,8,Span,Document;Table;TR;TH;P +I-Titre,I-Titre,zonage,1,612,1008,BCDHEE+Calibri-Bold,#000,360,466,475,511,475,8,Span,Document;Table;TR;TH;P +I-Titre,I-Titre,numéro,1,612,1008,BCDHEE+Calibri-Bold,#000,202,281,516,540,516,9,Span,Document;Table;TR;TH;P +I-Titre,I-Titre,1314-2021-Z,1,612,1008,BCDHEE+Calibri-Bold,#000,286,409,516,540,516,9,Span,Document;Table;TR;TH;P +O,B-Titre,Codification,1,612,1008,BCDHEE+Calibri-Bold,#000,150,220,566,580,566,11,Span,Document;Table;TR;TH;P +O,I-Titre,administrative,1,612,1008,BCDHEE+Calibri-Bold,#000,223,307,566,580,566,11,Span,Document;Table;TR;TH;P +O,I-Titre,:,1,612,1008,BCDHEE+Calibri-Bold,#000,311,314,566,580,566,11,Span,Document;Table;TR;TH;P +O,I-Titre,à,1,612,1008,BCDHEE+Calibri-Bold,#000,321,328,566,580,566,11,Span,Document;Table;TR;TH;P +O,I-Titre,jour,1,612,1008,BCDHEE+Calibri-Bold,#000,331,354,566,580,566,11,Span,Document;Table;TR;TH;P +O,I-Titre,–,1,612,1008,BCDIEE+Calibri-Bold,#000,357,364,566,580,566,11,Span,Document;Table;TR;TH;P +O,I-Titre,13,1,612,1008,BCDHEE+Calibri-Bold,#000,368,382,566,580,566,11,Span,Document;Table;TR;TH;P +O,I-Titre,octobre,1,612,1008,BCDHEE+Calibri-Bold,#000,385,430,566,580,566,11,Span,Document;Table;TR;TH;P +O,I-Titre,2023,1,612,1008,BCDHEE+Calibri-Bold,#000,434,462,566,580,566,11,Span,Document;Table;TR;TH;P +B-Titre,B-Tete,Règlement,433,612,1008,BCDEEE+ArialNarrow,#777,85,117,36,45,435544,,Artifact, +I-Titre,I-Tete,de,433,612,1008,BCDEEE+ArialNarrow,#777,119,126,36,45,435544,,Artifact, +I-Titre,I-Tete,zonage,433,612,1008,BCDEEE+ArialNarrow,#777,128,149,36,45,435544,,Artifact, +I-Titre,I-Tete,1314-2021-Z,433,612,1008,BCDEEE+ArialNarrow,#777,151,189,36,45,435544,,Artifact, +O,I-Tete,Entrée,433,612,1008,BCDEEE+ArialNarrow,#777,475,495,36,45,435544,,Artifact, +O,I-Tete,en,433,612,1008,BCDEEE+ArialNarrow,#777,497,504,36,45,435544,,Artifact, +O,I-Tete,vigueur,433,612,1008,BCDEEE+ArialNarrow,#777,506,527,36,45,435544,,Artifact, +O,B-Titre,ENTRÉE,433,612,1008,BCDKEE+ArialNarrow-Bold,#222,85,132,260,274,435767,0,Span,H2 +O,I-Titre,EN,433,612,1008,BCDKEE+ArialNarrow-Bold,#222,135,151,260,274,435767,0,Span,H2 +O,I-Titre,VIGUEUR,433,612,1008,BCDKEE+ArialNarrow-Bold,#222,154,206,260,274,435767,0,Span,H2 +O,B-Alinea,Le,433,612,1008,BCDEEE+ArialNarrow,#000,113,123,299,309,435807,1,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,présent,433,612,1008,BCDEEE+ArialNarrow,#000,125,152,299,309,435807,1,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,règlement,433,612,1008,BCDEEE+ArialNarrow,#000,154,191,299,309,435807,1,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,entre,433,612,1008,BCDEEE+ArialNarrow,#000,193,212,299,309,435807,1,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,en,433,612,1008,BCDEEE+ArialNarrow,#000,214,223,299,309,435807,1,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,vigueur,433,612,1008,BCDEEE+ArialNarrow,#000,225,252,299,309,435807,1,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,conformément,433,612,1008,BCDEEE+ArialNarrow,#000,255,307,299,309,435807,1,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,à,433,612,1008,BCDEEE+ArialNarrow,#000,309,314,299,309,435807,1,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,la,433,612,1008,BCDEEE+ArialNarrow,#000,316,323,299,309,435807,1,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,loi.,433,612,1008,BCDEEE+ArialNarrow,#000,325,335,299,309,435807,1,Span,L;L;L;L;L;L;LI;Lbl +O,B-Alinea,Avis,433,612,1008,BCDEEE+ArialNarrow,#000,218,234,324,334,435832,3,Span,Table;TR;TH;P +O,I-Alinea,de,433,612,1008,BCDEEE+ArialNarrow,#000,236,245,324,334,435832,3,Span,Table;TR;TH;P +O,I-Alinea,motion,433,612,1008,BCDEEE+ArialNarrow,#000,247,272,324,334,435832,3,Span,Table;TR;TH;P +O,I-Alinea,17,433,612,1008,BCDEEE+ArialNarrow,#000,429,438,324,334,435832,4,Span,Table;TR;TH;P +O,I-Alinea,mai,433,612,1008,BCDEEE+ArialNarrow,#000,440,454,324,334,435832,4,Span,Table;TR;TH;P +O,I-Alinea,2021,433,612,1008,BCDEEE+ArialNarrow,#000,456,474,324,334,435832,4,Span,Table;TR;TH;P +O,B-Alinea,Adoption,433,612,1008,BCDEEE+ArialNarrow,#000,229,261,341,351,435849,5,Span,Table;TR;TH;P +O,I-Alinea,19,433,612,1008,BCDEEE+ArialNarrow,#000,426,435,341,351,435849,6,Span,Table;TR;TD;P +O,I-Alinea,juillet,433,612,1008,BCDEEE+ArialNarrow,#000,438,456,341,351,435849,6,Span,Table;TR;TD;P +O,I-Alinea,2021,433,612,1008,BCDEEE+ArialNarrow,#000,459,477,341,351,435849,6,Span,Table;TR;TD;P +O,B-Alinea,Entrée,433,612,1008,BCDEEE+ArialNarrow,#000,213,237,356,366,435864,7,Span,Table;TR;TH;P +O,I-Alinea,en,433,612,1008,BCDEEE+ArialNarrow,#000,239,248,356,366,435864,7,Span,Table;TR;TH;P +O,I-Alinea,vigueur,433,612,1008,BCDEEE+ArialNarrow,#000,250,277,356,366,435864,7,Span,Table;TR;TH;P +O,I-Alinea,23,433,612,1008,BCDEEE+ArialNarrow,#000,416,425,356,366,435864,8,Span,Table;TR;TD;P +O,I-Alinea,septembre,433,612,1008,BCDEEE+ArialNarrow,#000,428,466,356,366,435864,8,Span,Table;TR;TD;P +O,I-Alinea,2021,433,612,1008,BCDEEE+ArialNarrow,#000,469,487,356,366,435864,8,Span,Table;TR;TD;P +O,B-Alinea,Signé,433,612,1008,BCDEEE+ArialNarrow,#000,113,134,413,423,435921,12,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,à,433,612,1008,BCDEEE+ArialNarrow,#000,137,141,413,423,435921,12,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,"Sainte-Adèle,",433,612,1008,BCDEEE+ArialNarrow,#000,143,193,413,423,435921,12,Span,L;L;L;L;L;L;LI;Lbl +O,I-Alinea,ce,433,612,1008,BCDEEE+ArialNarrow,#000,195,203,413,423,435921,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,20e,433,612,1008,BCDEEE+ArialNarrow,#000,206,218,413,423,435921,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,jour,433,612,1008,BCDEEE+ArialNarrow,#000,220,234,413,423,435921,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,433,612,1008,BCDEEE+ArialNarrow,#000,236,245,413,423,435921,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,mois,433,612,1008,BCDEEE+ArialNarrow,#000,248,265,413,423,435921,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’octobre,433,612,1008,BCDEEE+ArialNarrow,#000,267,301,413,423,435921,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,433,612,1008,BCDMEE+ArialNarrow,#000,303,312,413,423,435921,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’an,433,612,1008,BCDMEE+ArialNarrow,#000,315,327,413,423,435921,13,Span,L;L;L;L;L;L;LI;LBody +O,I-Alinea,2021.,433,612,1008,BCDMEE+ArialNarrow,#000,330,350,413,423,435921,13,Span,L;L;L;L;L;L;LI;LBody +O,B-Alinea,(s),433,612,1008,BCDEEE+ArialNarrow,#000,113,123,442,452,435950,14,Span,P +O,I-Alinea,Nadine,433,612,1008,BCDEEE+ArialNarrow,#000,125,151,442,452,435950,14,Span,P +O,I-Alinea,Brière,433,612,1008,BCDEEE+ArialNarrow,#000,153,175,442,452,435950,14,Span,P +O,I-Alinea,(s),433,612,1008,BCDEEE+ArialNarrow,#000,298,307,442,452,435950,14,Span,P +O,I-Alinea,Audrey,433,612,1008,BCDEEE+ArialNarrow,#000,310,336,442,452,435950,14,Span,P +O,I-Alinea,Senécal,433,612,1008,BCDEEE+ArialNarrow,#000,338,367,442,452,435950,14,Span,P +O,O,__________________________,433,612,1008,BCDEEE+ArialNarrow,#000,114,233,454,464,435962,15,Span,P +O,O,___________________________________,433,612,1008,BCDEEE+ArialNarrow,#000,298,457,454,464,435962,15,Span,P +O,B-Alinea,Nadine,433,612,1008,BCDEEE+ArialNarrow,#000,113,139,465,475,435973,16,Span,P +O,I-Alinea,Brière,433,612,1008,BCDEEE+ArialNarrow,#000,142,163,465,475,435973,16,Span,P +O,I-Alinea,Me,433,612,1008,BCDEEE+ArialNarrow,#000,298,309,465,475,435973,16,Span,P +O,I-Alinea,Audrey,433,612,1008,BCDEEE+ArialNarrow,#000,311,337,465,475,435973,16,Span,P +O,I-Alinea,Senécal,433,612,1008,BCDEEE+ArialNarrow,#000,339,369,465,475,435973,16,Span,P +O,B-Alinea,Mairesse,433,612,1008,BCDEEE+ArialNarrow,#000,113,147,477,487,435985,17,Span,P +O,I-Alinea,Greffière,433,612,1008,BCDEEE+ArialNarrow,#000,298,329,477,487,435985,17,Span,P +O,I-Alinea,et,433,612,1008,BCDEEE+ArialNarrow,#000,332,339,477,487,435985,17,Span,P +O,I-Alinea,directrice,433,612,1008,BCDEEE+ArialNarrow,#000,341,374,477,487,435985,17,Span,P +O,I-Alinea,des,433,612,1008,BCDEEE+ArialNarrow,#000,376,390,477,487,435985,17,Span,P +O,I-Alinea,services,433,612,1008,BCDEEE+ArialNarrow,#000,392,422,477,487,435985,17,Span,P +O,I-Alinea,juridiques,433,612,1008,BCDEEE+ArialNarrow,#000,424,459,477,487,435985,17,Span,P +O,O,**************************************************,433,612,1008,BCDEEE+ArialNarrow,#000,226,385,511,521,436019,20,Span,P +O,B-Titre,CERTIFICAT,433,612,1008,BCDKEE+ArialNarrow-Bold,#000,246,295,523,533,436031,21,Span,P +O,I-Titre,D’APPROBATION,433,612,1008,BCDNEE+ArialNarrow-Bold,#000,297,366,523,533,436031,21,Span,P +O,B-Titre,RÈGLEMENT,433,612,1008,BCDKEE+ArialNarrow-Bold,#000,235,286,552,562,436060,22,Span,P +B-Numero,I-Titre,1314-2021-Z,433,612,1008,BCDKEE+ArialNarrow-Bold,#000,288,335,552,562,436060,22,Span,P +O,I-Titre,de,433,612,1008,BCDKEE+ArialNarrow-Bold,#000,337,347,552,562,436060,22,Span,P +O,I-Titre,zonage,433,612,1008,BCDKEE+ArialNarrow-Bold,#000,349,378,552,562,436060,22,Span,P +O,B-Alinea,En,433,612,1008,BCDMEE+ArialNarrow,#000,113,123,575,585,436083,24,Span,P +O,I-Alinea,vertu,433,612,1008,BCDMEE+ArialNarrow,#000,126,144,575,585,436083,24,Span,P +O,I-Alinea,de,433,612,1008,BCDMEE+ArialNarrow,#000,146,155,575,585,436083,24,Span,P +O,I-Alinea,l’article,433,612,1008,BCDMEE+ArialNarrow,#000,158,183,575,585,436083,24,Span,P +O,I-Alinea,357,433,612,1008,BCDMEE+ArialNarrow,#000,185,199,575,585,436083,24,Span,P +O,I-Alinea,de,433,612,1008,BCDMEE+ArialNarrow,#000,201,210,575,585,436083,24,Span,P +O,I-Alinea,la,433,612,1008,BCDMEE+ArialNarrow,#000,213,219,575,585,436083,24,Span,P +O,I-Alinea,Loi,433,612,1008,BCDPEE+ArialNarrow-Italic,#000,221,232,575,585,436083,24,Span,P +O,I-Alinea,sur,433,612,1008,BCDPEE+ArialNarrow-Italic,#000,235,246,575,585,436083,24,Span,P +O,I-Alinea,les,433,612,1008,BCDPEE+ArialNarrow-Italic,#000,248,259,575,585,436083,24,Span,P +O,I-Alinea,cités,433,612,1008,BCDPEE+ArialNarrow-Italic,#000,261,278,575,585,436083,24,Span,P +O,I-Alinea,et,433,612,1008,BCDPEE+ArialNarrow-Italic,#000,280,287,575,585,436083,24,Span,P +O,I-Alinea,villes,433,612,1008,BCDPEE+ArialNarrow-Italic,#000,289,308,575,585,436083,24,Span,P +O,I-Alinea,:,433,612,1008,BCDEEE+ArialNarrow,#000,310,312,575,585,436083,24,Span,P +O,B-Alinea,«,433,612,1008,BCEBEE+ArialNarrow-BoldItalic,#000,113,118,599,609,436106,25,Span,P +B-Titre,I-Alinea,Règlement,433,612,1008,BCEBEE+ArialNarrow-BoldItalic,#000,120,162,599,609,436106,25,Span,P +I-Titre,I-Alinea,1314-2021-Z,433,612,1008,BCEBEE+ArialNarrow-BoldItalic,#000,164,212,599,609,436106,25,Span,P +I-Titre,I-Alinea,de,433,612,1008,BCEBEE+ArialNarrow-BoldItalic,#000,214,223,599,609,436106,25,Span,P +I-Titre,I-Alinea,zonage»,433,612,1008,BCEBEE+ArialNarrow-BoldItalic,#000,226,258,599,609,436106,25,Span,P +O,B-Alinea,Adoption,433,612,1008,BCDEEE+ArialNarrow,#000,229,261,624,634,436132,26,Span,Table;TR;TH;P +O,I-Alinea,19,433,612,1008,BCDEEE+ArialNarrow,#000,420,429,624,634,436132,27,Span,Table;TR;TH;P +O,I-Alinea,juillet,433,612,1008,BCDEEE+ArialNarrow,#000,431,450,624,634,436132,27,Span,Table;TR;TH;P +O,I-Alinea,2021,433,612,1008,BCDEEE+ArialNarrow,#000,452,470,624,634,436132,27,Span,Table;TR;TH;P +O,B-Alinea,(s),433,612,1008,BCDEEE+ArialNarrow,#000,113,123,657,667,436165,28,Span,P +O,I-Alinea,Nadine,433,612,1008,BCDEEE+ArialNarrow,#000,125,151,657,667,436165,28,Span,P +O,I-Alinea,Brière,433,612,1008,BCDEEE+ArialNarrow,#000,153,175,657,667,436165,28,Span,P +O,I-Alinea,(s),433,612,1008,BCDEEE+ArialNarrow,#000,298,307,657,667,436165,28,Span,P +O,I-Alinea,Audrey,433,612,1008,BCDEEE+ArialNarrow,#000,310,336,657,667,436165,28,Span,P +O,I-Alinea,Senécal,433,612,1008,BCDEEE+ArialNarrow,#000,338,367,657,667,436165,28,Span,P +O,O,__________________________,433,612,1008,BCDEEE+ArialNarrow,#000,114,233,668,678,436176,29,Span,P +O,O,___________________________________,433,612,1008,BCDEEE+ArialNarrow,#000,298,457,668,678,436176,29,Span,P +O,B-Alinea,Nadine,433,612,1008,BCDEEE+ArialNarrow,#000,113,139,680,690,436188,30,Span,P +O,I-Alinea,Brière,433,612,1008,BCDEEE+ArialNarrow,#000,142,163,680,690,436188,30,Span,P +O,I-Alinea,Me,433,612,1008,BCDEEE+ArialNarrow,#000,298,309,680,690,436188,30,Span,P +O,I-Alinea,Audrey,433,612,1008,BCDEEE+ArialNarrow,#000,311,337,680,690,436188,30,Span,P +O,I-Alinea,Senécal,433,612,1008,BCDEEE+ArialNarrow,#000,339,369,680,690,436188,30,Span,P +O,B-Alinea,Mairesse,433,612,1008,BCDEEE+ArialNarrow,#000,113,147,691,701,436199,31,Span,P +O,I-Alinea,Greffière,433,612,1008,BCDEEE+ArialNarrow,#000,298,329,691,701,436199,31,Span,P +O,I-Alinea,et,433,612,1008,BCDEEE+ArialNarrow,#000,332,339,691,701,436199,31,Span,P +O,I-Alinea,directrice,433,612,1008,BCDEEE+ArialNarrow,#000,341,374,691,701,436199,31,Span,P +O,I-Alinea,des,433,612,1008,BCDEEE+ArialNarrow,#000,376,390,691,701,436199,31,Span,P +O,I-Alinea,services,433,612,1008,BCDEEE+ArialNarrow,#000,392,422,691,701,436199,31,Span,P +O,I-Alinea,juridpiques,433,612,1008,BCDEEE+ArialNarrow,#000,424,464,691,701,436199,31,Span,P +O,B-Pied,433,433,612,1008,BCDEEE+ArialNarrow,#000,516,527,952,960,436460,,Artifact, diff --git a/data/train/zonage_zones.csv b/data/train/zonage_zones.csv index 1165d7e..16ec1af 100644 --- a/data/train/zonage_zones.csv +++ b/data/train/zonage_zones.csv @@ -1,1004 +1,1004 @@ -sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack -O,B-Chapitre,CHAPITRE,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,178,253,513,531,190040,1,P,H1 -O,I-Chapitre,7,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,257,265,513,531,190040,1,P,H1 -O,I-Chapitre,TYPES,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,269,318,513,531,190040,2,P,H1 -O,I-Chapitre,DE,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,322,342,513,531,190040,2,P,H1 -O,I-Chapitre,MILIEUX,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,347,406,513,531,190040,2,P,H1 -O,I-Chapitre,ET,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,411,429,513,531,190040,2,P,H1 -O,I-Chapitre,ZONES,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,434,484,513,531,190040,3,P,H1 -O,B-Pied,189,189,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,190479,,Artifact, -O,B-Tete,Règlement,190,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,190571,,Artifact, -O,I-Tete,de,190,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,190571,,Artifact, -O,I-Tete,zonage,190,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,190571,,Artifact, -O,I-Tete,1314-2021-Z,190,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,190571,,Artifact, -O,I-Tete,Chapitre,190,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,190571,,Artifact, -O,I-Tete,7,190,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,190571,,Artifact, -O,I-Tete,–,190,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,190571,,Artifact, -O,I-Tete,Types,190,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,190571,,Artifact, -O,I-Tete,de,190,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,190571,,Artifact, -O,I-Tete,milieux,190,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,190571,,Artifact, -O,I-Tete,et,190,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,190571,,Artifact, -O,I-Tete,zones,190,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,190571,,Artifact, -O,B-Section,SECTION,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,136,98,112,190633,0,P,H2 -O,I-Section,1,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,139,146,98,112,190633,0,P,H2 -O,I-Section,DISPOSITIONS,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,159,240,98,112,190633,0,P,H2 -O,I-Section,EXPLICATIVES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,244,327,98,112,190633,0,P,H2 -O,I-Section,DES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,330,353,98,112,190633,0,P,H2 -O,I-Section,FICHES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,356,399,98,112,190633,0,P,H2 -O,I-Section,RÉGLEMENTAIRES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,402,509,98,112,190633,0,P,H2 -O,I-Section,DES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,229,252,114,128,190649,0,P,H2 -O,I-Section,TYPES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,255,293,114,128,190649,0,P,H2 -O,I-Section,DE,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,296,312,114,128,190649,0,P,H2 -O,I-Section,MILIEUX,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,315,362,114,128,190649,0,P,H2 -O,B-SousSection,DOMAINE,190,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,232,154,164,190688,3,P,H2 -O,I-SousSection,D’APPLICATION,190,612,1008,ABCDEE+ArialNarrow-Bold,#000,234,298,154,164,190688,3,P,H2 -O,B-Article,431.,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,183,193,190718,6,P,H3 -O,I-Article,Signification,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,152,183,193,190718,6,P,H3 -O,I-Article,des,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,155,169,183,193,190718,6,P,H3 -O,I-Article,mots,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,171,190,183,193,190718,6,P,H3 -O,I-Article,et,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,193,200,183,193,190718,6,P,H3 -O,I-Article,expressions,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,202,250,183,193,190718,6,P,H3 -O,B-Alinea,Les,190,612,1008,ABCDEE+ArialNarrow,#222,85,98,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sections,190,612,1008,ABCDEE+ArialNarrow,#222,101,131,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivantes,190,612,1008,ABCDEE+ArialNarrow,#222,134,169,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,précisent,190,612,1008,ABCDEE+ArialNarrow,#222,171,205,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,190,612,1008,ABCDEE+ArialNarrow,#222,207,214,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,signification,190,612,1008,ABCDEE+ArialNarrow,#222,216,259,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,262,275,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,mots,190,612,1008,ABCDEE+ArialNarrow,#222,278,296,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,190,612,1008,ABCDEE+ArialNarrow,#222,299,305,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,308,321,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,expressions,190,612,1008,ABCDEE+ArialNarrow,#222,324,368,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,utilisés,190,612,1008,ABCDEE+ArialNarrow,#222,371,396,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,190,612,1008,ABCDEE+ArialNarrow,#222,399,416,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,190,612,1008,ABCDEE+ArialNarrow,#222,419,430,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fiches,190,612,1008,ABCDEE+ArialNarrow,#222,432,454,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,réglementaires,190,612,1008,ABCDEE+ArialNarrow,#222,457,511,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,514,527,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,190,612,1008,ABCDEE+ArialNarrow,#222,85,105,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,190,612,1008,ABCDEE+ArialNarrow,#222,107,116,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,190,612,1008,ABCDEE+ArialNarrow,#222,118,144,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,146,159,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,sections,190,612,1008,ABCDEE+ArialNarrow,#222,162,192,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,2,190,612,1008,ABCDEE+ArialNarrow,#222,194,199,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,190,612,1008,ABCDEE+ArialNarrow,#222,201,205,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,10.,190,612,1008,ABCDEE+ArialNarrow,#222,208,219,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody -O,B-SousSection,DISPOSITIONS,190,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,251,250,260,190785,10,P,H2 -O,I-SousSection,EXPLICATIVES,190,612,1008,ABCDEE+ArialNarrow-Bold,#000,254,313,250,260,190785,10,P,H2 -O,B-Article,432.,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,280,290,190815,13,P,H3 -O,I-Article,Règles,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,130,280,290,190815,13,P,H3 -O,I-Article,d’interprétation,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,132,192,280,290,190815,13,P,H3 -O,I-Article,des,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,195,209,280,290,190815,13,P,H3 -O,I-Article,tableaux,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,211,244,280,290,190815,13,P,H3 -O,B-Alinea,Les,190,612,1008,ABCDEE+ArialNarrow,#222,85,98,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,paragraphes,190,612,1008,ABCDEE+ArialNarrow,#222,101,147,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,qui,190,612,1008,ABCDEE+ArialNarrow,#222,149,160,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivent,190,612,1008,ABCDEE+ArialNarrow,#222,162,188,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,établissent,190,612,1008,ABCDEE+ArialNarrow,#222,190,229,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,190,612,1008,ABCDEE+ArialNarrow,#222,232,242,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,règles,190,612,1008,ABCDEE+ArialNarrow,#222,244,267,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,applicables,190,612,1008,ABCDEE+ArialNarrow,#222,269,310,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,pour,190,612,1008,ABCDEE+ArialNarrow,#222,312,329,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’interprétation,190,612,1008,ABCDEE+ArialNarrow,#222,331,383,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,385,398,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tableaux,190,612,1008,ABCDEE+ArialNarrow,#222,400,431,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,434,447,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,fiches,190,612,1008,ABCDEE+ArialNarrow,#222,449,471,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,réglementaires,190,612,1008,ABCDEE+ArialNarrow,#222,473,527,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,85,98,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,190,612,1008,ABCDEE+ArialNarrow,#222,101,120,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,190,612,1008,ABCDEE+ArialNarrow,#222,122,132,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,190,612,1008,ABCDEE+ArialNarrow,#222,134,159,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,190,612,1008,ABCDEE+ArialNarrow,#222,162,168,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,171,184,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tableaux,190,612,1008,ABCDEE+ArialNarrow,#222,186,217,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’exceptions,190,612,1008,ABCDEE+ArialNarrow,#222,220,265,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,:,190,612,1008,ABCDEE+ArialNarrow,#222,267,270,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody -O,B-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,132,145,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pastille,190,612,1008,ABCDEE+ArialNarrow,#222,148,173,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,avec,190,612,1008,ABCDEE+ArialNarrow,#222,175,193,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,195,209,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,lettre,190,612,1008,ABCDEE+ArialNarrow,#222,211,229,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,(ex.,190,612,1008,ABCDEE+ArialNarrow,#222,231,245,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,),190,612,1008,ABCDEE+ArialNarrow,#222,259,261,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,identifie,190,612,1008,ABCDEE+ArialNarrow,#222,264,292,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,294,308,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,190,612,1008,ABCDEE+ArialNarrow,#222,310,349,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,351,356,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,respecter;,190,612,1008,ABCDEE+ArialNarrow,#222,358,394,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,132,141,350,360,190884,25,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,point,190,612,1008,ABCDEE+ArialNarrow,#222,144,161,350,360,190884,25,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,(●),190,612,1008,ABCDEE+ArialNarrow,#222,164,176,350,360,190884,25,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,vis-à-vis,190,612,1008,ABCDEE+ArialNarrow,#222,179,209,350,360,190884,25,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,212,221,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,élément,190,612,1008,ABCDEE+ArialNarrow,#222,224,253,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,correspondant,190,612,1008,ABCDEE+ArialNarrow,#222,256,309,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,312,316,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,319,333,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ligne,190,612,1008,ABCDEE+ArialNarrow,#222,336,353,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,356,365,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,368,373,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,376,389,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,colonne,190,612,1008,ABCDEE+ArialNarrow,#222,392,421,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,424,450,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,que,190,612,1008,ABCDEE+ArialNarrow,#222,453,467,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cet,190,612,1008,ABCDEE+ArialNarrow,#222,470,481,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,élément,190,612,1008,ABCDEE+ArialNarrow,#222,484,513,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,190,612,1008,ABCDEE+ArialNarrow,#222,516,527,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,autorisé.,190,612,1008,ABCDEE+ArialNarrow,#222,132,163,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Si,190,612,1008,ABCDEE+ArialNarrow,#222,165,173,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,aucun,190,612,1008,ABCDEE+ArialNarrow,#222,175,197,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,point,190,612,1008,ABCDEE+ArialNarrow,#222,200,217,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,n’est,190,612,1008,ABCDEE+ArialNarrow,#222,220,237,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,inscrit,190,612,1008,ABCDEE+ArialNarrow,#222,239,261,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,vis-à-vis,190,612,1008,ABCDEE+ArialNarrow,#222,263,293,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cette,190,612,1008,ABCDEE+ArialNarrow,#222,295,313,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ligne,190,612,1008,ABCDEE+ArialNarrow,#222,315,333,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,335,344,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cette,190,612,1008,ABCDEE+ArialNarrow,#222,346,364,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"colonne,",190,612,1008,ABCDEE+ArialNarrow,#222,366,397,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cet,190,612,1008,ABCDEE+ArialNarrow,#222,400,410,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,élément,190,612,1008,ABCDEE+ArialNarrow,#222,413,442,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,n’est,190,612,1008,ABCDEE+ArialNarrow,#222,444,462,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pas,190,612,1008,ABCDEE+ArialNarrow,#222,464,477,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,autorisé;,190,612,1008,ABCDEE+ArialNarrow,#222,479,511,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,132,141,378,388,190913,38,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,nombre,190,612,1008,ABCDEE+ArialNarrow,#222,143,171,378,388,190913,38,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,vis-à-vis,190,612,1008,ABCDEE+ArialNarrow,#222,174,204,378,388,190913,38,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,206,213,378,388,190913,42,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,colonne,190,612,1008,ABCDEE+ArialNarrow,#222,215,244,378,388,190913,42,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,190,612,1008,ABCDEE+ArialNarrow,#222,246,251,378,388,190913,42,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Minimum,190,612,1008,ABCDEE+ArialNarrow,#222,253,287,378,388,190913,44,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,190,612,1008,ABCDEE+ArialNarrow,#222,289,293,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,296,322,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,325,339,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dimension,190,612,1008,ABCDEE+ArialNarrow,#222,341,379,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,381,390,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,393,402,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pourcentage,190,612,1008,ABCDEE+ArialNarrow,#222,405,450,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,minimal,190,612,1008,ABCDEE+ArialNarrow,#222,453,481,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,483,488,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,respecter.,190,612,1008,ABCDEE+ArialNarrow,#222,491,527,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Un,190,612,1008,ABCDEE+ArialNarrow,#222,132,142,390,400,190925,48,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,nombre,190,612,1008,ABCDEE+ArialNarrow,#222,144,172,390,400,190925,48,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,vis-à-vis,190,612,1008,ABCDEE+ArialNarrow,#222,174,204,390,400,190925,48,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,206,213,390,400,190925,52,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,colonne,190,612,1008,ABCDEE+ArialNarrow,#222,215,244,390,400,190925,52,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,190,612,1008,ABCDEE+ArialNarrow,#222,246,250,390,400,190925,52,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Maximum,190,612,1008,ABCDEE+ArialNarrow,#222,253,288,390,400,190925,54,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,190,612,1008,ABCDEE+ArialNarrow,#222,290,295,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,297,324,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,326,339,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dimension,190,612,1008,ABCDEE+ArialNarrow,#222,342,379,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,381,390,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,392,402,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pourcentage,190,612,1008,ABCDEE+ArialNarrow,#222,404,449,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,maximal,190,612,1008,ABCDEE+ArialNarrow,#222,451,482,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,484,489,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,respecter.,190,612,1008,ABCDEE+ArialNarrow,#222,491,527,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,Le,190,612,1008,ABCDEE+ArialNarrow,#222,132,141,401,411,190936,57,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,symbole,190,612,1008,ABCDEE+ArialNarrow,#222,145,175,401,411,190936,57,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,190,612,1008,ABCDEE+ArialNarrow,#222,180,184,401,411,190936,57,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,-,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,187,189,401,411,190936,59,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,190,612,1008,ABCDEE+ArialNarrow,#222,194,198,401,411,190936,61,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,vis-à-vis,190,612,1008,ABCDEE+ArialNarrow,#222,202,233,401,411,190936,61,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’une,190,612,1008,ABCDEE+ArialNarrow,#222,237,254,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,258,267,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,l’autre,190,612,1008,ABCDEE+ArialNarrow,#222,272,294,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,190,612,1008,ABCDEE+ArialNarrow,#222,298,307,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ces,190,612,1008,ABCDEE+ArialNarrow,#222,312,324,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,colonnes,190,612,1008,ABCDEE+ArialNarrow,#222,329,361,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,366,392,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,qu’aucune,190,612,1008,ABCDEE+ArialNarrow,#222,396,434,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dimension,190,612,1008,ABCDEE+ArialNarrow,#222,439,476,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,480,490,401,411,190936,66,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,qu’aucun,190,612,1008,ABCDEE+ArialNarrow,#222,494,527,401,411,190936,66,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pourcentage,190,612,1008,ABCDEE+ArialNarrow,#222,132,177,413,423,190948,67,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ne,190,612,1008,ABCDEE+ArialNarrow,#222,180,189,413,423,190948,67,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,doit,190,612,1008,ABCDEE+ArialNarrow,#222,191,204,413,423,190948,67,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,être,190,612,1008,ABCDEE+ArialNarrow,#222,206,221,413,423,190948,67,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,respecté;,190,612,1008,ABCDEE+ArialNarrow,#222,223,257,413,423,190948,67,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,132,138,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,mention,190,612,1008,ABCDEE+ArialNarrow,#222,140,169,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,«,190,612,1008,ABCDEE+ArialNarrow,#222,172,176,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,N/A,190,612,1008,ABCDEE+ArialNarrow,#222,179,192,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,»,190,612,1008,ABCDEE+ArialNarrow,#222,194,199,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,201,228,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,que,190,612,1008,ABCDEE+ArialNarrow,#222,230,244,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cette,190,612,1008,ABCDEE+ArialNarrow,#222,246,264,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,norme,190,612,1008,ABCDEE+ArialNarrow,#222,266,289,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,est,190,612,1008,ABCDEE+ArialNarrow,#222,292,303,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,inapplicable,190,612,1008,ABCDEE+ArialNarrow,#222,305,348,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,190,612,1008,ABCDEE+ArialNarrow,#222,350,368,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ce,190,612,1008,ABCDEE+ArialNarrow,#222,370,379,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,type,190,612,1008,ABCDEE+ArialNarrow,#222,381,397,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,190,612,1008,ABCDEE+ArialNarrow,#222,399,408,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieu;,190,612,1008,ABCDEE+ArialNarrow,#222,411,434,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,132,141,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,article,190,612,1008,ABCDEE+ArialNarrow,#222,143,165,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,indiqué,190,612,1008,ABCDEE+ArialNarrow,#222,167,194,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,entre,190,612,1008,ABCDEE+ArialNarrow,#222,196,215,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,parenthèses,190,612,1008,ABCDEE+ArialNarrow,#222,217,262,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,(ex.,190,612,1008,ABCDEE+ArialNarrow,#222,264,278,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,(art.,190,612,1008,ABCDEE+ArialNarrow,#222,280,295,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,000)),190,612,1008,ABCDEE+ArialNarrow,#222,297,316,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,319,345,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,347,356,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,renvoi,190,612,1008,ABCDEE+ArialNarrow,#222,359,381,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,383,388,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,390,404,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,190,612,1008,ABCDEE+ArialNarrow,#222,406,445,448,458,190982,77,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,particulière;,190,612,1008,ABCDEE+ArialNarrow,#222,447,489,448,458,190982,77,P,L;L;L;L;L;L;L;LI;LBody -O,B-Liste,lorsqu’un,190,612,1008,ABCDEE+ArialNarrow,#222,132,165,465,475,191000,82,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,tableau,190,612,1008,ABCDEE+ArialNarrow,#222,168,195,465,475,191000,84,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’exceptions,190,612,1008,ABCDEE+ArialNarrow,#222,198,243,465,475,191000,87,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,246,273,465,475,191000,90,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,275,289,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,190,612,1008,ABCDEE+ArialNarrow,#222,292,331,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,334,343,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,346,359,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,norme,190,612,1008,ABCDEE+ArialNarrow,#222,362,385,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,particulière,190,612,1008,ABCDEE+ArialNarrow,#222,388,428,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,applicable,190,612,1008,ABCDEE+ArialNarrow,#222,431,468,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,pour,190,612,1008,ABCDEE+ArialNarrow,#222,471,488,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,490,504,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"zone,",190,612,1008,ABCDEE+ArialNarrow,#222,507,527,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,celle-ci,190,612,1008,ABCDEE+ArialNarrow,#222,132,157,477,487,191011,93,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,prévaut,190,612,1008,ABCDEE+ArialNarrow,#222,159,187,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,sur,190,612,1008,ABCDEE+ArialNarrow,#222,189,200,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,203,209,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,190,612,1008,ABCDEE+ArialNarrow,#222,211,250,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,générale,190,612,1008,ABCDEE+ArialNarrow,#222,252,284,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,correspondante,190,612,1008,ABCDEE+ArialNarrow,#222,287,344,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,190,612,1008,ABCDEE+ArialNarrow,#222,346,355,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,357,364,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,fiche,190,612,1008,ABCDEE+ArialNarrow,#222,366,383,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,réglementaire,190,612,1008,ABCDEE+ArialNarrow,#222,386,436,477,487,191011,96,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,190,612,1008,ABCDEE+ArialNarrow,#222,438,447,477,487,191011,98,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,type,190,612,1008,ABCDEE+ArialNarrow,#222,449,465,477,487,191011,98,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,190,612,1008,ABCDEE+ArialNarrow,#222,467,476,477,487,191011,98,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieux;,190,612,1008,ABCDEE+ArialNarrow,#222,479,506,477,487,191011,98,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,en,190,612,1008,ABCDEE+ArialNarrow,#222,132,141,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,cas,190,612,1008,ABCDEE+ArialNarrow,#222,143,156,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’incompatibilité,190,612,1008,ABCDEE+ArialNarrow,#222,158,216,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,entre,190,612,1008,ABCDEE+ArialNarrow,#222,218,237,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,239,252,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,norme,190,612,1008,ABCDEE+ArialNarrow,#222,254,278,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,figurant,190,612,1008,ABCDEE+ArialNarrow,#222,280,307,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,190,612,1008,ABCDEE+ArialNarrow,#222,309,327,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,329,343,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,fiche,190,612,1008,ABCDEE+ArialNarrow,#222,345,362,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,réglementaire,190,612,1008,ABCDEE+ArialNarrow,#222,364,414,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,du,190,612,1008,ABCDEE+ArialNarrow,#222,416,425,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,type,190,612,1008,ABCDEE+ArialNarrow,#222,427,443,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,de,190,612,1008,ABCDEE+ArialNarrow,#222,445,454,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,milieu,190,612,1008,ABCDEE+ArialNarrow,#222,456,477,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,et,190,612,1008,ABCDEE+ArialNarrow,#222,479,486,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,488,502,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,norme,190,612,1008,ABCDEE+ArialNarrow,#222,504,527,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,spécifique,190,612,1008,ABCDEE+ArialNarrow,#222,132,168,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,ailleurs,190,612,1008,ABCDEE+ArialNarrow,#222,170,196,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,dans,190,612,1008,ABCDEE+ArialNarrow,#222,198,216,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,le,190,612,1008,ABCDEE+ArialNarrow,#222,218,224,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"règlement,",190,612,1008,ABCDEE+ArialNarrow,#222,226,265,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,267,273,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,disposition,190,612,1008,ABCDEE+ArialNarrow,#222,275,314,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,316,322,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,plus,190,612,1008,ABCDEE+ArialNarrow,#222,324,339,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,restrictive,190,612,1008,ABCDEE+ArialNarrow,#222,341,377,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,"s’applique,",190,612,1008,ABCDEE+ArialNarrow,#222,378,418,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,420,424,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,moins,190,612,1008,ABCDEE+ArialNarrow,#222,426,448,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,d’indication,190,612,1008,ABCDEE+ArialNarrow,#222,450,491,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,I-Liste,contraire.,190,612,1008,ABCDEE+ArialNarrow,#222,493,527,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody -O,B-Pied,190,190,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,191487,,Artifact, -O,B-Tete,Règlement,205,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,205693,,Artifact, -O,I-Tete,de,205,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,205693,,Artifact, -O,I-Tete,zonage,205,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,205693,,Artifact, -O,I-Tete,1314-2021-Z,205,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,205693,,Artifact, -O,I-Tete,Chapitre,205,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,205693,,Artifact, -O,I-Tete,7,205,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,205693,,Artifact, -O,I-Tete,–,205,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,205693,,Artifact, -O,I-Tete,Types,205,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,205693,,Artifact, -O,I-Tete,de,205,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,205693,,Artifact, -O,I-Tete,milieux,205,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,205693,,Artifact, -O,I-Tete,et,205,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,205693,,Artifact, -O,I-Tete,zones,205,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,205693,,Artifact, -O,B-Section,SECTION,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,136,98,112,205755,0,P,H2 -O,I-Section,2,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,139,146,98,112,205755,0,P,H2 -O,I-Section,T1,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,149,162,98,112,205755,0,P,H2 -O,I-Section,–,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,165,172,98,112,205755,0,P,H2 -O,I-Section,MILIEUX,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,175,222,98,112,205755,0,P,H2 -O,I-Section,NATURELS,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,225,287,98,112,205755,0,P,H2 -O,B-Titre,INTENTION,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,84,146,458,472,206115,5,P,Sect;P -O,B-Alinea,La,205,612,1008,ABCDEE+ArialNarrow,#222,84,93,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,catégorie,205,612,1008,ABCDEE+ArialNarrow,#222,96,129,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,132,141,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,205,612,1008,ABCDEE+ArialNarrow,#222,143,163,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,165,174,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,205,612,1008,ABCDEE+ArialNarrow,#222,177,202,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,205,612,1008,ABCDEE+ArialNarrow,#222,205,209,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,T1,205,612,1008,ABCDEE+ArialNarrow,#222,212,221,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Milieux,205,612,1008,ABCDEE+ArialNarrow,#222,224,249,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,naturels,205,612,1008,ABCDEE+ArialNarrow,#222,252,281,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"»,",205,612,1008,ABCDEE+ArialNarrow,#222,283,290,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,représente,205,612,1008,ABCDEE+ArialNarrow,#222,292,332,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,205,612,1008,ABCDEE+ArialNarrow,#222,334,345,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ensembles,205,612,1008,ABCDEE+ArialNarrow,#222,347,387,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,naturels,205,612,1008,ABCDEE+ArialNarrow,#222,389,418,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ayant,205,612,1008,ABCDEE+ArialNarrow,#222,421,441,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,205,612,1008,ABCDEE+ArialNarrow,#222,443,457,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,valeur,205,612,1008,ABCDEE+ArialNarrow,#222,84,106,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,écologique,205,612,1008,ABCDEE+ArialNarrow,#222,109,149,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,205,612,1008,ABCDEE+ArialNarrow,#222,151,160,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,paysagère,205,612,1008,ABCDEE+ArialNarrow,#222,163,201,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,importante.,205,612,1008,ABCDEE+ArialNarrow,#222,204,245,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Cette,205,612,1008,ABCDEE+ArialNarrow,#222,247,267,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,catégorie,205,612,1008,ABCDEE+ArialNarrow,#222,270,303,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,306,315,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,205,612,1008,ABCDEE+ArialNarrow,#222,318,337,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,340,349,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,205,612,1008,ABCDEE+ArialNarrow,#222,351,377,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,présente,205,612,1008,ABCDEE+ArialNarrow,#222,380,411,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,205,612,1008,ABCDEE+ArialNarrow,#222,414,428,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,densité,205,612,1008,ABCDEE+ArialNarrow,#222,430,457,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,d,205,612,1008,ABCDEE+ArialNarrow,#222,84,89,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,’écosystèmes,205,612,1008,ABCDEE+ArialNarrow,#222,89,138,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"d’intérêt,",205,612,1008,ABCDEE+ArialNarrow,#222,140,172,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,incluant,205,612,1008,ABCDEE+ArialNarrow,#222,174,202,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,notamm,205,612,1008,ABCDEE+ArialNarrow,#222,204,234,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ent,205,612,1008,ABCDEE+ArialNarrow,#222,234,245,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,205,612,1008,ABCDEE+ArialNarrow,#222,247,260,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"forêts,",205,612,1008,ABCDEE+ArialNarrow,#222,262,285,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,205,612,1008,ABCDEE+ArialNarrow,#222,287,300,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,cours,205,612,1008,ABCDEE+ArialNarrow,#222,302,322,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"d’eau,",205,612,1008,ABCDEE+ArialNarrow,#222,324,347,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,205,612,1008,ABCDEE+ArialNarrow,#222,349,362,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"lacs,",205,612,1008,ABCDEE+ArialNarrow,#222,364,381,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,205,612,1008,ABCDEE+ArialNarrow,#222,383,396,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,205,612,1008,ABCDEE+ArialNarrow,#222,398,424,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,humides,205,612,1008,ABCDEE+ArialNarrow,#222,426,457,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,84,91,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,205,612,1008,ABCDEE+ArialNarrow,#222,94,107,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,écosystèmes,205,612,1008,ABCDEE+ArialNarrow,#222,110,158,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,forestiers,205,612,1008,ABCDEE+ArialNarrow,#222,160,194,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,exceptionnels.,205,612,1008,ABCDEE+ArialNarrow,#222,197,249,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Il,205,612,1008,ABCDEE+ArialNarrow,#222,252,256,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,correspond,205,612,1008,ABCDEE+ArialNarrow,#222,259,300,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,aux,205,612,1008,ABCDEE+ArialNarrow,#222,303,316,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,limites,205,612,1008,ABCDEE+ArialNarrow,#222,318,342,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,344,354,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’affectation,205,612,1008,ABCDEE+ArialNarrow,#222,356,398,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,205,612,1008,ABCDEE+ArialNarrow,#222,401,405,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Récréative,205,612,1008,ABCDEE+ArialNarrow,#222,408,447,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,450,457,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,84,93,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,conservation,205,612,1008,ABCDEE+ArialNarrow,#222,96,143,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,»,205,612,1008,ABCDEE+ArialNarrow,#222,146,150,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,205,612,1008,ABCDEE+ArialNarrow,#222,153,162,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,SADR,205,612,1008,ABCDEE+ArialNarrow,#222,165,188,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,191,198,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,205,612,1008,ABCDEE+ArialNarrow,#222,201,205,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,certains,205,612,1008,ABCDEE+ArialNarrow,#222,208,237,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,autres,205,612,1008,ABCDEE+ArialNarrow,#222,240,263,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,205,612,1008,ABCDEE+ArialNarrow,#222,265,291,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,écologiques,205,612,1008,ABCDEE+ArialNarrow,#222,294,338,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,acquis,205,612,1008,ABCDEE+ArialNarrow,#222,341,364,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,205,612,1008,ABCDEE+ArialNarrow,#222,367,376,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,identifiés,205,612,1008,ABCDEE+ArialNarrow,#222,379,412,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,par,205,612,1008,ABCDEE+ArialNarrow,#222,415,427,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,205,612,1008,ABCDEE+ArialNarrow,#222,430,436,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Ville.,205,612,1008,ABCDEE+ArialNarrow,#222,439,457,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Dans,205,612,1008,ABCDEE+ArialNarrow,#222,84,103,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,205,612,1008,ABCDEE+ArialNarrow,#222,106,114,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,205,612,1008,ABCDEE+ArialNarrow,#222,117,132,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,135,144,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"milieux,",205,612,1008,ABCDEE+ArialNarrow,#222,147,174,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,205,612,1008,ABCDEE+ArialNarrow,#222,177,183,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,réglementation,205,612,1008,ABCDEE+ArialNarrow,#222,186,240,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,applicable,205,612,1008,ABCDEE+ArialNarrow,#222,243,280,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,vise,205,612,1008,ABCDEE+ArialNarrow,#222,282,297,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,205,612,1008,ABCDEE+ArialNarrow,#222,300,304,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"protéger,",205,612,1008,ABCDEE+ArialNarrow,#222,307,340,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,conserver,205,612,1008,ABCDEE+ArialNarrow,#222,342,378,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,381,388,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,permettre,205,612,1008,ABCDEE+ArialNarrow,#222,390,425,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,certains,205,612,1008,ABCDEE+ArialNarrow,#222,428,457,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,usages,205,612,1008,ABCDEE+ArialNarrow,#222,84,111,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,compatibles.,205,612,1008,ABCDEE+ArialNarrow,#222,117,163,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Les,205,612,1008,ABCDEE+ArialNarrow,#222,169,183,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,aménagements,205,612,1008,ABCDEE+ArialNarrow,#222,189,246,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,252,259,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,constructions,205,612,1008,ABCDEE+ArialNarrow,#222,265,313,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,permettant,205,612,1008,ABCDEE+ArialNarrow,#222,320,359,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’accès,205,612,1008,ABCDEE+ArialNarrow,#222,365,391,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,397,404,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,205,612,1008,ABCDEE+ArialNarrow,#222,410,421,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,activités,205,612,1008,ABCDEE+ArialNarrow,#222,427,457,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"d’interprétation,",205,612,1008,ABCDEE+ArialNarrow,#222,84,141,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"d’observation,",205,612,1008,ABCDEE+ArialNarrow,#222,143,194,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,197,206,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,recherche,205,612,1008,ABCDEE+ArialNarrow,#222,209,245,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"scientifique,",205,612,1008,ABCDEE+ArialNarrow,#222,248,291,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’éducation,205,612,1008,ABCDEE+ArialNarrow,#222,294,336,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,338,345,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,348,357,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,récréation,205,612,1008,ABCDEE+ArialNarrow,#222,359,396,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,205,612,1008,ABCDEE+ArialNarrow,#222,399,408,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,nature,205,612,1008,ABCDEE+ArialNarrow,#222,410,434,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,436,443,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,qui,205,612,1008,ABCDEE+ArialNarrow,#222,446,457,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,n’affectent,205,612,1008,ABCDEE+ArialNarrow,#222,84,122,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,pas,205,612,1008,ABCDEE+ArialNarrow,#222,124,137,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’intégrité,205,612,1008,ABCDEE+ArialNarrow,#222,140,173,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,205,612,1008,ABCDEE+ArialNarrow,#222,175,184,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieu,205,612,1008,ABCDEE+ArialNarrow,#222,186,208,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,205,612,1008,ABCDEE+ArialNarrow,#222,210,225,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,autorisés.,205,612,1008,ABCDEE+ArialNarrow,#222,228,263,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,B-Pied,205,205,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,206608,,Artifact, -O,B-Tete,Règlement,206,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,206701,,Artifact, -O,I-Tete,de,206,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,206701,,Artifact, -O,I-Tete,zonage,206,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,206701,,Artifact, -O,I-Tete,1314-2021-Z,206,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,206701,,Artifact, -O,I-Tete,Chapitre,206,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,206701,,Artifact, -O,I-Tete,7,206,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,206701,,Artifact, -O,I-Tete,–,206,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,206701,,Artifact, -O,I-Tete,Types,206,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,206701,,Artifact, -O,I-Tete,de,206,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,206701,,Artifact, -O,I-Tete,milieux,206,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,206701,,Artifact, -O,I-Tete,et,206,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,206701,,Artifact, -O,I-Tete,zones,206,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,206701,,Artifact, -O,B-SousSection,T1.1,206,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,210,73,83,206738,2,P,H2 -O,I-SousSection,CONSERVATION,206,612,1008,ABCDEE+ArialNarrow-Bold,#000,212,278,73,83,206738,2,P,H2 -O,B-Article,444.,206,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,435,445,207100,4,P,H3 -O,I-Article,Lotissement,206,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,151,435,445,207100,4,P,H3 -O,B-Alinea,Les,206,612,1008,ABCDEE+ArialNarrow,#222,85,98,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,206,612,1008,ABCDEE+ArialNarrow,#222,101,143,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,206,612,1008,ABCDEE+ArialNarrow,#222,146,155,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tableau,206,612,1008,ABCDEE+ArialNarrow,#222,157,184,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivant,206,612,1008,ABCDEE+ArialNarrow,#222,186,212,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,s’appliquent,206,612,1008,ABCDEE+ArialNarrow,#222,215,258,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,206,612,1008,ABCDEE+ArialNarrow,#222,261,265,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’implantation,206,612,1008,ABCDEE+ArialNarrow,#222,267,315,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,206,612,1008,ABCDEE+ArialNarrow,#222,317,333,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,bâtiment,206,612,1008,ABCDEE+ArialNarrow,#222,335,367,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,principal,206,612,1008,ABCDEE+ArialNarrow,#222,369,400,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,206,612,1008,ABCDEE+ArialNarrow,#222,402,420,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,206,612,1008,ABCDEE+ArialNarrow,#222,422,428,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,206,612,1008,ABCDEE+ArialNarrow,#222,431,446,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,206,612,1008,ABCDEE+ArialNarrow,#222,448,457,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,206,612,1008,ABCDEE+ArialNarrow,#222,460,485,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,T1.1.,206,612,1008,ABCDEE+ArialNarrow,#222,487,506,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,Tableau,206,612,1008,ABCDEE+ArialNarrow,#fff,90,120,477,487,207141,8,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,25,206,612,1008,ABCDEE+ArialNarrow,#fff,122,131,477,487,207141,8,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,Lotissement,206,612,1008,ABCDEE+ArialNarrow,#fff,147,191,477,487,207141,10,P,Table;TR;TD;L;LI;LBody -O,O,Part.,206,612,1008,ABCDEE+ArialNarrow,#222,246,263,499,509,207164,16,P,Table;TR;TD;Table;TR;TD;P -O,O,Non,206,612,1008,ABCDEE+ArialNarrow,#222,292,307,499,509,207164,17,P,Table;TR;TD;Table;TR;TD;P -O,O,Desservi,206,612,1008,ABCDEE+ArialNarrow,#222,200,232,505,515,207170,15,P,Table;TR;TD;Table;TR;TD;P -O,O,desservi,206,612,1008,ABCDEE+ArialNarrow,#222,246,277,511,522,207176,16,P,Table;TR;TD;Table;TR;TD;P -O,O,desservi,206,612,1008,ABCDEE+ArialNarrow,#222,292,323,511,522,207176,17,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,206,612,1008,ABCDEE+ArialNarrow,#222,105,133,530,540,207195,20,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,206,612,1008,ABCDEE+ArialNarrow,#222,135,168,530,540,207195,20,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,sur,206,612,1008,ABCDEE+ArialNarrow,#222,170,182,530,540,207195,20,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,216,219,537,547,207201,21,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,262,265,537,547,207201,22,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,309,311,537,547,207201,23,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,la,206,612,1008,ABCDEE+ArialNarrow,#222,105,111,543,553,207207,20,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,ligne,206,612,1008,ABCDEE+ArialNarrow,#222,113,131,543,553,207207,20,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,avant,206,612,1008,ABCDEE+ArialNarrow,#222,133,153,543,553,207207,20,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),206,612,1008,ABCDEE+ArialNarrow,#222,155,168,543,553,207207,20,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,206,612,1008,ABCDEE+ArialNarrow,#222,105,133,562,572,207226,26,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,maximale,206,612,1008,ABCDEE+ArialNarrow,#222,135,170,562,572,207226,26,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,sur,206,612,1008,ABCDEE+ArialNarrow,#222,173,184,562,572,207226,26,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,216,219,568,578,207232,27,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,262,265,568,578,207232,28,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,309,311,568,578,207232,29,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,la,206,612,1008,ABCDEE+ArialNarrow,#222,105,111,574,584,207239,26,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,ligne,206,612,1008,ABCDEE+ArialNarrow,#222,113,131,574,584,207239,26,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,avant,206,612,1008,ABCDEE+ArialNarrow,#222,133,153,574,584,207239,26,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),206,612,1008,ABCDEE+ArialNarrow,#222,155,168,574,584,207239,26,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Superficie,206,612,1008,ABCDEE+ArialNarrow,#222,105,141,593,603,207257,32,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,206,612,1008,ABCDEE+ArialNarrow,#222,143,176,593,603,207257,32,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,216,219,599,609,207264,33,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,262,265,599,609,207264,34,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,309,311,599,609,207264,35,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m²),206,612,1008,ABCDEE+ArialNarrow,#222,105,120,605,615,207270,32,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,206,612,1008,ABCDEE+ArialNarrow,#222,105,133,624,634,207289,38,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,moyenne,206,612,1008,ABCDEE+ArialNarrow,#222,135,169,624,634,207289,38,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,216,219,630,640,207295,39,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,262,265,630,640,207295,40,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,309,311,630,640,207295,41,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,206,612,1008,ABCDEE+ArialNarrow,#222,105,137,637,647,207301,38,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),206,612,1008,ABCDEE+ArialNarrow,#222,140,152,637,647,207301,38,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Profondeur,206,612,1008,ABCDEE+ArialNarrow,#222,105,145,655,665,207320,44,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,216,219,662,672,207326,45,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,262,265,662,672,207326,46,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,309,311,662,672,207326,47,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,Figure,206,612,1008,ABCDEE+ArialNarrow,#378,362,383,660,669,207325,49,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,44.,206,612,1008,ABCDEE+ArialNarrow,#378,385,396,660,669,207325,49,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,Règles,206,612,1008,ABCDEE+ArialNarrow,#378,398,421,660,669,207325,49,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,minimales,206,612,1008,ABCDEE+ArialNarrow,#378,423,456,660,669,207325,49,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,de,206,612,1008,ABCDEE+ArialNarrow,#378,458,466,660,669,207325,49,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,lotissement,206,612,1008,ABCDEE+ArialNarrow,#378,468,506,660,669,207325,49,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,minimale(m),206,612,1008,ABCDEE+ArialNarrow,#222,105,150,668,678,207332,44,P,Table;TR;TD;Table;TR;TD;P -O,B-Pied,206,206,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,207617,,Artifact, -O,B-Tete,Règlement,214,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,214766,,Artifact, -O,I-Tete,de,214,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,214766,,Artifact, -O,I-Tete,zonage,214,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,214766,,Artifact, -O,I-Tete,1314-2021-Z,214,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,214766,,Artifact, -O,I-Tete,Chapitre,214,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,214766,,Artifact, -O,I-Tete,7,214,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,214766,,Artifact, -O,I-Tete,–,214,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,214766,,Artifact, -O,I-Tete,Types,214,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,214766,,Artifact, -O,I-Tete,de,214,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,214766,,Artifact, -O,I-Tete,milieux,214,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,214766,,Artifact, -O,I-Tete,et,214,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,214766,,Artifact, -O,I-Tete,zones,214,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,214766,,Artifact, -O,B-SousSection,T1.2,214,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,210,97,107,214827,2,P,H2 -O,I-SousSection,Récréation,214,612,1008,ABCDEE+ArialNarrow-Bold,#000,212,254,97,107,214827,5,P,H2 -O,B-Article,454.,214,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,127,137,214856,7,P,H3 -O,I-Article,Lotissement,214,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,151,127,137,214856,7,P,H3 -O,B-Alinea,Les,214,612,1008,ABCDEE+ArialNarrow,#222,85,98,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,214,612,1008,ABCDEE+ArialNarrow,#222,101,143,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,214,612,1008,ABCDEE+ArialNarrow,#222,146,155,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tableau,214,612,1008,ABCDEE+ArialNarrow,#222,157,184,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivant,214,612,1008,ABCDEE+ArialNarrow,#222,186,212,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,s’appliquent,214,612,1008,ABCDEE+ArialNarrow,#222,215,258,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,214,612,1008,ABCDEE+ArialNarrow,#222,261,265,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’implantation,214,612,1008,ABCDEE+ArialNarrow,#222,267,315,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,214,612,1008,ABCDEE+ArialNarrow,#222,317,333,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,bâtiment,214,612,1008,ABCDEE+ArialNarrow,#222,335,367,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,principal,214,612,1008,ABCDEE+ArialNarrow,#222,369,400,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,214,612,1008,ABCDEE+ArialNarrow,#222,402,420,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,214,612,1008,ABCDEE+ArialNarrow,#222,422,428,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,214,612,1008,ABCDEE+ArialNarrow,#222,431,446,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,214,612,1008,ABCDEE+ArialNarrow,#222,448,457,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,214,612,1008,ABCDEE+ArialNarrow,#222,460,485,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,T1.2.,214,612,1008,ABCDEE+ArialNarrow,#222,488,506,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody -O,B-Titre,Tableau,214,612,1008,ABCDEE+ArialNarrow,#fff,90,120,169,179,214898,11,P,Table;TR;TD;L;LI;LBody -O,I-Titre,34,214,612,1008,ABCDEE+ArialNarrow,#fff,122,131,169,179,214898,11,P,Table;TR;TD;L;LI;LBody -O,I-Titre,Lotissement,214,612,1008,ABCDEE+ArialNarrow,#fff,147,191,169,179,214898,13,P,Table;TR;TD;L;LI;LBody -O,O,Part.,214,612,1008,ABCDEE+ArialNarrow,#222,246,263,191,201,214921,19,P,Table;TR;TD;Table;TR;TD;P -O,O,Non,214,612,1008,ABCDEE+ArialNarrow,#222,292,307,191,201,214921,20,P,Table;TR;TD;Table;TR;TD;P -O,O,Desservi,214,612,1008,ABCDEE+ArialNarrow,#222,200,232,197,207,214927,18,P,Table;TR;TD;Table;TR;TD;P -O,O,desservi,214,612,1008,ABCDEE+ArialNarrow,#222,246,277,203,213,214933,19,P,Table;TR;TD;Table;TR;TD;P -O,O,desservi,214,612,1008,ABCDEE+ArialNarrow,#222,292,323,203,213,214933,20,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,214,612,1008,ABCDEE+ArialNarrow,#222,105,133,222,232,214952,23,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,214,612,1008,ABCDEE+ArialNarrow,#222,135,168,222,232,214952,23,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,sur,214,612,1008,ABCDEE+ArialNarrow,#222,170,182,222,232,214952,23,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,211,224,229,239,214958,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,257,271,229,239,214958,25,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,303,317,229,239,214958,26,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,la,214,612,1008,ABCDEE+ArialNarrow,#222,105,111,235,245,214964,23,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,ligne,214,612,1008,ABCDEE+ArialNarrow,#222,113,131,235,245,214964,23,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,avant,214,612,1008,ABCDEE+ArialNarrow,#222,133,153,235,245,214964,23,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),214,612,1008,ABCDEE+ArialNarrow,#222,155,168,235,245,214964,23,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,214,612,1008,ABCDEE+ArialNarrow,#222,105,133,254,264,214983,29,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,maximale,214,612,1008,ABCDEE+ArialNarrow,#222,135,170,254,264,214983,29,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,sur,214,612,1008,ABCDEE+ArialNarrow,#222,173,184,254,264,214983,29,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,214,612,1008,ABCDEE+ArialNarrow,#222,216,219,260,270,214989,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,214,612,1008,ABCDEE+ArialNarrow,#222,262,265,260,270,214989,31,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,214,612,1008,ABCDEE+ArialNarrow,#222,309,311,260,270,214989,32,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,la,214,612,1008,ABCDEE+ArialNarrow,#222,105,111,266,276,214996,29,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,ligne,214,612,1008,ABCDEE+ArialNarrow,#222,113,131,266,276,214996,29,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,avant,214,612,1008,ABCDEE+ArialNarrow,#222,133,153,266,276,214996,29,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),214,612,1008,ABCDEE+ArialNarrow,#222,155,168,266,276,214996,29,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Superficie,214,612,1008,ABCDEE+ArialNarrow,#222,105,141,285,295,215014,35,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,214,612,1008,ABCDEE+ArialNarrow,#222,143,176,285,295,215014,35,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,10,214,612,1008,ABCDEE+ArialNarrow,#222,205,214,291,301,215021,36,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,000,214,612,1008,ABCDEE+ArialNarrow,#222,216,230,291,301,215021,36,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,10,214,612,1008,ABCDEE+ArialNarrow,#222,251,260,291,301,215021,37,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,000,214,612,1008,ABCDEE+ArialNarrow,#222,263,276,291,301,215021,37,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,10,214,612,1008,ABCDEE+ArialNarrow,#222,298,307,291,301,215021,38,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,000,214,612,1008,ABCDEE+ArialNarrow,#222,309,323,291,301,215021,38,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m²),214,612,1008,ABCDEE+ArialNarrow,#222,105,120,297,307,215027,35,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,214,612,1008,ABCDEE+ArialNarrow,#222,105,133,316,326,215046,41,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,moyenne,214,612,1008,ABCDEE+ArialNarrow,#222,135,169,316,326,215046,41,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,211,224,322,332,215052,42,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,257,271,322,332,215052,43,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,303,317,322,332,215052,44,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,214,612,1008,ABCDEE+ArialNarrow,#222,105,137,328,338,215058,41,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),214,612,1008,ABCDEE+ArialNarrow,#222,140,152,328,338,215058,41,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Figure,214,612,1008,ABCDEE+ArialNarrow,#378,359,380,344,353,215074,52,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,57.,214,612,1008,ABCDEE+ArialNarrow,#378,382,392,344,353,215074,52,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,Règles,214,612,1008,ABCDEE+ArialNarrow,#378,394,417,344,353,215074,52,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,minimales,214,612,1008,ABCDEE+ArialNarrow,#378,419,452,344,353,215074,52,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,de,214,612,1008,ABCDEE+ArialNarrow,#378,455,463,344,353,215074,52,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,lotissement,214,612,1008,ABCDEE+ArialNarrow,#378,465,502,344,353,215074,52,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,Profondeur,214,612,1008,ABCDEE+ArialNarrow,#222,105,145,347,357,215077,47,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,211,224,354,364,215083,48,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,257,271,354,364,215083,49,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,303,317,354,364,215083,50,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale(m),214,612,1008,ABCDEE+ArialNarrow,#222,105,150,360,370,215089,47,P,Table;TR;TD;Table;TR;TD;P -O,B-Pied,214,214,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,215682,,Artifact, -O,B-Tete,Règlement,222,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,222831,,Artifact, -O,I-Tete,de,222,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,222831,,Artifact, -O,I-Tete,zonage,222,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,222831,,Artifact, -O,I-Tete,1314-2021-Z,222,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,222831,,Artifact, -O,I-Tete,Chapitre,222,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,222831,,Artifact, -O,I-Tete,7,222,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,222831,,Artifact, -O,I-Tete,–,222,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,222831,,Artifact, -O,I-Tete,Types,222,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,222831,,Artifact, -O,I-Tete,de,222,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,222831,,Artifact, -O,I-Tete,milieux,222,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,222831,,Artifact, -O,I-Tete,et,222,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,222831,,Artifact, -O,I-Tete,zones,222,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,222831,,Artifact, -O,B-Section,SECTION,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,136,92,106,222887,0,P,H2 -O,I-Section,3,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,139,146,92,106,222887,0,P,H2 -O,I-Section,T2,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,159,172,92,106,222887,0,P,H2 -O,I-Section,–,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,175,182,92,106,222887,0,P,H2 -O,I-Section,OCCUPATION,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,185,262,92,106,222887,0,P,H2 -O,I-Section,DE,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,265,281,92,106,222887,0,P,H2 -O,I-Section,LA,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,284,300,92,106,222887,0,P,H2 -O,I-Section,FORÊT,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,303,342,92,106,222887,0,P,H2 -O,B-Titre,INTENTION,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,89,151,437,451,223231,5,P,Sect;P -O,B-Alinea,La,222,612,1008,ABCDEE+ArialNarrow,#222,89,98,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,catégorie,222,612,1008,ABCDEE+ArialNarrow,#222,100,134,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,136,145,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,222,612,1008,ABCDEE+ArialNarrow,#222,148,167,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,169,179,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,181,206,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,222,612,1008,ABCDEE+ArialNarrow,#222,209,213,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,T2,222,612,1008,ABCDEE+ArialNarrow,#222,215,225,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Occupation,222,612,1008,ABCDEE+ArialNarrow,#222,227,269,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,271,280,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,222,612,1008,ABCDEE+ArialNarrow,#222,282,289,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,forêt,222,612,1008,ABCDEE+ArialNarrow,#222,291,307,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"»,",222,612,1008,ABCDEE+ArialNarrow,#222,310,316,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,représente,222,612,1008,ABCDEE+ArialNarrow,#222,319,358,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,222,612,1008,ABCDEE+ArialNarrow,#222,360,373,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ensembles,222,612,1008,ABCDEE+ArialNarrow,#222,376,415,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,forestiers,222,612,1008,ABCDEE+ArialNarrow,#222,417,451,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,occupés,222,612,1008,ABCDEE+ArialNarrow,#222,454,484,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,222,612,1008,ABCDEE+ArialNarrow,#222,89,98,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,destinés,222,612,1008,ABCDEE+ArialNarrow,#222,100,130,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,222,612,1008,ABCDEE+ArialNarrow,#222,132,137,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,être,222,612,1008,ABCDEE+ArialNarrow,#222,138,152,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,occupés,222,612,1008,ABCDEE+ArialNarrow,#222,154,185,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,186,193,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,mis,222,612,1008,ABCDEE+ArialNarrow,#222,195,208,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,222,612,1008,ABCDEE+ArialNarrow,#222,210,219,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,valeur,222,612,1008,ABCDEE+ArialNarrow,#222,220,243,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,par,222,612,1008,ABCDEE+ArialNarrow,#222,244,256,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,222,612,1008,ABCDEE+ArialNarrow,#222,258,271,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,usages,222,612,1008,ABCDEE+ArialNarrow,#222,273,300,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,nécessitant,222,612,1008,ABCDEE+ArialNarrow,#222,301,343,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,344,354,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,grands,222,612,1008,ABCDEE+ArialNarrow,#222,355,380,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,espaces,222,612,1008,ABCDEE+ArialNarrow,#222,382,413,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,222,612,1008,ABCDEE+ArialNarrow,#222,414,419,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,caractère,222,612,1008,ABCDEE+ArialNarrow,#222,421,455,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,naturel.,222,612,1008,ABCDEE+ArialNarrow,#222,457,484,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Cette,222,612,1008,ABCDEE+ArialNarrow,#222,89,109,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,catégorie,222,612,1008,ABCDEE+ArialNarrow,#222,112,146,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,149,158,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,types,222,612,1008,ABCDEE+ArialNarrow,#222,162,181,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,185,194,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,197,223,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,comprend,222,612,1008,ABCDEE+ArialNarrow,#222,226,263,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,une,222,612,1008,ABCDEE+ArialNarrow,#222,266,280,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,présence,222,612,1008,ABCDEE+ArialNarrow,#222,283,317,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,importante,222,612,1008,ABCDEE+ArialNarrow,#222,320,359,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,362,372,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"forêts,",222,612,1008,ABCDEE+ArialNarrow,#222,375,398,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,cours,222,612,1008,ABCDEE+ArialNarrow,#222,401,421,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"d’eau,",222,612,1008,ABCDEE+ArialNarrow,#222,425,447,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"lacs,",222,612,1008,ABCDEE+ArialNarrow,#222,450,467,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,222,612,1008,ABCDEE+ArialNarrow,#222,471,484,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,89,114,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,humides,222,612,1008,ABCDEE+ArialNarrow,#222,117,148,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,151,158,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,autres,222,612,1008,ABCDEE+ArialNarrow,#222,161,184,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,186,212,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,naturels,222,612,1008,ABCDEE+ArialNarrow,#222,215,244,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,importants.,222,612,1008,ABCDEE+ArialNarrow,#222,247,287,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Il,222,612,1008,ABCDEE+ArialNarrow,#222,290,294,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,correspond,222,612,1008,ABCDEE+ArialNarrow,#222,297,338,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,222,612,1008,ABCDEE+ArialNarrow,#222,341,350,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,partie,222,612,1008,ABCDEE+ArialNarrow,#222,353,374,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,aux,222,612,1008,ABCDEE+ArialNarrow,#222,376,390,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,limites,222,612,1008,ABCDEE+ArialNarrow,#222,392,416,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,222,612,1008,ABCDEE+ArialNarrow,#222,419,432,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,affectations,222,612,1008,ABCDEE+ArialNarrow,#222,435,477,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,222,612,1008,ABCDEE+ArialNarrow,#222,479,484,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Récréative,222,612,1008,ABCDEE+ArialNarrow,#222,89,128,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,130,137,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,139,149,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,conservation,222,612,1008,ABCDEE+ArialNarrow,#222,151,197,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,»,222,612,1008,ABCDEE+ArialNarrow,#222,200,204,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,207,213,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,«,222,612,1008,ABCDEE+ArialNarrow,#222,216,220,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Récréative,222,612,1008,ABCDEE+ArialNarrow,#222,223,262,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,»,222,612,1008,ABCDEE+ArialNarrow,#222,264,269,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,222,612,1008,ABCDEE+ArialNarrow,#222,271,280,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,SADR,222,612,1008,ABCDEE+ArialNarrow,#222,282,305,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,307,314,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,222,612,1008,ABCDEE+ArialNarrow,#222,317,321,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,certains,222,612,1008,ABCDEE+ArialNarrow,#222,323,352,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,autres,222,612,1008,ABCDEE+ArialNarrow,#222,354,377,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,380,405,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,naturels,222,612,1008,ABCDEE+ArialNarrow,#222,407,437,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,222,612,1008,ABCDEE+ArialNarrow,#222,439,448,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,récréatifs,222,612,1008,ABCDEE+ArialNarrow,#222,450,484,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,acquis,222,612,1008,ABCDEE+ArialNarrow,#222,89,113,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ou,222,612,1008,ABCDEE+ArialNarrow,#222,115,124,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,identifiés,222,612,1008,ABCDEE+ArialNarrow,#222,126,159,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,par,222,612,1008,ABCDEE+ArialNarrow,#222,161,173,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,222,612,1008,ABCDEE+ArialNarrow,#222,175,182,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Ville.,222,612,1008,ABCDEE+ArialNarrow,#222,184,202,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Dans,222,612,1008,ABCDEE+ArialNarrow,#222,204,223,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ce,222,612,1008,ABCDEE+ArialNarrow,#222,226,234,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,222,612,1008,ABCDEE+ArialNarrow,#222,237,252,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,254,264,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"milieux,",222,612,1008,ABCDEE+ArialNarrow,#222,266,294,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,la,222,612,1008,ABCDEE+ArialNarrow,#222,296,303,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,réglementation,222,612,1008,ABCDEE+ArialNarrow,#222,305,359,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,applicable,222,612,1008,ABCDEE+ArialNarrow,#222,361,398,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,vise,222,612,1008,ABCDEE+ArialNarrow,#222,401,415,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,222,612,1008,ABCDEE+ArialNarrow,#222,418,422,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,mettre,222,612,1008,ABCDEE+ArialNarrow,#222,425,448,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,222,612,1008,ABCDEE+ArialNarrow,#222,450,459,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,valeur,222,612,1008,ABCDEE+ArialNarrow,#222,462,484,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,89,98,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,manière,222,612,1008,ABCDEE+ArialNarrow,#222,102,131,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,durable,222,612,1008,ABCDEE+ArialNarrow,#222,135,162,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,222,612,1008,ABCDEE+ArialNarrow,#222,166,177,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,180,206,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,naturels,222,612,1008,ABCDEE+ArialNarrow,#222,210,239,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,242,249,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,y,222,612,1008,ABCDEE+ArialNarrow,#222,253,257,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,permettre,222,612,1008,ABCDEE+ArialNarrow,#222,261,296,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,des,222,612,1008,ABCDEE+ArialNarrow,#222,300,313,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,activités,222,612,1008,ABCDEE+ArialNarrow,#222,317,346,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,compatibles.,222,612,1008,ABCDEE+ArialNarrow,#222,350,396,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Les,222,612,1008,ABCDEE+ArialNarrow,#222,400,413,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,aménagements,222,612,1008,ABCDEE+ArialNarrow,#222,417,473,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,477,484,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,constructions,222,612,1008,ABCDEE+ArialNarrow,#222,89,137,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,permettant,222,612,1008,ABCDEE+ArialNarrow,#222,140,179,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’accès,222,612,1008,ABCDEE+ArialNarrow,#222,181,206,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,209,216,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,les,222,612,1008,ABCDEE+ArialNarrow,#222,218,228,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,activités,222,612,1008,ABCDEE+ArialNarrow,#222,231,260,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,récréotouristiques,222,612,1008,ABCDEE+ArialNarrow,#222,263,328,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"extensives,",222,612,1008,ABCDEE+ArialNarrow,#222,330,372,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"d’interprétation,",222,612,1008,ABCDEE+ArialNarrow,#222,374,431,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"d’observation,",222,612,1008,ABCDEE+ArialNarrow,#222,433,484,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,89,98,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,recherche,222,612,1008,ABCDEE+ArialNarrow,#222,101,138,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"scientifique,",222,612,1008,ABCDEE+ArialNarrow,#222,141,184,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’éducation,222,612,1008,ABCDEE+ArialNarrow,#222,188,230,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,233,240,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,243,252,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,récréation,222,612,1008,ABCDEE+ArialNarrow,#222,255,292,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,en,222,612,1008,ABCDEE+ArialNarrow,#222,295,304,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,nature,222,612,1008,ABCDEE+ArialNarrow,#222,308,331,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,222,612,1008,ABCDEE+ArialNarrow,#222,334,350,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,"autorisés,",222,612,1008,ABCDEE+ArialNarrow,#222,353,389,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,ainsi,222,612,1008,ABCDEE+ArialNarrow,#222,392,409,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,que,222,612,1008,ABCDEE+ArialNarrow,#222,412,426,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,certains,222,612,1008,ABCDEE+ArialNarrow,#222,429,458,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,autres,222,612,1008,ABCDEE+ArialNarrow,#222,461,484,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,usages,222,612,1008,ABCDEE+ArialNarrow,#222,89,115,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,222,612,1008,ABCDEE+ArialNarrow,#222,118,122,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,vocation,222,612,1008,ABCDEE+ArialNarrow,#222,125,156,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,complémentaires,222,612,1008,ABCDEE+ArialNarrow,#222,158,221,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,223,230,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,compatibles.,222,612,1008,ABCDEE+ArialNarrow,#222,233,279,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,Les,222,612,1008,ABCDEE+ArialNarrow,#222,282,295,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,activités,222,612,1008,ABCDEE+ArialNarrow,#222,297,327,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,agroforestières,222,612,1008,ABCDEE+ArialNarrow,#222,330,384,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,sont,222,612,1008,ABCDEE+ArialNarrow,#222,387,403,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,également,222,612,1008,ABCDEE+ArialNarrow,#222,405,443,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,autorisées,222,612,1008,ABCDEE+ArialNarrow,#222,446,484,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,222,612,1008,ABCDEE+ArialNarrow,#222,89,107,576,586,223371,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,certains,222,612,1008,ABCDEE+ArialNarrow,#222,109,138,576,586,223371,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,I-Alinea,secteurs.,222,612,1008,ABCDEE+ArialNarrow,#222,140,173,576,586,223371,6,P,Sect;L;L;L;L;L;L;LI;LBody -O,B-Pied,222,222,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,223746,,Artifact, -O,B-Tete,Règlement,223,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,223839,,Artifact, -O,I-Tete,de,223,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,223839,,Artifact, -O,I-Tete,zonage,223,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,223839,,Artifact, -O,I-Tete,1314-2021-Z,223,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,223839,,Artifact, -O,I-Tete,Chapitre,223,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,223839,,Artifact, -O,I-Tete,7,223,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,223839,,Artifact, -O,I-Tete,–,223,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,223839,,Artifact, -O,I-Tete,Types,223,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,223839,,Artifact, -O,I-Tete,de,223,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,223839,,Artifact, -O,I-Tete,milieux,223,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,223839,,Artifact, -O,I-Tete,et,223,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,223839,,Artifact, -O,I-Tete,zones,223,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,223839,,Artifact, -O,B-SousSection,T2.1,223,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,210,73,83,223876,2,P,H2 -O,I-SousSection,AGROFORESTIER,223,612,1008,ABCDEE+ArialNarrow-Bold,#000,212,283,73,83,223876,5,P,H2 -O,B-Article,464.,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,437,447,224239,8,P,H3 -O,I-Article,Lotissement,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,151,437,447,224239,8,P,H3 -O,B-Alinea,Les,223,612,1008,ABCDEE+ArialNarrow,#222,85,98,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,223,612,1008,ABCDEE+ArialNarrow,#222,101,143,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,223,612,1008,ABCDEE+ArialNarrow,#222,146,155,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tableau,223,612,1008,ABCDEE+ArialNarrow,#222,157,184,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivant,223,612,1008,ABCDEE+ArialNarrow,#222,186,212,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,s’appliquent,223,612,1008,ABCDEE+ArialNarrow,#222,215,258,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,223,612,1008,ABCDEE+ArialNarrow,#222,261,265,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’implantation,223,612,1008,ABCDEE+ArialNarrow,#222,267,315,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,223,612,1008,ABCDEE+ArialNarrow,#222,317,333,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,bâtiment,223,612,1008,ABCDEE+ArialNarrow,#222,335,367,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,principal,223,612,1008,ABCDEE+ArialNarrow,#222,369,400,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,223,612,1008,ABCDEE+ArialNarrow,#222,402,420,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,223,612,1008,ABCDEE+ArialNarrow,#222,422,428,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,223,612,1008,ABCDEE+ArialNarrow,#222,431,446,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,223,612,1008,ABCDEE+ArialNarrow,#222,448,457,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,223,612,1008,ABCDEE+ArialNarrow,#222,460,485,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,T2.1.,223,612,1008,ABCDEE+ArialNarrow,#222,487,506,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody -O,B-Alinea,Tableau,223,612,1008,ABCDEE+ArialNarrow,#fff,90,120,479,489,224281,12,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,43,223,612,1008,ABCDEE+ArialNarrow,#fff,122,131,479,489,224281,12,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,Lotissement,223,612,1008,ABCDEE+ArialNarrow,#fff,147,191,479,489,224281,14,P,Table;TR;TD;L;LI;LBody -O,O,Part.,223,612,1008,ABCDEE+ArialNarrow,#222,246,263,501,511,224303,20,P,Table;TR;TD;Table;TR;TD;P -O,O,Non,223,612,1008,ABCDEE+ArialNarrow,#222,292,307,501,511,224303,21,P,Table;TR;TD;Table;TR;TD;P -O,O,Desservi,223,612,1008,ABCDEE+ArialNarrow,#222,200,232,507,517,224310,19,P,Table;TR;TD;Table;TR;TD;P -O,O,desservi,223,612,1008,ABCDEE+ArialNarrow,#222,246,277,513,523,224316,20,P,Table;TR;TD;Table;TR;TD;P -O,O,desservi,223,612,1008,ABCDEE+ArialNarrow,#222,292,323,513,523,224316,21,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,223,612,1008,ABCDEE+ArialNarrow,#222,107,135,532,542,224335,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,223,612,1008,ABCDEE+ArialNarrow,#222,137,170,532,542,224335,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,sur,223,612,1008,ABCDEE+ArialNarrow,#222,172,184,532,542,224335,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,211,224,538,548,224341,25,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,257,271,538,548,224341,26,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,303,317,538,548,224341,27,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,la,223,612,1008,ABCDEE+ArialNarrow,#222,107,113,544,555,224347,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,ligne,223,612,1008,ABCDEE+ArialNarrow,#222,115,133,544,555,224347,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,avant,223,612,1008,ABCDEE+ArialNarrow,#222,135,155,544,555,224347,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),223,612,1008,ABCDEE+ArialNarrow,#222,157,170,544,555,224347,24,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,223,612,1008,ABCDEE+ArialNarrow,#222,107,135,563,573,224366,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,maximale,223,612,1008,ABCDEE+ArialNarrow,#222,137,172,563,573,224366,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,sur,223,612,1008,ABCDEE+ArialNarrow,#222,175,186,563,573,224366,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,223,612,1008,ABCDEE+ArialNarrow,#222,216,219,570,580,224372,31,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,223,612,1008,ABCDEE+ArialNarrow,#222,262,265,570,580,224372,32,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,223,612,1008,ABCDEE+ArialNarrow,#222,309,311,570,580,224372,33,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,la,223,612,1008,ABCDEE+ArialNarrow,#222,107,113,576,586,224378,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,ligne,223,612,1008,ABCDEE+ArialNarrow,#222,115,133,576,586,224378,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,avant,223,612,1008,ABCDEE+ArialNarrow,#222,135,155,576,586,224378,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),223,612,1008,ABCDEE+ArialNarrow,#222,157,170,576,586,224378,30,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Superficie,223,612,1008,ABCDEE+ArialNarrow,#222,107,143,595,605,224397,36,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,223,612,1008,ABCDEE+ArialNarrow,#222,145,178,595,605,224397,36,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,25,223,612,1008,ABCDEE+ArialNarrow,#222,205,214,601,611,224403,37,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,000,223,612,1008,ABCDEE+ArialNarrow,#222,216,230,601,611,224403,37,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,25,223,612,1008,ABCDEE+ArialNarrow,#222,251,260,601,611,224403,38,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,000,223,612,1008,ABCDEE+ArialNarrow,#222,263,276,601,611,224403,38,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,25,223,612,1008,ABCDEE+ArialNarrow,#222,297,307,601,611,224403,39,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,000,223,612,1008,ABCDEE+ArialNarrow,#222,309,323,601,611,224403,39,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m²),223,612,1008,ABCDEE+ArialNarrow,#222,107,122,607,617,224410,36,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,223,612,1008,ABCDEE+ArialNarrow,#222,107,135,626,636,224429,42,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,moyenne,223,612,1008,ABCDEE+ArialNarrow,#222,137,171,626,636,224429,42,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,211,224,632,642,224435,43,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,257,271,632,642,224435,44,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,303,317,632,642,224435,45,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,223,612,1008,ABCDEE+ArialNarrow,#222,107,140,638,648,224441,42,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),223,612,1008,ABCDEE+ArialNarrow,#222,142,154,638,648,224441,42,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Figure,223,612,1008,ABCDEE+ArialNarrow,#378,362,383,653,662,224456,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,70.,223,612,1008,ABCDEE+ArialNarrow,#378,385,396,653,662,224456,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,Règles,223,612,1008,ABCDEE+ArialNarrow,#378,398,421,653,662,224456,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,minimales,223,612,1008,ABCDEE+ArialNarrow,#378,423,456,653,662,224456,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,de,223,612,1008,ABCDEE+ArialNarrow,#378,458,466,653,662,224456,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,lotissement,223,612,1008,ABCDEE+ArialNarrow,#378,468,506,653,662,224456,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,Profondeur,223,612,1008,ABCDEE+ArialNarrow,#222,107,147,657,667,224460,48,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,moyenne,223,612,1008,ABCDEE+ArialNarrow,#222,150,183,657,667,224460,48,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,211,224,663,673,224466,49,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,257,271,663,673,224466,50,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,303,317,663,673,224466,51,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,223,612,1008,ABCDEE+ArialNarrow,#222,107,140,670,680,224472,48,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),223,612,1008,ABCDEE+ArialNarrow,#222,142,154,670,680,224472,48,P,Table;TR;TD;Table;TR;TD;P -O,B-Article,465.,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,703,713,224506,56,P,H3 -O,I-Article,Implantation,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,152,703,713,224506,56,P,H3 -O,I-Article,d’un,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,154,171,703,713,224506,56,P,H3 -O,I-Article,bâtiment,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,174,208,703,713,224506,56,P,H3 -O,B-Alinea,Les,223,612,1008,ABCDEE+ArialNarrow,#222,85,98,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,223,612,1008,ABCDEE+ArialNarrow,#222,101,143,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,223,612,1008,ABCDEE+ArialNarrow,#222,146,155,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tableau,223,612,1008,ABCDEE+ArialNarrow,#222,157,184,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivant,223,612,1008,ABCDEE+ArialNarrow,#222,186,212,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,s’appliquent,223,612,1008,ABCDEE+ArialNarrow,#222,215,258,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,223,612,1008,ABCDEE+ArialNarrow,#222,261,265,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’implantation,223,612,1008,ABCDEE+ArialNarrow,#222,267,315,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,223,612,1008,ABCDEE+ArialNarrow,#222,317,333,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,bâtiment,223,612,1008,ABCDEE+ArialNarrow,#222,335,367,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,principal,223,612,1008,ABCDEE+ArialNarrow,#222,369,400,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,223,612,1008,ABCDEE+ArialNarrow,#222,402,420,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,223,612,1008,ABCDEE+ArialNarrow,#222,422,428,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,223,612,1008,ABCDEE+ArialNarrow,#222,431,446,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,223,612,1008,ABCDEE+ArialNarrow,#222,448,457,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,223,612,1008,ABCDEE+ArialNarrow,#222,460,485,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,T2.1.,223,612,1008,ABCDEE+ArialNarrow,#222,487,506,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody -O,B-Pied,223,223,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,224755,,Artifact, -O,B-Tete,Règlement,231,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,231904,,Artifact, -O,I-Tete,de,231,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,231904,,Artifact, -O,I-Tete,zonage,231,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,231904,,Artifact, -O,I-Tete,1314-2021-Z,231,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,231904,,Artifact, -O,I-Tete,Chapitre,231,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,231904,,Artifact, -O,I-Tete,7,231,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,231904,,Artifact, -O,I-Tete,–,231,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,231904,,Artifact, -O,I-Tete,Types,231,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,231904,,Artifact, -O,I-Tete,de,231,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,231904,,Artifact, -O,I-Tete,milieux,231,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,231904,,Artifact, -O,I-Tete,et,231,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,231904,,Artifact, -O,I-Tete,zones,231,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,231904,,Artifact, -O,B-SousSection,T2.2,231,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,210,73,83,231941,2,P,H2 -O,I-SousSection,RÉCRÉOTOURISTIQUE,231,612,1008,ABCDEE+ArialNarrow-Bold,#000,212,303,73,83,231941,5,P,H2 -O,I-SousSection,EXTENSIF,231,612,1008,ABCDEE+ArialNarrow-Bold,#000,305,345,73,83,231941,5,P,H2 -O,B-Article,474.,231,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,369,379,232237,7,P,H3 -O,I-Article,Lotissement,231,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,151,369,379,232237,7,P,H3 -O,B-Alinea,Les,231,612,1008,ABCDEE+ArialNarrow,#222,85,98,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dispositions,231,612,1008,ABCDEE+ArialNarrow,#222,101,143,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,du,231,612,1008,ABCDEE+ArialNarrow,#222,146,155,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,tableau,231,612,1008,ABCDEE+ArialNarrow,#222,157,184,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,suivant,231,612,1008,ABCDEE+ArialNarrow,#222,186,212,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,s’appliquent,231,612,1008,ABCDEE+ArialNarrow,#222,215,258,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,à,231,612,1008,ABCDEE+ArialNarrow,#222,261,265,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,l’implantation,231,612,1008,ABCDEE+ArialNarrow,#222,267,315,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,d’un,231,612,1008,ABCDEE+ArialNarrow,#222,317,333,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,bâtiment,231,612,1008,ABCDEE+ArialNarrow,#222,335,367,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,principal,231,612,1008,ABCDEE+ArialNarrow,#222,369,400,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,dans,231,612,1008,ABCDEE+ArialNarrow,#222,402,420,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,le,231,612,1008,ABCDEE+ArialNarrow,#222,422,428,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,type,231,612,1008,ABCDEE+ArialNarrow,#222,431,446,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,de,231,612,1008,ABCDEE+ArialNarrow,#222,448,458,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,milieux,231,612,1008,ABCDEE+ArialNarrow,#222,460,485,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,I-Alinea,T2.2.,231,612,1008,ABCDEE+ArialNarrow,#222,488,506,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody -O,B-Titre,Tableau,231,612,1008,ABCDEE+ArialNarrow,#fff,90,120,431,442,232299,12,P,Table;TR;TD;L;LI;LBody -O,I-Titre,52,231,612,1008,ABCDEE+ArialNarrow,#fff,122,131,431,442,232299,12,P,Table;TR;TD;L;LI;LBody -O,I-Titre,Lotissement,231,612,1008,ABCDEE+ArialNarrow,#fff,147,191,431,442,232299,14,P,Table;TR;TD;L;LI;LBody -O,O,Part.,231,612,1008,ABCDEE+ArialNarrow,#222,246,263,454,464,232321,20,P,Table;TR;TD;Table;TR;TD;P -O,O,Non,231,612,1008,ABCDEE+ArialNarrow,#222,292,307,454,464,232321,21,P,Table;TR;TD;Table;TR;TD;P -O,O,Desservi,231,612,1008,ABCDEE+ArialNarrow,#222,200,232,460,470,232327,19,P,Table;TR;TD;Table;TR;TD;P -O,O,desservi,231,612,1008,ABCDEE+ArialNarrow,#222,246,277,466,476,232334,20,P,Table;TR;TD;Table;TR;TD;P -O,O,desservi,231,612,1008,ABCDEE+ArialNarrow,#222,292,323,466,476,232334,21,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,231,612,1008,ABCDEE+ArialNarrow,#222,105,133,485,495,232353,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,231,612,1008,ABCDEE+ArialNarrow,#222,135,168,485,495,232353,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,sur,231,612,1008,ABCDEE+ArialNarrow,#222,170,182,485,495,232353,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,25,231,612,1008,ABCDEE+ArialNarrow,#222,213,222,491,501,232359,25,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,50,231,612,1008,ABCDEE+ArialNarrow,#222,259,268,491,501,232359,26,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,231,612,1008,ABCDEE+ArialNarrow,#222,303,317,491,501,232359,27,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,la,231,612,1008,ABCDEE+ArialNarrow,#222,105,111,497,507,232365,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,ligne,231,612,1008,ABCDEE+ArialNarrow,#222,113,131,497,507,232365,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,avant,231,612,1008,ABCDEE+ArialNarrow,#222,133,153,497,507,232365,24,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),231,612,1008,ABCDEE+ArialNarrow,#222,155,168,497,507,232365,24,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,231,612,1008,ABCDEE+ArialNarrow,#222,105,133,516,526,232384,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,maximale,231,612,1008,ABCDEE+ArialNarrow,#222,135,170,516,526,232384,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,sur,231,612,1008,ABCDEE+ArialNarrow,#222,173,184,516,526,232384,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,231,612,1008,ABCDEE+ArialNarrow,#222,216,219,522,532,232390,31,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,231,612,1008,ABCDEE+ArialNarrow,#222,262,265,522,532,232390,32,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,-,231,612,1008,ABCDEE+ArialNarrow,#222,309,311,522,532,232390,33,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,la,231,612,1008,ABCDEE+ArialNarrow,#222,105,111,529,539,232396,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,ligne,231,612,1008,ABCDEE+ArialNarrow,#222,113,131,529,539,232396,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,avant,231,612,1008,ABCDEE+ArialNarrow,#222,133,153,529,539,232396,30,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),231,612,1008,ABCDEE+ArialNarrow,#222,155,168,529,539,232396,30,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Superficie,231,612,1008,ABCDEE+ArialNarrow,#222,105,141,547,558,232415,36,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,231,612,1008,ABCDEE+ArialNarrow,#222,143,176,547,558,232415,36,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,20,231,612,1008,ABCDEE+ArialNarrow,#222,298,307,547,558,232415,39,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,000,231,612,1008,ABCDEE+ArialNarrow,#222,309,323,547,558,232415,39,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,2000,231,612,1008,ABCDEE+ArialNarrow,#222,207,226,554,564,232421,37,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,3000,231,612,1008,ABCDEE+ArialNarrow,#222,255,273,554,564,232421,38,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m²),231,612,1008,ABCDEE+ArialNarrow,#222,105,120,560,570,232428,36,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(Art.,231,612,1008,ABCDEE+ArialNarrow,#222,293,308,560,570,232428,39,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,483),231,612,1008,ABCDEE+ArialNarrow,#222,311,327,560,570,232428,39,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Largeur,231,612,1008,ABCDEE+ArialNarrow,#222,105,133,579,589,232446,42,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,moyenne,231,612,1008,ABCDEE+ArialNarrow,#222,135,169,579,589,232446,42,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,25,231,612,1008,ABCDEE+ArialNarrow,#222,213,222,585,595,232453,43,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,50,231,612,1008,ABCDEE+ArialNarrow,#222,259,268,585,595,232453,44,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,231,612,1008,ABCDEE+ArialNarrow,#222,303,317,585,595,232453,45,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale,231,612,1008,ABCDEE+ArialNarrow,#222,105,137,591,601,232459,42,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,(m),231,612,1008,ABCDEE+ArialNarrow,#222,140,152,591,601,232459,42,P,Table;TR;TD;Table;TR;TD;P -O,B-Alinea,Profondeur,231,612,1008,ABCDEE+ArialNarrow,#222,105,145,610,620,232478,48,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,moyenne,231,612,1008,ABCDEE+ArialNarrow,#222,148,181,610,620,232478,48,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,Figure,231,612,1008,ABCDEE+ArialNarrow,#378,359,380,609,618,232476,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,82.,231,612,1008,ABCDEE+ArialNarrow,#378,382,392,609,618,232476,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,Règles,231,612,1008,ABCDEE+ArialNarrow,#378,394,417,609,618,232476,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,minimales,231,612,1008,ABCDEE+ArialNarrow,#378,419,452,609,618,232476,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,de,231,612,1008,ABCDEE+ArialNarrow,#378,455,463,609,618,232476,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,lotissement,231,612,1008,ABCDEE+ArialNarrow,#378,465,502,609,618,232476,53,P,Table;TR;TD;L;LI;LBody -O,I-Alinea,50,231,612,1008,ABCDEE+ArialNarrow,#222,213,222,616,626,232484,49,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,60,231,612,1008,ABCDEE+ArialNarrow,#222,259,268,616,626,232484,50,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,100,231,612,1008,ABCDEE+ArialNarrow,#222,303,317,616,626,232484,51,P,Table;TR;TD;Table;TR;TD;P -O,I-Alinea,minimale(m),231,612,1008,ABCDEE+ArialNarrow,#222,105,150,622,632,232490,48,P,Table;TR;TD;Table;TR;TD;P -O,B-Amendement,2022-04-20,231,612,1008,ABCDEE+ArialNarrow-Italic,#f00,85,127,658,668,232526,57,P,P -O,I-Amendement,"(R1314-2021-Z-3,",231,612,1008,ABCDEE+ArialNarrow-Italic,#f00,129,195,658,668,232526,57,P,P -O,I-Amendement,a.,231,612,1008,ABCDEE+ArialNarrow-Italic,#f00,197,204,658,668,232526,57,P,P -O,I-Amendement,6),231,612,1008,ABCDEE+ArialNarrow-Italic,#f00,206,213,658,668,232526,57,P,P -O,B-Pied,231,231,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,232820,,Artifact, +sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack +O,B-Chapitre,CHAPITRE,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,178,253,513,531,190040,1,P,H1 +O,I-Chapitre,7,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,257,265,513,531,190040,1,P,H1 +O,I-Chapitre,TYPES,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,269,318,513,531,190040,2,P,H1 +O,I-Chapitre,DE,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,322,342,513,531,190040,2,P,H1 +O,I-Chapitre,MILIEUX,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,347,406,513,531,190040,2,P,H1 +O,I-Chapitre,ET,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,411,429,513,531,190040,2,P,H1 +O,I-Chapitre,ZONES,189,612,1008,ABCDEE+ArialNarrow-Bold,#222,434,484,513,531,190040,3,P,H1 +O,B-Pied,189,189,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,190479,,Artifact, +B-Titre,B-Tete,Règlement,190,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,190571,,Artifact, +I-Titre,I-Tete,de,190,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,190571,,Artifact, +I-Titre,I-Tete,zonage,190,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,190571,,Artifact, +I-Titre,I-Tete,1314-2021-Z,190,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,190571,,Artifact, +O,I-Tete,Chapitre,190,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,190571,,Artifact, +O,I-Tete,7,190,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,190571,,Artifact, +O,I-Tete,–,190,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,190571,,Artifact, +O,I-Tete,Types,190,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,190571,,Artifact, +O,I-Tete,de,190,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,190571,,Artifact, +O,I-Tete,milieux,190,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,190571,,Artifact, +O,I-Tete,et,190,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,190571,,Artifact, +O,I-Tete,zones,190,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,190571,,Artifact, +O,B-Section,SECTION,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,136,98,112,190633,0,P,H2 +O,I-Section,1,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,139,146,98,112,190633,0,P,H2 +O,I-Section,DISPOSITIONS,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,159,240,98,112,190633,0,P,H2 +O,I-Section,EXPLICATIVES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,244,327,98,112,190633,0,P,H2 +O,I-Section,DES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,330,353,98,112,190633,0,P,H2 +O,I-Section,FICHES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,356,399,98,112,190633,0,P,H2 +O,I-Section,RÉGLEMENTAIRES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,402,509,98,112,190633,0,P,H2 +O,I-Section,DES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,229,252,114,128,190649,0,P,H2 +O,I-Section,TYPES,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,255,293,114,128,190649,0,P,H2 +O,I-Section,DE,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,296,312,114,128,190649,0,P,H2 +O,I-Section,MILIEUX,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,315,362,114,128,190649,0,P,H2 +O,B-SousSection,DOMAINE,190,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,232,154,164,190688,3,P,H2 +O,I-SousSection,D’APPLICATION,190,612,1008,ABCDEE+ArialNarrow-Bold,#000,234,298,154,164,190688,3,P,H2 +O,B-Article,431.,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,183,193,190718,6,P,H3 +O,I-Article,Signification,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,152,183,193,190718,6,P,H3 +O,I-Article,des,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,155,169,183,193,190718,6,P,H3 +O,I-Article,mots,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,171,190,183,193,190718,6,P,H3 +O,I-Article,et,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,193,200,183,193,190718,6,P,H3 +O,I-Article,expressions,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,202,250,183,193,190718,6,P,H3 +O,B-Alinea,Les,190,612,1008,ABCDEE+ArialNarrow,#222,85,98,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sections,190,612,1008,ABCDEE+ArialNarrow,#222,101,131,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivantes,190,612,1008,ABCDEE+ArialNarrow,#222,134,169,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,précisent,190,612,1008,ABCDEE+ArialNarrow,#222,171,205,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,190,612,1008,ABCDEE+ArialNarrow,#222,207,214,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,signification,190,612,1008,ABCDEE+ArialNarrow,#222,216,259,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,262,275,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,mots,190,612,1008,ABCDEE+ArialNarrow,#222,278,296,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,190,612,1008,ABCDEE+ArialNarrow,#222,299,305,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,308,321,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,expressions,190,612,1008,ABCDEE+ArialNarrow,#222,324,368,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,utilisés,190,612,1008,ABCDEE+ArialNarrow,#222,371,396,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,190,612,1008,ABCDEE+ArialNarrow,#222,399,416,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,190,612,1008,ABCDEE+ArialNarrow,#222,419,430,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fiches,190,612,1008,ABCDEE+ArialNarrow,#222,432,454,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,réglementaires,190,612,1008,ABCDEE+ArialNarrow,#222,457,511,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,514,527,204,214,190738,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,190,612,1008,ABCDEE+ArialNarrow,#222,85,105,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,190,612,1008,ABCDEE+ArialNarrow,#222,107,116,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,190,612,1008,ABCDEE+ArialNarrow,#222,118,144,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,146,159,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,sections,190,612,1008,ABCDEE+ArialNarrow,#222,162,192,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,2,190,612,1008,ABCDEE+ArialNarrow,#222,194,199,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,190,612,1008,ABCDEE+ArialNarrow,#222,201,205,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,10.,190,612,1008,ABCDEE+ArialNarrow,#222,208,219,215,225,190750,7,P,L;L;L;L;L;L;LI;LBody +O,B-SousSection,DISPOSITIONS,190,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,251,250,260,190785,10,P,H2 +O,I-SousSection,EXPLICATIVES,190,612,1008,ABCDEE+ArialNarrow-Bold,#000,254,313,250,260,190785,10,P,H2 +O,B-Article,432.,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,280,290,190815,13,P,H3 +O,I-Article,Règles,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,130,280,290,190815,13,P,H3 +O,I-Article,d’interprétation,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,132,192,280,290,190815,13,P,H3 +O,I-Article,des,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,195,209,280,290,190815,13,P,H3 +O,I-Article,tableaux,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,211,244,280,290,190815,13,P,H3 +O,B-Alinea,Les,190,612,1008,ABCDEE+ArialNarrow,#222,85,98,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,paragraphes,190,612,1008,ABCDEE+ArialNarrow,#222,101,147,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,qui,190,612,1008,ABCDEE+ArialNarrow,#222,149,160,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivent,190,612,1008,ABCDEE+ArialNarrow,#222,162,188,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,établissent,190,612,1008,ABCDEE+ArialNarrow,#222,190,229,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,190,612,1008,ABCDEE+ArialNarrow,#222,232,242,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,règles,190,612,1008,ABCDEE+ArialNarrow,#222,244,267,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,applicables,190,612,1008,ABCDEE+ArialNarrow,#222,269,310,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,pour,190,612,1008,ABCDEE+ArialNarrow,#222,312,329,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’interprétation,190,612,1008,ABCDEE+ArialNarrow,#222,331,383,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,385,398,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tableaux,190,612,1008,ABCDEE+ArialNarrow,#222,400,431,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,434,447,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,fiches,190,612,1008,ABCDEE+ArialNarrow,#222,449,471,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,réglementaires,190,612,1008,ABCDEE+ArialNarrow,#222,473,527,300,310,190835,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,85,98,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,190,612,1008,ABCDEE+ArialNarrow,#222,101,120,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,190,612,1008,ABCDEE+ArialNarrow,#222,122,132,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,190,612,1008,ABCDEE+ArialNarrow,#222,134,159,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,190,612,1008,ABCDEE+ArialNarrow,#222,162,168,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,190,612,1008,ABCDEE+ArialNarrow,#222,171,184,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tableaux,190,612,1008,ABCDEE+ArialNarrow,#222,186,217,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’exceptions,190,612,1008,ABCDEE+ArialNarrow,#222,220,265,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,:,190,612,1008,ABCDEE+ArialNarrow,#222,267,270,312,322,190847,14,P,L;L;L;L;L;L;LI;LBody +O,B-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,132,145,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pastille,190,612,1008,ABCDEE+ArialNarrow,#222,148,173,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,avec,190,612,1008,ABCDEE+ArialNarrow,#222,175,193,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,195,209,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,lettre,190,612,1008,ABCDEE+ArialNarrow,#222,211,229,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,(ex.,190,612,1008,ABCDEE+ArialNarrow,#222,231,245,332,342,190867,17,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,),190,612,1008,ABCDEE+ArialNarrow,#222,259,261,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,identifie,190,612,1008,ABCDEE+ArialNarrow,#222,264,292,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,294,308,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,190,612,1008,ABCDEE+ArialNarrow,#222,310,349,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,351,356,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,respecter;,190,612,1008,ABCDEE+ArialNarrow,#222,358,394,332,342,190867,20,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,132,141,350,360,190884,25,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,point,190,612,1008,ABCDEE+ArialNarrow,#222,144,161,350,360,190884,25,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,(●),190,612,1008,ABCDEE+ArialNarrow,#222,164,176,350,360,190884,25,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,vis-à-vis,190,612,1008,ABCDEE+ArialNarrow,#222,179,209,350,360,190884,25,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,212,221,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,élément,190,612,1008,ABCDEE+ArialNarrow,#222,224,253,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,correspondant,190,612,1008,ABCDEE+ArialNarrow,#222,256,309,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,312,316,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,319,333,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ligne,190,612,1008,ABCDEE+ArialNarrow,#222,336,353,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,356,365,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,368,373,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,376,389,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,colonne,190,612,1008,ABCDEE+ArialNarrow,#222,392,421,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,424,450,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,que,190,612,1008,ABCDEE+ArialNarrow,#222,453,467,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cet,190,612,1008,ABCDEE+ArialNarrow,#222,470,481,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,élément,190,612,1008,ABCDEE+ArialNarrow,#222,484,513,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,190,612,1008,ABCDEE+ArialNarrow,#222,516,527,350,360,190884,29,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,autorisé.,190,612,1008,ABCDEE+ArialNarrow,#222,132,163,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Si,190,612,1008,ABCDEE+ArialNarrow,#222,165,173,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,aucun,190,612,1008,ABCDEE+ArialNarrow,#222,175,197,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,point,190,612,1008,ABCDEE+ArialNarrow,#222,200,217,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,n’est,190,612,1008,ABCDEE+ArialNarrow,#222,220,237,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,inscrit,190,612,1008,ABCDEE+ArialNarrow,#222,239,261,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,vis-à-vis,190,612,1008,ABCDEE+ArialNarrow,#222,263,293,361,371,190896,30,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cette,190,612,1008,ABCDEE+ArialNarrow,#222,295,313,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ligne,190,612,1008,ABCDEE+ArialNarrow,#222,315,333,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,335,344,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cette,190,612,1008,ABCDEE+ArialNarrow,#222,346,364,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"colonne,",190,612,1008,ABCDEE+ArialNarrow,#222,366,397,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cet,190,612,1008,ABCDEE+ArialNarrow,#222,400,410,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,élément,190,612,1008,ABCDEE+ArialNarrow,#222,413,442,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,n’est,190,612,1008,ABCDEE+ArialNarrow,#222,444,462,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pas,190,612,1008,ABCDEE+ArialNarrow,#222,464,477,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,autorisé;,190,612,1008,ABCDEE+ArialNarrow,#222,479,511,361,371,190896,34,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,132,141,378,388,190913,38,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,nombre,190,612,1008,ABCDEE+ArialNarrow,#222,143,171,378,388,190913,38,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,vis-à-vis,190,612,1008,ABCDEE+ArialNarrow,#222,174,204,378,388,190913,38,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,206,213,378,388,190913,42,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,colonne,190,612,1008,ABCDEE+ArialNarrow,#222,215,244,378,388,190913,42,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,190,612,1008,ABCDEE+ArialNarrow,#222,246,251,378,388,190913,42,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Minimum,190,612,1008,ABCDEE+ArialNarrow,#222,253,287,378,388,190913,44,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,190,612,1008,ABCDEE+ArialNarrow,#222,289,293,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,296,322,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,325,339,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dimension,190,612,1008,ABCDEE+ArialNarrow,#222,341,379,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,381,390,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,393,402,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pourcentage,190,612,1008,ABCDEE+ArialNarrow,#222,405,450,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,minimal,190,612,1008,ABCDEE+ArialNarrow,#222,453,481,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,483,488,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,respecter.,190,612,1008,ABCDEE+ArialNarrow,#222,491,527,378,388,190913,47,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Un,190,612,1008,ABCDEE+ArialNarrow,#222,132,142,390,400,190925,48,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,nombre,190,612,1008,ABCDEE+ArialNarrow,#222,144,172,390,400,190925,48,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,vis-à-vis,190,612,1008,ABCDEE+ArialNarrow,#222,174,204,390,400,190925,48,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,206,213,390,400,190925,52,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,colonne,190,612,1008,ABCDEE+ArialNarrow,#222,215,244,390,400,190925,52,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,190,612,1008,ABCDEE+ArialNarrow,#222,246,250,390,400,190925,52,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Maximum,190,612,1008,ABCDEE+ArialNarrow,#222,253,288,390,400,190925,54,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,190,612,1008,ABCDEE+ArialNarrow,#222,290,295,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,297,324,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,326,339,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dimension,190,612,1008,ABCDEE+ArialNarrow,#222,342,379,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,381,390,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,392,402,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pourcentage,190,612,1008,ABCDEE+ArialNarrow,#222,404,449,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,maximal,190,612,1008,ABCDEE+ArialNarrow,#222,451,482,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,484,489,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,respecter.,190,612,1008,ABCDEE+ArialNarrow,#222,491,527,390,400,190925,56,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,Le,190,612,1008,ABCDEE+ArialNarrow,#222,132,141,401,411,190936,57,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,symbole,190,612,1008,ABCDEE+ArialNarrow,#222,145,175,401,411,190936,57,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,190,612,1008,ABCDEE+ArialNarrow,#222,180,184,401,411,190936,57,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,-,190,612,1008,ABCDEE+ArialNarrow-Bold,#222,187,189,401,411,190936,59,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,190,612,1008,ABCDEE+ArialNarrow,#222,194,198,401,411,190936,61,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,vis-à-vis,190,612,1008,ABCDEE+ArialNarrow,#222,202,233,401,411,190936,61,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’une,190,612,1008,ABCDEE+ArialNarrow,#222,237,254,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,258,267,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,l’autre,190,612,1008,ABCDEE+ArialNarrow,#222,272,294,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,190,612,1008,ABCDEE+ArialNarrow,#222,298,307,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ces,190,612,1008,ABCDEE+ArialNarrow,#222,312,324,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,colonnes,190,612,1008,ABCDEE+ArialNarrow,#222,329,361,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,366,392,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,qu’aucune,190,612,1008,ABCDEE+ArialNarrow,#222,396,434,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dimension,190,612,1008,ABCDEE+ArialNarrow,#222,439,476,401,411,190936,65,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,480,490,401,411,190936,66,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,qu’aucun,190,612,1008,ABCDEE+ArialNarrow,#222,494,527,401,411,190936,66,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pourcentage,190,612,1008,ABCDEE+ArialNarrow,#222,132,177,413,423,190948,67,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ne,190,612,1008,ABCDEE+ArialNarrow,#222,180,189,413,423,190948,67,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,doit,190,612,1008,ABCDEE+ArialNarrow,#222,191,204,413,423,190948,67,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,être,190,612,1008,ABCDEE+ArialNarrow,#222,206,221,413,423,190948,67,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,respecté;,190,612,1008,ABCDEE+ArialNarrow,#222,223,257,413,423,190948,67,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,132,138,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,mention,190,612,1008,ABCDEE+ArialNarrow,#222,140,169,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,«,190,612,1008,ABCDEE+ArialNarrow,#222,172,176,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,N/A,190,612,1008,ABCDEE+ArialNarrow,#222,179,192,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,»,190,612,1008,ABCDEE+ArialNarrow,#222,194,199,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,201,228,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,que,190,612,1008,ABCDEE+ArialNarrow,#222,230,244,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cette,190,612,1008,ABCDEE+ArialNarrow,#222,246,264,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,norme,190,612,1008,ABCDEE+ArialNarrow,#222,266,289,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,est,190,612,1008,ABCDEE+ArialNarrow,#222,292,303,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,inapplicable,190,612,1008,ABCDEE+ArialNarrow,#222,305,348,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,190,612,1008,ABCDEE+ArialNarrow,#222,350,368,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ce,190,612,1008,ABCDEE+ArialNarrow,#222,370,379,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,type,190,612,1008,ABCDEE+ArialNarrow,#222,381,397,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,190,612,1008,ABCDEE+ArialNarrow,#222,399,408,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieu;,190,612,1008,ABCDEE+ArialNarrow,#222,411,434,430,440,190965,71,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,132,141,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,article,190,612,1008,ABCDEE+ArialNarrow,#222,143,165,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,indiqué,190,612,1008,ABCDEE+ArialNarrow,#222,167,194,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,entre,190,612,1008,ABCDEE+ArialNarrow,#222,196,215,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,parenthèses,190,612,1008,ABCDEE+ArialNarrow,#222,217,262,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,(ex.,190,612,1008,ABCDEE+ArialNarrow,#222,264,278,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,(art.,190,612,1008,ABCDEE+ArialNarrow,#222,280,295,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,000)),190,612,1008,ABCDEE+ArialNarrow,#222,297,316,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,319,345,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,un,190,612,1008,ABCDEE+ArialNarrow,#222,347,356,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,renvoi,190,612,1008,ABCDEE+ArialNarrow,#222,359,381,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,383,388,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,390,404,448,458,190982,76,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,190,612,1008,ABCDEE+ArialNarrow,#222,406,445,448,458,190982,77,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,particulière;,190,612,1008,ABCDEE+ArialNarrow,#222,447,489,448,458,190982,77,P,L;L;L;L;L;L;L;LI;LBody +O,B-Liste,lorsqu’un,190,612,1008,ABCDEE+ArialNarrow,#222,132,165,465,475,191000,82,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,tableau,190,612,1008,ABCDEE+ArialNarrow,#222,168,195,465,475,191000,84,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’exceptions,190,612,1008,ABCDEE+ArialNarrow,#222,198,243,465,475,191000,87,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,indique,190,612,1008,ABCDEE+ArialNarrow,#222,246,273,465,475,191000,90,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,275,289,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,190,612,1008,ABCDEE+ArialNarrow,#222,292,331,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ou,190,612,1008,ABCDEE+ArialNarrow,#222,334,343,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,346,359,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,norme,190,612,1008,ABCDEE+ArialNarrow,#222,362,385,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,particulière,190,612,1008,ABCDEE+ArialNarrow,#222,388,428,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,applicable,190,612,1008,ABCDEE+ArialNarrow,#222,431,468,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,pour,190,612,1008,ABCDEE+ArialNarrow,#222,471,488,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,490,504,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"zone,",190,612,1008,ABCDEE+ArialNarrow,#222,507,527,465,475,191000,92,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,celle-ci,190,612,1008,ABCDEE+ArialNarrow,#222,132,157,477,487,191011,93,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,prévaut,190,612,1008,ABCDEE+ArialNarrow,#222,159,187,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,sur,190,612,1008,ABCDEE+ArialNarrow,#222,189,200,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,203,209,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,190,612,1008,ABCDEE+ArialNarrow,#222,211,250,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,générale,190,612,1008,ABCDEE+ArialNarrow,#222,252,284,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,correspondante,190,612,1008,ABCDEE+ArialNarrow,#222,287,344,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,190,612,1008,ABCDEE+ArialNarrow,#222,346,355,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,357,364,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,fiche,190,612,1008,ABCDEE+ArialNarrow,#222,366,383,477,487,191011,95,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,réglementaire,190,612,1008,ABCDEE+ArialNarrow,#222,386,436,477,487,191011,96,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,190,612,1008,ABCDEE+ArialNarrow,#222,438,447,477,487,191011,98,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,type,190,612,1008,ABCDEE+ArialNarrow,#222,449,465,477,487,191011,98,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,190,612,1008,ABCDEE+ArialNarrow,#222,467,476,477,487,191011,98,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieux;,190,612,1008,ABCDEE+ArialNarrow,#222,479,506,477,487,191011,98,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,en,190,612,1008,ABCDEE+ArialNarrow,#222,132,141,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,cas,190,612,1008,ABCDEE+ArialNarrow,#222,143,156,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’incompatibilité,190,612,1008,ABCDEE+ArialNarrow,#222,158,216,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,entre,190,612,1008,ABCDEE+ArialNarrow,#222,218,237,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,239,252,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,norme,190,612,1008,ABCDEE+ArialNarrow,#222,254,278,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,figurant,190,612,1008,ABCDEE+ArialNarrow,#222,280,307,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,190,612,1008,ABCDEE+ArialNarrow,#222,309,327,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,329,343,494,504,191029,103,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,fiche,190,612,1008,ABCDEE+ArialNarrow,#222,345,362,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,réglementaire,190,612,1008,ABCDEE+ArialNarrow,#222,364,414,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,du,190,612,1008,ABCDEE+ArialNarrow,#222,416,425,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,type,190,612,1008,ABCDEE+ArialNarrow,#222,427,443,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,de,190,612,1008,ABCDEE+ArialNarrow,#222,445,454,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,milieu,190,612,1008,ABCDEE+ArialNarrow,#222,456,477,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,et,190,612,1008,ABCDEE+ArialNarrow,#222,479,486,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,une,190,612,1008,ABCDEE+ArialNarrow,#222,488,502,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,norme,190,612,1008,ABCDEE+ArialNarrow,#222,504,527,494,504,191029,104,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,spécifique,190,612,1008,ABCDEE+ArialNarrow,#222,132,168,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,ailleurs,190,612,1008,ABCDEE+ArialNarrow,#222,170,196,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,dans,190,612,1008,ABCDEE+ArialNarrow,#222,198,216,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,le,190,612,1008,ABCDEE+ArialNarrow,#222,218,224,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"règlement,",190,612,1008,ABCDEE+ArialNarrow,#222,226,265,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,267,273,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,disposition,190,612,1008,ABCDEE+ArialNarrow,#222,275,314,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,la,190,612,1008,ABCDEE+ArialNarrow,#222,316,322,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,plus,190,612,1008,ABCDEE+ArialNarrow,#222,324,339,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,restrictive,190,612,1008,ABCDEE+ArialNarrow,#222,341,377,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,"s’applique,",190,612,1008,ABCDEE+ArialNarrow,#222,378,418,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,à,190,612,1008,ABCDEE+ArialNarrow,#222,420,424,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,moins,190,612,1008,ABCDEE+ArialNarrow,#222,426,448,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,d’indication,190,612,1008,ABCDEE+ArialNarrow,#222,450,491,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,I-Liste,contraire.,190,612,1008,ABCDEE+ArialNarrow,#222,493,527,506,516,191040,105,P,L;L;L;L;L;L;L;LI;LBody +O,B-Pied,190,190,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,191487,,Artifact, +B-Titre,B-Tete,Règlement,205,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,205693,,Artifact, +I-Titre,I-Tete,de,205,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,205693,,Artifact, +I-Titre,I-Tete,zonage,205,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,205693,,Artifact, +I-Titre,I-Tete,1314-2021-Z,205,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,205693,,Artifact, +O,I-Tete,Chapitre,205,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,205693,,Artifact, +O,I-Tete,7,205,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,205693,,Artifact, +O,I-Tete,–,205,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,205693,,Artifact, +O,I-Tete,Types,205,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,205693,,Artifact, +O,I-Tete,de,205,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,205693,,Artifact, +O,I-Tete,milieux,205,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,205693,,Artifact, +O,I-Tete,et,205,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,205693,,Artifact, +O,I-Tete,zones,205,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,205693,,Artifact, +O,B-Section,SECTION,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,136,98,112,205755,0,P,H2 +O,I-Section,2,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,139,146,98,112,205755,0,P,H2 +O,I-Section,T1,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,149,162,98,112,205755,0,P,H2 +O,I-Section,–,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,165,172,98,112,205755,0,P,H2 +O,I-Section,MILIEUX,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,175,222,98,112,205755,0,P,H2 +O,I-Section,NATURELS,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,225,287,98,112,205755,0,P,H2 +O,B-Titre,INTENTION,205,612,1008,ABCDEE+ArialNarrow-Bold,#222,84,146,458,472,206115,5,P,Sect;P +O,B-Alinea,La,205,612,1008,ABCDEE+ArialNarrow,#222,84,93,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,catégorie,205,612,1008,ABCDEE+ArialNarrow,#222,96,129,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,132,141,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,205,612,1008,ABCDEE+ArialNarrow,#222,143,163,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,165,174,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,205,612,1008,ABCDEE+ArialNarrow,#222,177,202,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,205,612,1008,ABCDEE+ArialNarrow,#222,205,209,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,T1,205,612,1008,ABCDEE+ArialNarrow,#222,212,221,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Milieux,205,612,1008,ABCDEE+ArialNarrow,#222,224,249,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,naturels,205,612,1008,ABCDEE+ArialNarrow,#222,252,281,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"»,",205,612,1008,ABCDEE+ArialNarrow,#222,283,290,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,représente,205,612,1008,ABCDEE+ArialNarrow,#222,292,332,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,205,612,1008,ABCDEE+ArialNarrow,#222,334,345,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ensembles,205,612,1008,ABCDEE+ArialNarrow,#222,347,387,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,naturels,205,612,1008,ABCDEE+ArialNarrow,#222,389,418,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ayant,205,612,1008,ABCDEE+ArialNarrow,#222,421,441,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,205,612,1008,ABCDEE+ArialNarrow,#222,443,457,483,493,206139,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,valeur,205,612,1008,ABCDEE+ArialNarrow,#222,84,106,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,écologique,205,612,1008,ABCDEE+ArialNarrow,#222,109,149,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,205,612,1008,ABCDEE+ArialNarrow,#222,151,160,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,paysagère,205,612,1008,ABCDEE+ArialNarrow,#222,163,201,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,importante.,205,612,1008,ABCDEE+ArialNarrow,#222,204,245,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Cette,205,612,1008,ABCDEE+ArialNarrow,#222,247,267,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,catégorie,205,612,1008,ABCDEE+ArialNarrow,#222,270,303,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,306,315,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,205,612,1008,ABCDEE+ArialNarrow,#222,318,337,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,340,349,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,205,612,1008,ABCDEE+ArialNarrow,#222,351,377,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,présente,205,612,1008,ABCDEE+ArialNarrow,#222,380,411,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,205,612,1008,ABCDEE+ArialNarrow,#222,414,428,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,densité,205,612,1008,ABCDEE+ArialNarrow,#222,430,457,494,504,206151,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,d,205,612,1008,ABCDEE+ArialNarrow,#222,84,89,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,’écosystèmes,205,612,1008,ABCDEE+ArialNarrow,#222,89,138,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"d’intérêt,",205,612,1008,ABCDEE+ArialNarrow,#222,140,172,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,incluant,205,612,1008,ABCDEE+ArialNarrow,#222,174,202,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,notamm,205,612,1008,ABCDEE+ArialNarrow,#222,204,234,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ent,205,612,1008,ABCDEE+ArialNarrow,#222,234,245,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,205,612,1008,ABCDEE+ArialNarrow,#222,247,260,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"forêts,",205,612,1008,ABCDEE+ArialNarrow,#222,262,285,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,205,612,1008,ABCDEE+ArialNarrow,#222,287,300,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,cours,205,612,1008,ABCDEE+ArialNarrow,#222,302,322,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"d’eau,",205,612,1008,ABCDEE+ArialNarrow,#222,324,347,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,205,612,1008,ABCDEE+ArialNarrow,#222,349,362,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"lacs,",205,612,1008,ABCDEE+ArialNarrow,#222,364,381,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,205,612,1008,ABCDEE+ArialNarrow,#222,383,396,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,205,612,1008,ABCDEE+ArialNarrow,#222,398,424,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,humides,205,612,1008,ABCDEE+ArialNarrow,#222,426,457,506,516,206162,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,84,91,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,205,612,1008,ABCDEE+ArialNarrow,#222,94,107,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,écosystèmes,205,612,1008,ABCDEE+ArialNarrow,#222,110,158,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,forestiers,205,612,1008,ABCDEE+ArialNarrow,#222,160,194,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,exceptionnels.,205,612,1008,ABCDEE+ArialNarrow,#222,197,249,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Il,205,612,1008,ABCDEE+ArialNarrow,#222,252,256,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,correspond,205,612,1008,ABCDEE+ArialNarrow,#222,259,300,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,aux,205,612,1008,ABCDEE+ArialNarrow,#222,303,316,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,limites,205,612,1008,ABCDEE+ArialNarrow,#222,318,342,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,344,354,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’affectation,205,612,1008,ABCDEE+ArialNarrow,#222,356,398,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,205,612,1008,ABCDEE+ArialNarrow,#222,401,405,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Récréative,205,612,1008,ABCDEE+ArialNarrow,#222,408,447,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,450,457,517,527,206174,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,84,93,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,conservation,205,612,1008,ABCDEE+ArialNarrow,#222,96,143,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,»,205,612,1008,ABCDEE+ArialNarrow,#222,146,150,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,205,612,1008,ABCDEE+ArialNarrow,#222,153,162,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,SADR,205,612,1008,ABCDEE+ArialNarrow,#222,165,188,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,191,198,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,205,612,1008,ABCDEE+ArialNarrow,#222,201,205,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,certains,205,612,1008,ABCDEE+ArialNarrow,#222,208,237,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,autres,205,612,1008,ABCDEE+ArialNarrow,#222,240,263,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,205,612,1008,ABCDEE+ArialNarrow,#222,265,291,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,écologiques,205,612,1008,ABCDEE+ArialNarrow,#222,294,338,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,acquis,205,612,1008,ABCDEE+ArialNarrow,#222,341,364,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,205,612,1008,ABCDEE+ArialNarrow,#222,367,376,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,identifiés,205,612,1008,ABCDEE+ArialNarrow,#222,379,412,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,205,612,1008,ABCDEE+ArialNarrow,#222,415,427,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,205,612,1008,ABCDEE+ArialNarrow,#222,430,436,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Ville.,205,612,1008,ABCDEE+ArialNarrow,#222,439,457,529,539,206185,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Dans,205,612,1008,ABCDEE+ArialNarrow,#222,84,103,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,205,612,1008,ABCDEE+ArialNarrow,#222,106,114,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,205,612,1008,ABCDEE+ArialNarrow,#222,117,132,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,135,144,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"milieux,",205,612,1008,ABCDEE+ArialNarrow,#222,147,174,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,205,612,1008,ABCDEE+ArialNarrow,#222,177,183,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,réglementation,205,612,1008,ABCDEE+ArialNarrow,#222,186,240,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,applicable,205,612,1008,ABCDEE+ArialNarrow,#222,243,280,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,vise,205,612,1008,ABCDEE+ArialNarrow,#222,282,297,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,205,612,1008,ABCDEE+ArialNarrow,#222,300,304,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"protéger,",205,612,1008,ABCDEE+ArialNarrow,#222,307,340,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,conserver,205,612,1008,ABCDEE+ArialNarrow,#222,342,378,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,381,388,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,permettre,205,612,1008,ABCDEE+ArialNarrow,#222,390,425,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,certains,205,612,1008,ABCDEE+ArialNarrow,#222,428,457,540,550,206197,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,usages,205,612,1008,ABCDEE+ArialNarrow,#222,84,111,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,compatibles.,205,612,1008,ABCDEE+ArialNarrow,#222,117,163,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Les,205,612,1008,ABCDEE+ArialNarrow,#222,169,183,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,aménagements,205,612,1008,ABCDEE+ArialNarrow,#222,189,246,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,252,259,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,constructions,205,612,1008,ABCDEE+ArialNarrow,#222,265,313,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,permettant,205,612,1008,ABCDEE+ArialNarrow,#222,320,359,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’accès,205,612,1008,ABCDEE+ArialNarrow,#222,365,391,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,397,404,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,205,612,1008,ABCDEE+ArialNarrow,#222,410,421,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,activités,205,612,1008,ABCDEE+ArialNarrow,#222,427,457,552,562,206208,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"d’interprétation,",205,612,1008,ABCDEE+ArialNarrow,#222,84,141,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"d’observation,",205,612,1008,ABCDEE+ArialNarrow,#222,143,194,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,197,206,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,recherche,205,612,1008,ABCDEE+ArialNarrow,#222,209,245,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"scientifique,",205,612,1008,ABCDEE+ArialNarrow,#222,248,291,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’éducation,205,612,1008,ABCDEE+ArialNarrow,#222,294,336,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,338,345,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,205,612,1008,ABCDEE+ArialNarrow,#222,348,357,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,récréation,205,612,1008,ABCDEE+ArialNarrow,#222,359,396,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,205,612,1008,ABCDEE+ArialNarrow,#222,399,408,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,nature,205,612,1008,ABCDEE+ArialNarrow,#222,410,434,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,205,612,1008,ABCDEE+ArialNarrow,#222,436,443,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,qui,205,612,1008,ABCDEE+ArialNarrow,#222,446,457,563,573,206220,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,n’affectent,205,612,1008,ABCDEE+ArialNarrow,#222,84,122,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,pas,205,612,1008,ABCDEE+ArialNarrow,#222,124,137,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’intégrité,205,612,1008,ABCDEE+ArialNarrow,#222,140,173,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,205,612,1008,ABCDEE+ArialNarrow,#222,175,184,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieu,205,612,1008,ABCDEE+ArialNarrow,#222,186,208,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,205,612,1008,ABCDEE+ArialNarrow,#222,210,225,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,autorisés.,205,612,1008,ABCDEE+ArialNarrow,#222,228,263,575,585,206231,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,B-Pied,205,205,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,206608,,Artifact, +B-Titre,B-Tete,Règlement,206,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,206701,,Artifact, +I-Titre,I-Tete,de,206,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,206701,,Artifact, +I-Titre,I-Tete,zonage,206,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,206701,,Artifact, +I-Titre,I-Tete,1314-2021-Z,206,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,206701,,Artifact, +O,I-Tete,Chapitre,206,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,206701,,Artifact, +O,I-Tete,7,206,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,206701,,Artifact, +O,I-Tete,–,206,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,206701,,Artifact, +O,I-Tete,Types,206,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,206701,,Artifact, +O,I-Tete,de,206,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,206701,,Artifact, +O,I-Tete,milieux,206,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,206701,,Artifact, +O,I-Tete,et,206,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,206701,,Artifact, +O,I-Tete,zones,206,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,206701,,Artifact, +O,B-SousSection,T1.1,206,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,210,73,83,206738,2,P,H2 +O,I-SousSection,CONSERVATION,206,612,1008,ABCDEE+ArialNarrow-Bold,#000,212,278,73,83,206738,2,P,H2 +O,B-Article,444.,206,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,435,445,207100,4,P,H3 +O,I-Article,Lotissement,206,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,151,435,445,207100,4,P,H3 +O,B-Alinea,Les,206,612,1008,ABCDEE+ArialNarrow,#222,85,98,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,206,612,1008,ABCDEE+ArialNarrow,#222,101,143,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,206,612,1008,ABCDEE+ArialNarrow,#222,146,155,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tableau,206,612,1008,ABCDEE+ArialNarrow,#222,157,184,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivant,206,612,1008,ABCDEE+ArialNarrow,#222,186,212,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,s’appliquent,206,612,1008,ABCDEE+ArialNarrow,#222,215,258,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,206,612,1008,ABCDEE+ArialNarrow,#222,261,265,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’implantation,206,612,1008,ABCDEE+ArialNarrow,#222,267,315,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,206,612,1008,ABCDEE+ArialNarrow,#222,317,333,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment,206,612,1008,ABCDEE+ArialNarrow,#222,335,367,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,principal,206,612,1008,ABCDEE+ArialNarrow,#222,369,400,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,206,612,1008,ABCDEE+ArialNarrow,#222,402,420,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,206,612,1008,ABCDEE+ArialNarrow,#222,422,428,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,206,612,1008,ABCDEE+ArialNarrow,#222,431,446,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,206,612,1008,ABCDEE+ArialNarrow,#222,448,457,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,206,612,1008,ABCDEE+ArialNarrow,#222,460,485,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,T1.1.,206,612,1008,ABCDEE+ArialNarrow,#222,487,506,455,465,207120,5,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Tableau,206,612,1008,ABCDEE+ArialNarrow,#fff,90,120,477,487,207141,8,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,25,206,612,1008,ABCDEE+ArialNarrow,#fff,122,131,477,487,207141,8,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,Lotissement,206,612,1008,ABCDEE+ArialNarrow,#fff,147,191,477,487,207141,10,P,Table;TR;TD;L;LI;LBody +O,O,Part.,206,612,1008,ABCDEE+ArialNarrow,#222,246,263,499,509,207164,16,P,Table;TR;TD;Table;TR;TD;P +O,O,Non,206,612,1008,ABCDEE+ArialNarrow,#222,292,307,499,509,207164,17,P,Table;TR;TD;Table;TR;TD;P +O,O,Desservi,206,612,1008,ABCDEE+ArialNarrow,#222,200,232,505,515,207170,15,P,Table;TR;TD;Table;TR;TD;P +O,O,desservi,206,612,1008,ABCDEE+ArialNarrow,#222,246,277,511,522,207176,16,P,Table;TR;TD;Table;TR;TD;P +O,O,desservi,206,612,1008,ABCDEE+ArialNarrow,#222,292,323,511,522,207176,17,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,206,612,1008,ABCDEE+ArialNarrow,#222,105,133,530,540,207195,20,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,206,612,1008,ABCDEE+ArialNarrow,#222,135,168,530,540,207195,20,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,sur,206,612,1008,ABCDEE+ArialNarrow,#222,170,182,530,540,207195,20,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,216,219,537,547,207201,21,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,262,265,537,547,207201,22,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,309,311,537,547,207201,23,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,la,206,612,1008,ABCDEE+ArialNarrow,#222,105,111,543,553,207207,20,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,ligne,206,612,1008,ABCDEE+ArialNarrow,#222,113,131,543,553,207207,20,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,avant,206,612,1008,ABCDEE+ArialNarrow,#222,133,153,543,553,207207,20,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),206,612,1008,ABCDEE+ArialNarrow,#222,155,168,543,553,207207,20,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,206,612,1008,ABCDEE+ArialNarrow,#222,105,133,562,572,207226,26,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,maximale,206,612,1008,ABCDEE+ArialNarrow,#222,135,170,562,572,207226,26,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,sur,206,612,1008,ABCDEE+ArialNarrow,#222,173,184,562,572,207226,26,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,216,219,568,578,207232,27,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,262,265,568,578,207232,28,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,309,311,568,578,207232,29,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,la,206,612,1008,ABCDEE+ArialNarrow,#222,105,111,574,584,207239,26,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,ligne,206,612,1008,ABCDEE+ArialNarrow,#222,113,131,574,584,207239,26,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,avant,206,612,1008,ABCDEE+ArialNarrow,#222,133,153,574,584,207239,26,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),206,612,1008,ABCDEE+ArialNarrow,#222,155,168,574,584,207239,26,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Superficie,206,612,1008,ABCDEE+ArialNarrow,#222,105,141,593,603,207257,32,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,206,612,1008,ABCDEE+ArialNarrow,#222,143,176,593,603,207257,32,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,216,219,599,609,207264,33,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,262,265,599,609,207264,34,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,309,311,599,609,207264,35,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m²),206,612,1008,ABCDEE+ArialNarrow,#222,105,120,605,615,207270,32,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,206,612,1008,ABCDEE+ArialNarrow,#222,105,133,624,634,207289,38,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,moyenne,206,612,1008,ABCDEE+ArialNarrow,#222,135,169,624,634,207289,38,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,216,219,630,640,207295,39,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,262,265,630,640,207295,40,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,309,311,630,640,207295,41,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,206,612,1008,ABCDEE+ArialNarrow,#222,105,137,637,647,207301,38,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),206,612,1008,ABCDEE+ArialNarrow,#222,140,152,637,647,207301,38,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Profondeur,206,612,1008,ABCDEE+ArialNarrow,#222,105,145,655,665,207320,44,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,216,219,662,672,207326,45,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,262,265,662,672,207326,46,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,206,612,1008,ABCDEE+ArialNarrow,#222,309,311,662,672,207326,47,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,Figure,206,612,1008,ABCDEE+ArialNarrow,#378,362,383,660,669,207325,49,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,44.,206,612,1008,ABCDEE+ArialNarrow,#378,385,396,660,669,207325,49,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,Règles,206,612,1008,ABCDEE+ArialNarrow,#378,398,421,660,669,207325,49,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,minimales,206,612,1008,ABCDEE+ArialNarrow,#378,423,456,660,669,207325,49,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,de,206,612,1008,ABCDEE+ArialNarrow,#378,458,466,660,669,207325,49,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,lotissement,206,612,1008,ABCDEE+ArialNarrow,#378,468,506,660,669,207325,49,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,minimale(m),206,612,1008,ABCDEE+ArialNarrow,#222,105,150,668,678,207332,44,P,Table;TR;TD;Table;TR;TD;P +O,B-Pied,206,206,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,207617,,Artifact, +B-Titre,B-Tete,Règlement,214,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,214766,,Artifact, +I-Titre,I-Tete,de,214,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,214766,,Artifact, +I-Titre,I-Tete,zonage,214,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,214766,,Artifact, +I-Titre,I-Tete,1314-2021-Z,214,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,214766,,Artifact, +O,I-Tete,Chapitre,214,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,214766,,Artifact, +O,I-Tete,7,214,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,214766,,Artifact, +O,I-Tete,–,214,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,214766,,Artifact, +O,I-Tete,Types,214,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,214766,,Artifact, +O,I-Tete,de,214,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,214766,,Artifact, +O,I-Tete,milieux,214,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,214766,,Artifact, +O,I-Tete,et,214,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,214766,,Artifact, +O,I-Tete,zones,214,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,214766,,Artifact, +O,B-SousSection,T1.2,214,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,210,97,107,214827,2,P,H2 +O,I-SousSection,Récréation,214,612,1008,ABCDEE+ArialNarrow-Bold,#000,212,254,97,107,214827,5,P,H2 +O,B-Article,454.,214,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,127,137,214856,7,P,H3 +O,I-Article,Lotissement,214,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,151,127,137,214856,7,P,H3 +O,B-Alinea,Les,214,612,1008,ABCDEE+ArialNarrow,#222,85,98,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,214,612,1008,ABCDEE+ArialNarrow,#222,101,143,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,214,612,1008,ABCDEE+ArialNarrow,#222,146,155,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tableau,214,612,1008,ABCDEE+ArialNarrow,#222,157,184,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivant,214,612,1008,ABCDEE+ArialNarrow,#222,186,212,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,s’appliquent,214,612,1008,ABCDEE+ArialNarrow,#222,215,258,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,214,612,1008,ABCDEE+ArialNarrow,#222,261,265,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’implantation,214,612,1008,ABCDEE+ArialNarrow,#222,267,315,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,214,612,1008,ABCDEE+ArialNarrow,#222,317,333,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment,214,612,1008,ABCDEE+ArialNarrow,#222,335,367,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,principal,214,612,1008,ABCDEE+ArialNarrow,#222,369,400,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,214,612,1008,ABCDEE+ArialNarrow,#222,402,420,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,214,612,1008,ABCDEE+ArialNarrow,#222,422,428,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,214,612,1008,ABCDEE+ArialNarrow,#222,431,446,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,214,612,1008,ABCDEE+ArialNarrow,#222,448,457,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,214,612,1008,ABCDEE+ArialNarrow,#222,460,485,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,T1.2.,214,612,1008,ABCDEE+ArialNarrow,#222,488,506,147,157,214877,8,P,L;L;L;L;L;L;LI;LBody +O,B-Titre,Tableau,214,612,1008,ABCDEE+ArialNarrow,#fff,90,120,169,179,214898,11,P,Table;TR;TD;L;LI;LBody +O,I-Titre,34,214,612,1008,ABCDEE+ArialNarrow,#fff,122,131,169,179,214898,11,P,Table;TR;TD;L;LI;LBody +O,I-Titre,Lotissement,214,612,1008,ABCDEE+ArialNarrow,#fff,147,191,169,179,214898,13,P,Table;TR;TD;L;LI;LBody +O,O,Part.,214,612,1008,ABCDEE+ArialNarrow,#222,246,263,191,201,214921,19,P,Table;TR;TD;Table;TR;TD;P +O,O,Non,214,612,1008,ABCDEE+ArialNarrow,#222,292,307,191,201,214921,20,P,Table;TR;TD;Table;TR;TD;P +O,O,Desservi,214,612,1008,ABCDEE+ArialNarrow,#222,200,232,197,207,214927,18,P,Table;TR;TD;Table;TR;TD;P +O,O,desservi,214,612,1008,ABCDEE+ArialNarrow,#222,246,277,203,213,214933,19,P,Table;TR;TD;Table;TR;TD;P +O,O,desservi,214,612,1008,ABCDEE+ArialNarrow,#222,292,323,203,213,214933,20,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,214,612,1008,ABCDEE+ArialNarrow,#222,105,133,222,232,214952,23,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,214,612,1008,ABCDEE+ArialNarrow,#222,135,168,222,232,214952,23,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,sur,214,612,1008,ABCDEE+ArialNarrow,#222,170,182,222,232,214952,23,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,211,224,229,239,214958,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,257,271,229,239,214958,25,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,303,317,229,239,214958,26,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,la,214,612,1008,ABCDEE+ArialNarrow,#222,105,111,235,245,214964,23,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,ligne,214,612,1008,ABCDEE+ArialNarrow,#222,113,131,235,245,214964,23,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,avant,214,612,1008,ABCDEE+ArialNarrow,#222,133,153,235,245,214964,23,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),214,612,1008,ABCDEE+ArialNarrow,#222,155,168,235,245,214964,23,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,214,612,1008,ABCDEE+ArialNarrow,#222,105,133,254,264,214983,29,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,maximale,214,612,1008,ABCDEE+ArialNarrow,#222,135,170,254,264,214983,29,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,sur,214,612,1008,ABCDEE+ArialNarrow,#222,173,184,254,264,214983,29,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,214,612,1008,ABCDEE+ArialNarrow,#222,216,219,260,270,214989,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,214,612,1008,ABCDEE+ArialNarrow,#222,262,265,260,270,214989,31,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,214,612,1008,ABCDEE+ArialNarrow,#222,309,311,260,270,214989,32,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,la,214,612,1008,ABCDEE+ArialNarrow,#222,105,111,266,276,214996,29,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,ligne,214,612,1008,ABCDEE+ArialNarrow,#222,113,131,266,276,214996,29,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,avant,214,612,1008,ABCDEE+ArialNarrow,#222,133,153,266,276,214996,29,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),214,612,1008,ABCDEE+ArialNarrow,#222,155,168,266,276,214996,29,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Superficie,214,612,1008,ABCDEE+ArialNarrow,#222,105,141,285,295,215014,35,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,214,612,1008,ABCDEE+ArialNarrow,#222,143,176,285,295,215014,35,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,10,214,612,1008,ABCDEE+ArialNarrow,#222,205,214,291,301,215021,36,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,000,214,612,1008,ABCDEE+ArialNarrow,#222,216,230,291,301,215021,36,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,10,214,612,1008,ABCDEE+ArialNarrow,#222,251,260,291,301,215021,37,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,000,214,612,1008,ABCDEE+ArialNarrow,#222,263,276,291,301,215021,37,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,10,214,612,1008,ABCDEE+ArialNarrow,#222,298,307,291,301,215021,38,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,000,214,612,1008,ABCDEE+ArialNarrow,#222,309,323,291,301,215021,38,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m²),214,612,1008,ABCDEE+ArialNarrow,#222,105,120,297,307,215027,35,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,214,612,1008,ABCDEE+ArialNarrow,#222,105,133,316,326,215046,41,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,moyenne,214,612,1008,ABCDEE+ArialNarrow,#222,135,169,316,326,215046,41,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,211,224,322,332,215052,42,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,257,271,322,332,215052,43,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,303,317,322,332,215052,44,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,214,612,1008,ABCDEE+ArialNarrow,#222,105,137,328,338,215058,41,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),214,612,1008,ABCDEE+ArialNarrow,#222,140,152,328,338,215058,41,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Figure,214,612,1008,ABCDEE+ArialNarrow,#378,359,380,344,353,215074,52,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,57.,214,612,1008,ABCDEE+ArialNarrow,#378,382,392,344,353,215074,52,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,Règles,214,612,1008,ABCDEE+ArialNarrow,#378,394,417,344,353,215074,52,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,minimales,214,612,1008,ABCDEE+ArialNarrow,#378,419,452,344,353,215074,52,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,de,214,612,1008,ABCDEE+ArialNarrow,#378,455,463,344,353,215074,52,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,lotissement,214,612,1008,ABCDEE+ArialNarrow,#378,465,502,344,353,215074,52,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,Profondeur,214,612,1008,ABCDEE+ArialNarrow,#222,105,145,347,357,215077,47,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,211,224,354,364,215083,48,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,257,271,354,364,215083,49,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,214,612,1008,ABCDEE+ArialNarrow,#222,303,317,354,364,215083,50,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale(m),214,612,1008,ABCDEE+ArialNarrow,#222,105,150,360,370,215089,47,P,Table;TR;TD;Table;TR;TD;P +O,B-Pied,214,214,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,215682,,Artifact, +B-Titre,B-Tete,Règlement,222,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,222831,,Artifact, +I-Titre,I-Tete,de,222,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,222831,,Artifact, +I-Titre,I-Tete,zonage,222,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,222831,,Artifact, +I-Titre,I-Tete,1314-2021-Z,222,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,222831,,Artifact, +O,I-Tete,Chapitre,222,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,222831,,Artifact, +O,I-Tete,7,222,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,222831,,Artifact, +O,I-Tete,–,222,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,222831,,Artifact, +O,I-Tete,Types,222,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,222831,,Artifact, +O,I-Tete,de,222,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,222831,,Artifact, +O,I-Tete,milieux,222,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,222831,,Artifact, +O,I-Tete,et,222,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,222831,,Artifact, +O,I-Tete,zones,222,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,222831,,Artifact, +O,B-Section,SECTION,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,136,92,106,222887,0,P,H2 +O,I-Section,3,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,139,146,92,106,222887,0,P,H2 +O,I-Section,T2,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,159,172,92,106,222887,0,P,H2 +O,I-Section,–,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,175,182,92,106,222887,0,P,H2 +O,I-Section,OCCUPATION,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,185,262,92,106,222887,0,P,H2 +O,I-Section,DE,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,265,281,92,106,222887,0,P,H2 +O,I-Section,LA,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,284,300,92,106,222887,0,P,H2 +O,I-Section,FORÊT,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,303,342,92,106,222887,0,P,H2 +O,B-Titre,INTENTION,222,612,1008,ABCDEE+ArialNarrow-Bold,#222,89,151,437,451,223231,5,P,Sect;P +O,B-Alinea,La,222,612,1008,ABCDEE+ArialNarrow,#222,89,98,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,catégorie,222,612,1008,ABCDEE+ArialNarrow,#222,100,134,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,136,145,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,222,612,1008,ABCDEE+ArialNarrow,#222,148,167,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,169,179,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,181,206,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,222,612,1008,ABCDEE+ArialNarrow,#222,209,213,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,T2,222,612,1008,ABCDEE+ArialNarrow,#222,215,225,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Occupation,222,612,1008,ABCDEE+ArialNarrow,#222,227,269,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,271,280,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,222,612,1008,ABCDEE+ArialNarrow,#222,282,289,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,forêt,222,612,1008,ABCDEE+ArialNarrow,#222,291,307,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"»,",222,612,1008,ABCDEE+ArialNarrow,#222,310,316,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,représente,222,612,1008,ABCDEE+ArialNarrow,#222,319,358,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,222,612,1008,ABCDEE+ArialNarrow,#222,360,373,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ensembles,222,612,1008,ABCDEE+ArialNarrow,#222,376,415,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,forestiers,222,612,1008,ABCDEE+ArialNarrow,#222,417,451,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,occupés,222,612,1008,ABCDEE+ArialNarrow,#222,454,484,461,471,223256,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,222,612,1008,ABCDEE+ArialNarrow,#222,89,98,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,destinés,222,612,1008,ABCDEE+ArialNarrow,#222,100,130,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,222,612,1008,ABCDEE+ArialNarrow,#222,132,137,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,être,222,612,1008,ABCDEE+ArialNarrow,#222,138,152,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,occupés,222,612,1008,ABCDEE+ArialNarrow,#222,154,185,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,186,193,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,mis,222,612,1008,ABCDEE+ArialNarrow,#222,195,208,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,222,612,1008,ABCDEE+ArialNarrow,#222,210,219,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,valeur,222,612,1008,ABCDEE+ArialNarrow,#222,220,243,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,222,612,1008,ABCDEE+ArialNarrow,#222,244,256,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,222,612,1008,ABCDEE+ArialNarrow,#222,258,271,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,usages,222,612,1008,ABCDEE+ArialNarrow,#222,273,300,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,nécessitant,222,612,1008,ABCDEE+ArialNarrow,#222,301,343,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,344,354,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,grands,222,612,1008,ABCDEE+ArialNarrow,#222,355,380,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,espaces,222,612,1008,ABCDEE+ArialNarrow,#222,382,413,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,222,612,1008,ABCDEE+ArialNarrow,#222,414,419,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,caractère,222,612,1008,ABCDEE+ArialNarrow,#222,421,455,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,naturel.,222,612,1008,ABCDEE+ArialNarrow,#222,457,484,473,483,223267,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Cette,222,612,1008,ABCDEE+ArialNarrow,#222,89,109,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,catégorie,222,612,1008,ABCDEE+ArialNarrow,#222,112,146,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,149,158,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,types,222,612,1008,ABCDEE+ArialNarrow,#222,162,181,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,185,194,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,197,223,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,comprend,222,612,1008,ABCDEE+ArialNarrow,#222,226,263,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,une,222,612,1008,ABCDEE+ArialNarrow,#222,266,280,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,présence,222,612,1008,ABCDEE+ArialNarrow,#222,283,317,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,importante,222,612,1008,ABCDEE+ArialNarrow,#222,320,359,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,362,372,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"forêts,",222,612,1008,ABCDEE+ArialNarrow,#222,375,398,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,cours,222,612,1008,ABCDEE+ArialNarrow,#222,401,421,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"d’eau,",222,612,1008,ABCDEE+ArialNarrow,#222,425,447,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"lacs,",222,612,1008,ABCDEE+ArialNarrow,#222,450,467,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,222,612,1008,ABCDEE+ArialNarrow,#222,471,484,484,494,223279,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,89,114,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,humides,222,612,1008,ABCDEE+ArialNarrow,#222,117,148,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,151,158,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,autres,222,612,1008,ABCDEE+ArialNarrow,#222,161,184,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,186,212,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,naturels,222,612,1008,ABCDEE+ArialNarrow,#222,215,244,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,importants.,222,612,1008,ABCDEE+ArialNarrow,#222,247,287,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Il,222,612,1008,ABCDEE+ArialNarrow,#222,290,294,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,correspond,222,612,1008,ABCDEE+ArialNarrow,#222,297,338,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,222,612,1008,ABCDEE+ArialNarrow,#222,341,350,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,partie,222,612,1008,ABCDEE+ArialNarrow,#222,353,374,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,aux,222,612,1008,ABCDEE+ArialNarrow,#222,376,390,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,limites,222,612,1008,ABCDEE+ArialNarrow,#222,392,416,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,222,612,1008,ABCDEE+ArialNarrow,#222,419,432,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,affectations,222,612,1008,ABCDEE+ArialNarrow,#222,435,477,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,222,612,1008,ABCDEE+ArialNarrow,#222,479,484,496,506,223290,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Récréative,222,612,1008,ABCDEE+ArialNarrow,#222,89,128,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,130,137,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,139,149,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,conservation,222,612,1008,ABCDEE+ArialNarrow,#222,151,197,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,»,222,612,1008,ABCDEE+ArialNarrow,#222,200,204,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,207,213,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,«,222,612,1008,ABCDEE+ArialNarrow,#222,216,220,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Récréative,222,612,1008,ABCDEE+ArialNarrow,#222,223,262,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,»,222,612,1008,ABCDEE+ArialNarrow,#222,264,269,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,222,612,1008,ABCDEE+ArialNarrow,#222,271,280,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,SADR,222,612,1008,ABCDEE+ArialNarrow,#222,282,305,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,307,314,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,222,612,1008,ABCDEE+ArialNarrow,#222,317,321,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,certains,222,612,1008,ABCDEE+ArialNarrow,#222,323,352,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,autres,222,612,1008,ABCDEE+ArialNarrow,#222,354,377,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,380,405,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,naturels,222,612,1008,ABCDEE+ArialNarrow,#222,407,437,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,222,612,1008,ABCDEE+ArialNarrow,#222,439,448,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,récréatifs,222,612,1008,ABCDEE+ArialNarrow,#222,450,484,507,517,223302,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,acquis,222,612,1008,ABCDEE+ArialNarrow,#222,89,113,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ou,222,612,1008,ABCDEE+ArialNarrow,#222,115,124,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,identifiés,222,612,1008,ABCDEE+ArialNarrow,#222,126,159,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,par,222,612,1008,ABCDEE+ArialNarrow,#222,161,173,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,222,612,1008,ABCDEE+ArialNarrow,#222,175,182,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Ville.,222,612,1008,ABCDEE+ArialNarrow,#222,184,202,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Dans,222,612,1008,ABCDEE+ArialNarrow,#222,204,223,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ce,222,612,1008,ABCDEE+ArialNarrow,#222,226,234,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,222,612,1008,ABCDEE+ArialNarrow,#222,237,252,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,254,264,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"milieux,",222,612,1008,ABCDEE+ArialNarrow,#222,266,294,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,la,222,612,1008,ABCDEE+ArialNarrow,#222,296,303,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,réglementation,222,612,1008,ABCDEE+ArialNarrow,#222,305,359,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,applicable,222,612,1008,ABCDEE+ArialNarrow,#222,361,398,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,vise,222,612,1008,ABCDEE+ArialNarrow,#222,401,415,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,222,612,1008,ABCDEE+ArialNarrow,#222,418,422,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,mettre,222,612,1008,ABCDEE+ArialNarrow,#222,425,448,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,222,612,1008,ABCDEE+ArialNarrow,#222,450,459,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,valeur,222,612,1008,ABCDEE+ArialNarrow,#222,462,484,519,529,223313,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,89,98,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,manière,222,612,1008,ABCDEE+ArialNarrow,#222,102,131,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,durable,222,612,1008,ABCDEE+ArialNarrow,#222,135,162,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,222,612,1008,ABCDEE+ArialNarrow,#222,166,177,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,222,612,1008,ABCDEE+ArialNarrow,#222,180,206,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,naturels,222,612,1008,ABCDEE+ArialNarrow,#222,210,239,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,242,249,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,y,222,612,1008,ABCDEE+ArialNarrow,#222,253,257,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,permettre,222,612,1008,ABCDEE+ArialNarrow,#222,261,296,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,des,222,612,1008,ABCDEE+ArialNarrow,#222,300,313,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,activités,222,612,1008,ABCDEE+ArialNarrow,#222,317,346,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,compatibles.,222,612,1008,ABCDEE+ArialNarrow,#222,350,396,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Les,222,612,1008,ABCDEE+ArialNarrow,#222,400,413,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,aménagements,222,612,1008,ABCDEE+ArialNarrow,#222,417,473,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,477,484,530,540,223325,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,constructions,222,612,1008,ABCDEE+ArialNarrow,#222,89,137,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,permettant,222,612,1008,ABCDEE+ArialNarrow,#222,140,179,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’accès,222,612,1008,ABCDEE+ArialNarrow,#222,181,206,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,209,216,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,les,222,612,1008,ABCDEE+ArialNarrow,#222,218,228,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,activités,222,612,1008,ABCDEE+ArialNarrow,#222,231,260,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,récréotouristiques,222,612,1008,ABCDEE+ArialNarrow,#222,263,328,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"extensives,",222,612,1008,ABCDEE+ArialNarrow,#222,330,372,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"d’interprétation,",222,612,1008,ABCDEE+ArialNarrow,#222,374,431,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"d’observation,",222,612,1008,ABCDEE+ArialNarrow,#222,433,484,542,552,223336,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,89,98,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,recherche,222,612,1008,ABCDEE+ArialNarrow,#222,101,138,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"scientifique,",222,612,1008,ABCDEE+ArialNarrow,#222,141,184,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’éducation,222,612,1008,ABCDEE+ArialNarrow,#222,188,230,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,233,240,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,222,612,1008,ABCDEE+ArialNarrow,#222,243,252,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,récréation,222,612,1008,ABCDEE+ArialNarrow,#222,255,292,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,en,222,612,1008,ABCDEE+ArialNarrow,#222,295,304,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,nature,222,612,1008,ABCDEE+ArialNarrow,#222,308,331,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,222,612,1008,ABCDEE+ArialNarrow,#222,334,350,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,"autorisés,",222,612,1008,ABCDEE+ArialNarrow,#222,353,389,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,ainsi,222,612,1008,ABCDEE+ArialNarrow,#222,392,409,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,que,222,612,1008,ABCDEE+ArialNarrow,#222,412,426,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,certains,222,612,1008,ABCDEE+ArialNarrow,#222,429,458,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,autres,222,612,1008,ABCDEE+ArialNarrow,#222,461,484,553,563,223348,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,usages,222,612,1008,ABCDEE+ArialNarrow,#222,89,115,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,222,612,1008,ABCDEE+ArialNarrow,#222,118,122,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,vocation,222,612,1008,ABCDEE+ArialNarrow,#222,125,156,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,complémentaires,222,612,1008,ABCDEE+ArialNarrow,#222,158,221,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,et,222,612,1008,ABCDEE+ArialNarrow,#222,223,230,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,compatibles.,222,612,1008,ABCDEE+ArialNarrow,#222,233,279,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,Les,222,612,1008,ABCDEE+ArialNarrow,#222,282,295,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,activités,222,612,1008,ABCDEE+ArialNarrow,#222,297,327,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,agroforestières,222,612,1008,ABCDEE+ArialNarrow,#222,330,384,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,sont,222,612,1008,ABCDEE+ArialNarrow,#222,387,403,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,également,222,612,1008,ABCDEE+ArialNarrow,#222,405,443,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,autorisées,222,612,1008,ABCDEE+ArialNarrow,#222,446,484,565,575,223359,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,222,612,1008,ABCDEE+ArialNarrow,#222,89,107,576,586,223371,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,certains,222,612,1008,ABCDEE+ArialNarrow,#222,109,138,576,586,223371,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,I-Alinea,secteurs.,222,612,1008,ABCDEE+ArialNarrow,#222,140,173,576,586,223371,6,P,Sect;L;L;L;L;L;L;LI;LBody +O,B-Pied,222,222,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,223746,,Artifact, +B-Titre,B-Tete,Règlement,223,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,223839,,Artifact, +I-Titre,I-Tete,de,223,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,223839,,Artifact, +I-Titre,I-Tete,zonage,223,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,223839,,Artifact, +I-Titre,I-Tete,1314-2021-Z,223,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,223839,,Artifact, +O,I-Tete,Chapitre,223,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,223839,,Artifact, +O,I-Tete,7,223,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,223839,,Artifact, +O,I-Tete,–,223,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,223839,,Artifact, +O,I-Tete,Types,223,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,223839,,Artifact, +O,I-Tete,de,223,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,223839,,Artifact, +O,I-Tete,milieux,223,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,223839,,Artifact, +O,I-Tete,et,223,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,223839,,Artifact, +O,I-Tete,zones,223,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,223839,,Artifact, +O,B-SousSection,T2.1,223,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,210,73,83,223876,2,P,H2 +O,I-SousSection,AGROFORESTIER,223,612,1008,ABCDEE+ArialNarrow-Bold,#000,212,283,73,83,223876,5,P,H2 +O,B-Article,464.,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,437,447,224239,8,P,H3 +O,I-Article,Lotissement,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,151,437,447,224239,8,P,H3 +O,B-Alinea,Les,223,612,1008,ABCDEE+ArialNarrow,#222,85,98,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,223,612,1008,ABCDEE+ArialNarrow,#222,101,143,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,223,612,1008,ABCDEE+ArialNarrow,#222,146,155,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tableau,223,612,1008,ABCDEE+ArialNarrow,#222,157,184,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivant,223,612,1008,ABCDEE+ArialNarrow,#222,186,212,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,s’appliquent,223,612,1008,ABCDEE+ArialNarrow,#222,215,258,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,223,612,1008,ABCDEE+ArialNarrow,#222,261,265,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’implantation,223,612,1008,ABCDEE+ArialNarrow,#222,267,315,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,223,612,1008,ABCDEE+ArialNarrow,#222,317,333,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment,223,612,1008,ABCDEE+ArialNarrow,#222,335,367,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,principal,223,612,1008,ABCDEE+ArialNarrow,#222,369,400,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,223,612,1008,ABCDEE+ArialNarrow,#222,402,420,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,223,612,1008,ABCDEE+ArialNarrow,#222,422,428,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,223,612,1008,ABCDEE+ArialNarrow,#222,431,446,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,223,612,1008,ABCDEE+ArialNarrow,#222,448,457,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,223,612,1008,ABCDEE+ArialNarrow,#222,460,485,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,T2.1.,223,612,1008,ABCDEE+ArialNarrow,#222,487,506,457,467,224260,9,P,L;L;L;L;L;L;LI;LBody +O,B-Alinea,Tableau,223,612,1008,ABCDEE+ArialNarrow,#fff,90,120,479,489,224281,12,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,43,223,612,1008,ABCDEE+ArialNarrow,#fff,122,131,479,489,224281,12,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,Lotissement,223,612,1008,ABCDEE+ArialNarrow,#fff,147,191,479,489,224281,14,P,Table;TR;TD;L;LI;LBody +O,O,Part.,223,612,1008,ABCDEE+ArialNarrow,#222,246,263,501,511,224303,20,P,Table;TR;TD;Table;TR;TD;P +O,O,Non,223,612,1008,ABCDEE+ArialNarrow,#222,292,307,501,511,224303,21,P,Table;TR;TD;Table;TR;TD;P +O,O,Desservi,223,612,1008,ABCDEE+ArialNarrow,#222,200,232,507,517,224310,19,P,Table;TR;TD;Table;TR;TD;P +O,O,desservi,223,612,1008,ABCDEE+ArialNarrow,#222,246,277,513,523,224316,20,P,Table;TR;TD;Table;TR;TD;P +O,O,desservi,223,612,1008,ABCDEE+ArialNarrow,#222,292,323,513,523,224316,21,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,223,612,1008,ABCDEE+ArialNarrow,#222,107,135,532,542,224335,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,223,612,1008,ABCDEE+ArialNarrow,#222,137,170,532,542,224335,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,sur,223,612,1008,ABCDEE+ArialNarrow,#222,172,184,532,542,224335,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,211,224,538,548,224341,25,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,257,271,538,548,224341,26,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,303,317,538,548,224341,27,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,la,223,612,1008,ABCDEE+ArialNarrow,#222,107,113,544,555,224347,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,ligne,223,612,1008,ABCDEE+ArialNarrow,#222,115,133,544,555,224347,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,avant,223,612,1008,ABCDEE+ArialNarrow,#222,135,155,544,555,224347,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),223,612,1008,ABCDEE+ArialNarrow,#222,157,170,544,555,224347,24,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,223,612,1008,ABCDEE+ArialNarrow,#222,107,135,563,573,224366,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,maximale,223,612,1008,ABCDEE+ArialNarrow,#222,137,172,563,573,224366,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,sur,223,612,1008,ABCDEE+ArialNarrow,#222,175,186,563,573,224366,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,223,612,1008,ABCDEE+ArialNarrow,#222,216,219,570,580,224372,31,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,223,612,1008,ABCDEE+ArialNarrow,#222,262,265,570,580,224372,32,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,223,612,1008,ABCDEE+ArialNarrow,#222,309,311,570,580,224372,33,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,la,223,612,1008,ABCDEE+ArialNarrow,#222,107,113,576,586,224378,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,ligne,223,612,1008,ABCDEE+ArialNarrow,#222,115,133,576,586,224378,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,avant,223,612,1008,ABCDEE+ArialNarrow,#222,135,155,576,586,224378,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),223,612,1008,ABCDEE+ArialNarrow,#222,157,170,576,586,224378,30,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Superficie,223,612,1008,ABCDEE+ArialNarrow,#222,107,143,595,605,224397,36,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,223,612,1008,ABCDEE+ArialNarrow,#222,145,178,595,605,224397,36,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,25,223,612,1008,ABCDEE+ArialNarrow,#222,205,214,601,611,224403,37,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,000,223,612,1008,ABCDEE+ArialNarrow,#222,216,230,601,611,224403,37,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,25,223,612,1008,ABCDEE+ArialNarrow,#222,251,260,601,611,224403,38,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,000,223,612,1008,ABCDEE+ArialNarrow,#222,263,276,601,611,224403,38,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,25,223,612,1008,ABCDEE+ArialNarrow,#222,297,307,601,611,224403,39,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,000,223,612,1008,ABCDEE+ArialNarrow,#222,309,323,601,611,224403,39,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m²),223,612,1008,ABCDEE+ArialNarrow,#222,107,122,607,617,224410,36,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,223,612,1008,ABCDEE+ArialNarrow,#222,107,135,626,636,224429,42,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,moyenne,223,612,1008,ABCDEE+ArialNarrow,#222,137,171,626,636,224429,42,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,211,224,632,642,224435,43,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,257,271,632,642,224435,44,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,303,317,632,642,224435,45,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,223,612,1008,ABCDEE+ArialNarrow,#222,107,140,638,648,224441,42,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),223,612,1008,ABCDEE+ArialNarrow,#222,142,154,638,648,224441,42,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Figure,223,612,1008,ABCDEE+ArialNarrow,#378,362,383,653,662,224456,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,70.,223,612,1008,ABCDEE+ArialNarrow,#378,385,396,653,662,224456,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,Règles,223,612,1008,ABCDEE+ArialNarrow,#378,398,421,653,662,224456,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,minimales,223,612,1008,ABCDEE+ArialNarrow,#378,423,456,653,662,224456,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,de,223,612,1008,ABCDEE+ArialNarrow,#378,458,466,653,662,224456,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,lotissement,223,612,1008,ABCDEE+ArialNarrow,#378,468,506,653,662,224456,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,Profondeur,223,612,1008,ABCDEE+ArialNarrow,#222,107,147,657,667,224460,48,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,moyenne,223,612,1008,ABCDEE+ArialNarrow,#222,150,183,657,667,224460,48,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,211,224,663,673,224466,49,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,257,271,663,673,224466,50,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,223,612,1008,ABCDEE+ArialNarrow,#222,303,317,663,673,224466,51,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,223,612,1008,ABCDEE+ArialNarrow,#222,107,140,670,680,224472,48,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),223,612,1008,ABCDEE+ArialNarrow,#222,142,154,670,680,224472,48,P,Table;TR;TD;Table;TR;TD;P +O,B-Article,465.,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,703,713,224506,56,P,H3 +O,I-Article,Implantation,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,152,703,713,224506,56,P,H3 +O,I-Article,d’un,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,154,171,703,713,224506,56,P,H3 +O,I-Article,bâtiment,223,612,1008,ABCDEE+ArialNarrow-Bold,#222,174,208,703,713,224506,56,P,H3 +O,B-Alinea,Les,223,612,1008,ABCDEE+ArialNarrow,#222,85,98,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,223,612,1008,ABCDEE+ArialNarrow,#222,101,143,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,223,612,1008,ABCDEE+ArialNarrow,#222,146,155,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tableau,223,612,1008,ABCDEE+ArialNarrow,#222,157,184,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivant,223,612,1008,ABCDEE+ArialNarrow,#222,186,212,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,s’appliquent,223,612,1008,ABCDEE+ArialNarrow,#222,215,258,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,223,612,1008,ABCDEE+ArialNarrow,#222,261,265,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’implantation,223,612,1008,ABCDEE+ArialNarrow,#222,267,315,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,223,612,1008,ABCDEE+ArialNarrow,#222,317,333,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment,223,612,1008,ABCDEE+ArialNarrow,#222,335,367,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,principal,223,612,1008,ABCDEE+ArialNarrow,#222,369,400,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,223,612,1008,ABCDEE+ArialNarrow,#222,402,420,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,223,612,1008,ABCDEE+ArialNarrow,#222,422,428,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,223,612,1008,ABCDEE+ArialNarrow,#222,431,446,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,223,612,1008,ABCDEE+ArialNarrow,#222,448,457,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,223,612,1008,ABCDEE+ArialNarrow,#222,460,485,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,T2.1.,223,612,1008,ABCDEE+ArialNarrow,#222,487,506,723,733,224526,57,P,L;L;L;L;L;L;LI;LBody +O,B-Pied,223,223,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,224755,,Artifact, +B-Titre,B-Tete,Règlement,231,612,1008,ABCDEE+ArialNarrow,#777,85,117,36,44,231904,,Artifact, +I-Titre,I-Tete,de,231,612,1008,ABCDEE+ArialNarrow,#777,119,126,36,44,231904,,Artifact, +I-Titre,I-Tete,zonage,231,612,1008,ABCDEE+ArialNarrow,#777,128,149,36,44,231904,,Artifact, +I-Titre,I-Tete,1314-2021-Z,231,612,1008,ABCDEE+ArialNarrow,#777,151,189,36,44,231904,,Artifact, +O,I-Tete,Chapitre,231,612,1008,ABCDEE+ArialNarrow,#777,414,439,36,44,231904,,Artifact, +O,I-Tete,7,231,612,1008,ABCDEE+ArialNarrow,#777,440,444,36,44,231904,,Artifact, +O,I-Tete,–,231,612,1008,ABCDEE+ArialNarrow,#777,446,449,36,44,231904,,Artifact, +O,I-Tete,Types,231,612,1008,ABCDEE+ArialNarrow,#777,451,469,36,44,231904,,Artifact, +O,I-Tete,de,231,612,1008,ABCDEE+ArialNarrow,#777,471,478,36,44,231904,,Artifact, +O,I-Tete,milieux,231,612,1008,ABCDEE+ArialNarrow,#777,480,500,36,44,231904,,Artifact, +O,I-Tete,et,231,612,1008,ABCDEE+ArialNarrow,#777,502,508,36,44,231904,,Artifact, +O,I-Tete,zones,231,612,1008,ABCDEE+ArialNarrow,#777,510,527,36,44,231904,,Artifact, +O,B-SousSection,T2.2,231,612,1008,ABCDEE+ArialNarrow-Bold,#000,193,210,73,83,231941,2,P,H2 +O,I-SousSection,RÉCRÉOTOURISTIQUE,231,612,1008,ABCDEE+ArialNarrow-Bold,#000,212,303,73,83,231941,5,P,H2 +O,I-SousSection,EXTENSIF,231,612,1008,ABCDEE+ArialNarrow-Bold,#000,305,345,73,83,231941,5,P,H2 +O,B-Article,474.,231,612,1008,ABCDEE+ArialNarrow-Bold,#222,85,101,369,379,232237,7,P,H3 +O,I-Article,Lotissement,231,612,1008,ABCDEE+ArialNarrow-Bold,#222,103,151,369,379,232237,7,P,H3 +O,B-Alinea,Les,231,612,1008,ABCDEE+ArialNarrow,#222,85,98,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dispositions,231,612,1008,ABCDEE+ArialNarrow,#222,101,143,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,du,231,612,1008,ABCDEE+ArialNarrow,#222,146,155,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,tableau,231,612,1008,ABCDEE+ArialNarrow,#222,157,184,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,suivant,231,612,1008,ABCDEE+ArialNarrow,#222,186,212,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,s’appliquent,231,612,1008,ABCDEE+ArialNarrow,#222,215,258,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,à,231,612,1008,ABCDEE+ArialNarrow,#222,261,265,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,l’implantation,231,612,1008,ABCDEE+ArialNarrow,#222,267,315,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,d’un,231,612,1008,ABCDEE+ArialNarrow,#222,317,333,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,bâtiment,231,612,1008,ABCDEE+ArialNarrow,#222,335,367,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,principal,231,612,1008,ABCDEE+ArialNarrow,#222,369,400,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,dans,231,612,1008,ABCDEE+ArialNarrow,#222,402,420,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,le,231,612,1008,ABCDEE+ArialNarrow,#222,422,428,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,type,231,612,1008,ABCDEE+ArialNarrow,#222,431,446,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,de,231,612,1008,ABCDEE+ArialNarrow,#222,448,458,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,milieux,231,612,1008,ABCDEE+ArialNarrow,#222,460,485,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,I-Alinea,T2.2.,231,612,1008,ABCDEE+ArialNarrow,#222,488,506,390,400,232257,8,P,L;L;L;L;L;L;LI;LBody +O,B-Titre,Tableau,231,612,1008,ABCDEE+ArialNarrow,#fff,90,120,431,442,232299,12,P,Table;TR;TD;L;LI;LBody +O,I-Titre,52,231,612,1008,ABCDEE+ArialNarrow,#fff,122,131,431,442,232299,12,P,Table;TR;TD;L;LI;LBody +O,I-Titre,Lotissement,231,612,1008,ABCDEE+ArialNarrow,#fff,147,191,431,442,232299,14,P,Table;TR;TD;L;LI;LBody +O,O,Part.,231,612,1008,ABCDEE+ArialNarrow,#222,246,263,454,464,232321,20,P,Table;TR;TD;Table;TR;TD;P +O,O,Non,231,612,1008,ABCDEE+ArialNarrow,#222,292,307,454,464,232321,21,P,Table;TR;TD;Table;TR;TD;P +O,O,Desservi,231,612,1008,ABCDEE+ArialNarrow,#222,200,232,460,470,232327,19,P,Table;TR;TD;Table;TR;TD;P +O,O,desservi,231,612,1008,ABCDEE+ArialNarrow,#222,246,277,466,476,232334,20,P,Table;TR;TD;Table;TR;TD;P +O,O,desservi,231,612,1008,ABCDEE+ArialNarrow,#222,292,323,466,476,232334,21,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,231,612,1008,ABCDEE+ArialNarrow,#222,105,133,485,495,232353,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,231,612,1008,ABCDEE+ArialNarrow,#222,135,168,485,495,232353,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,sur,231,612,1008,ABCDEE+ArialNarrow,#222,170,182,485,495,232353,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,25,231,612,1008,ABCDEE+ArialNarrow,#222,213,222,491,501,232359,25,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,50,231,612,1008,ABCDEE+ArialNarrow,#222,259,268,491,501,232359,26,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,231,612,1008,ABCDEE+ArialNarrow,#222,303,317,491,501,232359,27,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,la,231,612,1008,ABCDEE+ArialNarrow,#222,105,111,497,507,232365,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,ligne,231,612,1008,ABCDEE+ArialNarrow,#222,113,131,497,507,232365,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,avant,231,612,1008,ABCDEE+ArialNarrow,#222,133,153,497,507,232365,24,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),231,612,1008,ABCDEE+ArialNarrow,#222,155,168,497,507,232365,24,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,231,612,1008,ABCDEE+ArialNarrow,#222,105,133,516,526,232384,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,maximale,231,612,1008,ABCDEE+ArialNarrow,#222,135,170,516,526,232384,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,sur,231,612,1008,ABCDEE+ArialNarrow,#222,173,184,516,526,232384,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,231,612,1008,ABCDEE+ArialNarrow,#222,216,219,522,532,232390,31,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,231,612,1008,ABCDEE+ArialNarrow,#222,262,265,522,532,232390,32,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,-,231,612,1008,ABCDEE+ArialNarrow,#222,309,311,522,532,232390,33,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,la,231,612,1008,ABCDEE+ArialNarrow,#222,105,111,529,539,232396,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,ligne,231,612,1008,ABCDEE+ArialNarrow,#222,113,131,529,539,232396,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,avant,231,612,1008,ABCDEE+ArialNarrow,#222,133,153,529,539,232396,30,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),231,612,1008,ABCDEE+ArialNarrow,#222,155,168,529,539,232396,30,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Superficie,231,612,1008,ABCDEE+ArialNarrow,#222,105,141,547,558,232415,36,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,231,612,1008,ABCDEE+ArialNarrow,#222,143,176,547,558,232415,36,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,20,231,612,1008,ABCDEE+ArialNarrow,#222,298,307,547,558,232415,39,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,000,231,612,1008,ABCDEE+ArialNarrow,#222,309,323,547,558,232415,39,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,2000,231,612,1008,ABCDEE+ArialNarrow,#222,207,226,554,564,232421,37,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,3000,231,612,1008,ABCDEE+ArialNarrow,#222,255,273,554,564,232421,38,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m²),231,612,1008,ABCDEE+ArialNarrow,#222,105,120,560,570,232428,36,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(Art.,231,612,1008,ABCDEE+ArialNarrow,#222,293,308,560,570,232428,39,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,483),231,612,1008,ABCDEE+ArialNarrow,#222,311,327,560,570,232428,39,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Largeur,231,612,1008,ABCDEE+ArialNarrow,#222,105,133,579,589,232446,42,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,moyenne,231,612,1008,ABCDEE+ArialNarrow,#222,135,169,579,589,232446,42,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,25,231,612,1008,ABCDEE+ArialNarrow,#222,213,222,585,595,232453,43,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,50,231,612,1008,ABCDEE+ArialNarrow,#222,259,268,585,595,232453,44,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,231,612,1008,ABCDEE+ArialNarrow,#222,303,317,585,595,232453,45,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale,231,612,1008,ABCDEE+ArialNarrow,#222,105,137,591,601,232459,42,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,(m),231,612,1008,ABCDEE+ArialNarrow,#222,140,152,591,601,232459,42,P,Table;TR;TD;Table;TR;TD;P +O,B-Alinea,Profondeur,231,612,1008,ABCDEE+ArialNarrow,#222,105,145,610,620,232478,48,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,moyenne,231,612,1008,ABCDEE+ArialNarrow,#222,148,181,610,620,232478,48,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,Figure,231,612,1008,ABCDEE+ArialNarrow,#378,359,380,609,618,232476,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,82.,231,612,1008,ABCDEE+ArialNarrow,#378,382,392,609,618,232476,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,Règles,231,612,1008,ABCDEE+ArialNarrow,#378,394,417,609,618,232476,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,minimales,231,612,1008,ABCDEE+ArialNarrow,#378,419,452,609,618,232476,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,de,231,612,1008,ABCDEE+ArialNarrow,#378,455,463,609,618,232476,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,lotissement,231,612,1008,ABCDEE+ArialNarrow,#378,465,502,609,618,232476,53,P,Table;TR;TD;L;LI;LBody +O,I-Alinea,50,231,612,1008,ABCDEE+ArialNarrow,#222,213,222,616,626,232484,49,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,60,231,612,1008,ABCDEE+ArialNarrow,#222,259,268,616,626,232484,50,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,100,231,612,1008,ABCDEE+ArialNarrow,#222,303,317,616,626,232484,51,P,Table;TR;TD;Table;TR;TD;P +O,I-Alinea,minimale(m),231,612,1008,ABCDEE+ArialNarrow,#222,105,150,622,632,232490,48,P,Table;TR;TD;Table;TR;TD;P +O,B-Amendement,2022-04-20,231,612,1008,ABCDEE+ArialNarrow-Italic,#f00,85,127,658,668,232526,57,P,P +O,I-Amendement,"(R1314-2021-Z-3,",231,612,1008,ABCDEE+ArialNarrow-Italic,#f00,129,195,658,668,232526,57,P,P +O,I-Amendement,a.,231,612,1008,ABCDEE+ArialNarrow-Italic,#f00,197,204,658,668,232526,57,P,P +O,I-Amendement,6),231,612,1008,ABCDEE+ArialNarrow-Italic,#f00,206,213,658,668,232526,57,P,P +O,B-Pied,231,231,612,1008,ABCDEE+ArialNarrow,#000,516,527,952,960,232820,,Artifact,