diff --git a/.github/workflows/analyse.yml b/.github/workflows/analyse.yml index 043217d..087eb50 100644 --- a/.github/workflows/analyse.yml +++ b/.github/workflows/analyse.yml @@ -55,16 +55,20 @@ jobs: alexi -v download -u https://vsadm.ca/citoyens/reglementation/reglementation-durbanisme/ -o download/vsadm --all-pdf-links alexi -v download -u https://www.vss.ca/services-aux-citoyens/services/reglementation-durbanisme/ \ -o download/vss --all-pdf-links -x '[Aa]nnexe' + alexi -v download -u https://www.ville.prevost.qc.ca/guichet-citoyen/services/urbanisme/ \ + -o download/prevost --all-pdf-links -x Annexe -x Formulaires -x PUMD -x PMAD - name: Extract run: | alexi -v extract -m download/index.json download/*.pdf alexi -v extract -m download/vsadm/index.json -o export/vsadm download/vsadm/*.pdf alexi -v extract -m download/vss/index.json -o export/vss download/vss/*.pdf + alexi -v extract -m download/prevost/index.json -o export/prevost download/prevost/*.pdf - name: Index run: | alexi -v index -o export/_idx export alexi -v index -o export/vsadm/_idx export/vsadm alexi -v index -o export/vss/_idx export/vss + alexi -v index -o export/prevost/_idx export/prevost - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact diff --git a/alexi/analyse.py b/alexi/analyse.py index 9cc4e04..c5dd99d 100644 --- a/alexi/analyse.py +++ b/alexi/analyse.py @@ -237,7 +237,7 @@ class Document: """Document avec blocs de texte et structure.""" fileid: str - meta: dict[str, str] + meta: dict[str, list[str]] paliers: dict[str, list[Element]] contenu: list[Bloc] unknown_id: int = 0 @@ -417,11 +417,10 @@ def __init__(self, fileid: str, words: Iterable[T_obj]): self.fileid = fileid self.words: list[T_obj] = list(words) self.blocs: list[Bloc] = list(group_iob(self.words, "segment")) - self.metadata: dict[str, str] = {} + self.metadata: dict[str, list[str]] = {} for bloc in group_iob(self.words, "sequence"): - if bloc.type not in self.metadata: - LOGGER.info(f"{bloc.type}: {bloc.texte}") - self.metadata[bloc.type] = bloc.texte + LOGGER.info(f"sequence {bloc.type}: {bloc.texte}") + self.metadata.setdefault(bloc.type, []).append(bloc.texte) def add_images(self, images: Iterable[Bloc], merge: bool = True): """Insérer les images en les fusionnant avec le texte (et entre elles) @@ -459,8 +458,8 @@ def __call__( blocs: Optional[Iterable[Bloc]] = None, ) -> Document: """Analyse du structure d'un document.""" - titre = self.metadata.get("Titre", "Document") - numero = self.metadata.get("Numero", "") + titre = self.metadata.get("Titre", ["Document"])[0] + numero = self.metadata.get("Numero", [""])[0] if m := re.search(r"(?i:num[ée]ro)\s+([0-9][A-Z0-9-]+)", titre): LOGGER.info("Numéro extrait du titre: %s", m.group(1)) numero = m.group(1) diff --git a/alexi/convert.py b/alexi/convert.py index 0347bd9..30ca275 100644 --- a/alexi/convert.py +++ b/alexi/convert.py @@ -82,6 +82,10 @@ def get_rgb(c: T_obj) -> str: r = g = b = couleur[0] elif len(couleur) == 3: r, g, b = couleur + elif len(couleur) == 4: + return "CMYK#" + "".join( + ("%x" % int(min(0.999, val) * 16) for val in (couleur)) + ) else: LOGGER.warning("Espace couleur non pris en charge: %s", couleur) return "#000" diff --git a/alexi/extract.py b/alexi/extract.py index f36272c..6d64852 100644 --- a/alexi/extract.py +++ b/alexi/extract.py @@ -12,6 +12,8 @@ from pathlib import Path from typing import Any, Iterable, Optional, TextIO +from natsort import natsorted + from alexi.analyse import Analyseur, Bloc, Document, Element, extract_zonage from alexi.convert import Converteur from alexi.format import HtmlFormatter @@ -301,7 +303,16 @@ def make_doc_tree(docs: list[Document], outdir: Path) -> dict[str, dict[str, str """ metadata = {} - docs.sort(key=operator.attrgetter("numero")) + + def doc_sort_key(doc): + if doc.numero != "": + return f"{doc.numero}: {doc.titre}" + elif doc.fileid.startswith("RUD_T"): # FIXME: Very special case here + return f"843: Règlement d’urbanisme durable: {doc.titre}" + else: + return doc.titre + + docs = natsorted(docs, key=doc_sort_key) with open(outdir / "index.html", "wt") as outfh: LOGGER.info("Génération de %s", outdir / "index.html") outfh.write(HTML_HEADER) @@ -309,9 +320,7 @@ def make_doc_tree(docs: list[Document], outdir: Path) -> dict[str, dict[str, str outfh.write('
  • \n') # Make fragment links to this ID expand the document (as # we usually do not want to link to the full text) - outfh.write( - f'{doc.numero}: {doc.titre}\n' - ) + outfh.write(f'{doc_sort_key(doc)}\n') make_doc_subtree(doc, outfh) outfh.write("
  • \n") doc_metadata = { @@ -350,6 +359,9 @@ def __init__( if metadata: with open(metadata, "rt") as infh: self.pdfdata = json.load(infh) + for key in list(self.pdfdata.keys()): + if "%20" in key: + self.pdfdata[key.replace("%20", " ")] = self.pdfdata[key] else: self.pdfdata = {} self.metadata = {"pdfs": self.pdfdata} diff --git a/data/patches/prevost_ccu_patch1.csv b/data/patches/prevost_ccu_patch1.csv new file mode 100644 index 0000000..718309a --- /dev/null +++ b/data/patches/prevost_ccu_patch1.csv @@ -0,0 +1,943 @@ +sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack +O,O,V,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,171,233,246,233,3,P,Document;P +O,O,P,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,242,253,233,246,233,3,P,Document;P +O,O,ILLE,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,173,206,235,246,235,3,P,Document;P +O,O,DE,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,214,234,235,246,235,3,P,Document;P +O,O,RÉVOST,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,255,318,235,246,235,3,P,Document;P +O,O,R,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,173,268,282,268,6,P,Document;P +O,O,C,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,417,430,268,282,268,6,P,Document;P +O,O,ÈGLEMENT,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,175,261,271,282,271,6,P,Document;P +O,O,CONSTITUANT,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,269,383,271,282,271,6,P,Document;P +O,O,LE,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,392,409,271,282,271,6,P,Document;P +O,O,OMITÉ,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,432,482,271,282,271,6,P,Document;P +O,O,’,1,612,792,BCDGEE+Swiss721BT-BoldExtended,#000,293,298,285,299,285,6,P,Document;P +O,O,O,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,417,424,285,292,285,6,P,Document;P +O,O,605,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,432,466,285,299,285,6,P,Document;P +O,O,CONSULTATIF,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,273,287,298,287,6,P,Document;P +O,O,D,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,281,291,287,298,287,6,P,Document;P +O,O,URBANISME,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,300,397,287,298,287,6,P,Document;P +O,O,N,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,405,415,287,298,287,6,P,Document;P +O,O,C,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,161,173,309,323,309,7,P,Document;P +O,O,–,1,612,792,BCDHEE+Swiss721BT-RomanExtended,#f00,369,376,309,323,309,7,P,Document;P +O,O,–,1,612,792,BCDHEE+Swiss721BT-RomanExtended,#f00,534,541,309,323,309,7,P,Document;P +O,O,ODIFICATION,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,173,252,311,322,311,7,P,Document;P +O,O,ADMINISTRATIVE,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,259,362,311,322,311,7,P,Document;P +O,O,SANS,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,383,417,311,322,311,7,P,Document;P +O,O,VALEUR,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,424,473,311,322,311,7,P,Document;P +O,O,LÉGALE,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,480,527,311,322,311,7,P,Document;P +O,O,21,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,266,285,326,340,326,7,P,Document;P +O,O,2023,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,327,365,326,340,326,7,P,Document;P +O,O,MISE,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,161,191,328,339,328,7,P,Document;P +O,O,À,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,195,203,328,339,328,7,P,Document;P +O,O,JOUR,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,207,240,328,339,328,7,P,Document;P +O,O,DU,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,244,262,328,339,328,7,P,Document;P +O,O,AVRIL,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#f00,288,324,328,339,328,7,P,Document;P +O,O,24,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,172,580,588,580,33,P,Document;P +O,O,novembre,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,175,223,580,588,580,33,P,Document;P +O,O,2008,1,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,226,249,580,588,580,33,P,Document;P +O,O,Réalisé,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,188,608,615,608,36,P,Document;P +O,O,par,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,190,203,608,615,608,36,P,Document;P +O,O,:,1,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,205,207,608,615,608,36,P,Document;P +O,I-Alinea,PROVINCE,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,213,110,118,1694,0,P,Document;P +O,I-Alinea,DE,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,215,229,110,118,1694,0,P,Document;P +O,I-Alinea,QUÉBEC,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,232,274,110,118,1694,0,P,Document;P +O,I-Alinea,VILLE,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,188,120,129,1704,1,P,Document;P +O,I-Alinea,DE,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,190,204,120,129,1704,1,P,Document;P +O,I-Alinea,PRÉVOST,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,207,254,120,129,1704,1,P,Document;P +O,I-Alinea,RÈGLEMENT,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,444,507,227,236,1811,11,P,Document;P +O,I-Alinea,NO,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,509,521,227,236,1811,11,P,Document;P +B-Numero,I-Alinea,605,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,523,541,227,236,1811,11,P,Document;P +B-Titre,B-Titre,RÈGLEMENT,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,390,453,261,270,1845,14,P,Document;P +I-Titre,I-Titre,CONSTITUANT,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,455,527,261,270,1845,14,P,Document;P +I-Titre,I-Titre,LE,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,529,541,261,270,1845,14,P,Document;P +I-Titre,I-Titre,COMITÉ,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,430,469,272,281,1856,15,P,Document;P +I-Titre,I-Titre,CONSULTATIF,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,472,541,272,281,1856,15,P,Document;P +I-Titre,I-Titre,D’URBANISME,3,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,470,541,283,292,1867,15,P,Document;P +O,B-Alinea,AVIS,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,184,359,368,1943,22,P,Document;P +O,I-Alinea,DE,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,186,200,359,368,1943,22,P,Document;P +O,I-Alinea,MOTION,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,202,243,359,368,1943,22,P,Document;P +O,I-Alinea,:,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,246,249,359,368,1943,22,P,Document;P +O,I-Alinea,15,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,302,314,359,368,1943,22,P,Document;P +O,I-Alinea,OCTOBRE,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,317,366,359,368,1943,22,P,Document;P +O,I-Alinea,2008,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,369,393,359,368,1943,22,P,Document;P +O,B-Alinea,ADOPTION,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,214,380,389,1964,24,P,Document;P +O,I-Alinea,:,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,217,220,380,389,1964,24,P,Document;P +O,I-Alinea,24,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,302,314,380,389,1964,24,P,Document;P +O,I-Alinea,NOVEMBRE,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,317,375,380,389,1964,24,P,Document;P +O,I-Alinea,2008,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,378,402,380,389,1964,24,P,Document;P +O,B-Alinea,ENTRÉE,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,201,402,411,1986,26,P,Document;P +O,I-Alinea,EN,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,203,217,402,411,1986,26,P,Document;P +O,I-Alinea,VIGUEUR,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,219,264,402,411,1986,26,P,Document;P +O,I-Alinea,:,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,267,270,402,411,1986,26,P,Document;P +O,I-Alinea,Modifications,3,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,286,350,455,463,2039,31,P,Document;Table;THead;TR;TH;P +O,I-Alinea,au,3,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,353,365,455,463,2039,31,P,Document;Table;THead;TR;TH;P +O,I-Alinea,règlement,3,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,368,416,455,463,2039,31,P,Document;Table;THead;TR;TH;P +O,B-Alinea,Numéro,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,209,243,474,482,2058,33,P,Document;Table;TBody;TR;TH;P +O,I-Alinea,de,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,246,257,474,482,2058,33,P,Document;Table;TBody;TR;TH;P +O,I-Alinea,règlement,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,259,303,474,482,2058,33,P,Document;Table;TBody;TR;TH;P +O,I-Alinea,Entrée,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,409,436,474,482,2058,35,P,Document;Table;TBody;TR;TD;P +O,I-Alinea,en,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,439,450,474,482,2058,35,P,Document;Table;TBody;TR;TD;P +O,I-Alinea,vigueur,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,452,484,474,482,2058,35,P,Document;Table;TBody;TR;TD;P +O,I-Alinea,605-1,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,243,268,494,502,2078,37,P,Document;Table;TBody;TR;TH;P +O,I-Alinea,15-05-2018,3,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,421,471,494,502,2078,38,P,Document;Table;TBody;TR;TD;P +O,B-Alinea,LE,3,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,174,691,700,2275,66,P,Document;P +O,I-Alinea,CONSEIL,3,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,176,225,691,700,2275,66,P,Document;P +O,I-Alinea,MUNICIPAL,3,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,228,289,691,700,2275,66,P,Document;P +O,I-Alinea,DÉCRÈTE,3,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,291,342,691,700,2275,66,P,Document;P +O,I-Alinea,CE,3,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,344,360,691,700,2275,66,P,Document;P +O,I-Alinea,QUI,3,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,362,382,691,700,2275,66,P,Document;P +O,I-Alinea,SUIT,3,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,385,409,691,700,2275,66,P,Document;P +O,I-Alinea,:,3,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,413,416,691,700,2275,66,P,Document;P +O,O,V,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,171,233,246,3401,3,P,Document;P +O,O,P,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,242,253,233,246,3401,3,P,Document;P +O,O,ILLE,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,173,206,235,246,3403,3,P,Document;P +O,O,DE,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,214,234,235,246,3403,3,P,Document;P +O,O,RÉVOST,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,255,318,235,246,3403,3,P,Document;P +O,O,R,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,173,268,282,3436,6,P,Document;P +O,O,C,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,417,430,268,282,3436,6,P,Document;P +O,O,ÈGLEMENT,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,175,261,271,282,3439,6,P,Document;P +O,O,CONSTITUANT,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,269,383,271,282,3439,6,P,Document;P +O,O,LE,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,391,409,271,282,3439,6,P,Document;P +O,O,OMITÉ,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,432,482,271,282,3439,6,P,Document;P +O,O,’,5,612,792,BCDGEE+Swiss721BT-BoldExtended,#000,293,298,285,299,3453,6,P,Document;P +O,O,O,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,417,424,285,292,3453,6,P,Document;P +O,O,605,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,432,466,285,299,3453,6,P,Document;P +O,O,CONSULTATIF,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,273,287,298,3455,6,P,Document;P +O,O,D,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,281,291,287,298,3455,6,P,Document;P +O,O,URBANISME,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,300,397,287,298,3455,6,P,Document;P +O,O,N,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,405,415,287,298,3455,6,P,Document;P +O,O,TABLE,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,198,331,341,3499,10,P,Document;P +O,O,DES,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,202,227,331,341,3499,10,P,Document;P +O,O,MATIÈRES,5,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,230,292,331,341,3499,10,P,Document;P +O,O,Réalisé,5,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,188,609,616,3777,39,P,Document;P +O,O,par,5,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,190,203,609,616,3777,39,P,Document;P +O,O,:,5,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,205,207,609,616,3777,39,P,Document;P +O,B-Tete,RÈGLEMENT,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,219,37,44,4789,,Artifact, +O,I-Tete,CONSTITUANT,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,225,292,38,44,4790,,Artifact, +O,I-Tete,LE,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,298,308,38,44,4790,,Artifact, +O,I-Tete,COMITÉ,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,314,350,38,44,4790,,Artifact, +O,I-Tete,CONSULTATIF,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,356,422,38,44,4790,,Artifact, +O,I-Tete,D’URBANISME,7,612,792,,,428,496,37,44,4789,,, +O,I-Tete,VILLE,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,179,45,52,4797,,Artifact, +O,I-Tete,DE,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,181,190,46,52,4798,,Artifact, +O,I-Tete,PRÉVOST,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,192,225,45,52,4797,,Artifact, +O,B-Titre,TABLE,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,187,62,69,4814,,Artifact, +O,I-Titre,DES,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,189,207,62,69,4814,,Artifact, +O,I-Titre,MATIÈRES,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,209,252,62,69,4814,,Artifact, +O,B-Titre,TABLE,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,198,110,120,4862,0,P,Document;P +O,I-Titre,DES,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,202,227,110,120,4862,0,P,Document;P +O,I-Titre,MATIÈRES,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,230,292,110,120,4862,0,P,Document;P +O,B-TOC,CHAPITRE,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,209,149,157,4901,2,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,212,217,149,157,4901,2,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,220,223,149,157,4901,2,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Dispositions,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,226,286,149,157,4901,2,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,déclaratoires,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,288,351,149,157,4901,2,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,et,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,354,363,149,157,4901,2,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,interprétatives,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,366,434,149,157,4901,2,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.................................,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,435,532,149,157,4901,2,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,535,541,149,157,4901,2,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Section,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,209,170,178,4922,4,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1.1,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,211,225,170,178,4922,4,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,227,230,170,178,4922,4,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Dispositions,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,245,296,170,178,4922,4,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,déclaratoires,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,299,355,170,178,4922,4,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,...................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,356,533,170,178,4922,4,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,170,178,4922,4,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1.1.1,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,186,194,4938,6,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,186,194,4938,6,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Titre,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,225,186,194,4938,6,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,du,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,227,238,186,194,4938,6,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,règlement,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,241,285,186,194,4938,6,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,..............................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,285,533,186,194,4938,6,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,186,194,4938,6,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1.1.2,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,195,203,4947,8,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,195,203,4947,8,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Abrogation,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,253,195,203,4947,8,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,..........................................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,253,533,195,203,4947,8,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,195,203,4947,8,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1.1.3,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,177,198,205,213,4957,10,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,201,203,205,213,4957,10,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Domaine,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,206,245,205,213,4957,10,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,d’application,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,248,302,205,213,4957,10,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.......................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,304,533,205,213,4957,10,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,205,213,4957,10,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1.1.4,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,215,222,4967,12,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,215,222,4967,12,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Adoption,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,244,215,222,4967,12,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,partie,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,247,271,215,222,4967,12,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,par,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,274,288,215,222,4967,12,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,partie,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,291,315,215,222,4967,12,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,..................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,317,533,215,222,4967,12,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,215,222,4967,12,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Section,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,208,230,238,4982,14,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1.2,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,210,223,230,238,4982,14,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,226,228,230,238,4982,14,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Dispositions,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,245,296,230,238,4982,14,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,interprétatives,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,299,360,230,238,4982,14,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,362,533,230,238,4982,14,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,4,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,230,238,4982,14,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1.2.1,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,246,254,4998,16,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,246,254,4998,16,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Interprétation,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,263,246,254,4998,16,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,des,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,266,282,246,254,4998,16,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,dispositions,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,284,335,246,254,4998,16,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,...........................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,335,533,246,254,4998,16,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,4,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,246,254,4998,16,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1.2.2,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,255,263,5007,18,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,255,263,5007,18,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Numérotation,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,265,255,263,5007,18,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.....................................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,267,533,255,263,5007,18,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,4,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,255,263,5007,18,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1.2.3,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,265,273,5017,20,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,265,273,5017,20,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Nom,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,227,265,273,5017,20,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,du,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,230,240,265,273,5017,20,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Comité,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,243,274,265,273,5017,20,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,..................................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,275,533,265,273,5017,20,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,4,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,265,273,5017,20,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,1.2.4,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,274,282,5026,22,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,274,282,5026,22,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Terminologie.......................................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,533,274,282,5026,22,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,4,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,274,282,5026,22,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,CHAPITRE,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,209,302,310,5054,24,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,2,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,212,217,302,310,5054,24,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,220,223,302,310,5054,24,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Responsabilités,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,226,303,302,310,5054,24,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,du,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,306,318,302,310,5054,24,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Comité,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,321,355,302,310,5054,24,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,............................................................,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,356,532,302,310,5054,24,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,5,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,535,541,302,310,5054,24,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Section,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,208,323,331,5075,26,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,2.1,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,210,223,323,331,5075,26,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,226,228,323,331,5075,26,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Études,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,245,274,323,331,5075,26,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,et,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,277,285,323,331,5075,26,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,recommandations,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,288,366,323,331,5075,26,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,...............................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,367,533,323,331,5075,26,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,7,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,323,331,5075,26,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,2.1.1,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,339,347,5091,28,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,339,347,5091,28,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Dispositions,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,258,339,347,5091,28,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,générales,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,260,303,339,347,5091,28,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.......................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,304,533,339,347,5091,28,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,7,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,339,347,5091,28,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,2.1.2,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,348,356,5100,30,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,348,356,5100,30,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Sous-comités,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,265,348,356,5100,30,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,d’études,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,268,305,348,356,5100,30,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,......................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,306,533,348,356,5100,30,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,7,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,348,356,5100,30,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,2.1.3,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,358,366,5110,32,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,358,366,5110,32,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Recommandations,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,287,358,366,5110,32,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.............................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,288,533,358,366,5110,32,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,7,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,358,366,5110,32,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,2.1.4,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,367,375,5119,34,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,367,375,5119,34,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Procès-verbaux,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,273,367,375,5119,34,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,et,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,276,284,367,375,5119,34,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,rapports,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,287,323,367,375,5119,34,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,écrits,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,326,349,367,375,5119,34,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.....................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,351,533,367,375,5119,34,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,7,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,367,375,5119,34,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Section,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,208,383,391,5135,36,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,2.2,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,210,223,383,391,5135,36,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,226,228,383,391,5135,36,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Assistance,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,245,291,383,391,5135,36,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,dans,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,294,315,383,391,5135,36,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,ses,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,318,332,383,391,5135,36,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,travaux,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,335,366,383,391,5135,36,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,...............................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,367,533,383,391,5135,36,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,8,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,383,391,5135,36,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,2.2.1,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,398,406,5150,38,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,398,406,5150,38,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Employés,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,248,398,406,5150,38,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,municipaux,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,251,300,398,406,5150,38,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,........................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,301,533,398,406,5150,38,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,8,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,398,406,5150,38,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,2.2.2,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,408,416,5160,40,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,408,416,5160,40,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Secrétaire,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,250,408,416,5160,40,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,du,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,253,263,408,416,5160,40,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Comité,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,266,297,408,416,5160,40,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.........................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,298,533,408,416,5160,40,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,8,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,408,416,5160,40,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,2.2.3,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,417,425,5169,42,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,417,425,5169,42,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Ressources,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,256,417,425,5169,42,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,professionnelles,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,259,328,417,425,5169,42,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.............................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,330,533,417,425,5169,42,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,8,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,417,425,5169,42,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,CHAPITRE,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,209,445,453,5197,44,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,212,217,445,453,5197,44,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,220,223,445,453,5197,44,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Composition,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,226,287,445,453,5197,44,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,et,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,290,299,445,453,5197,44,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,fonctionnement,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,302,377,445,453,5197,44,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,du,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,380,392,445,453,5197,44,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Comité,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,395,429,445,453,5197,44,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,..................................,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,432,532,445,453,5197,44,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,9,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,535,541,445,453,5197,44,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Section,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,209,467,475,5219,46,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.1,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,211,225,467,475,5219,46,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,227,230,467,475,5219,46,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Composition,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,245,299,467,475,5219,46,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,du,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,301,312,467,475,5219,46,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Comité,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,315,346,467,475,5219,46,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,....................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,349,528,467,475,5219,46,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,11,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,467,475,5219,46,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.1.1,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,482,490,5234,48,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,482,490,5234,48,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Nombre,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,241,482,490,5234,48,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,de,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,244,255,482,490,5234,48,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,membres,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,257,299,482,490,5234,48,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,......................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,301,528,482,490,5234,48,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,11,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,482,490,5234,48,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.1.2,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,492,500,5244,50,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,492,500,5244,50,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Durée,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,232,492,500,5244,50,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,du,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,235,246,492,500,5244,50,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,mandat,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,248,281,492,500,5244,50,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,des,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,284,300,492,500,5244,50,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,membres,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,302,344,492,500,5244,50,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.....................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,346,528,492,500,5244,50,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,11,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,492,500,5244,50,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.1.3,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,177,198,501,509,5253,52,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,201,203,501,509,5253,52,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Remplacement,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,206,272,501,509,5253,52,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,d’un,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,275,293,501,509,5253,52,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,membre,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,296,333,501,509,5253,52,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.........................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,335,528,501,509,5253,52,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,11,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,501,509,5253,52,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.1.4,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,511,519,5263,54,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,511,519,5263,54,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Rémunération,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,266,511,519,5263,54,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,des,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,269,285,511,519,5263,54,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,membres,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,287,329,511,519,5263,54,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,...........................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,330,528,511,519,5263,54,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,11,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,511,519,5263,54,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Section,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,208,526,534,5278,56,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,210,223,526,534,5278,56,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,226,228,526,534,5278,56,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Fonctionnement,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,245,314,526,534,5278,56,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,du,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,317,328,526,534,5278,56,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Comité,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,330,362,526,534,5278,56,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,...............................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,362,528,526,534,5278,56,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,12,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,526,534,5278,56,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2.1,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,542,550,5294,58,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,542,550,5294,58,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Quorum,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,241,542,550,5294,58,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,............................................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,243,528,542,550,5294,58,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,12,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,542,550,5294,58,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2.2,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,177,198,551,559,5303,60,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,201,203,551,559,5303,60,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Déclaration,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,206,255,551,559,5303,60,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,d’intérêt,7,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,258,293,551,559,5303,60,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.........................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,293,528,551,559,5303,60,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,12,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,551,559,5303,60,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2.3,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,561,569,5313,62,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,561,569,5313,62,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Président,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,246,561,569,5313,62,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,du,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,249,260,561,569,5313,62,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Comité,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,262,293,561,569,5313,62,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,........................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,296,528,561,569,5313,62,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,12,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,561,569,5313,62,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2.4,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,570,578,5322,64,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,570,578,5322,64,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Vice-président,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,268,570,578,5322,64,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,du,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,271,282,570,578,5322,64,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Comité,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,284,316,570,578,5322,64,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,317,528,570,578,5322,64,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,12,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,570,578,5322,64,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2.5,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,580,588,5332,66,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,580,588,5332,66,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Vote,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,226,580,588,5332,66,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,des,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,228,244,580,588,5332,66,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,membres,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,247,288,580,588,5332,66,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,..........................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,290,528,580,588,5332,66,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,12,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,580,588,5332,66,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2.6,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,589,597,5341,68,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,589,597,5341,68,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Confidentialité,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,267,589,597,5341,68,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,des,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,270,285,589,597,5341,68,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,demandes,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,288,334,589,597,5341,68,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.........................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,335,528,589,597,5341,68,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,14,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,589,597,5341,68,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2.7,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,599,607,5351,70,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,599,607,5351,70,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Présence,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,246,599,607,5351,70,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,des,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,249,264,599,607,5351,70,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,requérants,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,267,313,599,607,5351,70,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,314,528,599,607,5351,70,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,14,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,599,607,5351,70,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2.8,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,608,616,5360,72,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,608,616,5360,72,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Convocation,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,259,608,616,5360,72,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,des,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,262,278,608,616,5360,72,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,assemblées,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,280,332,608,616,5360,72,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,..........................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,333,528,608,616,5360,72,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,14,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,608,616,5360,72,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2.9,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,618,626,5370,74,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,618,626,5370,74,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Déroulement,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,262,618,626,5370,74,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,des,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,264,280,618,626,5370,74,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,assemblées,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,283,335,618,626,5370,74,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.........................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,335,528,618,626,5370,74,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,14,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,618,626,5370,74,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2.10,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,203,627,635,5379,76,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,209,627,635,5379,76,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Dépenses,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,211,255,627,635,5379,76,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,du,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,257,268,627,635,5379,76,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Comité,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,271,302,627,635,5379,76,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.....................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,304,528,627,635,5379,76,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,15,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,627,635,5379,76,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,3.2.11,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,203,637,645,5389,78,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,209,637,645,5389,78,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Règles,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,211,241,637,645,5389,78,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,de,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,243,254,637,645,5389,78,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,régie,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,257,278,637,645,5389,78,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,interne,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,281,311,637,645,5389,78,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,..................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,312,528,637,645,5389,78,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,15,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,637,645,5389,78,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,CHAPITRE,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,209,665,673,5417,80,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,4,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,212,217,665,673,5417,80,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,220,223,665,673,5417,80,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Dispositions,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,226,286,665,673,5417,80,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,finales,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,288,320,665,673,5417,80,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,......................................................................,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,320,526,665,673,5417,80,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,17,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,529,541,665,673,5417,80,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Section,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,208,686,694,5438,82,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,4.1,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,210,223,686,694,5438,82,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,226,228,686,694,5438,82,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Dispositions,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,245,296,686,694,5438,82,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,finales,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,299,326,686,694,5438,82,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,............................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,327,528,686,694,5438,82,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,19,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,686,694,5438,82,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,4.1.1,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,177,198,702,710,5454,84,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,:,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,201,203,702,710,5454,84,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,Entrée,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,206,234,702,710,5454,84,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,en,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,237,247,702,710,5454,84,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,vigueur,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,250,281,702,710,5454,84,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,.............................................................................................,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,282,528,702,710,5454,84,Span,Document;TOC;TOCI;Link;Span +O,I-TOC,19,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,702,710,5454,84,Span,Document;TOC;TOCI;Link;Span +O,B-Pied,Apur,7,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,185,748,757,5500,,Artifact, +O,I-Pied,urbanistes-conseils,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,188,271,748,756,5500,,Artifact, +O,I-Pied,Page,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,514,536,748,756,5500,,Artifact, +O,I-Pied,i,7,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,539,541,748,756,5500,,Artifact, +O,O,V,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,171,233,246,6569,3,P,Document;P +O,O,P,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,242,253,233,246,6569,3,P,Document;P +O,O,ILLE,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,173,206,235,246,6571,3,P,Document;P +O,O,DE,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,214,234,235,246,6571,3,P,Document;P +O,O,RÉVOST,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,255,318,235,246,6571,3,P,Document;P +O,O,R,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,173,268,282,6604,6,P,Document;P +O,O,C,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,417,430,268,282,6604,6,P,Document;P +O,O,ÈGLEMENT,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,175,261,271,282,6607,6,P,Document;P +O,O,CONSTITUANT,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,269,383,271,282,6607,6,P,Document;P +O,O,LE,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,391,409,271,282,6607,6,P,Document;P +O,O,OMITÉ,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,432,482,271,282,6607,6,P,Document;P +O,O,’,9,612,792,BCDGEE+Swiss721BT-BoldExtended,#000,293,298,285,299,6621,6,P,Document;P +O,O,O,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,417,424,285,292,6621,6,P,Document;P +O,O,605,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,432,466,285,299,6621,6,P,Document;P +O,O,CONSULTATIF,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,273,287,298,6623,6,P,Document;P +O,O,D,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,281,291,287,298,6623,6,P,Document;P +O,O,URBANISME,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,300,397,287,298,6623,6,P,Document;P +O,O,N,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,405,415,287,298,6623,6,P,Document;P +O,B-Chapitre,CHAPITRE,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,221,331,341,6667,10,P,Document;H1 +O,I-Chapitre,1,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,224,232,331,341,6667,10,P,Document;H1 +O,I-Chapitre,:,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,235,239,331,341,6667,10,P,Document;H1 +O,I-Chapitre,Dispositions,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,235,355,365,6691,10,P,Document;H1 +O,I-Chapitre,déclaratoires,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,239,317,355,365,6691,10,P,Document;H1 +O,I-Chapitre,et,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,320,332,355,365,6691,10,P,Document;H1 +O,I-Chapitre,interprétatives,9,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,335,421,355,365,6691,10,P,Document;H1 +O,O,Réalisé,9,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,192,595,603,6931,35,P,Document;P +O,O,par,9,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,195,209,595,603,6931,35,P,Document;P +O,O,:,9,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,211,214,595,603,6931,35,P,Document;P +O,B-Pied,1,9,612,792,BCDEEE+Swiss721BT-RomanExtended,#fff,161,166,739,747,7075,,Artifact, +O,B-Pied,1,9,612,792,BCDEEE+Swiss721BT-RomanExtended,#fff,161,166,749,757,7085,,Artifact, +O,B-Tete,RÈGLEMENT,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,219,37,44,7957,,Artifact, +O,I-Tete,CONSTITUANT,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,225,292,38,44,7958,,Artifact, +O,I-Tete,LE,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,298,308,38,44,7958,,Artifact, +O,I-Tete,COMITÉ,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,314,350,38,44,7958,,Artifact, +O,I-Tete,CONSULTATIF,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,356,422,38,44,7958,,Artifact, +O,I-Tete,D’URBANISME,11,612,792,,,428,496,37,44,7957,,, +O,I-Tete,VILLE,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,179,45,52,7965,,Artifact, +O,I-Tete,DE,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,181,190,46,52,7966,,Artifact, +O,I-Tete,PRÉVOST,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,192,225,45,52,7965,,Artifact, +O,I-Tete,CHAPITRE,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,203,62,69,7982,,Artifact, +O,I-Tete,1,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,205,211,62,69,7982,,Artifact, +O,I-Tete,:,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,213,216,62,69,7982,,Artifact, +O,I-Tete,Dispositions,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,213,70,77,7990,,Artifact, +O,I-Tete,déclaratoires,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,215,270,70,77,7990,,Artifact, +O,I-Tete,et,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,273,280,70,77,7990,,Artifact, +O,I-Tete,interprétatives,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,283,343,70,77,7990,,Artifact, +O,B-Section,Section,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,206,110,120,8030,0,P,Document;H2 +O,I-Section,1.1,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,210,228,110,120,8030,0,P,Document;H2 +O,I-Section,:,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,232,235,110,120,8030,0,P,Document;H2 +O,I-Section,Dispositions,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,246,320,110,120,8030,0,P,Document;H2 +O,I-Section,déclaratoires,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,324,402,110,120,8030,0,P,Document;H2 +O,B-Article,1.1.1,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,184,139,147,8059,1,P,Document;H3 +O,I-Article,:,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,187,190,139,147,8059,1,P,Document;H3 +O,I-Article,Titre,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,203,224,139,147,8059,1,P,Document;H3 +O,I-Article,du,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,227,239,139,147,8059,1,P,Document;H3 +O,I-Article,règlement,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,242,290,139,147,8059,1,P,Document;H3 +O,B-Alinea,Le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,171,161,169,8081,2,P,Document;P +O,I-Alinea,présent,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,176,208,161,169,8081,2,P,Document;P +O,I-Alinea,règlement,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,213,257,161,169,8081,2,P,Document;P +O,I-Alinea,porte,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,262,284,161,169,8081,2,P,Document;P +O,I-Alinea,le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,289,296,161,169,8081,2,P,Document;P +O,I-Alinea,titre,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,301,318,161,169,8081,2,P,Document;P +O,I-Alinea,de,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,322,333,161,169,8081,2,P,Document;P +O,I-Alinea,«,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,338,345,161,169,8081,2,P,Document;P +B-Titre,I-Alinea,Règlement,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,345,394,161,169,8081,2,P,Document;P +I-Titre,I-Alinea,constituant,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,397,447,161,169,8081,2,P,Document;P +I-Titre,I-Alinea,le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,449,459,161,169,8081,2,P,Document;P +I-Titre,I-Alinea,Comité,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,461,495,161,169,8081,2,P,Document;P +I-Titre,I-Alinea,consultatif,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,497,543,161,169,8081,2,P,Document;P +I-Titre,I-Alinea,d’urbanisme,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,160,216,170,178,8090,2,P,Document;P +O,I-Alinea,»,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,216,223,170,178,8090,2,P,Document;P +O,I-Alinea,et,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,224,232,170,178,8090,2,P,Document;P +O,I-Alinea,le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,235,242,170,178,8090,2,P,Document;P +O,I-Alinea,numéro,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,245,278,170,178,8090,2,P,Document;P +B-Numero,I-Alinea,605.,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,281,300,170,178,8090,2,P,Document;P +O,B-Article,1.1.2,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,184,198,206,8118,3,P,Document;H3 +O,I-Article,:,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,187,190,198,206,8118,3,P,Document;H3 +O,I-Article,Abrogation,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,203,255,198,206,8118,3,P,Document;H3 +O,B-Alinea,Le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,171,219,227,8139,4,P,Document;P +O,I-Alinea,présent,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,180,212,219,227,8139,4,P,Document;P +O,I-Alinea,règlement,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,221,265,219,227,8139,4,P,Document;P +O,I-Alinea,abroge,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,273,304,219,227,8139,4,P,Document;P +O,I-Alinea,le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,313,320,219,227,8139,4,P,Document;P +O,I-Alinea,règlement,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,329,372,219,227,8139,4,P,Document;P +O,I-Alinea,numéro,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,381,414,219,227,8139,4,P,Document;P +O,I-Alinea,"309,",11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,423,442,219,227,8139,4,P,Document;P +O,I-Alinea,intitulé,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,450,478,219,227,8139,4,P,Document;P +O,I-Alinea,«,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,486,494,219,227,8139,4,P,Document;P +O,I-Alinea,Règlement,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,494,543,219,227,8139,4,P,Document;P +O,I-Alinea,d’urbanisme,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,160,216,229,237,8149,4,P,Document;P +O,I-Alinea,»,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,216,223,229,237,8149,4,P,Document;P +O,I-Alinea,tel,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,226,236,229,237,8149,4,P,Document;P +O,I-Alinea,que,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,240,257,229,237,8149,4,P,Document;P +O,I-Alinea,modifié,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,261,293,229,237,8149,4,P,Document;P +O,I-Alinea,par,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,297,311,229,237,8149,4,P,Document;P +O,I-Alinea,tous,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,316,334,229,237,8149,4,P,Document;P +O,I-Alinea,ses,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,338,353,229,237,8149,4,P,Document;P +O,I-Alinea,amendements,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,358,420,229,237,8149,4,P,Document;P +O,I-Alinea,ainsi,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,425,444,229,237,8149,4,P,Document;P +O,I-Alinea,que,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,448,465,229,237,8149,4,P,Document;P +O,I-Alinea,toute,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,469,491,229,237,8149,4,P,Document;P +O,I-Alinea,disposition,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,495,541,229,237,8149,4,P,Document;P +O,I-Alinea,inconciliable,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,161,213,239,246,8159,4,P,Document;P +O,I-Alinea,d’un,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,216,235,239,246,8159,4,P,Document;P +O,I-Alinea,autre,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,237,259,239,246,8159,4,P,Document;P +O,I-Alinea,règlement.,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,262,308,239,246,8159,4,P,Document;P +O,I-Alinea,1.1.3,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,184,266,274,8186,5,P,Document;H3 +O,I-Alinea,:,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,187,190,266,274,8186,5,P,Document;H3 +O,B-Article,Domaine,11,612,792,BCDGEE+Swiss721BT-BoldExtended,#000,203,246,266,274,8186,5,P,Document;H3 +O,I-Article,d’application,11,612,792,BCDGEE+Swiss721BT-BoldExtended,#000,249,311,266,274,8186,5,P,Document;H3 +O,B-Alinea,Le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,171,288,296,8208,6,P,Document;P +O,I-Alinea,présent,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,174,207,288,296,8208,6,P,Document;P +O,I-Alinea,règlement,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,210,254,288,296,8208,6,P,Document;P +O,I-Alinea,a,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,257,262,288,296,8208,6,P,Document;P +O,I-Alinea,pour,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,265,285,288,296,8208,6,P,Document;P +O,I-Alinea,objet,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,288,309,288,296,8208,6,P,Document;P +O,I-Alinea,de,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,312,323,288,296,8208,6,P,Document;P +O,I-Alinea,constituer,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,326,369,288,296,8208,6,P,Document;P +O,I-Alinea,le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,372,379,288,296,8208,6,P,Document;P +O,I-Alinea,Comité,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,382,413,288,296,8208,6,P,Document;P +O,I-Alinea,consultatif,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,416,460,288,296,8208,6,P,Document;P +O,I-Alinea,d’urbanisme,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,463,517,288,296,8208,6,P,Document;P +O,I-Alinea,de,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,520,531,288,296,8208,6,P,Document;P +O,I-Alinea,la,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,534,541,288,296,8208,6,P,Document;P +O,I-Alinea,Ville,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,178,297,305,8217,6,P,Document;P +O,I-Alinea,de,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,185,196,297,305,8217,6,P,Document;P +O,I-Alinea,Prévost.,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,203,238,297,305,8217,6,P,Document;P +O,I-Alinea,Il,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,245,249,297,305,8217,6,P,Document;P +O,I-Alinea,prescrit,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,256,288,297,305,8217,6,P,Document;P +O,I-Alinea,les,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,295,307,297,305,8217,6,P,Document;P +O,I-Alinea,"responsabilités,",11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,314,381,297,305,8217,6,P,Document;P +O,I-Alinea,la,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,388,396,297,305,8217,6,P,Document;P +O,I-Alinea,composition,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,403,455,297,305,8217,6,P,Document;P +O,I-Alinea,et,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,462,471,297,305,8217,6,P,Document;P +O,I-Alinea,les,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,478,490,297,305,8217,6,P,Document;P +O,I-Alinea,règles,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,497,523,297,305,8217,6,P,Document;P +O,I-Alinea,de,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,297,305,8217,6,P,Document;P +O,I-Alinea,fonctionnement,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,228,307,315,8227,6,P,Document;P +O,I-Alinea,du,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,230,241,307,315,8227,6,P,Document;P +O,I-Alinea,Comité,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,244,275,307,315,8227,6,P,Document;P +O,I-Alinea,consultatif,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,278,321,307,315,8227,6,P,Document;P +O,I-Alinea,d’urbanisme.,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,324,380,307,315,8227,6,P,Document;P +O,B-Article,1.1.4,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,184,334,342,8254,7,P,Document;H3 +O,I-Article,:,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,187,190,334,342,8254,7,P,Document;H3 +O,I-Article,Adoption,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,203,246,334,342,8254,7,P,Document;H3 +O,I-Article,partie,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,248,276,334,342,8254,7,P,Document;H3 +O,I-Article,par,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,279,294,334,342,8254,7,P,Document;H3 +O,I-Article,partie,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,297,325,334,342,8254,7,P,Document;H3 +O,B-Alinea,Le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,171,356,364,8276,8,P,Document;P +O,I-Alinea,Conseil,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,174,205,356,364,8276,8,P,Document;P +O,I-Alinea,municipal,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,208,249,356,364,8276,8,P,Document;P +O,I-Alinea,de,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,252,263,356,364,8276,8,P,Document;P +O,I-Alinea,la,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,266,273,356,364,8276,8,P,Document;P +O,I-Alinea,Ville,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,276,293,356,364,8276,8,P,Document;P +O,I-Alinea,de,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,296,307,356,364,8276,8,P,Document;P +O,I-Alinea,Prévost,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,310,341,356,364,8276,8,P,Document;P +O,I-Alinea,déclare,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,344,376,356,364,8276,8,P,Document;P +O,I-Alinea,par,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,379,393,356,364,8276,8,P,Document;P +O,I-Alinea,la,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,396,403,356,364,8276,8,P,Document;P +O,I-Alinea,présente,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,406,444,356,364,8276,8,P,Document;P +O,I-Alinea,qu'il,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,447,463,356,364,8276,8,P,Document;P +O,I-Alinea,adopte,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,465,496,356,364,8276,8,P,Document;P +O,I-Alinea,le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,498,506,356,364,8276,8,P,Document;P +O,I-Alinea,présent,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,508,541,356,364,8276,8,P,Document;P +O,I-Alinea,règlement,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,204,365,373,8285,8,P,Document;P +O,I-Alinea,chapitre,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,207,242,365,373,8285,8,P,Document;P +O,I-Alinea,par,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,244,258,365,373,8285,8,P,Document;P +O,I-Alinea,"chapitre,",11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,261,299,365,373,8285,8,P,Document;P +O,I-Alinea,section,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,301,332,365,373,8285,8,P,Document;P +O,I-Alinea,par,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,334,348,365,373,8285,8,P,Document;P +O,I-Alinea,section,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,351,382,365,373,8285,8,P,Document;P +O,I-Alinea,et,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,384,392,365,373,8285,8,P,Document;P +O,I-Alinea,article,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,395,421,365,373,8285,8,P,Document;P +O,I-Alinea,par,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,423,437,365,373,8285,8,P,Document;P +O,I-Alinea,"article,",11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,440,469,365,373,8285,8,P,Document;P +O,I-Alinea,alinéa,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,471,496,365,373,8285,8,P,Document;P +O,I-Alinea,par,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,499,513,365,373,8285,8,P,Document;P +O,I-Alinea,alinéa,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,516,541,365,373,8285,8,P,Document;P +O,I-Alinea,et,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,169,375,383,8295,8,P,Document;P +O,I-Alinea,paragraphe,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,171,221,375,383,8295,8,P,Document;P +O,I-Alinea,par,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,223,237,375,383,8295,8,P,Document;P +O,I-Alinea,paragraphe,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,239,289,375,383,8295,8,P,Document;P +O,I-Alinea,de,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,291,302,375,383,8295,8,P,Document;P +O,I-Alinea,façon,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,304,328,375,383,8295,8,P,Document;P +O,I-Alinea,à,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,330,336,375,383,8295,8,P,Document;P +O,I-Alinea,ce,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,338,348,375,383,8295,8,P,Document;P +O,I-Alinea,que,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,350,366,375,383,8295,8,P,Document;P +O,I-Alinea,si,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,369,375,375,383,8295,8,P,Document;P +O,I-Alinea,une,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,377,393,375,383,8295,8,P,Document;P +O,I-Alinea,partie,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,395,420,375,383,8295,8,P,Document;P +O,I-Alinea,du,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,422,433,375,383,8295,8,P,Document;P +O,I-Alinea,présent,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,435,467,375,383,8295,8,P,Document;P +O,I-Alinea,règlement,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,470,513,375,383,8295,8,P,Document;P +O,I-Alinea,venait,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,515,541,375,383,8295,8,P,Document;P +O,I-Alinea,à,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,166,384,392,8304,8,P,Document;P +O,I-Alinea,être,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,169,186,384,392,8304,8,P,Document;P +O,I-Alinea,déclarée,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,189,227,384,392,8304,8,P,Document;P +O,I-Alinea,nulle,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,230,250,384,392,8304,8,P,Document;P +O,I-Alinea,et,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,253,261,384,392,8304,8,P,Document;P +O,I-Alinea,sans,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,264,284,384,392,8304,8,P,Document;P +O,I-Alinea,effet,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,287,306,384,392,8304,8,P,Document;P +O,I-Alinea,par,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,309,324,384,392,8304,8,P,Document;P +O,I-Alinea,un,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,327,337,384,392,8304,8,P,Document;P +O,I-Alinea,"tribunal,",11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,340,375,384,392,8304,8,P,Document;P +O,I-Alinea,une,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,378,394,384,392,8304,8,P,Document;P +O,I-Alinea,telle,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,397,415,384,392,8304,8,P,Document;P +O,I-Alinea,décision,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,418,453,384,392,8304,8,P,Document;P +O,I-Alinea,n'ait,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,456,473,384,392,8304,8,P,Document;P +O,I-Alinea,aucun,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,476,503,384,392,8304,8,P,Document;P +O,I-Alinea,effet,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,506,525,384,392,8304,8,P,Document;P +O,I-Alinea,sur,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,528,541,384,392,8304,8,P,Document;P +O,I-Alinea,les,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,161,173,394,402,8314,8,P,Document;P +O,I-Alinea,autres,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,176,203,394,402,8314,8,P,Document;P +O,I-Alinea,parties,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,205,235,394,402,8314,8,P,Document;P +O,I-Alinea,du,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,238,248,394,402,8314,8,P,Document;P +O,I-Alinea,règlement,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,251,295,394,402,8314,8,P,Document;P +O,I-Alinea,sauf,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,298,316,394,402,8314,8,P,Document;P +O,I-Alinea,dans,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,319,340,394,402,8314,8,P,Document;P +O,I-Alinea,le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,343,350,394,402,8314,8,P,Document;P +O,I-Alinea,cas,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,353,368,394,402,8314,8,P,Document;P +O,I-Alinea,où,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,371,381,394,402,8314,8,P,Document;P +O,I-Alinea,le,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,384,392,394,402,8314,8,P,Document;P +O,I-Alinea,sens,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,395,415,394,402,8314,8,P,Document;P +O,I-Alinea,et,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,418,426,394,402,8314,8,P,Document;P +O,I-Alinea,la,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,429,436,394,402,8314,8,P,Document;P +O,I-Alinea,portée,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,439,467,394,402,8314,8,P,Document;P +O,I-Alinea,du,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,470,481,394,402,8314,8,P,Document;P +O,I-Alinea,règlement,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,483,527,394,402,8314,8,P,Document;P +O,I-Alinea,ou,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,530,541,394,402,8314,8,P,Document;P +O,I-Alinea,de,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,161,172,403,411,8323,8,P,Document;P +O,I-Alinea,l’une,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,174,195,403,411,8323,8,P,Document;P +O,I-Alinea,de,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,197,208,403,411,8323,8,P,Document;P +O,I-Alinea,ses,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,211,226,403,411,8323,8,P,Document;P +O,I-Alinea,dispositions,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,228,279,403,411,8323,8,P,Document;P +O,I-Alinea,s’en,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,282,299,403,411,8323,8,P,Document;P +O,I-Alinea,trouveraient,11,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,302,353,403,411,8323,8,P,Document;P +O,I-Alinea,altérés,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,356,385,403,411,8323,8,P,Document;P +O,I-Alinea,ou,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,387,398,403,411,8323,8,P,Document;P +O,I-Alinea,modifiés.,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,401,440,403,411,8323,8,P,Document;P +O,B-Pied,Apur,11,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,161,185,748,757,8668,,Artifact, +O,I-Pied,urbanistes-conseils,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,188,271,748,756,8668,,Artifact, +O,I-Pied,Page,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,511,533,748,756,8668,,Artifact, +O,I-Pied,3,11,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,535,541,748,756,8668,,Artifact, +B-Titre,B-Tete,RÈGLEMENT,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,71,129,37,44,8749,,Artifact, +I-Titre,I-Tete,CONSTITUANT,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,135,202,38,44,8750,,Artifact, +I-Titre,I-Tete,LE,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,208,218,38,44,8750,,Artifact, +I-Titre,I-Tete,COMITÉ,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,224,260,38,44,8750,,Artifact, +I-Titre,I-Tete,CONSULTATIF,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,266,332,38,44,8750,,Artifact, +I-Titre,I-Tete,D’URBANISME,12,612,792,,,338,406,37,44,8749,,, +O,I-Tete,VILLE,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,71,90,45,52,8757,,Artifact, +O,I-Tete,DE,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,91,101,46,52,8758,,Artifact, +O,I-Tete,PRÉVOST,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,103,135,45,52,8757,,Artifact, +O,I-Tete,CHAPITRE,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,71,113,62,69,8774,,Artifact, +O,I-Tete,1,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,116,121,62,69,8774,,Artifact, +O,I-Tete,:,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,123,126,62,69,8774,,Artifact, +O,I-Tete,Dispositions,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,71,123,70,77,8782,,Artifact, +O,I-Tete,déclaratoires,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,125,180,70,77,8782,,Artifact, +O,I-Tete,et,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,183,191,70,77,8782,,Artifact, +O,I-Tete,interprétatives,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,193,253,70,77,8782,,Artifact, +O,B-Section,Section,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,71,115,110,120,8822,0,P,Document;H2 +O,I-Section,1.2,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,119,137,110,120,8822,0,P,Document;H2 +O,I-Section,:,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,140,143,110,120,8822,0,P,Document;H2 +O,I-Section,Dispositions,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,156,230,110,120,8822,0,P,Document;H2 +O,I-Section,interprétatives,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,234,319,110,120,8822,0,P,Document;H2 +O,B-Article,1.2.1,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,71,94,139,147,8851,1,P,Document;H3 +O,I-Article,:,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,97,100,139,147,8851,1,P,Document;H3 +O,I-Article,Interprétation,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,113,177,139,147,8851,1,P,Document;H3 +O,I-Article,des,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,180,198,139,147,8851,1,P,Document;H3 +O,I-Article,dispositions,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,201,259,139,147,8851,1,P,Document;H3 +O,B-Liste,1.,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,75,83,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,À,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,91,97,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,moins,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,99,125,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,que,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,127,143,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,le,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,145,153,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,contexte,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,155,191,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,n’indique,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,194,231,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,un,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,234,244,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,sens,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,246,266,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,"différent,",12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,268,305,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,il,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,307,311,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,est,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,313,326,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,convenu,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,329,364,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,que,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,366,382,161,169,8873,2,P,Document;L;LI;LBody +O,I-Liste,:,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,385,387,161,169,8873,2,P,Document;L;LI;LBody +O,B-Liste,a),12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,92,100,180,188,8892,4,P,Document;L;LI;LBody +O,I-Liste,Le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,110,120,180,188,8892,4,P,Document;L;LI;LBody +O,I-Liste,singulier,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,123,157,180,188,8892,4,P,Document;L;LI;LBody +O,I-Liste,comprend,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,159,202,180,188,8892,4,P,Document;L;LI;LBody +O,I-Liste,le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,205,212,180,188,8892,4,P,Document;L;LI;LBody +O,I-Liste,pluriel,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,214,239,180,188,8892,4,P,Document;L;LI;LBody +O,I-Liste,et,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,241,249,180,188,8892,4,P,Document;L;LI;LBody +O,I-Liste,vice,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,252,268,180,188,8892,4,P,Document;L;LI;LBody +O,I-Liste,versa,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,271,293,180,188,8892,4,P,Document;L;LI;LBody +O,I-Liste,;,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,296,298,180,188,8892,4,P,Document;L;LI;LBody +O,B-Liste,b),12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,92,100,189,197,8901,5,P,Document;L;LI;LBody +O,I-Liste,Le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,110,120,189,197,8901,5,P,Document;L;LI;LBody +O,I-Liste,masculin,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,123,160,189,197,8901,5,P,Document;L;LI;LBody +O,I-Liste,comprend,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,162,206,189,197,8901,5,P,Document;L;LI;LBody +O,I-Liste,le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,208,215,189,197,8901,5,P,Document;L;LI;LBody +O,I-Liste,féminin,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,218,248,189,197,8901,5,P,Document;L;LI;LBody +O,I-Liste,et,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,250,258,189,197,8901,5,P,Document;L;LI;LBody +O,I-Liste,vice,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,261,277,189,197,8901,5,P,Document;L;LI;LBody +O,I-Liste,versa,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,280,302,189,197,8901,5,P,Document;L;LI;LBody +O,I-Liste,;,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,305,307,189,197,8901,5,P,Document;L;LI;LBody +O,B-Liste,c),12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,92,99,199,207,8911,6,P,Document;L;LI;LBody +O,I-Liste,L’emploi,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,110,145,199,207,8911,6,P,Document;L;LI;LBody +O,I-Liste,du,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,148,158,199,207,8911,6,P,Document;L;LI;LBody +O,I-Liste,mot,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,161,178,199,207,8911,6,P,Document;L;LI;LBody +O,I-Liste,«,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,180,184,199,207,8911,6,P,Document;L;LI;LBody +O,I-Liste,DOIT,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,187,208,199,207,8911,6,P,Document;L;LI;LBody +O,I-Liste,»,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,210,214,199,207,8911,6,P,Document;L;LI;LBody +O,I-Liste,implique,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,217,252,199,207,8911,6,P,Document;L;LI;LBody +O,I-Liste,l’obligation,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,254,299,199,207,8911,6,P,Document;L;LI;LBody +O,I-Liste,absolue,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,301,334,199,207,8911,6,P,Document;L;LI;LBody +O,I-Liste,;,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,337,339,199,207,8911,6,P,Document;L;LI;LBody +O,B-Liste,d),12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,92,100,209,216,8921,7,P,Document;L;LI;LBody +O,I-Liste,L’emploi,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,110,145,209,216,8921,7,P,Document;L;LI;LBody +O,I-Liste,du,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,148,158,209,216,8921,7,P,Document;L;LI;LBody +O,I-Liste,mot,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,161,178,209,216,8921,7,P,Document;L;LI;LBody +O,I-Liste,«,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,180,184,209,216,8921,7,P,Document;L;LI;LBody +O,I-Liste,PEUT,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,187,209,209,216,8921,7,P,Document;L;LI;LBody +O,I-Liste,»,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,212,216,209,216,8921,7,P,Document;L;LI;LBody +O,I-Liste,conserve,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,218,256,209,216,8921,7,P,Document;L;LI;LBody +O,I-Liste,un,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,259,269,209,216,8921,7,P,Document;L;LI;LBody +O,I-Liste,sens,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,271,291,209,216,8921,7,P,Document;L;LI;LBody +O,I-Liste,facultatif,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,293,328,209,216,8921,7,P,Document;L;LI;LBody +O,I-Liste,;,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,331,333,209,216,8921,7,P,Document;L;LI;LBody +O,B-Liste,e),12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,92,100,218,226,8930,8,P,Document;L;LI;LBody +O,I-Liste,Le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,110,120,218,226,8930,8,P,Document;L;LI;LBody +O,I-Liste,mot,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,123,139,218,226,8930,8,P,Document;L;LI;LBody +O,I-Liste,«,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,142,146,218,226,8930,8,P,Document;L;LI;LBody +O,I-Liste,QUICONQUE,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,148,203,218,226,8930,8,P,Document;L;LI;LBody +O,I-Liste,»,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,205,210,218,226,8930,8,P,Document;L;LI;LBody +O,I-Liste,inclut,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,212,234,218,226,8930,8,P,Document;L;LI;LBody +O,I-Liste,toute,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,236,258,218,226,8930,8,P,Document;L;LI;LBody +O,I-Liste,personne,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,260,299,218,226,8930,8,P,Document;L;LI;LBody +O,I-Liste,physique,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,302,339,218,226,8930,8,P,Document;L;LI;LBody +O,I-Liste,ou,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,341,352,218,226,8930,8,P,Document;L;LI;LBody +O,I-Liste,morale.,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,354,386,218,226,8930,8,P,Document;L;LI;LBody +O,B-Liste,2.,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,74,82,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,La,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,92,102,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,table,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,104,125,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,des,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,128,143,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,matières,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,145,182,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,et,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,184,192,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,les,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,194,206,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,titres,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,209,229,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,des,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,231,247,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,"chapitres,",12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,249,290,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,des,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,292,308,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,sections,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,310,344,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,et,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,347,355,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,des,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,357,373,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,articles,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,375,405,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,du,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,407,418,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,présent,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,420,451,237,245,8949,10,P,Document;L;LI;LBody +O,I-Liste,règlement,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,92,134,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,sont,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,141,158,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,donnés,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,165,195,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,pour,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,202,221,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,améliorer,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,227,266,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,la,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,272,279,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,compréhension,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,285,350,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,du,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,356,367,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,texte.,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,373,397,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,En,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,403,413,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,cas,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,420,434,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,de,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,441,451,247,255,8959,10,P,Document;L;LI;LBody +O,I-Liste,contradiction,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,92,146,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,entre,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,149,170,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,173,180,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,texte,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,183,204,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,et,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,207,215,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,218,226,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,ou,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,228,239,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,les,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,242,254,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,titre(s),12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,257,282,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,concerné(s),12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,285,333,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,ou,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,336,347,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,la,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,350,357,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,table,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,360,381,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,des,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,384,399,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,"matières,",12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,402,441,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,444,451,256,264,8968,10,P,Document;L;LI;LBody +O,I-Liste,texte,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,92,113,266,274,8978,10,P,Document;L;LI;LBody +O,I-Liste,prévaut,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,115,146,266,274,8978,10,P,Document;L;LI;LBody +O,I-Liste,;,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,149,151,266,274,8978,10,P,Document;L;LI;LBody +O,B-Liste,3.,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,74,82,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,Les,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,92,107,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,"dimensions,",12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,112,162,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,superficies,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,167,212,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,et,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,217,225,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,autres,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,230,256,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,mesures,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,261,297,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,énoncées,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,302,343,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,dans,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,348,369,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,374,381,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,règlement,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,386,428,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,sont,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,434,451,285,293,8997,12,P,Document;L;LI;LBody +O,I-Liste,exprimées,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,92,136,294,302,9006,12,P,Document;L;LI;LBody +O,I-Liste,en,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,138,149,294,302,9006,12,P,Document;L;LI;LBody +O,I-Liste,unités,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,151,176,294,302,9006,12,P,Document;L;LI;LBody +O,I-Liste,du,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,178,189,294,302,9006,12,P,Document;L;LI;LBody +O,I-Liste,système,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,191,227,294,302,9006,12,P,Document;L;LI;LBody +O,I-Liste,international.,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,229,282,294,302,9006,12,P,Document;L;LI;LBody +O,B-Article,1.2.2,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,71,94,322,330,9034,13,P,Document;H3 +O,I-Article,:,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,97,100,322,330,9034,13,P,Document;H3 +O,I-Article,Numérotation,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,113,179,322,330,9034,13,P,Document;H3 +O,B-Alinea,Le,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,71,81,343,351,9055,14,P,Document;P +O,I-Alinea,mode,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,85,110,343,351,9055,14,P,Document;P +O,I-Alinea,de,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,113,124,343,351,9055,14,P,Document;P +O,I-Alinea,numérotation,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,127,184,343,351,9055,14,P,Document;P +O,I-Alinea,utilisé,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,187,212,343,351,9055,14,P,Document;P +O,I-Alinea,dans,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,215,236,343,351,9055,14,P,Document;P +O,I-Alinea,ce,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,239,249,343,351,9055,14,P,Document;P +O,I-Alinea,règlement,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,253,296,343,351,9055,14,P,Document;P +O,I-Alinea,est,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,300,313,343,351,9055,14,P,Document;P +O,I-Alinea,le,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,316,323,343,351,9055,14,P,Document;P +O,I-Alinea,suivant,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,326,357,343,351,9055,14,P,Document;P +O,I-Alinea,(lorsque,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,360,394,343,351,9055,14,P,Document;P +O,I-Alinea,le,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,397,404,343,351,9055,14,P,Document;P +O,I-Alinea,texte,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,408,429,343,351,9055,14,P,Document;P +O,I-Alinea,d’un,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,432,451,343,351,9055,14,P,Document;P +O,I-Alinea,article,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,71,97,353,361,9065,14,P,Document;P +O,I-Alinea,ne,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,101,112,353,361,9065,14,P,Document;P +O,I-Alinea,contient,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,116,151,353,361,9065,14,P,Document;P +O,I-Alinea,pas,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,155,171,353,361,9065,14,P,Document;P +O,I-Alinea,de,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,175,186,353,361,9065,14,P,Document;P +O,I-Alinea,numérotation,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,190,247,353,361,9065,14,P,Document;P +O,I-Alinea,relativement,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,252,305,353,361,9065,14,P,Document;P +O,I-Alinea,à,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,309,314,353,361,9065,14,P,Document;P +O,I-Alinea,un,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,319,329,353,361,9065,14,P,Document;P +O,I-Alinea,paragraphe,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,334,383,353,361,9065,14,P,Document;P +O,I-Alinea,ou,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,388,398,353,361,9065,14,P,Document;P +O,I-Alinea,à,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,403,408,353,361,9065,14,P,Document;P +O,I-Alinea,un,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,412,423,353,361,9065,14,P,Document;P +O,I-Alinea,sous-,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,427,451,353,361,9065,14,P,Document;P +O,I-Alinea,"paragraphe,",12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,71,123,362,370,9074,14,P,Document;P +O,I-Alinea,il,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,126,130,362,370,9074,14,P,Document;P +O,I-Alinea,s’agit,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,133,156,362,370,9074,14,P,Document;P +O,I-Alinea,d’un,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,159,177,362,370,9074,14,P,Document;P +O,I-Alinea,alinéa),12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,180,208,362,370,9074,14,P,Document;P +O,I-Alinea,:,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,210,213,362,370,9074,14,P,Document;P +O,B-Liste,1.,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,71,79,381,389,9093,16,P,Document;P +O,I-Liste,Chapitre,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,106,143,381,389,9093,16,P,Document;P +O,I-Liste,1.1,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,71,84,391,399,9103,17,P,Document;P +O,I-Liste,Section,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,106,138,391,399,9103,17,P,Document;P +O,I-Liste,1.1.1,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,71,92,401,408,9113,18,P,Document;P +O,I-Liste,Article,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,106,133,401,408,9113,18,P,Document;P +O,I-Liste,1.,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,106,114,410,418,9122,19,P,Document;P +O,I-Liste,Paragraphe,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,142,192,410,418,9122,19,P,Document;P +O,I-Liste,a),12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,113,121,420,428,9132,20,P,Document;P +O,I-Liste,Sous-paragraphe,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,142,217,420,428,9132,20,P,Document;P +O,B-Article,1.2.3,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,71,94,447,455,9159,21,P,Document;H3 +O,I-Article,:,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,97,100,447,455,9159,21,P,Document;H3 +O,I-Article,Nom,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,113,136,447,455,9159,21,P,Document;H3 +O,I-Article,du,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,139,151,447,455,9159,21,P,Document;H3 +O,I-Liste,Comité,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,154,188,447,455,9159,21,P,Document;H3 +O,B-Alinea,Le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,71,81,469,477,9181,22,P,Document;P +O,I-Alinea,Comité,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,85,116,469,477,9181,22,P,Document;P +O,I-Alinea,consultatif,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,119,163,469,477,9181,22,P,Document;P +O,I-Alinea,d’urbanisme,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,167,220,469,477,9181,22,P,Document;P +O,I-Alinea,est,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,223,236,469,477,9181,22,P,Document;P +O,I-Alinea,désigné,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,240,274,469,477,9181,22,P,Document;P +O,I-Alinea,par,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,277,291,469,477,9181,22,P,Document;P +O,I-Alinea,le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,295,302,469,477,9181,22,P,Document;P +O,I-Alinea,terme,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,306,331,469,477,9181,22,P,Document;P +O,I-Alinea,«,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,335,339,469,477,9181,22,P,Document;P +O,I-Alinea,Comité,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,342,373,469,477,9181,22,P,Document;P +O,I-Alinea,»,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,376,380,469,477,9181,22,P,Document;P +O,I-Alinea,dans,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,383,404,469,477,9181,22,P,Document;P +O,I-Alinea,le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,408,415,469,477,9181,22,P,Document;P +O,I-Alinea,présent,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,419,451,469,477,9181,22,P,Document;P +O,I-Alinea,règlement.,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,71,117,478,486,9190,22,P,Document;P +O,B-Article,1.2.4,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,71,94,506,514,9218,23,P,Document;H3 +O,I-Article,:,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,97,100,506,514,9218,23,P,Document;H3 +O,I-Article,Terminologie,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,113,175,506,514,9218,23,P,Document;H3 +O,B-Alinea,À,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,71,77,527,535,9239,24,P,Document;P +O,I-Alinea,moins,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,79,105,527,535,9239,24,P,Document;P +O,I-Alinea,d’une,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,108,132,527,535,9239,24,P,Document;P +O,I-Alinea,indication,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,134,175,527,535,9239,24,P,Document;P +O,I-Alinea,contraire,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,178,216,527,535,9239,24,P,Document;P +O,I-Alinea,expresse,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,218,257,527,535,9239,24,P,Document;P +O,I-Alinea,ou,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,260,270,527,535,9239,24,P,Document;P +O,I-Alinea,à,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,273,278,527,535,9239,24,P,Document;P +O,I-Alinea,moins,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,280,306,527,535,9239,24,P,Document;P +O,I-Alinea,que,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,309,325,527,535,9239,24,P,Document;P +O,I-Alinea,le,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,327,335,527,535,9239,24,P,Document;P +O,I-Alinea,contexte,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,337,374,527,535,9239,24,P,Document;P +O,I-Alinea,n’indique,12,612,792,BCDHEE+Swiss721BT-RomanExtended,#000,377,416,527,535,9239,24,P,Document;P +O,I-Alinea,un,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,418,429,527,535,9239,24,P,Document;P +O,I-Alinea,sens,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,431,451,527,535,9239,24,P,Document;P +O,I-Alinea,"différent,",12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,71,109,537,545,9249,24,P,Document;P +O,I-Alinea,les,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,112,124,537,545,9249,24,P,Document;P +O,I-Alinea,"expressions,",12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,127,181,537,545,9249,24,P,Document;P +O,I-Alinea,termes,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,184,214,537,545,9249,24,P,Document;P +O,I-Alinea,et,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,217,226,537,545,9249,24,P,Document;P +O,I-Alinea,mots,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,229,251,537,545,9249,24,P,Document;P +O,I-Alinea,ont,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,254,267,537,545,9249,24,P,Document;P +O,I-Alinea,le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,271,278,537,545,9249,24,P,Document;P +O,I-Alinea,sens,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,281,301,537,545,9249,24,P,Document;P +O,I-Alinea,et,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,304,313,537,545,9249,24,P,Document;P +O,I-Alinea,l'application,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,316,366,537,545,9249,24,P,Document;P +O,I-Alinea,que,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,369,385,537,545,9249,24,P,Document;P +O,I-Alinea,leur,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,389,404,537,545,9249,24,P,Document;P +O,I-Alinea,attribue,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,408,440,537,545,9249,24,P,Document;P +O,I-Alinea,le,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,444,451,537,545,9249,24,P,Document;P +O,I-Alinea,Règlement,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,70,120,546,554,9258,24,P,Document;P +O,I-Alinea,sur,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,120,136,546,554,9258,24,P,Document;P +O,I-Alinea,les,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,136,150,546,554,9258,24,P,Document;P +O,I-Alinea,permis,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,150,183,546,554,9258,24,P,Document;P +O,I-Alinea,et,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,183,194,546,554,9258,24,P,Document;P +O,I-Alinea,certificats.,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,194,241,546,554,9258,24,P,Document;P +O,B-Pied,Apur,12,612,792,BCDFEE+Swiss721BT-BoldExtended,#000,71,95,748,757,9460,,Artifact, +O,I-Pied,urbanistes-conseils,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,98,181,748,756,9460,,Artifact, +O,I-Pied,Page,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,421,443,748,756,9460,,Artifact, +O,I-Pied,4,12,612,792,BCDEEE+Swiss721BT-RomanExtended,#000,445,451,748,756,9460,,Artifact, diff --git a/data/patches/prevost_t10_patch1.csv b/data/patches/prevost_t10_patch1.csv new file mode 100644 index 0000000..fa085d2 --- /dev/null +++ b/data/patches/prevost_t10_patch1.csv @@ -0,0 +1,324 @@ +sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack +B-Titre,B-Titre,TITRE,1,612,792,UYGWGJ+Gilroy-Bold,#fff,54,114,641,665,641,0,H1,Document;Sect;H1 +I-Titre,I-Titre,10,1,612,792,UYGWGJ+Gilroy-Bold,#fff,120,144,641,665,641,0,H1,Document;Sect;H1 +I-Titre,I-Titre,Territoires,1,612,792,UYGWGJ+Gilroy-Bold,#fff,167,280,641,665,641,0,H1,Document;Sect;H1 +I-Titre,I-Titre,particuliers,1,612,792,UYGWGJ+Gilroy-Bold,#fff,286,412,641,665,641,0,H1,Document;Sect;H1 +B-Titre,B-Tete,PIIA,14,612,792,UYGWGJ+Gilroy-Bold,#e43,54,70,44,53,10340,,Artifact, +I-Titre,I-Tete,TITRE,14,612,792,UYGWGJ+Gilroy-Bold,#e43,444,467,44,53,10340,,Artifact, +I-Titre,I-Tete,10,14,612,792,UYGWGJ+Gilroy-Bold,#e43,469,478,44,53,10340,,Artifact, +I-Titre,I-Tete,–,14,612,792,UYGWGJ+Gilroy-Bold,#e43,481,485,45,52,10341,,Artifact, +I-Titre,I-Tete,Territoires,14,612,792,UYGWGJ+Gilroy-Bold,#e43,487,520,45,52,10341,,Artifact, +I-Titre,I-Tete,particuliers,14,612,792,UYGWGJ+Gilroy-Bold,#e43,522,558,45,52,10341,,Artifact, +O,B-Alinea,"1331,",14,612,792,VFTXUH+Gilroy-Regular,#000,60,75,77,85,10373,1,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,rue,14,612,792,VFTXUH+Gilroy-Regular,#000,78,89,77,85,10373,1,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,Victor,14,612,792,VFTXUH+Gilroy-Regular,#000,91,112,77,85,10373,1,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"Implantation,",14,612,792,VFTXUH+Gilroy-Regular,#000,229,278,77,85,10373,3,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,volumétrie,14,612,792,VFTXUH+Gilroy-Regular,#000,280,319,77,85,10373,3,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"1299,",14,612,792,VFTXUH+Gilroy-Regular,#000,60,77,95,103,10391,6,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,rue,14,612,792,VFTXUH+Gilroy-Regular,#000,79,91,95,103,10391,6,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,Louis-Morin,14,612,792,VFTXUH+Gilroy-Regular,#000,93,135,95,103,10391,6,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"Volumétrie,",14,612,792,VFTXUH+Gilroy-Regular,#000,229,270,95,103,10391,8,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"ouvertures,",14,612,792,VFTXUH+Gilroy-Regular,#000,272,313,95,103,10391,8,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"revêtements,",14,612,792,VFTXUH+Gilroy-Regular,#000,315,363,95,103,10391,8,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,galeries,14,612,792,VFTXUH+Gilroy-Regular,#000,365,394,95,103,10391,8,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"683,",14,612,792,VFTXUH+Gilroy-Regular,#000,60,74,112,120,10408,11,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,rue,14,612,792,VFTXUH+Gilroy-Regular,#000,76,88,112,120,10408,11,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,Louis-Morin,14,612,792,VFTXUH+Gilroy-Regular,#000,90,133,112,120,10408,11,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"Volumétrie,",14,612,792,VFTXUH+Gilroy-Regular,#000,229,270,112,120,10408,13,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,position,14,612,792,VFTXUH+Gilroy-Regular,#000,272,302,112,120,10408,13,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,des,14,612,792,VFTXUH+Gilroy-Regular,#000,304,317,112,120,10408,13,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"ouvertures,",14,612,792,VFTXUH+Gilroy-Regular,#000,319,360,112,120,10408,13,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,galerie,14,612,792,VFTXUH+Gilroy-Regular,#000,362,387,112,120,10408,13,P,Document;Sect;Table;TR;TD;P +O,B-Alinea,"1272,",14,612,792,VFTXUH+Gilroy-Regular,#000,60,77,129,138,10425,16,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,rue,14,612,792,VFTXUH+Gilroy-Regular,#000,79,90,129,138,10425,16,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,de,14,612,792,VFTXUH+Gilroy-Regular,#000,92,102,129,138,10425,16,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,la,14,612,792,VFTXUH+Gilroy-Regular,#000,104,111,129,138,10425,16,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,Traverse,14,612,792,VFTXUH+Gilroy-Regular,#000,113,144,129,138,10425,16,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"Volumétrie,",14,612,792,VFTXUH+Gilroy-Regular,#000,229,270,129,138,10425,18,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"ouvertures,",14,612,792,VFTXUH+Gilroy-Regular,#000,272,313,129,138,10425,18,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"revêtements,",14,612,792,VFTXUH+Gilroy-Regular,#000,315,363,129,138,10425,18,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"tambour,",14,612,792,VFTXUH+Gilroy-Regular,#000,365,399,129,138,10425,18,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"corniches,",14,612,792,VFTXUH+Gilroy-Regular,#000,401,438,129,138,10425,18,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,ouvrages,14,612,792,VFTXUH+Gilroy-Regular,#000,440,474,129,138,10425,18,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,décoratifs,14,612,792,VFTXUH+Gilroy-Regular,#000,476,514,129,138,10425,18,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"1276,",14,612,792,VFTXUH+Gilroy-Regular,#000,60,77,147,155,10443,21,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,rue,14,612,792,VFTXUH+Gilroy-Regular,#000,79,90,147,155,10443,21,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,de,14,612,792,VFTXUH+Gilroy-Regular,#000,92,102,147,155,10443,21,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,la,14,612,792,VFTXUH+Gilroy-Regular,#000,104,111,147,155,10443,21,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,Traverse,14,612,792,VFTXUH+Gilroy-Regular,#000,113,144,147,155,10443,21,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"Volumétrie,",14,612,792,VFTXUH+Gilroy-Regular,#000,229,270,147,155,10443,23,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"ouvertures,",14,612,792,VFTXUH+Gilroy-Regular,#000,272,313,147,155,10443,23,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"revêtements,",14,612,792,VFTXUH+Gilroy-Regular,#000,315,363,147,155,10443,23,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,galerie,14,612,792,VFTXUH+Gilroy-Regular,#000,365,391,147,155,10443,23,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"767,",14,612,792,VFTXUH+Gilroy-Regular,#000,60,74,165,173,10461,26,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,rue,14,612,792,VFTXUH+Gilroy-Regular,#000,76,87,165,173,10461,26,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,Maple,14,612,792,VFTXUH+Gilroy-Regular,#000,89,112,165,173,10461,26,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"Volumétrie,",14,612,792,VFTXUH+Gilroy-Regular,#000,229,270,165,173,10461,28,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,position,14,612,792,VFTXUH+Gilroy-Regular,#000,272,302,165,173,10461,28,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,des,14,612,792,VFTXUH+Gilroy-Regular,#000,304,317,165,173,10461,28,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"ouvertures,",14,612,792,VFTXUH+Gilroy-Regular,#000,319,360,165,173,10461,28,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"revêtements,",14,612,792,VFTXUH+Gilroy-Regular,#000,362,410,165,173,10461,28,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,galerie,14,612,792,VFTXUH+Gilroy-Regular,#000,412,437,165,173,10461,28,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"794,",14,612,792,VFTXUH+Gilroy-Regular,#000,60,74,182,190,10478,31,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,rue,14,612,792,VFTXUH+Gilroy-Regular,#000,76,88,182,190,10478,31,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,Maple,14,612,792,VFTXUH+Gilroy-Regular,#000,90,113,182,190,10478,31,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"Volumétrie,",14,612,792,VFTXUH+Gilroy-Regular,#000,229,270,182,190,10478,33,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"ouvertures,",14,612,792,VFTXUH+Gilroy-Regular,#000,272,313,182,190,10478,33,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"revêtements,",14,612,792,VFTXUH+Gilroy-Regular,#000,315,363,182,190,10478,33,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,tambour,14,612,792,VFTXUH+Gilroy-Regular,#000,365,397,182,190,10478,33,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"1324,",14,612,792,VFTXUH+Gilroy-Regular,#000,60,77,200,208,10496,36,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,rue,14,612,792,VFTXUH+Gilroy-Regular,#000,79,91,200,208,10496,36,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,Millette,14,612,792,VFTXUH+Gilroy-Regular,#000,93,120,200,208,10496,36,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"Volumétrie,",14,612,792,VFTXUH+Gilroy-Regular,#000,229,270,200,208,10496,38,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"ouvertures,",14,612,792,VFTXUH+Gilroy-Regular,#000,272,313,200,208,10496,38,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"revêtements,",14,612,792,VFTXUH+Gilroy-Regular,#000,315,363,200,208,10496,38,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"galeries,",14,612,792,VFTXUH+Gilroy-Regular,#000,365,396,200,208,10496,38,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,couleurs,14,612,792,VFTXUH+Gilroy-Regular,#000,398,429,200,208,10496,38,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"balcon,",14,612,792,VFTXUH+Gilroy-Regular,#000,431,458,200,208,10496,38,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,toiture,14,612,792,VFTXUH+Gilroy-Regular,#000,460,484,200,208,10496,38,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"1327,",14,612,792,VFTXUH+Gilroy-Regular,#000,60,77,217,225,10513,41,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,rue,14,612,792,VFTXUH+Gilroy-Regular,#000,79,90,217,225,10513,41,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,Millette,14,612,792,VFTXUH+Gilroy-Regular,#000,92,119,217,225,10513,41,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"Volumétrie,",14,612,792,VFTXUH+Gilroy-Regular,#000,229,270,217,225,10513,43,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"ouvertures,",14,612,792,VFTXUH+Gilroy-Regular,#000,272,313,217,225,10513,43,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"revêtements,",14,612,792,VFTXUH+Gilroy-Regular,#000,315,363,217,225,10513,43,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,tambour,14,612,792,VFTXUH+Gilroy-Regular,#000,365,397,217,225,10513,43,P,Document;Sect;Table;TR;TD;P +O,B-Alinea,"1339,",14,612,792,VFTXUH+Gilroy-Regular,#000,60,77,234,243,10530,46,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,rue,14,612,792,VFTXUH+Gilroy-Regular,#000,79,91,234,243,10530,46,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,Millette,14,612,792,VFTXUH+Gilroy-Regular,#000,93,119,234,243,10530,46,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"Volumétrie,",14,612,792,VFTXUH+Gilroy-Regular,#000,229,270,234,243,10530,48,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"ouvertures,",14,612,792,VFTXUH+Gilroy-Regular,#000,272,313,234,243,10530,48,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"revêtements,",14,612,792,VFTXUH+Gilroy-Regular,#000,315,363,234,243,10530,48,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"galerie,",14,612,792,VFTXUH+Gilroy-Regular,#000,365,393,234,243,10530,48,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"garde-corps,",14,612,792,VFTXUH+Gilroy-Regular,#000,394,444,234,243,10530,48,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,lucarnes,14,612,792,VFTXUH+Gilroy-Regular,#000,446,476,234,243,10530,48,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"570,",14,612,792,VFTXUH+Gilroy-Regular,#000,60,75,252,260,10548,51,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,rue,14,612,792,VFTXUH+Gilroy-Regular,#000,77,88,252,260,10548,51,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,Baulne,14,612,792,VFTXUH+Gilroy-Regular,#000,90,116,252,260,10548,51,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"Volumétrie,",14,612,792,VFTXUH+Gilroy-Regular,#000,229,270,252,260,10548,53,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"ouvertures,",14,612,792,VFTXUH+Gilroy-Regular,#000,272,313,252,260,10548,53,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,"revêtements,",14,612,792,VFTXUH+Gilroy-Regular,#000,315,363,252,260,10548,53,P,Document;Sect;Table;TR;TD;P +O,I-Alinea,galerie,14,612,792,VFTXUH+Gilroy-Regular,#000,365,391,252,260,10548,53,P,Document;Sect;Table;TR;TD;P +O,B-Article,10.2.3.1,14,612,792,UYGWGJ+Gilroy-Bold,#e43,54,83,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,Objectifs,14,612,792,UYGWGJ+Gilroy-Bold,#000,89,127,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,et,14,612,792,UYGWGJ+Gilroy-Bold,#000,130,138,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,critères,14,612,792,UYGWGJ+Gilroy-Bold,#000,141,172,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,relatifs,14,612,792,UYGWGJ+Gilroy-Bold,#000,174,204,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,à,14,612,792,UYGWGJ+Gilroy-Bold,#000,206,211,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,la,14,612,792,UYGWGJ+Gilroy-Bold,#000,214,222,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,préservation,14,612,792,UYGWGJ+Gilroy-Bold,#000,224,277,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,des,14,612,792,UYGWGJ+Gilroy-Bold,#000,279,294,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,caractéristiques,14,612,792,UYGWGJ+Gilroy-Bold,#000,297,365,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,des,14,612,792,UYGWGJ+Gilroy-Bold,#000,367,382,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,bâtiments,14,612,792,UYGWGJ+Gilroy-Bold,#000,385,427,279,288,10575,55,H4,Document;Sect;H4 +O,I-Article,d’intérêt,14,612,792,UYGWGJ+Gilroy-Bold,#000,430,466,279,288,10575,55,H4,Document;Sect;H4 +O,B-Alinea,En,14,612,792,VFTXUH+Gilroy-Regular,#000,54,64,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,plus,14,612,792,VFTXUH+Gilroy-Regular,#000,67,84,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,des,14,612,792,VFTXUH+Gilroy-Regular,#000,87,102,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,objectifs,14,612,792,VFTXUH+Gilroy-Regular,#000,105,140,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,et,14,612,792,VFTXUH+Gilroy-Regular,#000,144,152,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,critères,14,612,792,VFTXUH+Gilroy-Regular,#000,155,186,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,"généraux,",14,612,792,VFTXUH+Gilroy-Regular,#000,189,231,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,les,14,612,792,VFTXUH+Gilroy-Regular,#000,234,245,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,PIIA,14,612,792,VFTXUH+Gilroy-Regular,#000,248,263,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,relatifs,14,612,792,VFTXUH+Gilroy-Regular,#000,266,294,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,à,14,612,792,VFTXUH+Gilroy-Regular,#000,297,303,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,une,14,612,792,VFTXUH+Gilroy-Regular,#000,306,322,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,intervention,14,612,792,VFTXUH+Gilroy-Regular,#000,325,374,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,sur,14,612,792,VFTXUH+Gilroy-Regular,#000,377,389,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,un,14,612,792,VFTXUH+Gilroy-Regular,#000,392,402,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,bâtiment,14,612,792,VFTXUH+Gilroy-Regular,#000,405,443,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,visé,14,612,792,VFTXUH+Gilroy-Regular,#000,446,462,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,au,14,612,792,VFTXUH+Gilroy-Regular,#000,465,476,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,tableau,14,612,792,VFTXUH+Gilroy-Regular,#000,479,512,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,précédent,14,612,792,VFTXUH+Gilroy-Regular,#000,515,558,297,306,10593,56,H5,Document;Sect;H5 +O,I-Alinea,doivent,14,612,792,VFTXUH+Gilroy-Regular,#000,54,85,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,atteindre,14,612,792,VFTXUH+Gilroy-Regular,#000,88,126,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,l’objectif,14,612,792,VFTXUH+Gilroy-Regular,#000,129,165,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,relatif,14,612,792,VFTXUH+Gilroy-Regular,#000,168,191,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,à,14,612,792,VFTXUH+Gilroy-Regular,#000,194,200,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,la,14,612,792,VFTXUH+Gilroy-Regular,#000,203,210,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,préservation,14,612,792,VFTXUH+Gilroy-Regular,#000,213,265,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,des,14,612,792,VFTXUH+Gilroy-Regular,#000,268,283,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,caractéristiques,14,612,792,VFTXUH+Gilroy-Regular,#000,286,353,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,des,14,612,792,VFTXUH+Gilroy-Regular,#000,356,371,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,bâtiments,14,612,792,VFTXUH+Gilroy-Regular,#000,374,416,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,"d’intérêt,",14,612,792,VFTXUH+Gilroy-Regular,#000,419,456,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,évalués,14,612,792,VFTXUH+Gilroy-Regular,#000,459,490,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,en,14,612,792,VFTXUH+Gilroy-Regular,#000,493,503,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,fonction,14,612,792,VFTXUH+Gilroy-Regular,#000,506,540,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,des,14,612,792,VFTXUH+Gilroy-Regular,#000,543,558,310,319,10606,56,H5,Document;Sect;H5 +O,I-Alinea,"critères,",14,612,792,VFTXUH+Gilroy-Regular,#000,54,87,322,331,10618,56,H5,Document;Sect;H5 +O,I-Alinea,tels,14,612,792,VFTXUH+Gilroy-Regular,#000,89,103,322,331,10618,56,H5,Document;Sect;H5 +O,I-Alinea,qu’énoncés,14,612,792,VFTXUH+Gilroy-Regular,#000,106,154,322,331,10618,56,H5,Document;Sect;H5 +O,I-Alinea,au,14,612,792,VFTXUH+Gilroy-Regular,#000,156,167,322,331,10618,56,H5,Document;Sect;H5 +O,I-Alinea,tableau,14,612,792,VFTXUH+Gilroy-Regular,#000,169,202,322,331,10618,56,H5,Document;Sect;H5 +O,I-Alinea,suivant:,14,612,792,VFTXUH+Gilroy-Regular,#000,204,238,322,331,10618,56,H5,Document;Sect;H5 +O,B-Titre,Tableau,14,612,792,UYGWGJ+Gilroy-Bold,#000,54,88,341,350,10637,59,LBody,Document;Sect;L;LI;LBody +O,I-Titre,10.8.,14,612,792,UYGWGJ+Gilroy-Bold,#000,91,110,341,350,10637,59,LBody,Document;Sect;L;LI;LBody +O,I-Titre,Objectif,14,612,792,VFTXUH+Gilroy-Regular,#000,118,148,342,350,10638,59,LBody,Document;Sect;L;LI;LBody +O,I-Titre,et,14,612,792,VFTXUH+Gilroy-Regular,#000,150,157,342,350,10638,59,LBody,Document;Sect;L;LI;LBody +O,I-Titre,critères,14,612,792,VFTXUH+Gilroy-Regular,#000,159,186,342,350,10638,59,LBody,Document;Sect;L;LI;LBody +O,I-Titre,relatifs,14,612,792,VFTXUH+Gilroy-Regular,#000,188,213,342,350,10638,59,LBody,Document;Sect;L;LI;LBody +O,I-Titre,aux,14,612,792,VFTXUH+Gilroy-Regular,#000,215,229,342,350,10638,59,LBody,Document;Sect;L;LI;LBody +O,I-Titre,b,14,612,792,VFTXUH+Gilroy-Regular,#000,231,236,342,350,10638,59,LBody,Document;Sect;L;LI;LBody +O,I-Titre,âtiments,14,612,792,VFTXUH+Gilroy-Regular,#000,236,268,342,350,10638,59,LBody,Document;Sect;L;LI;LBody +O,I-Titre,d’intérêt,14,612,792,VFTXUH+Gilroy-Regular,#000,270,301,342,350,10638,59,LBody,Document;Sect;L;LI;LBody +O,B-Titre,Objectif,14,612,792,VFTXUH+Gilroy-Regular,#fff,60,89,362,370,10658,133,P,Document;Sect;Table;TR;TH;P +O,B-Alinea,Favoriser,14,612,792,VFTXUH+Gilroy-Regular,#000,60,93,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,la,14,612,792,VFTXUH+Gilroy-Regular,#000,95,101,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,préservation,14,612,792,VFTXUH+Gilroy-Regular,#000,103,150,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,de,14,612,792,VFTXUH+Gilroy-Regular,#000,152,162,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,l’intégrité,14,612,792,VFTXUH+Gilroy-Regular,#000,163,198,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,architecturale,14,612,792,VFTXUH+Gilroy-Regular,#000,200,251,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,d’origine,14,612,792,VFTXUH+Gilroy-Regular,#000,253,285,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,:,14,612,792,VFTXUH+Gilroy-Regular,#000,287,289,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,dans,14,612,792,VFTXUH+Gilroy-Regular,#000,291,309,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,le,14,612,792,VFTXUH+Gilroy-Regular,#000,311,318,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,cas,14,612,792,VFTXUH+Gilroy-Regular,#000,320,333,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,où,14,612,792,VFTXUH+Gilroy-Regular,#000,335,344,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,cette,14,612,792,VFTXUH+Gilroy-Regular,#000,346,366,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,intégrité,14,612,792,VFTXUH+Gilroy-Regular,#000,368,399,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,aurait,14,612,792,VFTXUH+Gilroy-Regular,#000,401,422,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,été,14,612,792,VFTXUH+Gilroy-Regular,#000,424,437,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,"compromise,",14,612,792,VFTXUH+Gilroy-Regular,#000,439,486,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,l’intervention,14,612,792,VFTXUH+Gilroy-Regular,#000,488,535,382,390,10678,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,devrait,14,612,792,VFTXUH+Gilroy-Regular,#000,60,86,393,402,10689,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,tendre,14,612,792,VFTXUH+Gilroy-Regular,#000,88,112,393,402,10689,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,à,14,612,792,VFTXUH+Gilroy-Regular,#000,114,119,393,402,10689,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,retrouver,14,612,792,VFTXUH+Gilroy-Regular,#000,121,154,393,402,10689,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,la,14,612,792,VFTXUH+Gilroy-Regular,#000,156,163,393,402,10689,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,composition,14,612,792,VFTXUH+Gilroy-Regular,#000,165,211,393,402,10689,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,architecturale,14,612,792,VFTXUH+Gilroy-Regular,#000,212,264,393,402,10689,69,P,Document;Sect;Table;TR;TH;P +O,I-Alinea,d’origine.,14,612,792,VFTXUH+Gilroy-Regular,#000,266,300,393,402,10689,69,P,Document;Sect;Table;TR;TH;P +O,B-Titre,Critères,14,612,792,VFTXUH+Gilroy-Regular,#fff,60,88,414,422,10710,134,P,Document;Sect;Table;TR;TH;P +O,B-Liste,1.,14,612,792,VFTXUH+Gilroy-Regular,#000,60,64,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,Les,14,612,792,VFTXUH+Gilroy-Regular,#000,78,90,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,ornements,14,612,792,VFTXUH+Gilroy-Regular,#000,92,131,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,sont,14,612,792,VFTXUH+Gilroy-Regular,#000,133,149,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,préservés,14,612,792,VFTXUH+Gilroy-Regular,#000,151,186,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,et,14,612,792,VFTXUH+Gilroy-Regular,#000,188,196,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,restaurés.,14,612,792,VFTXUH+Gilroy-Regular,#000,198,234,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,Si,14,612,792,VFTXUH+Gilroy-Regular,#000,236,242,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,leur,14,612,792,VFTXUH+Gilroy-Regular,#000,244,258,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,restauration,14,612,792,VFTXUH+Gilroy-Regular,#000,260,304,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,est,14,612,792,VFTXUH+Gilroy-Regular,#000,306,318,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"impossible,",14,612,792,VFTXUH+Gilroy-Regular,#000,320,360,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,le,14,612,792,VFTXUH+Gilroy-Regular,#000,362,369,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,remplacement,14,612,792,VFTXUH+Gilroy-Regular,#000,371,425,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,d’un,14,612,792,VFTXUH+Gilroy-Regular,#000,426,442,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,ornement,14,612,792,VFTXUH+Gilroy-Regular,#000,444,480,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,respecte,14,612,792,VFTXUH+Gilroy-Regular,#000,482,515,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,les,14,612,792,VFTXUH+Gilroy-Regular,#000,516,526,432,440,10728,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,caractéristiques,14,612,792,VFTXUH+Gilroy-Regular,#000,78,137,443,451,10739,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,d’origine,14,612,792,VFTXUH+Gilroy-Regular,#000,139,171,443,451,10739,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"(type,",14,612,792,VFTXUH+Gilroy-Regular,#000,173,194,443,451,10739,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"dimensions,",14,612,792,VFTXUH+Gilroy-Regular,#000,196,239,443,451,10739,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"matériaux,",14,612,792,VFTXUH+Gilroy-Regular,#000,241,280,443,451,10739,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"couleur,",14,612,792,VFTXUH+Gilroy-Regular,#000,282,311,443,451,10739,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,etc.).,14,612,792,VFTXUH+Gilroy-Regular,#000,313,331,443,451,10739,81,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,B-Liste,2.,14,612,792,VFTXUH+Gilroy-Regular,#000,60,66,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,Une,14,612,792,VFTXUH+Gilroy-Regular,#000,78,92,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,modification,14,612,792,VFTXUH+Gilroy-Regular,#000,94,140,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,à,14,612,792,VFTXUH+Gilroy-Regular,#000,142,147,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,une,14,612,792,VFTXUH+Gilroy-Regular,#000,149,163,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,ouverture,14,612,792,VFTXUH+Gilroy-Regular,#000,165,200,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,respecte,14,612,792,VFTXUH+Gilroy-Regular,#000,202,235,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,les,14,612,792,VFTXUH+Gilroy-Regular,#000,237,247,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,caractéristiques,14,612,792,VFTXUH+Gilroy-Regular,#000,249,308,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,d’origine,14,612,792,VFTXUH+Gilroy-Regular,#000,310,342,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"(type,",14,612,792,VFTXUH+Gilroy-Regular,#000,344,365,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"forme,",14,612,792,VFTXUH+Gilroy-Regular,#000,367,390,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"proportions,",14,612,792,VFTXUH+Gilroy-Regular,#000,392,437,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,etc.).,14,612,792,VFTXUH+Gilroy-Regular,#000,439,456,466,474,10762,89,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,B-Liste,3.,14,612,792,VFTXUH+Gilroy-Regular,#000,60,66,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,Une,14,612,792,VFTXUH+Gilroy-Regular,#000,78,92,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,modification,14,612,792,VFTXUH+Gilroy-Regular,#000,94,140,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,à,14,612,792,VFTXUH+Gilroy-Regular,#000,142,147,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,la,14,612,792,VFTXUH+Gilroy-Regular,#000,149,156,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,volumétrie,14,612,792,VFTXUH+Gilroy-Regular,#000,158,196,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,de,14,612,792,VFTXUH+Gilroy-Regular,#000,198,208,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,la,14,612,792,VFTXUH+Gilroy-Regular,#000,210,217,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,toiture,14,612,792,VFTXUH+Gilroy-Regular,#000,219,243,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,respecte,14,612,792,VFTXUH+Gilroy-Regular,#000,245,278,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,les,14,612,792,VFTXUH+Gilroy-Regular,#000,279,289,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,caractéristiques,14,612,792,VFTXUH+Gilroy-Regular,#000,291,351,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,d’origine,14,612,792,VFTXUH+Gilroy-Regular,#000,353,385,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"(proportions,",14,612,792,VFTXUH+Gilroy-Regular,#000,387,433,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"typologie,",14,612,792,VFTXUH+Gilroy-Regular,#000,435,472,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"pentes,",14,612,792,VFTXUH+Gilroy-Regular,#000,474,502,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,etc.).,14,612,792,VFTXUH+Gilroy-Regular,#000,504,522,495,503,10791,97,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,B-Liste,4.,14,612,792,VFTXUH+Gilroy-Regular,#000,60,66,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,Une,14,612,792,VFTXUH+Gilroy-Regular,#000,78,92,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,modification,14,612,792,VFTXUH+Gilroy-Regular,#000,94,140,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,aux,14,612,792,VFTXUH+Gilroy-Regular,#000,142,156,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,matériaux,14,612,792,VFTXUH+Gilroy-Regular,#000,158,195,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,de,14,612,792,VFTXUH+Gilroy-Regular,#000,197,207,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,la,14,612,792,VFTXUH+Gilroy-Regular,#000,209,215,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,toiture,14,612,792,VFTXUH+Gilroy-Regular,#000,218,242,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,respecte,14,612,792,VFTXUH+Gilroy-Regular,#000,244,276,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,les,14,612,792,VFTXUH+Gilroy-Regular,#000,278,288,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,caractéristiques,14,612,792,VFTXUH+Gilroy-Regular,#000,290,350,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,d’origine,14,612,792,VFTXUH+Gilroy-Regular,#000,352,384,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"(type,",14,612,792,VFTXUH+Gilroy-Regular,#000,386,407,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"dimensions,",14,612,792,VFTXUH+Gilroy-Regular,#000,408,451,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"couleur,",14,612,792,VFTXUH+Gilroy-Regular,#000,453,482,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,etc.).,14,612,792,VFTXUH+Gilroy-Regular,#000,484,502,524,532,10820,105,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,B-Liste,5.,14,612,792,VFTXUH+Gilroy-Regular,#000,60,66,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,Un,14,612,792,VFTXUH+Gilroy-Regular,#000,78,87,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,matériau,14,612,792,VFTXUH+Gilroy-Regular,#000,89,123,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,de,14,612,792,VFTXUH+Gilroy-Regular,#000,125,134,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,revêtement,14,612,792,VFTXUH+Gilroy-Regular,#000,136,179,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,extérieur,14,612,792,VFTXUH+Gilroy-Regular,#000,181,213,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,d’origine,14,612,792,VFTXUH+Gilroy-Regular,#000,215,247,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,est,14,612,792,VFTXUH+Gilroy-Regular,#000,249,260,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,restauré.,14,612,792,VFTXUH+Gilroy-Regular,#000,262,295,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,Si,14,612,792,VFTXUH+Gilroy-Regular,#000,297,303,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,la,14,612,792,VFTXUH+Gilroy-Regular,#000,305,312,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,restauration,14,612,792,VFTXUH+Gilroy-Regular,#000,314,359,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,est,14,612,792,VFTXUH+Gilroy-Regular,#000,361,372,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"impossible,",14,612,792,VFTXUH+Gilroy-Regular,#000,374,415,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,le,14,612,792,VFTXUH+Gilroy-Regular,#000,417,423,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,remplacement,14,612,792,VFTXUH+Gilroy-Regular,#000,425,479,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,d’un,14,612,792,VFTXUH+Gilroy-Regular,#000,481,497,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,matériau,14,612,792,VFTXUH+Gilroy-Regular,#000,499,532,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,de,14,612,792,VFTXUH+Gilroy-Regular,#000,534,544,547,555,10843,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,revêtement,14,612,792,VFTXUH+Gilroy-Regular,#000,78,120,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,extérieur,14,612,792,VFTXUH+Gilroy-Regular,#000,122,154,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,respecte,14,612,792,VFTXUH+Gilroy-Regular,#000,156,189,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,les,14,612,792,VFTXUH+Gilroy-Regular,#000,191,201,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,caractéristiques,14,612,792,VFTXUH+Gilroy-Regular,#000,203,262,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,traditionnelles,14,612,792,VFTXUH+Gilroy-Regular,#000,264,317,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,du,14,612,792,VFTXUH+Gilroy-Regular,#000,318,328,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,style,14,612,792,VFTXUH+Gilroy-Regular,#000,330,347,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,architectural,14,612,792,VFTXUH+Gilroy-Regular,#000,349,396,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"(type,",14,612,792,VFTXUH+Gilroy-Regular,#000,398,419,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"dimensions,",14,612,792,VFTXUH+Gilroy-Regular,#000,421,464,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,"couleur,",14,612,792,VFTXUH+Gilroy-Regular,#000,466,495,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,etc.).,14,612,792,VFTXUH+Gilroy-Regular,#000,497,515,558,566,10854,113,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,B-Liste,6.,14,612,792,VFTXUH+Gilroy-Regular,#000,60,66,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,La,14,612,792,VFTXUH+Gilroy-Regular,#000,78,87,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,démolition,14,612,792,VFTXUH+Gilroy-Regular,#000,89,127,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,d’une,14,612,792,VFTXUH+Gilroy-Regular,#000,129,150,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,saillie,14,612,792,VFTXUH+Gilroy-Regular,#000,152,172,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,est,14,612,792,VFTXUH+Gilroy-Regular,#000,174,185,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,autorisée,14,612,792,VFTXUH+Gilroy-Regular,#000,187,222,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,lorsqu’il,14,612,792,VFTXUH+Gilroy-Regular,#000,224,251,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,s’agit,14,612,792,VFTXUH+Gilroy-Regular,#000,253,274,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,d’une,14,612,792,VFTXUH+Gilroy-Regular,#000,276,296,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,caractéristique,14,612,792,VFTXUH+Gilroy-Regular,#000,298,354,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,qui,14,612,792,VFTXUH+Gilroy-Regular,#000,356,367,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,n’est,14,612,792,VFTXUH+Gilroy-Regular,#000,369,387,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,pas,14,612,792,VFTXUH+Gilroy-Regular,#000,389,403,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,d’origine,14,612,792,VFTXUH+Gilroy-Regular,#000,405,437,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,du,14,612,792,VFTXUH+Gilroy-Regular,#000,439,448,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,bâtiment,14,612,792,VFTXUH+Gilroy-Regular,#000,450,484,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +O,I-Liste,patrimonial.,14,612,792,VFTXUH+Gilroy-Regular,#000,486,530,582,590,10878,121,LBody,Document;Sect;Table;TR;TH;L;LI;LBody +B-Titre,B-Pied,Ville,14,612,792,UYGWGJ+Gilroy-Bold,#000,59,75,733,741,11029,,Artifact, +I-Titre,I-Pied,de,14,612,792,UYGWGJ+Gilroy-Bold,#000,77,87,733,741,11029,,Artifact, +I-Titre,I-Pied,Prévost,14,612,792,UYGWGJ+Gilroy-Bold,#000,89,117,733,741,11029,,Artifact, +I-Titre,I-Pied,Règlement,14,612,792,UYGWGJ+Gilroy-Bold,#e43,407,447,733,741,11029,,Artifact, +I-Titre,I-Pied,d’urbanisme,14,612,792,UYGWGJ+Gilroy-Bold,#e43,449,496,733,741,11029,,Artifact, +I-Titre,I-Pied,durable,14,612,792,UYGWGJ+Gilroy-Bold,#e43,498,527,733,741,11029,,Artifact, +O,I-Pied,//,14,612,792,UYGWGJ+Gilroy-Bold,#e43,529,537,733,741,11029,,Artifact, +O,I-Pied,10-14,14,612,792,UYGWGJ+Gilroy-Bold,#e43,539,559,733,741,11029,,Artifact, diff --git a/data/patches/prevost_t1_patch1.csv b/data/patches/prevost_t1_patch1.csv new file mode 100644 index 0000000..69ad83b --- /dev/null +++ b/data/patches/prevost_t1_patch1.csv @@ -0,0 +1,1001 @@ +sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack +B-Titre,B-Titre,TITRE,1,612,792,RVDFZL+Gilroy-Bold,#fff,54,114,642,666,642,0,H1,Document;Sect;H1 +I-Titre,I-Titre,1,1,612,792,RVDFZL+Gilroy-Bold,#fff,120,129,642,666,642,0,H1,Document;Sect;H1 +I-Titre,I-Titre,Déclarations,1,612,792,RVDFZL+Gilroy-Bold,#fff,167,310,642,666,642,0,H1,Document;Sect;H1 +I-Titre,I-Titre,et,1,612,792,RVDFZL+Gilroy-Bold,#fff,316,339,642,666,642,0,H1,Document;Sect;H1 +I-Titre,I-Titre,explications,1,612,792,RVDFZL+Gilroy-Bold,#fff,345,481,642,666,642,0,H1,Document;Sect;H1 +B-Titre,B-Tete,TITRE,2,612,792,RVDFZL+Gilroy-Bold,#e43,430,452,44,53,836,,Artifact, +I-Titre,I-Tete,1,2,612,792,RVDFZL+Gilroy-Bold,#e43,455,458,44,53,836,,Artifact, +I-Titre,I-Tete,–,2,612,792,RVDFZL+Gilroy-Bold,#e43,460,465,45,52,837,,Artifact, +I-Titre,I-Tete,Déclarations,2,612,792,RVDFZL+Gilroy-Bold,#e43,467,508,45,52,837,,Artifact, +I-Titre,I-Tete,et,2,612,792,RVDFZL+Gilroy-Bold,#e43,510,517,45,52,837,,Artifact, +I-Titre,I-Tete,explications,2,612,792,RVDFZL+Gilroy-Bold,#e43,518,558,45,52,837,,Artifact, +O,B-TOC,CHAPITRE,2,612,792,RVDFZL+Gilroy-Bold,#e43,65,111,95,105,887,4,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1.1,2,612,792,RVDFZL+Gilroy-Bold,#e43,113,124,95,105,887,4,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,DISPOSITIONS,2,612,792,RVDFZL+Gilroy-Bold,#e43,142,208,95,105,887,4,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,DÉCLARATOIRES,2,612,792,RVDFZL+Gilroy-Bold,#e43,211,288,95,105,887,4,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,...............................................................................................,2,612,792,RVDFZL+Gilroy-Bold,#e43,290,541,95,105,887,4,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1-3,2,612,792,RVDFZL+Gilroy-Bold,#e43,543,558,95,105,887,4,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Section,2,612,792,BSBIJR+Gilroy-Regular,#000,75,106,113,122,905,8,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1.1.1,2,612,792,BSBIJR+Gilroy-Regular,#000,109,122,113,122,905,8,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Champ,2,612,792,BSBIJR+Gilroy-Regular,#000,131,162,113,122,905,8,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,d’application,2,612,792,BSBIJR+Gilroy-Regular,#000,164,219,113,122,905,8,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,......................................................................................................................................................,2,612,792,BSBIJR+Gilroy-Regular,#000,220,544,113,122,905,8,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1-3,2,612,792,BSBIJR+Gilroy-Regular,#000,545,557,113,122,905,8,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,CHAPITRE,2,612,792,RVDFZL+Gilroy-Bold,#e43,65,111,130,140,922,12,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1.2,2,612,792,RVDFZL+Gilroy-Bold,#e43,113,125,130,140,922,12,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,PRÉSENTATION,2,612,792,RVDFZL+Gilroy-Bold,#e43,142,212,130,140,922,12,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,DU,2,612,792,RVDFZL+Gilroy-Bold,#e43,214,228,130,140,922,12,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,RÈGLEMENT,2,612,792,RVDFZL+Gilroy-Bold,#e43,230,285,130,140,922,12,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,................................................................................................,2,612,792,RVDFZL+Gilroy-Bold,#e43,288,541,130,140,922,12,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1-4,2,612,792,RVDFZL+Gilroy-Bold,#e43,543,558,130,140,922,12,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Section,2,612,792,BSBIJR+Gilroy-Regular,#000,75,106,148,157,940,16,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1.2.1,2,612,792,BSBIJR+Gilroy-Regular,#000,109,124,148,157,940,16,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Approche,2,612,792,BSBIJR+Gilroy-Regular,#000,131,172,148,157,940,16,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,réglementaire,2,612,792,BSBIJR+Gilroy-Regular,#000,174,232,148,157,940,16,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,................................................................................................................................................,2,612,792,BSBIJR+Gilroy-Regular,#000,233,544,148,157,940,16,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1-4,2,612,792,BSBIJR+Gilroy-Regular,#000,544,557,148,157,940,16,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,CHAPITRE,2,612,792,RVDFZL+Gilroy-Bold,#e43,65,111,165,175,957,20,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1.3,2,612,792,RVDFZL+Gilroy-Bold,#e43,113,125,165,175,957,20,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,INTERPRÉTATION,2,612,792,RVDFZL+Gilroy-Bold,#e43,142,220,165,175,957,20,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,ET,2,612,792,RVDFZL+Gilroy-Bold,#e43,223,233,165,175,957,20,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,EXPLICATION,2,612,792,RVDFZL+Gilroy-Bold,#e43,236,297,165,175,957,20,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,............................................................................................,2,612,792,RVDFZL+Gilroy-Bold,#e43,298,541,165,175,957,20,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1-5,2,612,792,RVDFZL+Gilroy-Bold,#e43,543,558,165,175,957,20,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Section,2,612,792,BSBIJR+Gilroy-Regular,#000,75,106,183,192,975,24,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1.3.1,2,612,792,BSBIJR+Gilroy-Regular,#000,109,124,183,192,975,24,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Interprétation,2,612,792,BSBIJR+Gilroy-Regular,#000,131,188,183,192,975,24,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,....................................................................................................................................................................,2,612,792,BSBIJR+Gilroy-Regular,#000,190,544,183,192,975,24,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1-5,2,612,792,BSBIJR+Gilroy-Regular,#000,545,557,183,192,975,24,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Section,2,612,792,BSBIJR+Gilroy-Regular,#000,75,106,200,209,992,28,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1.3.2,2,612,792,BSBIJR+Gilroy-Regular,#000,109,125,200,209,992,28,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Découpage,2,612,792,BSBIJR+Gilroy-Regular,#000,131,181,200,209,992,28,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,du,2,612,792,BSBIJR+Gilroy-Regular,#000,183,194,200,209,992,28,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,territoire,2,612,792,BSBIJR+Gilroy-Regular,#000,196,231,200,209,992,28,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,en,2,612,792,BSBIJR+Gilroy-Regular,#000,233,244,200,209,992,28,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,zone.................................................................................................................................,2,612,792,BSBIJR+Gilroy-Regular,#000,246,544,200,209,992,28,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1-6,2,612,792,BSBIJR+Gilroy-Regular,#000,545,557,200,209,992,28,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Section,2,612,792,BSBIJR+Gilroy-Regular,#000,75,106,216,225,1008,32,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1.3.3,2,612,792,BSBIJR+Gilroy-Regular,#000,109,125,216,225,1008,32,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Grilles,2,612,792,BSBIJR+Gilroy-Regular,#000,131,156,216,225,1008,32,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,de,2,612,792,BSBIJR+Gilroy-Regular,#000,158,169,216,225,1008,32,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,spécification,2,612,792,BSBIJR+Gilroy-Regular,#000,171,224,216,225,1008,32,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,....................................................................................................................................................,2,612,792,BSBIJR+Gilroy-Regular,#000,225,544,216,225,1008,32,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1-7,2,612,792,BSBIJR+Gilroy-Regular,#000,545,557,216,225,1008,32,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Section,2,612,792,BSBIJR+Gilroy-Regular,#000,75,106,233,242,1025,36,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1.3.4,2,612,792,BSBIJR+Gilroy-Regular,#000,109,126,233,242,1025,36,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Règles,2,612,792,BSBIJR+Gilroy-Regular,#000,131,159,233,242,1025,36,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,générales,2,612,792,BSBIJR+Gilroy-Regular,#000,161,202,233,242,1025,36,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,de,2,612,792,BSBIJR+Gilroy-Regular,#000,204,215,233,242,1025,36,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,calcul,2,612,792,BSBIJR+Gilroy-Regular,#000,218,242,233,242,1025,36,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,et,2,612,792,BSBIJR+Gilroy-Regular,#000,244,253,233,242,1025,36,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,de,2,612,792,BSBIJR+Gilroy-Regular,#000,255,266,233,242,1025,36,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,mesure,2,612,792,BSBIJR+Gilroy-Regular,#000,268,299,233,242,1025,36,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,.................................................................................................................,2,612,792,BSBIJR+Gilroy-Regular,#000,300,544,233,242,1025,36,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1-7,2,612,792,BSBIJR+Gilroy-Regular,#000,545,557,233,242,1025,36,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Section,2,612,792,BSBIJR+Gilroy-Regular,#000,75,106,249,258,1041,40,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1.3.5,2,612,792,BSBIJR+Gilroy-Regular,#000,109,126,249,258,1041,40,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,Terminologie,2,612,792,BSBIJR+Gilroy-Regular,#000,131,184,249,258,1041,40,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,......................................................................................................................................................................,2,612,792,BSBIJR+Gilroy-Regular,#000,186,544,249,258,1041,40,Reference,Document;Sect;TOC;TOCI;Reference +O,I-TOC,1-8,2,612,792,BSBIJR+Gilroy-Regular,#000,545,557,249,258,1041,40,Reference,Document;Sect;TOC;TOCI;Reference +O,B-Pied,Ville,2,612,792,RVDFZL+Gilroy-Bold,#000,59,75,734,742,1526,,Artifact, +O,I-Pied,de,2,612,792,RVDFZL+Gilroy-Bold,#000,77,87,734,742,1526,,Artifact, +O,I-Pied,Prévost,2,612,792,RVDFZL+Gilroy-Bold,#000,89,117,734,742,1526,,Artifact, +O,I-Pied,Règlement,2,612,792,RVDFZL+Gilroy-Bold,#e43,415,456,734,742,1526,,Artifact, +O,I-Pied,d’urbanisme,2,612,792,RVDFZL+Gilroy-Bold,#e43,458,504,734,742,1526,,Artifact, +O,I-Pied,durable,2,612,792,RVDFZL+Gilroy-Bold,#e43,506,535,734,742,1526,,Artifact, +O,I-Pied,//,2,612,792,RVDFZL+Gilroy-Bold,#e43,537,546,734,742,1526,,Artifact, +O,I-Pied,1-2,2,612,792,RVDFZL+Gilroy-Bold,#e43,548,559,734,742,1526,,Artifact, +B-Titre,B-Tete,TITRE,3,612,792,RVDFZL+Gilroy-Bold,#e43,430,452,44,53,1628,,Artifact, +I-Titre,I-Tete,1,3,612,792,RVDFZL+Gilroy-Bold,#e43,455,458,44,53,1628,,Artifact, +I-Titre,I-Tete,–,3,612,792,RVDFZL+Gilroy-Bold,#e43,460,465,45,52,1629,,Artifact, +I-Titre,I-Tete,Déclarations,3,612,792,RVDFZL+Gilroy-Bold,#e43,467,508,45,52,1629,,Artifact, +I-Titre,I-Tete,et,3,612,792,RVDFZL+Gilroy-Bold,#e43,510,517,45,52,1629,,Artifact, +I-Titre,I-Tete,explications,3,612,792,RVDFZL+Gilroy-Bold,#e43,518,558,45,52,1629,,Artifact, +O,B-Chapitre,CHAPITRE,3,612,792,RVDFZL+Gilroy-Bold,#000,54,109,75,87,1659,26,H2,Document;Sect;H2 +O,I-Chapitre,1.1,3,612,792,RVDFZL+Gilroy-Bold,#000,112,125,75,87,1659,26,H2,Document;Sect;H2 +O,I-Chapitre,DISPOSITIONS,3,612,792,RVDFZL+Gilroy-Bold,#000,146,226,75,87,1659,26,H2,Document;Sect;H2 +O,I-Chapitre,DÉCLARATOIRES,3,612,792,RVDFZL+Gilroy-Bold,#000,229,322,75,87,1659,26,H2,Document;Sect;H2 +O,B-Section,Section,3,612,792,RVDFZL+Gilroy-Bold,#000,54,85,106,115,1690,1,H3,Document;Sect;H3 +O,I-Section,1.1.1,3,612,792,RVDFZL+Gilroy-Bold,#000,88,103,106,115,1690,1,H3,Document;Sect;H3 +O,I-Section,Champ,3,612,792,RVDFZL+Gilroy-Bold,#000,146,180,105,115,1689,1,H3,Document;Sect;H3 +O,I-Section,d’application,3,612,792,RVDFZL+Gilroy-Bold,#000,183,245,105,115,1689,1,H3,Document;Sect;H3 +O,B-Article,1.1.1.1,3,612,792,RVDFZL+Gilroy-Bold,#e43,54,75,131,140,1715,2,H4,Document;Sect;H4 +O,I-Article,Nom,3,612,792,RVDFZL+Gilroy-Bold,#000,89,108,131,140,1715,2,H4,Document;Sect;H4 +O,I-Article,du,3,612,792,RVDFZL+Gilroy-Bold,#000,111,122,131,140,1715,2,H4,Document;Sect;H4 +O,I-Article,règlement,3,612,792,RVDFZL+Gilroy-Bold,#000,124,167,131,140,1715,2,H4,Document;Sect;H4 +O,B-Alinea,Le,3,612,792,BSBIJR+Gilroy-Regular,#000,54,64,149,158,1733,3,H5,Document;Sect;H5 +O,I-Alinea,présent,3,612,792,BSBIJR+Gilroy-Regular,#000,66,97,149,158,1733,3,H5,Document;Sect;H5 +O,I-Alinea,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,100,142,149,158,1733,3,H5,Document;Sect;H5 +O,I-Alinea,est,3,612,792,BSBIJR+Gilroy-Regular,#000,144,157,149,158,1733,3,H5,Document;Sect;H5 +O,I-Alinea,intitulé,3,612,792,BSBIJR+Gilroy-Regular,#000,159,187,149,158,1733,3,H5,Document;Sect;H5 +O,I-Alinea,«,3,612,792,BSBIJR+Gilroy-Regular,#000,189,193,149,158,1733,3,H5,Document;Sect;H5 +B-Titre,I-Alinea,Règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,195,240,149,158,1733,3,H5,Document;Sect;H5 +I-Titre,I-Alinea,d’urbanisme,3,612,792,BSBIJR+Gilroy-Regular,#000,242,293,149,158,1733,3,H5,Document;Sect;H5 +I-Titre,I-Alinea,durable,3,612,792,BSBIJR+Gilroy-Regular,#000,295,328,149,158,1733,3,H5,Document;Sect;H5 +I-Titre,I-Alinea,de,3,612,792,BSBIJR+Gilroy-Regular,#000,330,341,149,158,1733,3,H5,Document;Sect;H5 +I-Titre,I-Alinea,la,3,612,792,BSBIJR+Gilroy-Regular,#000,343,351,149,158,1733,3,H5,Document;Sect;H5 +I-Titre,I-Alinea,Ville,3,612,792,BSBIJR+Gilroy-Regular,#000,353,369,149,158,1733,3,H5,Document;Sect;H5 +I-Titre,I-Alinea,de,3,612,792,BSBIJR+Gilroy-Regular,#000,371,382,149,158,1733,3,H5,Document;Sect;H5 +I-Titre,I-Alinea,Prévost,3,612,792,BSBIJR+Gilroy-Regular,#000,385,416,149,158,1733,3,H5,Document;Sect;H5 +I-Titre,I-Alinea,numéro,3,612,792,BSBIJR+Gilroy-Regular,#000,418,449,149,158,1733,3,H5,Document;Sect;H5 +I-Titre,I-Alinea,843,3,612,792,BSBIJR+Gilroy-Regular,#000,451,466,149,158,1733,3,H5,Document;Sect;H5 +O,I-Alinea,».,3,612,792,BSBIJR+Gilroy-Regular,#000,468,475,149,158,1733,3,H5,Document;Sect;H5 +O,B-Article,1.1.1.2,3,612,792,RVDFZL+Gilroy-Bold,#e43,54,76,174,183,1758,4,H4,Document;Sect;H4 +O,I-Article,Territoire,3,612,792,RVDFZL+Gilroy-Bold,#000,89,128,174,183,1758,4,H4,Document;Sect;H4 +O,I-Article,assujetti,3,612,792,RVDFZL+Gilroy-Bold,#000,130,166,174,183,1758,4,H4,Document;Sect;H4 +O,B-Alinea,Ce,3,612,792,BSBIJR+Gilroy-Regular,#000,54,66,193,202,1777,5,H5,Document;Sect;H5 +O,I-Alinea,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,68,110,193,202,1777,5,H5,Document;Sect;H5 +O,I-Alinea,s’applique,3,612,792,BSBIJR+Gilroy-Regular,#000,113,156,193,202,1777,5,H5,Document;Sect;H5 +O,I-Alinea,à,3,612,792,BSBIJR+Gilroy-Regular,#000,158,164,193,202,1777,5,H5,Document;Sect;H5 +O,I-Alinea,l’ensemble,3,612,792,BSBIJR+Gilroy-Regular,#000,166,210,193,202,1777,5,H5,Document;Sect;H5 +O,I-Alinea,du,3,612,792,BSBIJR+Gilroy-Regular,#000,212,223,193,202,1777,5,H5,Document;Sect;H5 +O,I-Alinea,territoire,3,612,792,BSBIJR+Gilroy-Regular,#000,225,260,193,202,1777,5,H5,Document;Sect;H5 +O,I-Alinea,de,3,612,792,BSBIJR+Gilroy-Regular,#000,262,273,193,202,1777,5,H5,Document;Sect;H5 +O,I-Alinea,la,3,612,792,BSBIJR+Gilroy-Regular,#000,276,283,193,202,1777,5,H5,Document;Sect;H5 +O,I-Alinea,Ville,3,612,792,BSBIJR+Gilroy-Regular,#000,286,302,193,202,1777,5,H5,Document;Sect;H5 +O,I-Alinea,de,3,612,792,BSBIJR+Gilroy-Regular,#000,304,315,193,202,1777,5,H5,Document;Sect;H5 +O,I-Alinea,Prévost.,3,612,792,BSBIJR+Gilroy-Regular,#000,317,350,193,202,1777,5,H5,Document;Sect;H5 +O,B-Article,1.1.1.3,3,612,792,RVDFZL+Gilroy-Bold,#e43,54,76,218,227,1802,6,H4,Document;Sect;H4 +O,I-Article,Application,3,612,792,RVDFZL+Gilroy-Bold,#000,89,138,218,227,1802,6,H4,Document;Sect;H4 +O,B-Alinea,Un,3,612,792,BSBIJR+Gilroy-Regular,#000,54,65,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,"lot,",3,612,792,BSBIJR+Gilroy-Regular,#000,67,80,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,un,3,612,792,BSBIJR+Gilroy-Regular,#000,82,92,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,"terrain,",3,612,792,BSBIJR+Gilroy-Regular,#000,94,123,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,une,3,612,792,BSBIJR+Gilroy-Regular,#000,125,140,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,"propriété,",3,612,792,BSBIJR+Gilroy-Regular,#000,142,182,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,un,3,612,792,BSBIJR+Gilroy-Regular,#000,184,195,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,"bâtiment,",3,612,792,BSBIJR+Gilroy-Regular,#000,196,237,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,une,3,612,792,BSBIJR+Gilroy-Regular,#000,239,254,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,"construction,",3,612,792,BSBIJR+Gilroy-Regular,#000,256,309,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,un,3,612,792,BSBIJR+Gilroy-Regular,#000,311,321,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,"équipement,",3,612,792,BSBIJR+Gilroy-Regular,#000,323,376,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,un,3,612,792,BSBIJR+Gilroy-Regular,#000,378,388,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,"ouvrage,",3,612,792,BSBIJR+Gilroy-Regular,#000,390,426,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,un,3,612,792,BSBIJR+Gilroy-Regular,#000,428,438,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,aménagement,3,612,792,BSBIJR+Gilroy-Regular,#000,440,502,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,ou,3,612,792,BSBIJR+Gilroy-Regular,#000,504,514,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,une,3,612,792,BSBIJR+Gilroy-Regular,#000,516,532,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,partie,3,612,792,BSBIJR+Gilroy-Regular,#000,534,558,236,245,1820,7,H5,Document;Sect;H5 +O,I-Alinea,de,3,612,792,BSBIJR+Gilroy-Regular,#000,54,65,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,ceux-ci,3,612,792,BSBIJR+Gilroy-Regular,#000,67,98,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,doit,3,612,792,BSBIJR+Gilroy-Regular,#000,101,117,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,être,3,612,792,BSBIJR+Gilroy-Regular,#000,119,136,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,"loti,",3,612,792,BSBIJR+Gilroy-Regular,#000,138,153,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,"construit,",3,612,792,BSBIJR+Gilroy-Regular,#000,155,193,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,"occupé,",3,612,792,BSBIJR+Gilroy-Regular,#000,196,229,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,"agrandi,",3,612,792,BSBIJR+Gilroy-Regular,#000,231,266,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,"transformé,",3,612,792,BSBIJR+Gilroy-Regular,#000,268,316,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,"modifié,",3,612,792,BSBIJR+Gilroy-Regular,#000,318,351,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,"occupé,",3,612,792,BSBIJR+Gilroy-Regular,#000,353,386,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,"exploité,",3,612,792,BSBIJR+Gilroy-Regular,#000,389,424,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,destiné,3,612,792,BSBIJR+Gilroy-Regular,#000,426,457,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,ou,3,612,792,BSBIJR+Gilroy-Regular,#000,459,470,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,utilisé,3,612,792,BSBIJR+Gilroy-Regular,#000,472,495,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,conformément,3,612,792,BSBIJR+Gilroy-Regular,#000,497,558,248,257,1832,7,H5,Document;Sect;H5 +O,I-Alinea,à,3,612,792,BSBIJR+Gilroy-Regular,#000,54,60,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,ce,3,612,792,BSBIJR+Gilroy-Regular,#000,64,74,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,règlement.,3,612,792,BSBIJR+Gilroy-Regular,#000,79,123,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,Les,3,612,792,BSBIJR+Gilroy-Regular,#000,128,141,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,travaux,3,612,792,BSBIJR+Gilroy-Regular,#000,146,178,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,doivent,3,612,792,BSBIJR+Gilroy-Regular,#000,182,213,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,être,3,612,792,BSBIJR+Gilroy-Regular,#000,218,234,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,exécutés,3,612,792,BSBIJR+Gilroy-Regular,#000,239,277,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,conformément,3,612,792,BSBIJR+Gilroy-Regular,#000,281,342,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,à,3,612,792,BSBIJR+Gilroy-Regular,#000,347,352,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,ce,3,612,792,BSBIJR+Gilroy-Regular,#000,357,367,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,règlement.,3,612,792,BSBIJR+Gilroy-Regular,#000,372,416,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,Les,3,612,792,BSBIJR+Gilroy-Regular,#000,420,434,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,usages,3,612,792,BSBIJR+Gilroy-Regular,#000,438,468,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,doivent,3,612,792,BSBIJR+Gilroy-Regular,#000,473,504,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,être,3,612,792,BSBIJR+Gilroy-Regular,#000,508,525,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,opérés,3,612,792,BSBIJR+Gilroy-Regular,#000,530,558,261,270,1845,7,H5,Document;Sect;H5 +O,I-Alinea,conformément,3,612,792,BSBIJR+Gilroy-Regular,#000,54,115,273,282,1857,7,H5,Document;Sect;H5 +O,I-Alinea,à,3,612,792,BSBIJR+Gilroy-Regular,#000,117,123,273,282,1857,7,H5,Document;Sect;H5 +O,I-Alinea,ce,3,612,792,BSBIJR+Gilroy-Regular,#000,125,135,273,282,1857,7,H5,Document;Sect;H5 +O,I-Alinea,règlement.,3,612,792,BSBIJR+Gilroy-Regular,#000,137,182,273,282,1857,7,H5,Document;Sect;H5 +O,B-Article,1.1.1.4,3,612,792,RVDFZL+Gilroy-Bold,#e43,54,77,298,307,1882,8,H4,Document;Sect;H4 +O,I-Article,Remplacement,3,612,792,RVDFZL+Gilroy-Bold,#000,89,153,298,307,1882,8,H4,Document;Sect;H4 +O,B-Alinea,Ce,3,612,792,BSBIJR+Gilroy-Regular,#000,54,66,316,325,1900,9,H5,Document;Sect;H5 +O,I-Alinea,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,68,110,316,325,1900,9,H5,Document;Sect;H5 +O,I-Alinea,abroge,3,612,792,BSBIJR+Gilroy-Regular,#000,113,143,316,325,1900,9,H5,Document;Sect;H5 +O,I-Alinea,et,3,612,792,BSBIJR+Gilroy-Regular,#000,146,154,316,325,1900,9,H5,Document;Sect;H5 +O,I-Alinea,remplace,3,612,792,BSBIJR+Gilroy-Regular,#000,156,196,316,325,1900,9,H5,Document;Sect;H5 +O,I-Alinea,les,3,612,792,BSBIJR+Gilroy-Regular,#000,198,209,316,325,1900,9,H5,Document;Sect;H5 +O,I-Alinea,règlements,3,612,792,BSBIJR+Gilroy-Regular,#000,211,258,316,325,1900,9,H5,Document;Sect;H5 +O,I-Alinea,suivants,3,612,792,BSBIJR+Gilroy-Regular,#000,260,294,316,325,1900,9,H5,Document;Sect;H5 +O,I-Alinea,:,3,612,792,BSBIJR+Gilroy-Regular,#000,296,298,316,325,1900,9,H5,Document;Sect;H5 +O,B-Liste,1°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,60,335,343,1919,10,H6,Document;Sect;H6 +O,I-Liste,le,3,612,792,BSBIJR+Gilroy-Regular,#000,68,75,335,344,1919,10,H6,Document;Sect;H6 +O,I-Liste,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,77,120,335,344,1919,10,H6,Document;Sect;H6 +O,I-Liste,de,3,612,792,BSBIJR+Gilroy-Regular,#000,122,133,335,344,1919,10,H6,Document;Sect;H6 +O,I-Liste,zonage,3,612,792,BSBIJR+Gilroy-Regular,#000,135,167,335,344,1919,10,H6,Document;Sect;H6 +O,I-Liste,no,3,612,792,BSBIJR+Gilroy-Regular,#000,169,179,335,344,1919,10,H6,Document;Sect;H6 +B-Numero,I-Liste,601;,3,612,792,BSBIJR+Gilroy-Regular,#000,182,199,335,344,1919,10,H6,Document;Sect;H6 +O,B-Liste,2°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,61,354,362,1938,11,H6,Document;Sect;H6 +O,I-Liste,le,3,612,792,BSBIJR+Gilroy-Regular,#000,68,75,353,362,1937,11,H6,Document;Sect;H6 +O,I-Liste,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,77,120,353,362,1937,11,H6,Document;Sect;H6 +O,I-Liste,de,3,612,792,BSBIJR+Gilroy-Regular,#000,122,133,353,362,1937,11,H6,Document;Sect;H6 +O,I-Liste,lotissement,3,612,792,BSBIJR+Gilroy-Regular,#000,135,182,353,362,1937,11,H6,Document;Sect;H6 +O,I-Liste,no,3,612,792,BSBIJR+Gilroy-Regular,#000,185,195,353,362,1937,11,H6,Document;Sect;H6 +B-Numero,I-Liste,602;,3,612,792,BSBIJR+Gilroy-Regular,#000,197,216,353,362,1937,11,H6,Document;Sect;H6 +O,B-Liste,3°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,61,372,380,1956,12,H6,Document;Sect;H6 +O,I-Liste,le,3,612,792,BSBIJR+Gilroy-Regular,#000,68,75,372,381,1956,12,H6,Document;Sect;H6 +O,I-Liste,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,77,120,372,381,1956,12,H6,Document;Sect;H6 +O,I-Liste,de,3,612,792,BSBIJR+Gilroy-Regular,#000,122,133,372,381,1956,12,H6,Document;Sect;H6 +O,I-Liste,construction,3,612,792,BSBIJR+Gilroy-Regular,#000,135,186,372,381,1956,12,H6,Document;Sect;H6 +O,I-Liste,no,3,612,792,BSBIJR+Gilroy-Regular,#000,189,199,372,381,1956,12,H6,Document;Sect;H6 +B-Numero,I-Liste,603,3,612,792,BSBIJR+Gilroy-Regular,#000,201,217,372,381,1956,12,H6,Document;Sect;H6 +O,I-Liste,;,3,612,792,BSBIJR+Gilroy-Regular,#000,218,220,372,381,1956,12,H6,Document;Sect;H6 +O,B-Liste,4°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,62,391,399,1975,13,H6,Document;Sect;H6 +O,I-Liste,le,3,612,792,BSBIJR+Gilroy-Regular,#000,68,75,390,399,1974,13,H6,Document;Sect;H6 +O,I-Liste,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,77,120,390,399,1974,13,H6,Document;Sect;H6 +O,I-Liste,sur,3,612,792,BSBIJR+Gilroy-Regular,#000,122,134,390,399,1974,13,H6,Document;Sect;H6 +O,I-Liste,les,3,612,792,BSBIJR+Gilroy-Regular,#000,136,147,390,399,1974,13,H6,Document;Sect;H6 +O,I-Liste,permis,3,612,792,BSBIJR+Gilroy-Regular,#000,150,177,390,399,1974,13,H6,Document;Sect;H6 +O,I-Liste,et,3,612,792,BSBIJR+Gilroy-Regular,#000,179,188,390,399,1974,13,H6,Document;Sect;H6 +O,I-Liste,les,3,612,792,BSBIJR+Gilroy-Regular,#000,190,201,390,399,1974,13,H6,Document;Sect;H6 +O,I-Liste,cert,3,612,792,BSBIJR+Gilroy-Regular,#000,203,220,390,399,1974,13,H6,Document;Sect;H6 +O,I-Liste,ificats,3,612,792,BSBIJR+Gilroy-Regular,#000,220,244,390,399,1974,13,H6,Document;Sect;H6 +O,I-Liste,no,3,612,792,BSBIJR+Gilroy-Regular,#000,247,257,390,399,1974,13,H6,Document;Sect;H6 +B-Numero,I-Liste,604;,3,612,792,BSBIJR+Gilroy-Regular,#000,259,279,390,399,1974,13,H6,Document;Sect;H6 +O,B-Liste,5°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,61,409,417,1993,14,H6,Document;Sect;H6 +O,I-Liste,le,3,612,792,BSBIJR+Gilroy-Regular,#000,68,75,408,417,1992,14,H6,Document;Sect;H6 +O,I-Liste,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,77,120,408,417,1992,14,H6,Document;Sect;H6 +O,I-Liste,sur,3,612,792,BSBIJR+Gilroy-Regular,#000,122,134,408,417,1992,14,H6,Document;Sect;H6 +O,I-Liste,les,3,612,792,BSBIJR+Gilroy-Regular,#000,136,147,408,417,1992,14,H6,Document;Sect;H6 +O,I-Liste,dérogations,3,612,792,BSBIJR+Gilroy-Regular,#000,150,200,408,417,1992,14,H6,Document;Sect;H6 +O,I-Liste,mineures,3,612,792,BSBIJR+Gilroy-Regular,#000,202,239,408,417,1992,14,H6,Document;Sect;H6 +O,I-Liste,no,3,612,792,BSBIJR+Gilroy-Regular,#000,242,252,408,417,1992,14,H6,Document;Sect;H6 +B-Numero,I-Liste,606;,3,612,792,BSBIJR+Gilroy-Regular,#000,254,273,408,417,1992,14,H6,Document;Sect;H6 +O,B-Liste,6°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,61,428,436,2012,15,H6,Document;Sect;H6 +O,I-Liste,le,3,612,792,BSBIJR+Gilroy-Regular,#000,68,75,427,436,2011,15,H6,Document;Sect;H6 +O,I-Liste,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,77,120,427,436,2011,15,H6,Document;Sect;H6 +O,I-Liste,relatif,3,612,792,BSBIJR+Gilroy-Regular,#000,122,146,427,436,2011,15,H6,Document;Sect;H6 +O,I-Liste,aux,3,612,792,BSBIJR+Gilroy-Regular,#000,148,163,427,436,2011,15,H6,Document;Sect;H6 +O,I-Liste,plans,3,612,792,BSBIJR+Gilroy-Regular,#000,166,188,427,436,2011,15,H6,Document;Sect;H6 +O,I-Liste,d’implantation,3,612,792,BSBIJR+Gilroy-Regular,#000,190,251,427,436,2011,15,H6,Document;Sect;H6 +O,I-Liste,et,3,612,792,BSBIJR+Gilroy-Regular,#000,253,261,427,436,2011,15,H6,Document;Sect;H6 +O,I-Liste,d,3,612,792,BSBIJR+Gilroy-Regular,#000,264,269,427,436,2011,15,H6,Document;Sect;H6 +O,I-Liste,’intégration,3,612,792,BSBIJR+Gilroy-Regular,#000,270,317,427,436,2011,15,H6,Document;Sect;H6 +O,I-Liste,architecturale,3,612,792,BSBIJR+Gilroy-Regular,#000,319,377,427,436,2011,15,H6,Document;Sect;H6 +O,I-Liste,no,3,612,792,BSBIJR+Gilroy-Regular,#000,380,390,427,436,2011,15,H6,Document;Sect;H6 +B-Numero,I-Liste,607.,3,612,792,BSBIJR+Gilroy-Regular,#000,393,409,427,436,2011,15,H6,Document;Sect;H6 +O,B-Article,1.1.1.5,3,612,792,RVDFZL+Gilroy-Bold,#e43,54,76,452,461,2036,16,H4,Document;Sect;H4 +O,I-Article,Documents,3,612,792,RVDFZL+Gilroy-Bold,#000,89,137,452,461,2036,16,H4,Document;Sect;H4 +O,I-Article,annexés,3,612,792,RVDFZL+Gilroy-Bold,#000,139,175,452,461,2036,16,H4,Document;Sect;H4 +O,B-Alinea,Les,3,612,792,BSBIJR+Gilroy-Regular,#000,54,68,470,479,2054,17,H5,Document;Sect;H5 +O,I-Alinea,feuillets,3,612,792,BSBIJR+Gilroy-Regular,#000,70,101,470,479,2054,17,H5,Document;Sect;H5 +O,I-Alinea,cartographiques,3,612,792,BSBIJR+Gilroy-Regular,#000,104,173,470,479,2054,17,H5,Document;Sect;H5 +O,I-Alinea,suivants,3,612,792,BSBIJR+Gilroy-Regular,#000,175,209,470,479,2054,17,H5,Document;Sect;H5 +O,I-Alinea,font,3,612,792,BSBIJR+Gilroy-Regular,#000,211,228,470,479,2054,17,H5,Document;Sect;H5 +O,I-Alinea,partie,3,612,792,BSBIJR+Gilroy-Regular,#000,230,255,470,479,2054,17,H5,Document;Sect;H5 +O,I-Alinea,intégrante,3,612,792,BSBIJR+Gilroy-Regular,#000,257,301,470,479,2054,17,H5,Document;Sect;H5 +O,I-Alinea,de,3,612,792,BSBIJR+Gilroy-Regular,#000,303,314,470,479,2054,17,H5,Document;Sect;H5 +O,I-Alinea,ce,3,612,792,BSBIJR+Gilroy-Regular,#000,316,326,470,479,2054,17,H5,Document;Sect;H5 +O,I-Alinea,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,329,371,470,479,2054,17,H5,Document;Sect;H5 +O,I-Alinea,:,3,612,792,BSBIJR+Gilroy-Regular,#000,373,375,470,479,2054,17,H5,Document;Sect;H5 +O,B-Liste,1°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,60,489,497,2073,18,H6,Document;Sect;H6 +O,I-Liste,le,3,612,792,BSBIJR+Gilroy-Regular,#000,68,75,488,497,2072,18,H6,Document;Sect;H6 +O,I-Liste,plan,3,612,792,BSBIJR+Gilroy-Regular,#000,77,96,488,497,2072,18,H6,Document;Sect;H6 +O,I-Liste,de,3,612,792,BSBIJR+Gilroy-Regular,#000,98,109,488,497,2072,18,H6,Document;Sect;H6 +O,I-Liste,zonage,3,612,792,BSBIJR+Gilroy-Regular,#000,111,143,488,497,2072,18,H6,Document;Sect;H6 +O,I-Liste,de,3,612,792,BSBIJR+Gilroy-Regular,#000,145,156,488,497,2072,18,H6,Document;Sect;H6 +O,I-Liste,l’annexe,3,612,792,BSBIJR+Gilroy-Regular,#000,158,193,488,497,2072,18,H6,Document;Sect;H6 +O,I-Liste,A;,3,612,792,BSBIJR+Gilroy-Regular,#000,195,205,488,497,2072,18,H6,Document;Sect;H6 +O,B-Liste,2°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,61,508,516,2092,19,H6,Document;Sect;H6 +O,I-Liste,le,3,612,792,BSBIJR+Gilroy-Regular,#000,68,75,507,516,2091,19,H6,Document;Sect;H6 +O,I-Liste,plan,3,612,792,BSBIJR+Gilroy-Regular,#000,77,96,507,516,2091,19,H6,Document;Sect;H6 +O,I-Liste,des,3,612,792,BSBIJR+Gilroy-Regular,#000,98,113,507,516,2091,19,H6,Document;Sect;H6 +O,I-Liste,territoires,3,612,792,BSBIJR+Gilroy-Regular,#000,115,154,507,516,2091,19,H6,Document;Sect;H6 +O,I-Liste,particuliers,3,612,792,BSBIJR+Gilroy-Regular,#000,157,202,507,516,2091,19,H6,Document;Sect;H6 +O,I-Liste,de,3,612,792,BSBIJR+Gilroy-Regular,#000,204,215,507,516,2091,19,H6,Document;Sect;H6 +O,I-Liste,l’annexe,3,612,792,BSBIJR+Gilroy-Regular,#000,217,252,507,516,2091,19,H6,Document;Sect;H6 +O,I-Liste,B;,3,612,792,BSBIJR+Gilroy-Regular,#000,255,264,507,516,2091,19,H6,Document;Sect;H6 +O,B-Liste,3°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,61,526,534,2110,20,H6,Document;Sect;H6 +O,I-Liste,le,3,612,792,BSBIJR+Gilroy-Regular,#000,68,75,525,534,2109,20,H6,Document;Sect;H6 +O,I-Liste,plan,3,612,792,BSBIJR+Gilroy-Regular,#000,77,96,525,534,2109,20,H6,Document;Sect;H6 +O,I-Liste,des,3,612,792,BSBIJR+Gilroy-Regular,#000,98,113,525,534,2109,20,H6,Document;Sect;H6 +O,I-Liste,contraintes,3,612,792,BSBIJR+Gilroy-Regular,#000,115,162,525,534,2109,20,H6,Document;Sect;H6 +O,I-Liste,de,3,612,792,BSBIJR+Gilroy-Regular,#000,165,176,525,534,2109,20,H6,Document;Sect;H6 +O,I-Liste,l’annexe,3,612,792,BSBIJR+Gilroy-Regular,#000,178,213,525,534,2109,20,H6,Document;Sect;H6 +O,I-Liste,C;,3,612,792,BSBIJR+Gilroy-Regular,#000,215,225,525,534,2109,20,H6,Document;Sect;H6 +O,B-Liste,4°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,62,544,552,2128,21,H6,Document;Sect;H6 +O,I-Liste,les,3,612,792,BSBIJR+Gilroy-Regular,#000,68,79,544,553,2128,21,H6,Document;Sect;H6 +O,I-Liste,grilles,3,612,792,BSBIJR+Gilroy-Regular,#000,81,105,544,553,2128,21,H6,Document;Sect;H6 +O,I-Liste,de,3,612,792,BSBIJR+Gilroy-Regular,#000,107,118,544,553,2128,21,H6,Document;Sect;H6 +O,I-Liste,spécification,3,612,792,BSBIJR+Gilroy-Regular,#000,120,173,544,553,2128,21,H6,Document;Sect;H6 +O,I-Liste,de,3,612,792,BSBIJR+Gilroy-Regular,#000,176,187,544,553,2128,21,H6,Document;Sect;H6 +O,I-Liste,l’annexe,3,612,792,BSBIJR+Gilroy-Regular,#000,189,224,544,553,2128,21,H6,Document;Sect;H6 +O,I-Liste,D;,3,612,792,BSBIJR+Gilroy-Regular,#000,226,236,544,553,2128,21,H6,Document;Sect;H6 +O,B-Liste,5°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,61,563,571,2147,22,H6,Document;Sect;H6 +O,I-Liste,l’index,3,612,792,BSBIJR+Gilroy-Regular,#000,68,94,562,571,2146,22,H6,Document;Sect;H6 +O,I-Liste,terminologique,3,612,792,BSBIJR+Gilroy-Regular,#000,97,159,562,571,2146,22,H6,Document;Sect;H6 +O,I-Liste,de,3,612,792,BSBIJR+Gilroy-Regular,#000,161,172,562,571,2146,22,H6,Document;Sect;H6 +O,I-Liste,l’annexe,3,612,792,BSBIJR+Gilroy-Regular,#000,175,209,562,571,2146,22,H6,Document;Sect;H6 +O,I-Liste,E;,3,612,792,BSBIJR+Gilroy-Regular,#000,212,220,562,571,2146,22,H6,Document;Sect;H6 +O,B-Liste,6°,3,612,792,BSBIJR+Gilroy-Regular,#000,54,61,581,589,2165,23,H6,Document;Sect;H6 +O,I-Liste,les,3,612,792,BSBIJR+Gilroy-Regular,#000,68,79,581,590,2165,23,H6,Document;Sect;H6 +O,I-Liste,paramètres,3,612,792,BSBIJR+Gilroy-Regular,#000,81,130,581,590,2165,23,H6,Document;Sect;H6 +O,I-Liste,relatifs,3,612,792,BSBIJR+Gilroy-Regular,#000,132,160,581,590,2165,23,H6,Document;Sect;H6 +O,I-Liste,aux,3,612,792,BSBIJR+Gilroy-Regular,#000,162,178,581,590,2165,23,H6,Document;Sect;H6 +O,I-Liste,distances,3,612,792,BSBIJR+Gilroy-Regular,#000,180,220,581,590,2165,23,H6,Document;Sect;H6 +O,I-Liste,séparatrices,3,612,792,BSBIJR+Gilroy-Regular,#000,222,274,581,590,2165,23,H6,Document;Sect;H6 +O,I-Liste,agricoles,3,612,792,BSBIJR+Gilroy-Regular,#000,276,314,581,590,2165,23,H6,Document;Sect;H6 +O,I-Liste,de,3,612,792,BSBIJR+Gilroy-Regular,#000,316,327,581,590,2165,23,H6,Document;Sect;H6 +O,I-Liste,l’annexe,3,612,792,BSBIJR+Gilroy-Regular,#000,329,364,581,590,2165,23,H6,Document;Sect;H6 +O,I-Liste,F.,3,612,792,BSBIJR+Gilroy-Regular,#000,367,373,581,590,2165,23,H6,Document;Sect;H6 +O,B-Article,1.1.1.6,3,612,792,RVDFZL+Gilroy-Bold,#e43,54,77,605,614,2189,24,H4,Document;Sect;H4 +O,I-Article,Adoption,3,612,792,RVDFZL+Gilroy-Bold,#000,89,128,605,614,2189,24,H4,Document;Sect;H4 +O,I-Article,partie,3,612,792,RVDFZL+Gilroy-Bold,#000,130,156,605,614,2189,24,H4,Document;Sect;H4 +O,I-Article,par,3,612,792,RVDFZL+Gilroy-Bold,#000,158,173,605,614,2189,24,H4,Document;Sect;H4 +O,I-Article,partie,3,612,792,RVDFZL+Gilroy-Bold,#000,175,200,605,614,2189,24,H4,Document;Sect;H4 +O,B-Alinea,Le,3,612,792,BSBIJR+Gilroy-Regular,#000,54,64,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,Conseil,3,612,792,BSBIJR+Gilroy-Regular,#000,66,96,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,municipal,3,612,792,BSBIJR+Gilroy-Regular,#000,98,138,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,de,3,612,792,BSBIJR+Gilroy-Regular,#000,140,151,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,la,3,612,792,BSBIJR+Gilroy-Regular,#000,153,161,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,Ville,3,612,792,BSBIJR+Gilroy-Regular,#000,163,179,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,de,3,612,792,BSBIJR+Gilroy-Regular,#000,182,193,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,Prévost,3,612,792,BSBIJR+Gilroy-Regular,#000,195,226,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,déclare,3,612,792,BSBIJR+Gilroy-Regular,#000,228,260,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,par,3,612,792,BSBIJR+Gilroy-Regular,#000,262,276,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,la,3,612,792,BSBIJR+Gilroy-Regular,#000,278,286,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,présente,3,612,792,BSBIJR+Gilroy-Regular,#000,288,325,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,qu’il,3,612,792,BSBIJR+Gilroy-Regular,#000,327,344,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,adopte,3,612,792,BSBIJR+Gilroy-Regular,#000,346,377,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,le,3,612,792,BSBIJR+Gilroy-Regular,#000,380,387,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,présent,3,612,792,BSBIJR+Gilroy-Regular,#000,389,420,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,423,465,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,titre,3,612,792,BSBIJR+Gilroy-Regular,#000,467,484,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,par,3,612,792,BSBIJR+Gilroy-Regular,#000,486,500,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,"titre,",3,612,792,BSBIJR+Gilroy-Regular,#000,502,521,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,chapitre,3,612,792,BSBIJR+Gilroy-Regular,#000,524,558,624,633,2208,25,H5,Document;Sect;H5 +O,I-Alinea,par,3,612,792,BSBIJR+Gilroy-Regular,#000,54,68,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,"chapitre,",3,612,792,BSBIJR+Gilroy-Regular,#000,71,107,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,section,3,612,792,BSBIJR+Gilroy-Regular,#000,110,140,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,par,3,612,792,BSBIJR+Gilroy-Regular,#000,142,156,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,section,3,612,792,BSBIJR+Gilroy-Regular,#000,158,188,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,et,3,612,792,BSBIJR+Gilroy-Regular,#000,191,199,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,article,3,612,792,BSBIJR+Gilroy-Regular,#000,201,227,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,par,3,612,792,BSBIJR+Gilroy-Regular,#000,230,244,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,"article,",3,612,792,BSBIJR+Gilroy-Regular,#000,246,274,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,alinéa,3,612,792,BSBIJR+Gilroy-Regular,#000,276,302,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,par,3,612,792,BSBIJR+Gilroy-Regular,#000,304,318,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,"alinéa,",3,612,792,BSBIJR+Gilroy-Regular,#000,321,348,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,paragraphe,3,612,792,BSBIJR+Gilroy-Regular,#000,350,401,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,par,3,612,792,BSBIJR+Gilroy-Regular,#000,403,417,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,paragraphe,3,612,792,BSBIJR+Gilroy-Regular,#000,419,470,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,de,3,612,792,BSBIJR+Gilroy-Regular,#000,472,483,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,façon,3,612,792,BSBIJR+Gilroy-Regular,#000,485,509,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,à,3,612,792,BSBIJR+Gilroy-Regular,#000,511,517,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,ce,3,612,792,BSBIJR+Gilroy-Regular,#000,519,530,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,"que,",3,612,792,BSBIJR+Gilroy-Regular,#000,532,550,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,si,3,612,792,BSBIJR+Gilroy-Regular,#000,552,558,636,645,2220,25,H5,Document;Sect;H5 +O,I-Alinea,une,3,612,792,BSBIJR+Gilroy-Regular,#000,54,69,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,partie,3,612,792,BSBIJR+Gilroy-Regular,#000,71,96,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,du,3,612,792,BSBIJR+Gilroy-Regular,#000,98,109,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,présent,3,612,792,BSBIJR+Gilroy-Regular,#000,111,142,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,144,186,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,venait,3,612,792,BSBIJR+Gilroy-Regular,#000,188,214,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,à,3,612,792,BSBIJR+Gilroy-Regular,#000,216,221,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,être,3,612,792,BSBIJR+Gilroy-Regular,#000,223,240,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,déclarée,3,612,792,BSBIJR+Gilroy-Regular,#000,242,279,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,nulle,3,612,792,BSBIJR+Gilroy-Regular,#000,281,300,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,et,3,612,792,BSBIJR+Gilroy-Regular,#000,302,310,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,sans,3,612,792,BSBIJR+Gilroy-Regular,#000,312,331,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,effet,3,612,792,BSBIJR+Gilroy-Regular,#000,333,353,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,par,3,612,792,BSBIJR+Gilroy-Regular,#000,355,369,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,un,3,612,792,BSBIJR+Gilroy-Regular,#000,371,381,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,"tribunal,",3,612,792,BSBIJR+Gilroy-Regular,#000,383,416,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,une,3,612,792,BSBIJR+Gilroy-Regular,#000,418,433,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,telle,3,612,792,BSBIJR+Gilroy-Regular,#000,435,453,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,décision,3,612,792,BSBIJR+Gilroy-Regular,#000,455,489,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,n’ait,3,612,792,BSBIJR+Gilroy-Regular,#000,491,509,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,aucun,3,612,792,BSBIJR+Gilroy-Regular,#000,511,537,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,effet,3,612,792,BSBIJR+Gilroy-Regular,#000,539,558,649,658,2233,25,H5,Document;Sect;H5 +O,I-Alinea,sur,3,612,792,BSBIJR+Gilroy-Regular,#000,54,66,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,les,3,612,792,BSBIJR+Gilroy-Regular,#000,69,81,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,autres,3,612,792,BSBIJR+Gilroy-Regular,#000,84,111,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,parties,3,612,792,BSBIJR+Gilroy-Regular,#000,114,143,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,du,3,612,792,BSBIJR+Gilroy-Regular,#000,147,157,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,présent,3,612,792,BSBIJR+Gilroy-Regular,#000,161,192,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,196,238,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,sauf,3,612,792,BSBIJR+Gilroy-Regular,#000,242,260,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,dans,3,612,792,BSBIJR+Gilroy-Regular,#000,263,284,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,le,3,612,792,BSBIJR+Gilroy-Regular,#000,288,295,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,cas,3,612,792,BSBIJR+Gilroy-Regular,#000,298,313,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,où,3,612,792,BSBIJR+Gilroy-Regular,#000,316,327,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,le,3,612,792,BSBIJR+Gilroy-Regular,#000,330,338,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,sens,3,612,792,BSBIJR+Gilroy-Regular,#000,341,360,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,et,3,612,792,BSBIJR+Gilroy-Regular,#000,363,372,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,la,3,612,792,BSBIJR+Gilroy-Regular,#000,376,383,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,portée,3,612,792,BSBIJR+Gilroy-Regular,#000,387,415,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,du,3,612,792,BSBIJR+Gilroy-Regular,#000,418,429,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,règlement,3,612,792,BSBIJR+Gilroy-Regular,#000,433,475,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,ou,3,612,792,BSBIJR+Gilroy-Regular,#000,479,489,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,de,3,612,792,BSBIJR+Gilroy-Regular,#000,493,504,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,l’une,3,612,792,BSBIJR+Gilroy-Regular,#000,507,527,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,de,3,612,792,BSBIJR+Gilroy-Regular,#000,530,541,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,ses,3,612,792,BSBIJR+Gilroy-Regular,#000,545,558,661,670,2245,25,H5,Document;Sect;H5 +O,I-Alinea,dispositions,3,612,792,BSBIJR+Gilroy-Regular,#000,54,102,673,682,2257,25,H5,Document;Sect;H5 +O,I-Alinea,s’en,3,612,792,BSBIJR+Gilroy-Regular,#000,105,121,673,682,2257,25,H5,Document;Sect;H5 +O,I-Alinea,trouveraient,3,612,792,BSBIJR+Gilroy-Regular,#000,123,174,673,682,2257,25,H5,Document;Sect;H5 +O,I-Alinea,altérés,3,612,792,BSBIJR+Gilroy-Regular,#000,176,205,673,682,2257,25,H5,Document;Sect;H5 +O,I-Alinea,ou,3,612,792,BSBIJR+Gilroy-Regular,#000,207,217,673,682,2257,25,H5,Document;Sect;H5 +O,I-Alinea,modifiés.,3,612,792,BSBIJR+Gilroy-Regular,#000,220,256,673,682,2257,25,H5,Document;Sect;H5 +B-Titre,B-Pied,Ville,3,612,792,RVDFZL+Gilroy-Bold,#000,59,75,734,742,2318,,Artifact, +I-Titre,I-Pied,de,3,612,792,RVDFZL+Gilroy-Bold,#000,77,87,734,742,2318,,Artifact, +I-Titre,I-Pied,Prévost,3,612,792,RVDFZL+Gilroy-Bold,#000,89,117,734,742,2318,,Artifact, +I-Titre,I-Pied,Règlement,3,612,792,RVDFZL+Gilroy-Bold,#e43,415,455,734,742,2318,,Artifact, +I-Titre,I-Pied,d’urbanisme,3,612,792,RVDFZL+Gilroy-Bold,#e43,458,504,734,742,2318,,Artifact, +I-Titre,I-Pied,durable,3,612,792,RVDFZL+Gilroy-Bold,#e43,506,535,734,742,2318,,Artifact, +O,I-Pied,//,3,612,792,RVDFZL+Gilroy-Bold,#e43,537,545,734,742,2318,,Artifact, +O,I-Pied,1-3,3,612,792,RVDFZL+Gilroy-Bold,#e43,548,559,734,742,2318,,Artifact, +B-Titre,B-Tete,TITRE,4,612,792,RVDFZL+Gilroy-Bold,#e43,430,452,44,53,2420,,Artifact, +I-Titre,I-Tete,1,4,612,792,RVDFZL+Gilroy-Bold,#e43,455,458,44,53,2420,,Artifact, +I-Titre,I-Tete,–,4,612,792,RVDFZL+Gilroy-Bold,#e43,460,465,45,52,2421,,Artifact, +I-Titre,I-Tete,Déclarations,4,612,792,RVDFZL+Gilroy-Bold,#e43,467,508,45,52,2421,,Artifact, +I-Titre,I-Tete,et,4,612,792,RVDFZL+Gilroy-Bold,#e43,510,517,45,52,2421,,Artifact, +I-Titre,I-Tete,explications,4,612,792,RVDFZL+Gilroy-Bold,#e43,518,558,45,52,2421,,Artifact, +O,B-Chapitre,CHAPITRE,4,612,792,RVDFZL+Gilroy-Bold,#000,54,109,75,87,2451,25,H2,Document;Sect;H2 +O,I-Chapitre,1.2,4,612,792,RVDFZL+Gilroy-Bold,#000,112,126,75,87,2451,25,H2,Document;Sect;H2 +O,I-Chapitre,PRÉSENTATION,4,612,792,RVDFZL+Gilroy-Bold,#000,146,230,75,87,2451,25,H2,Document;Sect;H2 +O,I-Chapitre,DU,4,612,792,RVDFZL+Gilroy-Bold,#000,233,249,75,87,2451,25,H2,Document;Sect;H2 +O,I-Chapitre,RÈGLEMENT,4,612,792,RVDFZL+Gilroy-Bold,#000,252,318,75,87,2451,25,H2,Document;Sect;H2 +O,B-Section,Section,4,612,792,RVDFZL+Gilroy-Bold,#000,54,85,106,115,2482,1,H3,Document;Sect;H3 +O,I-Section,1.2.1,4,612,792,RVDFZL+Gilroy-Bold,#000,88,104,106,115,2482,1,H3,Document;Sect;H3 +O,I-Section,Approche,4,612,792,RVDFZL+Gilroy-Bold,#000,146,192,105,115,2481,1,H3,Document;Sect;H3 +O,I-Section,réglementaire,4,612,792,RVDFZL+Gilroy-Bold,#000,194,260,105,115,2481,1,H3,Document;Sect;H3 +O,B-Article,1.2.1.1,4,612,792,RVDFZL+Gilroy-Bold,#e43,54,76,131,140,2507,2,H4,Document;Sect;H4 +O,I-Article,Règlement,4,612,792,RVDFZL+Gilroy-Bold,#000,89,135,131,140,2507,2,H4,Document;Sect;H4 +O,I-Article,d’urbanisme,4,612,792,RVDFZL+Gilroy-Bold,#000,137,189,131,140,2507,2,H4,Document;Sect;H4 +O,I-Article,unifié,4,612,792,RVDFZL+Gilroy-Bold,#000,192,214,131,140,2507,2,H4,Document;Sect;H4 +O,B-Alinea,Afin,4,612,792,BSBIJR+Gilroy-Regular,#000,54,69,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,de,4,612,792,BSBIJR+Gilroy-Regular,#000,72,83,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,faciliter,4,612,792,BSBIJR+Gilroy-Regular,#000,86,116,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,l’utilisation,4,612,792,BSBIJR+Gilroy-Regular,#000,119,162,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,et,4,612,792,BSBIJR+Gilroy-Regular,#000,165,173,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,la,4,612,792,BSBIJR+Gilroy-Regular,#000,176,184,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,compréhension,4,612,792,BSBIJR+Gilroy-Regular,#000,186,250,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,de,4,612,792,BSBIJR+Gilroy-Regular,#000,253,264,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,la,4,612,792,BSBIJR+Gilroy-Regular,#000,266,274,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,réglementation,4,612,792,BSBIJR+Gilroy-Regular,#000,276,340,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,"d’urbanisme,",4,612,792,BSBIJR+Gilroy-Regular,#000,343,396,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,les,4,612,792,BSBIJR+Gilroy-Regular,#000,399,410,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,principaux,4,612,792,BSBIJR+Gilroy-Regular,#000,412,456,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,règlements,4,612,792,BSBIJR+Gilroy-Regular,#000,458,505,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,d’urbanisme,4,612,792,BSBIJR+Gilroy-Regular,#000,507,558,149,158,2525,3,H5,Document;Sect;H5 +O,I-Alinea,ont,4,612,792,BSBIJR+Gilroy-Regular,#000,54,68,162,171,2538,3,H5,Document;Sect;H5 +O,I-Alinea,été,4,612,792,BSBIJR+Gilroy-Regular,#000,70,84,162,171,2538,3,H5,Document;Sect;H5 +O,I-Alinea,unifiés,4,612,792,BSBIJR+Gilroy-Regular,#000,86,112,162,171,2538,3,H5,Document;Sect;H5 +O,I-Alinea,au,4,612,792,BSBIJR+Gilroy-Regular,#000,114,125,162,171,2538,3,H5,Document;Sect;H5 +O,I-Alinea,sein,4,612,792,BSBIJR+Gilroy-Regular,#000,127,144,162,171,2538,3,H5,Document;Sect;H5 +O,I-Alinea,du,4,612,792,BSBIJR+Gilroy-Regular,#000,146,157,162,171,2538,3,H5,Document;Sect;H5 +O,I-Alinea,seul,4,612,792,BSBIJR+Gilroy-Regular,#000,159,175,162,171,2538,3,H5,Document;Sect;H5 +O,I-Alinea,et,4,612,792,BSBIJR+Gilroy-Regular,#000,177,186,162,171,2538,3,H5,Document;Sect;H5 +O,I-Alinea,même,4,612,792,BSBIJR+Gilroy-Regular,#000,188,214,162,171,2538,3,H5,Document;Sect;H5 +O,I-Alinea,présent,4,612,792,BSBIJR+Gilroy-Regular,#000,216,248,162,171,2538,3,H5,Document;Sect;H5 +O,I-Alinea,règlement.,4,612,792,BSBIJR+Gilroy-Regular,#000,250,294,162,171,2538,3,H5,Document;Sect;H5 +O,B-Alinea,Ce,4,612,792,BSBIJR+Gilroy-Regular,#000,54,66,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,68,110,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,"regroupe,",4,612,792,BSBIJR+Gilroy-Regular,#000,113,153,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,entre,4,612,792,BSBIJR+Gilroy-Regular,#000,155,177,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,"autres,",4,612,792,BSBIJR+Gilroy-Regular,#000,179,208,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,l’ensemble,4,612,792,BSBIJR+Gilroy-Regular,#000,210,254,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,des,4,612,792,BSBIJR+Gilroy-Regular,#000,256,271,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,dispositions,4,612,792,BSBIJR+Gilroy-Regular,#000,273,322,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,relatives,4,612,792,BSBIJR+Gilroy-Regular,#000,324,359,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,aux,4,612,792,BSBIJR+Gilroy-Regular,#000,361,377,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,règlements,4,612,792,BSBIJR+Gilroy-Regular,#000,379,425,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,d’urbanisme,4,612,792,BSBIJR+Gilroy-Regular,#000,427,479,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,suivants,4,612,792,BSBIJR+Gilroy-Regular,#000,481,515,180,189,2556,4,H5,Document;Sect;H5 +O,I-Alinea,:,4,612,792,BSBIJR+Gilroy-Regular,#000,517,519,180,189,2556,4,H5,Document;Sect;H5 +O,B-Liste,1°,4,612,792,BSBIJR+Gilroy-Regular,#000,54,60,199,207,2575,5,H6,Document;Sect;H6 +O,I-Liste,le,4,612,792,BSBIJR+Gilroy-Regular,#000,68,75,199,208,2575,5,H6,Document;Sect;H6 +O,I-Liste,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,77,120,199,208,2575,5,H6,Document;Sect;H6 +O,I-Liste,de,4,612,792,BSBIJR+Gilroy-Regular,#000,122,133,199,208,2575,5,H6,Document;Sect;H6 +O,I-Liste,zonage;,4,612,792,BSBIJR+Gilroy-Regular,#000,135,170,199,208,2575,5,H6,Document;Sect;H6 +O,B-Liste,2°,4,612,792,BSBIJR+Gilroy-Regular,#000,54,61,218,226,2594,6,H6,Document;Sect;H6 +O,I-Liste,le,4,612,792,BSBIJR+Gilroy-Regular,#000,68,75,217,226,2593,6,H6,Document;Sect;H6 +O,I-Liste,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,77,120,217,226,2593,6,H6,Document;Sect;H6 +O,I-Liste,de,4,612,792,BSBIJR+Gilroy-Regular,#000,122,133,217,226,2593,6,H6,Document;Sect;H6 +O,I-Liste,lotissem,4,612,792,BSBIJR+Gilroy-Regular,#000,135,169,217,226,2593,6,H6,Document;Sect;H6 +O,I-Liste,ent;,4,612,792,BSBIJR+Gilroy-Regular,#000,169,186,217,226,2593,6,H6,Document;Sect;H6 +O,B-Liste,3°,4,612,792,BSBIJR+Gilroy-Regular,#000,54,61,236,244,2612,7,H6,Document;Sect;H6 +O,I-Liste,le,4,612,792,BSBIJR+Gilroy-Regular,#000,68,75,235,244,2611,7,H6,Document;Sect;H6 +O,I-Liste,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,77,120,235,244,2611,7,H6,Document;Sect;H6 +O,I-Liste,sur,4,612,792,BSBIJR+Gilroy-Regular,#000,122,134,235,244,2611,7,H6,Document;Sect;H6 +O,I-Liste,les,4,612,792,BSBIJR+Gilroy-Regular,#000,136,147,235,244,2611,7,H6,Document;Sect;H6 +O,I-Liste,plans,4,612,792,BSBIJR+Gilroy-Regular,#000,150,172,235,244,2611,7,H6,Document;Sect;H6 +O,I-Liste,d’i,4,612,792,BSBIJR+Gilroy-Regular,#000,174,184,235,244,2611,7,H6,Document;Sect;H6 +O,I-Liste,mplantation,4,612,792,BSBIJR+Gilroy-Regular,#000,184,235,235,244,2611,7,H6,Document;Sect;H6 +O,I-Liste,et,4,612,792,BSBIJR+Gilroy-Regular,#000,237,246,235,244,2611,7,H6,Document;Sect;H6 +O,I-Liste,d’intégration,4,612,792,BSBIJR+Gilroy-Regular,#000,248,301,235,244,2611,7,H6,Document;Sect;H6 +O,I-Liste,architecturale,4,612,792,BSBIJR+Gilroy-Regular,#000,303,361,235,244,2611,7,H6,Document;Sect;H6 +O,I-Liste,(PIIA);,4,612,792,BSBIJR+Gilroy-Regular,#000,364,387,235,244,2611,7,H6,Document;Sect;H6 +O,B-Liste,4°,4,612,792,BSBIJR+Gilroy-Regular,#000,54,62,255,263,2631,8,H6,Document;Sect;H6 +O,I-Liste,le,4,612,792,BSBIJR+Gilroy-Regular,#000,68,75,254,263,2630,8,H6,Document;Sect;H6 +O,I-Liste,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,77,120,254,263,2630,8,H6,Document;Sect;H6 +O,I-Liste,relatif,4,612,792,BSBIJR+Gilroy-Regular,#000,122,146,254,263,2630,8,H6,Document;Sect;H6 +O,I-Liste,aux,4,612,792,BSBIJR+Gilroy-Regular,#000,148,163,254,263,2630,8,H6,Document;Sect;H6 +O,I-Liste,usages,4,612,792,BSBIJR+Gilroy-Regular,#000,166,195,254,263,2630,8,H6,Document;Sect;H6 +O,I-Liste,conditionnels;,4,612,792,BSBIJR+Gilroy-Regular,#000,198,256,254,263,2630,8,H6,Document;Sect;H6 +O,B-Liste,5°,4,612,792,BSBIJR+Gilroy-Regular,#000,54,61,273,281,2649,9,H6,Document;Sect;H6 +O,I-Liste,le,4,612,792,BSBIJR+Gilroy-Regular,#000,68,75,272,281,2648,9,H6,Document;Sect;H6 +O,I-Liste,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,77,120,272,281,2648,9,H6,Document;Sect;H6 +O,I-Liste,de,4,612,792,BSBIJR+Gilroy-Regular,#000,122,133,272,281,2648,9,H6,Document;Sect;H6 +O,I-Liste,zonage,4,612,792,BSBIJR+Gilroy-Regular,#000,135,167,272,281,2648,9,H6,Document;Sect;H6 +O,I-Liste,incitatif;,4,612,792,BSBIJR+Gilroy-Regular,#000,169,203,272,281,2648,9,H6,Document;Sect;H6 +O,B-Liste,6°,4,612,792,BSBIJR+Gilroy-Regular,#000,54,61,291,299,2667,10,H6,Document;Sect;H6 +O,I-Liste,le,4,612,792,BSBIJR+Gilroy-Regular,#000,68,75,291,300,2667,10,H6,Document;Sect;H6 +O,I-Liste,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,77,120,291,300,2667,10,H6,Document;Sect;H6 +O,I-Liste,de,4,612,792,BSBIJR+Gilroy-Regular,#000,122,133,291,300,2667,10,H6,Document;Sect;H6 +O,I-Liste,construction;,4,612,792,BSBIJR+Gilroy-Regular,#000,135,190,291,300,2667,10,H6,Document;Sect;H6 +O,B-Liste,7°,4,612,792,BSBIJR+Gilroy-Regular,#000,54,61,310,318,2686,11,H6,Document;Sect;H6 +O,I-Liste,le,4,612,792,BSBIJR+Gilroy-Regular,#000,68,75,309,318,2685,11,H6,Document;Sect;H6 +O,I-Liste,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,77,120,309,318,2685,11,H6,Document;Sect;H6 +O,I-Liste,sur,4,612,792,BSBIJR+Gilroy-Regular,#000,122,134,309,318,2685,11,H6,Document;Sect;H6 +O,I-Liste,les,4,612,792,BSBIJR+Gilroy-Regular,#000,136,147,309,318,2685,11,H6,Document;Sect;H6 +O,I-Liste,PPCMOI;,4,612,792,BSBIJR+Gilroy-Regular,#000,150,187,309,318,2685,11,H6,Document;Sect;H6 +O,B-Liste,8°,4,612,792,BSBIJR+Gilroy-Regular,#000,54,61,328,336,2704,12,H6,Document;Sect;H6 +O,I-Liste,le,4,612,792,BSBIJR+Gilroy-Regular,#000,68,75,327,336,2703,12,H6,Document;Sect;H6 +O,I-Liste,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,77,120,327,336,2703,12,H6,Document;Sect;H6 +O,I-Liste,relatif,4,612,792,BSBIJR+Gilroy-Regular,#000,122,146,327,336,2703,12,H6,Document;Sect;H6 +O,I-Liste,aux,4,612,792,BSBIJR+Gilroy-Regular,#000,148,163,327,336,2703,12,H6,Document;Sect;H6 +O,I-Liste,perm,4,612,792,BSBIJR+Gilroy-Regular,#000,166,187,327,336,2703,12,H6,Document;Sect;H6 +O,I-Liste,is,4,612,792,BSBIJR+Gilroy-Regular,#000,187,193,327,336,2703,12,H6,Document;Sect;H6 +O,I-Liste,et,4,612,792,BSBIJR+Gilroy-Regular,#000,195,204,327,336,2703,12,H6,Document;Sect;H6 +O,I-Liste,certificats;,4,612,792,BSBIJR+Gilroy-Regular,#000,206,251,327,336,2703,12,H6,Document;Sect;H6 +O,B-Liste,9°,4,612,792,BSBIJR+Gilroy-Regular,#000,54,61,347,355,2723,13,H6,Document;Sect;H6 +O,I-Liste,le,4,612,792,BSBIJR+Gilroy-Regular,#000,68,75,346,355,2722,13,H6,Document;Sect;H6 +O,I-Liste,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,77,120,346,355,2722,13,H6,Document;Sect;H6 +O,I-Liste,sur,4,612,792,BSBIJR+Gilroy-Regular,#000,122,134,346,355,2722,13,H6,Document;Sect;H6 +O,I-Liste,les,4,612,792,BSBIJR+Gilroy-Regular,#000,136,147,346,355,2722,13,H6,Document;Sect;H6 +O,I-Liste,dérogations,4,612,792,BSBIJR+Gilroy-Regular,#000,150,200,346,355,2722,13,H6,Document;Sect;H6 +O,I-Liste,mineures.,4,612,792,BSBIJR+Gilroy-Regular,#000,202,241,346,355,2722,13,H6,Document;Sect;H6 +O,B-Alinea,Une,4,612,792,BSBIJR+Gilroy-Regular,#000,54,70,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,disposition,4,612,792,BSBIJR+Gilroy-Regular,#000,74,119,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,"discrétionnaire,",4,612,792,BSBIJR+Gilroy-Regular,#000,123,186,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,telle,4,612,792,BSBIJR+Gilroy-Regular,#000,190,208,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,qu’un,4,612,792,BSBIJR+Gilroy-Regular,#000,212,235,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,objectif,4,612,792,BSBIJR+Gilroy-Regular,#000,239,270,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,ou,4,612,792,BSBIJR+Gilroy-Regular,#000,275,285,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,289,299,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,"critère,",4,612,792,BSBIJR+Gilroy-Regular,#000,303,332,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,est,4,612,792,BSBIJR+Gilroy-Regular,#000,336,349,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,identifiée,4,612,792,BSBIJR+Gilroy-Regular,#000,353,391,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,afin,4,612,792,BSBIJR+Gilroy-Regular,#000,395,411,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,de,4,612,792,BSBIJR+Gilroy-Regular,#000,415,426,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,la,4,612,792,BSBIJR+Gilroy-Regular,#000,430,437,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,distinguer,4,612,792,BSBIJR+Gilroy-Regular,#000,442,482,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,d’une,4,612,792,BSBIJR+Gilroy-Regular,#000,486,510,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,disposition,4,612,792,BSBIJR+Gilroy-Regular,#000,514,558,364,373,2740,14,H5,Document;Sect;H5 +O,I-Alinea,normative.,4,612,792,BSBIJR+Gilroy-Regular,#000,54,98,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,Un,4,612,792,BSBIJR+Gilroy-Regular,#000,101,112,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,tableau,4,612,792,BSBIJR+Gilroy-Regular,#000,114,147,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,comportant,4,612,792,BSBIJR+Gilroy-Regular,#000,150,200,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,202,213,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,objectif,4,612,792,BSBIJR+Gilroy-Regular,#000,215,247,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,ou,4,612,792,BSBIJR+Gilroy-Regular,#000,250,260,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,263,273,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,critère,4,612,792,BSBIJR+Gilroy-Regular,#000,276,302,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,référant,4,612,792,BSBIJR+Gilroy-Regular,#000,305,339,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,à,4,612,792,BSBIJR+Gilroy-Regular,#000,341,347,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,350,360,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,363,405,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,discrétionnaire,4,612,792,BSBIJR+Gilroy-Regular,#000,408,469,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,est,4,612,792,BSBIJR+Gilroy-Regular,#000,472,485,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,toujours,4,612,792,BSBIJR+Gilroy-Regular,#000,488,521,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,introduit,4,612,792,BSBIJR+Gilroy-Regular,#000,524,558,377,386,2753,14,H5,Document;Sect;H5 +O,I-Alinea,par,4,612,792,BSBIJR+Gilroy-Regular,#000,54,68,389,398,2765,14,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,71,81,389,398,2765,14,H5,Document;Sect;H5 +O,I-Alinea,libellé,4,612,792,BSBIJR+Gilroy-Regular,#000,83,106,389,398,2765,14,H5,Document;Sect;H5 +O,I-Alinea,le,4,612,792,BSBIJR+Gilroy-Regular,#000,109,116,389,398,2765,14,H5,Document;Sect;H5 +O,I-Alinea,mentionnant.,4,612,792,BSBIJR+Gilroy-Regular,#000,118,173,389,398,2765,14,H5,Document;Sect;H5 +O,B-Article,1.2.1.2,4,612,792,RVDFZL+Gilroy-Bold,#e43,54,78,414,423,2790,15,H4,Document;Sect;H4 +O,I-Article,Structure,4,612,792,RVDFZL+Gilroy-Bold,#000,89,128,414,423,2790,15,H4,Document;Sect;H4 +O,I-Article,du,4,612,792,RVDFZL+Gilroy-Bold,#000,131,142,414,423,2790,15,H4,Document;Sect;H4 +O,I-Article,règlement,4,612,792,RVDFZL+Gilroy-Bold,#000,144,187,414,423,2790,15,H4,Document;Sect;H4 +O,B-Alinea,La,4,612,792,BSBIJR+Gilroy-Regular,#000,54,64,432,441,2808,16,H5,Document;Sect;H5 +O,I-Alinea,structure,4,612,792,BSBIJR+Gilroy-Regular,#000,66,103,432,441,2808,16,H5,Document;Sect;H5 +O,I-Alinea,de,4,612,792,BSBIJR+Gilroy-Regular,#000,105,116,432,441,2808,16,H5,Document;Sect;H5 +O,I-Alinea,ce,4,612,792,BSBIJR+Gilroy-Regular,#000,119,129,432,441,2808,16,H5,Document;Sect;H5 +O,I-Alinea,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,131,173,432,441,2808,16,H5,Document;Sect;H5 +O,I-Alinea,suit,4,612,792,BSBIJR+Gilroy-Regular,#000,175,190,432,441,2808,16,H5,Document;Sect;H5 +O,I-Alinea,la,4,612,792,BSBIJR+Gilroy-Regular,#000,192,200,432,441,2808,16,H5,Document;Sect;H5 +O,I-Alinea,hiérarchie,4,612,792,BSBIJR+Gilroy-Regular,#000,202,242,432,441,2808,16,H5,Document;Sect;H5 +O,I-Alinea,suivante:,4,612,792,BSBIJR+Gilroy-Regular,#000,245,284,432,441,2808,16,H5,Document;Sect;H5 +O,B-Titre,Figure,4,612,792,RVDFZL+Gilroy-Bold,#000,54,80,451,460,2827,19,LBody,Document;Sect;L;LI;LBody +O,I-Titre,1.1.,4,612,792,RVDFZL+Gilroy-Bold,#000,82,94,451,460,2827,19,LBody,Document;Sect;L;LI;LBody +O,I-Titre,Structure,4,612,792,BSBIJR+Gilroy-Regular,#000,118,151,452,460,2828,19,LBody,Document;Sect;L;LI;LBody +O,I-Titre,du,4,612,792,BSBIJR+Gilroy-Regular,#000,153,163,452,460,2828,19,LBody,Document;Sect;L;LI;LBody +O,I-Titre,règlement,4,612,792,BSBIJR+Gilroy-Regular,#000,165,203,452,460,2828,19,LBody,Document;Sect;L;LI;LBody +O,B-Article,1.2.1.3,4,612,792,RVDFZL+Gilroy-Bold,#e43,54,78,650,659,3026,22,H4,Document;Sect;H4 +O,I-Article,Renvoi,4,612,792,RVDFZL+Gilroy-Bold,#000,89,118,650,659,3026,22,H4,Document;Sect;H4 +O,I-Article,à,4,612,792,RVDFZL+Gilroy-Bold,#000,120,126,650,659,3026,22,H4,Document;Sect;H4 +O,I-Article,ce,4,612,792,RVDFZL+Gilroy-Bold,#000,128,138,650,659,3026,22,H4,Document;Sect;H4 +O,I-Article,règlement,4,612,792,RVDFZL+Gilroy-Bold,#000,140,183,650,659,3026,22,H4,Document;Sect;H4 +O,B-Alinea,Dans,4,612,792,BSBIJR+Gilroy-Regular,#000,54,75,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,ce,4,612,792,BSBIJR+Gilroy-Regular,#000,80,90,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,"règlement,",4,612,792,BSBIJR+Gilroy-Regular,#000,95,140,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,lorsqu’un,4,612,792,BSBIJR+Gilroy-Regular,#000,145,182,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,renvoi,4,612,792,BSBIJR+Gilroy-Regular,#000,187,212,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,à,4,612,792,BSBIJR+Gilroy-Regular,#000,217,222,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,227,237,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,"titre,",4,612,792,BSBIJR+Gilroy-Regular,#000,242,261,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,266,276,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,"chapitre,",4,612,792,BSBIJR+Gilroy-Regular,#000,281,318,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,une,4,612,792,BSBIJR+Gilroy-Regular,#000,323,338,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,"section,",4,612,792,BSBIJR+Gilroy-Regular,#000,343,375,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,380,390,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,"article,",4,612,792,BSBIJR+Gilroy-Regular,#000,395,423,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,428,438,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,"alinéa,",4,612,792,BSBIJR+Gilroy-Regular,#000,443,471,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,476,486,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,"paragraphe,",4,612,792,BSBIJR+Gilroy-Regular,#000,491,543,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,548,558,668,677,3044,23,H5,Document;Sect;H5 +O,I-Alinea,"sous-paragraphe,",4,612,792,BSBIJR+Gilroy-Regular,#000,54,130,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,132,142,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,sous-paragraphe,4,612,792,BSBIJR+Gilroy-Regular,#000,144,217,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,de,4,612,792,BSBIJR+Gilroy-Regular,#000,219,231,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,niveau,4,612,792,BSBIJR+Gilroy-Regular,#000,233,260,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,"2,",4,612,792,BSBIJR+Gilroy-Regular,#000,262,269,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,une,4,612,792,BSBIJR+Gilroy-Regular,#000,271,286,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,annexe,4,612,792,BSBIJR+Gilroy-Regular,#000,288,319,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,ou,4,612,792,BSBIJR+Gilroy-Regular,#000,321,332,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,à,4,612,792,BSBIJR+Gilroy-Regular,#000,334,339,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,toute,4,612,792,BSBIJR+Gilroy-Regular,#000,342,364,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,autre,4,612,792,BSBIJR+Gilroy-Regular,#000,366,388,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,forme,4,612,792,BSBIJR+Gilroy-Regular,#000,390,414,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,d’expression,4,612,792,BSBIJR+Gilroy-Regular,#000,416,468,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,"(tableau,",4,612,792,BSBIJR+Gilroy-Regular,#000,471,508,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,"figure,",4,612,792,BSBIJR+Gilroy-Regular,#000,510,536,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,plan),4,612,792,BSBIJR+Gilroy-Regular,#000,538,558,681,690,3057,23,H5,Document;Sect;H5 +O,I-Alinea,n’est,4,612,792,BSBIJR+Gilroy-Regular,#000,54,74,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,pas,4,612,792,BSBIJR+Gilroy-Regular,#000,76,92,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,suivi,4,612,792,BSBIJR+Gilroy-Regular,#000,95,112,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,d’une,4,612,792,BSBIJR+Gilroy-Regular,#000,115,138,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,mention,4,612,792,BSBIJR+Gilroy-Regular,#000,141,174,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,à,4,612,792,BSBIJR+Gilroy-Regular,#000,177,182,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,185,195,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,"règlement,",4,612,792,BSBIJR+Gilroy-Regular,#000,198,242,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,à,4,612,792,BSBIJR+Gilroy-Regular,#000,245,251,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,une,4,612,792,BSBIJR+Gilroy-Regular,#000,253,268,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,loi,4,612,792,BSBIJR+Gilroy-Regular,#000,271,280,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,ou,4,612,792,BSBIJR+Gilroy-Regular,#000,283,293,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,à,4,612,792,BSBIJR+Gilroy-Regular,#000,296,302,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,un,4,612,792,BSBIJR+Gilroy-Regular,#000,304,314,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,autre,4,612,792,BSBIJR+Gilroy-Regular,#000,317,339,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,"document,",4,612,792,BSBIJR+Gilroy-Regular,#000,342,386,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,ce,4,612,792,BSBIJR+Gilroy-Regular,#000,389,399,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,renvoi,4,612,792,BSBIJR+Gilroy-Regular,#000,402,427,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,réfère,4,612,792,BSBIJR+Gilroy-Regular,#000,429,454,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,automatiquement,4,612,792,BSBIJR+Gilroy-Regular,#000,456,532,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,à,4,612,792,BSBIJR+Gilroy-Regular,#000,534,540,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,une,4,612,792,BSBIJR+Gilroy-Regular,#000,543,558,693,702,3069,23,H5,Document;Sect;H5 +O,I-Alinea,disposition,4,612,792,BSBIJR+Gilroy-Regular,#000,54,98,706,715,3082,23,H5,Document;Sect;H5 +O,I-Alinea,de,4,612,792,BSBIJR+Gilroy-Regular,#000,101,112,706,715,3082,23,H5,Document;Sect;H5 +O,I-Alinea,ce,4,612,792,BSBIJR+Gilroy-Regular,#000,114,124,706,715,3082,23,H5,Document;Sect;H5 +O,I-Alinea,règlement.,4,612,792,BSBIJR+Gilroy-Regular,#000,126,171,706,715,3082,23,H5,Document;Sect;H5 +B-Titre,B-Pied,Ville,4,612,792,RVDFZL+Gilroy-Bold,#000,59,75,734,742,3110,,Artifact, +I-Titre,I-Pied,de,4,612,792,RVDFZL+Gilroy-Bold,#000,77,87,734,742,3110,,Artifact, +I-Titre,I-Pied,Prévost,4,612,792,RVDFZL+Gilroy-Bold,#000,89,117,734,742,3110,,Artifact, +I-Titre,I-Pied,Règlement,4,612,792,RVDFZL+Gilroy-Bold,#e43,415,455,734,742,3110,,Artifact, +I-Titre,I-Pied,d’urbanisme,4,612,792,RVDFZL+Gilroy-Bold,#e43,457,504,734,742,3110,,Artifact, +I-Titre,I-Pied,durable,4,612,792,RVDFZL+Gilroy-Bold,#e43,506,535,734,742,3110,,Artifact, +O,I-Pied,//,4,612,792,RVDFZL+Gilroy-Bold,#e43,537,545,734,742,3110,,Artifact, +O,I-Pied,1-4,4,612,792,RVDFZL+Gilroy-Bold,#e43,547,559,734,742,3110,,Artifact, +B-Titre,B-Tete,TITRE,6,612,792,RVDFZL+Gilroy-Bold,#e43,430,452,44,53,4004,,Artifact, +I-Titre,I-Tete,1,6,612,792,RVDFZL+Gilroy-Bold,#e43,455,458,44,53,4004,,Artifact, +I-Titre,I-Tete,–,6,612,792,RVDFZL+Gilroy-Bold,#e43,460,465,45,52,4005,,Artifact, +I-Titre,I-Tete,Déclarations,6,612,792,RVDFZL+Gilroy-Bold,#e43,467,508,45,52,4005,,Artifact, +I-Titre,I-Tete,et,6,612,792,RVDFZL+Gilroy-Bold,#e43,510,517,45,52,4005,,Artifact, +I-Titre,I-Tete,explications,6,612,792,RVDFZL+Gilroy-Bold,#e43,518,558,45,52,4005,,Artifact, +O,B-Section,Section,6,612,792,RVDFZL+Gilroy-Bold,#000,54,85,75,84,4035,0,H3,Document;Sect;H3 +O,I-Section,1.3.2,6,612,792,RVDFZL+Gilroy-Bold,#000,88,106,75,84,4035,0,H3,Document;Sect;H3 +O,I-Section,Découpage,6,612,792,RVDFZL+Gilroy-Bold,#000,146,201,75,85,4035,0,H3,Document;Sect;H3 +O,I-Section,du,6,612,792,RVDFZL+Gilroy-Bold,#000,203,215,75,85,4035,0,H3,Document;Sect;H3 +O,I-Section,territoire,6,612,792,RVDFZL+Gilroy-Bold,#000,218,259,75,85,4035,0,H3,Document;Sect;H3 +O,I-Section,en,6,612,792,RVDFZL+Gilroy-Bold,#000,261,273,75,85,4035,0,H3,Document;Sect;H3 +O,I-Section,zone,6,612,792,RVDFZL+Gilroy-Bold,#000,275,297,75,85,4035,0,H3,Document;Sect;H3 +O,B-Article,1.3.2.1,6,612,792,RVDFZL+Gilroy-Bold,#e43,54,78,101,110,4061,1,H4,Document;Sect;H4 +O,I-Article,Plan,6,612,792,RVDFZL+Gilroy-Bold,#000,89,108,101,110,4061,1,H4,Document;Sect;H4 +O,I-Article,de,6,612,792,RVDFZL+Gilroy-Bold,#000,110,121,101,110,4061,1,H4,Document;Sect;H4 +O,I-Article,zonage,6,612,792,RVDFZL+Gilroy-Bold,#000,123,154,101,110,4061,1,H4,Document;Sect;H4 +O,B-Alinea,Pour,6,612,792,BSBIJR+Gilroy-Regular,#000,54,72,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,les,6,612,792,BSBIJR+Gilroy-Regular,#000,75,86,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,fins,6,612,792,BSBIJR+Gilroy-Regular,#000,88,102,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,de,6,612,792,BSBIJR+Gilroy-Regular,#000,104,115,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,cette,6,612,792,BSBIJR+Gilroy-Regular,#000,117,139,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,"réglementation,",6,612,792,BSBIJR+Gilroy-Regular,#000,142,207,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,le,6,612,792,BSBIJR+Gilroy-Regular,#000,210,217,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,territoire,6,612,792,BSBIJR+Gilroy-Regular,#000,219,254,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,municipal,6,612,792,BSBIJR+Gilroy-Regular,#000,256,296,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,est,6,612,792,BSBIJR+Gilroy-Regular,#000,298,311,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,divisé,6,612,792,BSBIJR+Gilroy-Regular,#000,313,336,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,en,6,612,792,BSBIJR+Gilroy-Regular,#000,338,348,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,zones,6,612,792,BSBIJR+Gilroy-Regular,#000,351,375,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,de,6,612,792,BSBIJR+Gilroy-Regular,#000,377,388,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,différents,6,612,792,BSBIJR+Gilroy-Regular,#000,390,429,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,"types,",6,612,792,BSBIJR+Gilroy-Regular,#000,432,457,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,délimitées,6,612,792,BSBIJR+Gilroy-Regular,#000,459,501,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,sur,6,612,792,BSBIJR+Gilroy-Regular,#000,503,515,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,le,6,612,792,BSBIJR+Gilroy-Regular,#000,517,524,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,plan,6,612,792,BSBIJR+Gilroy-Regular,#000,527,545,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,de,6,612,792,BSBIJR+Gilroy-Regular,#000,547,558,119,128,4079,2,H5,Document;Sect;H5 +O,I-Alinea,zonage,6,612,792,BSBIJR+Gilroy-Regular,#000,54,85,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,joint,6,612,792,BSBIJR+Gilroy-Regular,#000,87,105,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,en,6,612,792,BSBIJR+Gilroy-Regular,#000,107,118,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,annexe,6,612,792,BSBIJR+Gilroy-Regular,#000,120,151,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,au,6,612,792,BSBIJR+Gilroy-Regular,#000,153,164,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,présent,6,612,792,BSBIJR+Gilroy-Regular,#000,166,197,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,"règlement,",6,612,792,BSBIJR+Gilroy-Regular,#000,199,244,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,pour,6,612,792,BSBIJR+Gilroy-Regular,#000,246,265,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,en,6,612,792,BSBIJR+Gilroy-Regular,#000,267,277,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,faire,6,612,792,BSBIJR+Gilroy-Regular,#000,280,298,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,partie,6,612,792,BSBIJR+Gilroy-Regular,#000,300,325,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,intégrante.,6,612,792,BSBIJR+Gilroy-Regular,#000,327,373,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,Ces,6,612,792,BSBIJR+Gilroy-Regular,#000,375,391,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,zones,6,612,792,BSBIJR+Gilroy-Regular,#000,393,417,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,sont,6,612,792,BSBIJR+Gilroy-Regular,#000,419,437,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,organisées,6,612,792,BSBIJR+Gilroy-Regular,#000,439,485,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,selon,6,612,792,BSBIJR+Gilroy-Regular,#000,487,508,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,un,6,612,792,BSBIJR+Gilroy-Regular,#000,510,521,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,gradient,6,612,792,BSBIJR+Gilroy-Regular,#000,523,558,131,140,4091,2,H5,Document;Sect;H5 +O,I-Alinea,d’intensité,6,612,792,BSBIJR+Gilroy-Regular,#000,54,97,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,urbaine,6,612,792,BSBIJR+Gilroy-Regular,#000,99,131,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,et,6,612,792,BSBIJR+Gilroy-Regular,#000,133,142,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,chacune,6,612,792,BSBIJR+Gilroy-Regular,#000,144,180,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,présente,6,612,792,BSBIJR+Gilroy-Regular,#000,182,219,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,des,6,612,792,BSBIJR+Gilroy-Regular,#000,221,236,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,spécificités,6,612,792,BSBIJR+Gilroy-Regular,#000,238,284,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,propres,6,612,792,BSBIJR+Gilroy-Regular,#000,287,319,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,en,6,612,792,BSBIJR+Gilroy-Regular,#000,321,331,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,termes,6,612,792,BSBIJR+Gilroy-Regular,#000,333,362,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,de,6,612,792,BSBIJR+Gilroy-Regular,#000,364,375,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,forme,6,612,792,BSBIJR+Gilroy-Regular,#000,377,401,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,et,6,612,792,BSBIJR+Gilroy-Regular,#000,404,412,144,153,4104,2,H5,Document;Sect;H5 +O,I-Alinea,d’usages.,6,612,792,BSBIJR+Gilroy-Regular,#000,414,454,144,153,4104,2,H5,Document;Sect;H5 +O,B-Alinea,Chaque,6,612,792,BSBIJR+Gilroy-Regular,#000,54,87,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,zone,6,612,792,BSBIJR+Gilroy-Regular,#000,90,109,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,du,6,612,792,BSBIJR+Gilroy-Regular,#000,111,122,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,plan,6,612,792,BSBIJR+Gilroy-Regular,#000,124,143,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,de,6,612,792,BSBIJR+Gilroy-Regular,#000,145,156,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,zonage,6,612,792,BSBIJR+Gilroy-Regular,#000,158,189,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,est,6,612,792,BSBIJR+Gilroy-Regular,#000,191,204,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,identifiée,6,612,792,BSBIJR+Gilroy-Regular,#000,206,244,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,par,6,612,792,BSBIJR+Gilroy-Regular,#000,246,261,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,une,6,612,792,BSBIJR+Gilroy-Regular,#000,263,278,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,référence,6,612,792,BSBIJR+Gilroy-Regular,#000,280,320,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,"alphanumérique,",6,612,792,BSBIJR+Gilroy-Regular,#000,322,392,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,comme,6,612,792,BSBIJR+Gilroy-Regular,#000,394,424,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,celle,6,612,792,BSBIJR+Gilroy-Regular,#000,427,446,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,montrée,6,612,792,BSBIJR+Gilroy-Regular,#000,448,483,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,"ci-dessous,",6,612,792,BSBIJR+Gilroy-Regular,#000,485,532,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,à,6,612,792,BSBIJR+Gilroy-Regular,#000,534,540,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,titre,6,612,792,BSBIJR+Gilroy-Regular,#000,542,558,162,171,4122,3,H5,Document;Sect;H5 +O,I-Alinea,"d’exemple,",6,612,792,BSBIJR+Gilroy-Regular,#000,54,100,174,183,4134,3,H5,Document;Sect;H5 +O,I-Alinea,et,6,612,792,BSBIJR+Gilroy-Regular,#000,102,111,174,183,4134,3,H5,Document;Sect;H5 +O,I-Alinea,composée,6,612,792,BSBIJR+Gilroy-Regular,#000,113,157,174,183,4134,3,H5,Document;Sect;H5 +O,I-Alinea,des,6,612,792,BSBIJR+Gilroy-Regular,#000,159,174,174,183,4134,3,H5,Document;Sect;H5 +O,I-Alinea,éléments,6,612,792,BSBIJR+Gilroy-Regular,#000,176,214,174,183,4134,3,H5,Document;Sect;H5 +O,I-Alinea,suivants,6,612,792,BSBIJR+Gilroy-Regular,#000,216,250,174,183,4134,3,H5,Document;Sect;H5 +O,I-Alinea,:,6,612,792,BSBIJR+Gilroy-Regular,#000,252,254,174,183,4134,3,H5,Document;Sect;H5 +O,B-Alinea,On,6,612,792,BSBIJR+Gilroy-Regular,#000,54,66,314,323,4274,10,H5,Document;Sect;H5 +O,I-Alinea,retrouve,6,612,792,BSBIJR+Gilroy-Regular,#000,68,103,314,323,4274,10,H5,Document;Sect;H5 +O,I-Alinea,les,6,612,792,BSBIJR+Gilroy-Regular,#000,105,117,314,323,4274,10,H5,Document;Sect;H5 +O,I-Alinea,huit,6,612,792,BSBIJR+Gilroy-Regular,#000,119,134,314,323,4274,10,H5,Document;Sect;H5 +O,I-Alinea,catégories,6,612,792,BSBIJR+Gilroy-Regular,#000,136,181,314,323,4274,10,H5,Document;Sect;H5 +O,I-Alinea,suivantes,6,612,792,BSBIJR+Gilroy-Regular,#000,183,222,314,323,4274,10,H5,Document;Sect;H5 +O,I-Alinea,sur,6,612,792,BSBIJR+Gilroy-Regular,#000,224,236,314,323,4274,10,H5,Document;Sect;H5 +O,I-Alinea,le,6,612,792,BSBIJR+Gilroy-Regular,#000,239,246,314,323,4274,10,H5,Document;Sect;H5 +O,I-Alinea,territoire,6,612,792,BSBIJR+Gilroy-Regular,#000,248,283,314,323,4274,10,H5,Document;Sect;H5 +O,I-Alinea,:,6,612,792,BSBIJR+Gilroy-Regular,#000,285,287,314,323,4274,10,H5,Document;Sect;H5 +O,B-Liste,1°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,60,333,341,4293,11,H6,Document;Sect;H6 +O,I-Liste,la,6,612,792,BSBIJR+Gilroy-Regular,#000,68,76,333,342,4293,11,H6,Document;Sect;H6 +O,I-Liste,catégorie,6,612,792,BSBIJR+Gilroy-Regular,#000,78,118,333,342,4293,11,H6,Document;Sect;H6 +O,I-Liste,«,6,612,792,BSBIJR+Gilroy-Regular,#000,121,125,333,342,4293,11,H6,Document;Sect;H6 +O,I-Liste,T1,6,612,792,BSBIJR+Gilroy-Regular,#000,127,135,333,342,4293,11,H6,Document;Sect;H6 +O,I-Liste,-,6,612,792,BSBIJR+Gilroy-Regular,#000,137,142,333,342,4293,11,H6,Document;Sect;H6 +O,I-Liste,Naturel,6,612,792,BSBIJR+Gilroy-Regular,#000,144,174,333,342,4293,11,H6,Document;Sect;H6 +O,I-Liste,»,6,612,792,TYCRBH+ArialNarrow,#000,176,180,333,342,4293,11,H6,Document;Sect;H6 +O,I-Liste,;,6,612,792,BSBIJR+Gilroy-Regular,#000,182,184,333,342,4293,11,H6,Document;Sect;H6 +O,B-Liste,2°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,61,352,360,4312,12,H6,Document;Sect;H6 +O,I-Liste,la,6,612,792,BSBIJR+Gilroy-Regular,#000,68,76,351,360,4311,12,H6,Document;Sect;H6 +O,I-Liste,catégorie,6,612,792,BSBIJR+Gilroy-Regular,#000,78,118,351,360,4311,12,H6,Document;Sect;H6 +O,I-Liste,«,6,612,792,BSBIJR+Gilroy-Regular,#000,121,125,351,360,4311,12,H6,Document;Sect;H6 +O,I-Liste,T2,6,612,792,BSBIJR+Gilroy-Regular,#000,127,136,351,360,4311,12,H6,Document;Sect;H6 +O,I-Liste,–,6,612,792,BSBIJR+Gilroy-Regular,#000,139,145,351,360,4311,12,H6,Document;Sect;H6 +O,I-Liste,Rural,6,612,792,BSBIJR+Gilroy-Regular,#000,147,168,351,360,4311,12,H6,Document;Sect;H6 +O,I-Liste,»;,6,612,792,BSBIJR+Gilroy-Regular,#000,170,178,351,360,4311,12,H6,Document;Sect;H6 +O,B-Liste,3°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,61,370,378,4330,13,H6,Document;Sect;H6 +O,I-Liste,la,6,612,792,BSBIJR+Gilroy-Regular,#000,68,76,369,378,4329,13,H6,Document;Sect;H6 +O,I-Liste,catégorie,6,612,792,BSBIJR+Gilroy-Regular,#000,78,118,369,378,4329,13,H6,Document;Sect;H6 +O,I-Liste,«,6,612,792,BSBIJR+Gilroy-Regular,#000,121,125,369,378,4329,13,H6,Document;Sect;H6 +O,I-Liste,T3,6,612,792,BSBIJR+Gilroy-Regular,#000,127,137,369,378,4329,13,H6,Document;Sect;H6 +O,I-Liste,–,6,612,792,BSBIJR+Gilroy-Regular,#000,139,145,369,378,4329,13,H6,Document;Sect;H6 +O,I-Liste,Suburb,6,612,792,BSBIJR+Gilroy-Regular,#000,147,176,369,378,4329,13,H6,Document;Sect;H6 +O,I-Liste,ain,6,612,792,BSBIJR+Gilroy-Regular,#000,176,189,369,378,4329,13,H6,Document;Sect;H6 +O,I-Liste,»;,6,612,792,BSBIJR+Gilroy-Regular,#000,191,199,369,378,4329,13,H6,Document;Sect;H6 +O,B-Liste,4°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,62,389,397,4349,14,H6,Document;Sect;H6 +O,I-Liste,la,6,612,792,BSBIJR+Gilroy-Regular,#000,68,76,388,397,4348,14,H6,Document;Sect;H6 +O,I-Liste,catégorie,6,612,792,BSBIJR+Gilroy-Regular,#000,78,118,388,397,4348,14,H6,Document;Sect;H6 +O,I-Liste,«,6,612,792,BSBIJR+Gilroy-Regular,#000,121,125,388,397,4348,14,H6,Document;Sect;H6 +O,I-Liste,T4,6,612,792,BSBIJR+Gilroy-Regular,#000,127,137,388,397,4348,14,H6,Document;Sect;H6 +O,I-Liste,–,6,612,792,BSBIJR+Gilroy-Regular,#000,139,145,388,397,4348,14,H6,Document;Sect;H6 +O,I-Liste,Urbain,6,612,792,BSBIJR+Gilroy-Regular,#000,147,174,388,397,4348,14,H6,Document;Sect;H6 +O,I-Liste,»;,6,612,792,BSBIJR+Gilroy-Regular,#000,176,184,388,397,4348,14,H6,Document;Sect;H6 +O,B-Liste,5°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,61,407,415,4367,15,H6,Document;Sect;H6 +O,I-Liste,la,6,612,792,BSBIJR+Gilroy-Regular,#000,68,76,406,415,4366,15,H6,Document;Sect;H6 +O,I-Liste,catégorie,6,612,792,BSBIJR+Gilroy-Regular,#000,78,118,406,415,4366,15,H6,Document;Sect;H6 +O,I-Liste,«,6,612,792,BSBIJR+Gilroy-Regular,#000,121,125,406,415,4366,15,H6,Document;Sect;H6 +O,I-Liste,T5,6,612,792,BSBIJR+Gilroy-Regular,#000,127,137,406,415,4366,15,H6,Document;Sect;H6 +O,I-Liste,–,6,612,792,BSBIJR+Gilroy-Regular,#000,139,145,406,415,4366,15,H6,Document;Sect;H6 +O,I-Liste,Centralit,6,612,792,BSBIJR+Gilroy-Regular,#000,147,183,406,415,4366,15,H6,Document;Sect;H6 +O,I-Liste,é,6,612,792,BSBIJR+Gilroy-Regular,#000,183,188,406,415,4366,15,H6,Document;Sect;H6 +O,I-Liste,»;,6,612,792,BSBIJR+Gilroy-Regular,#000,190,198,406,415,4366,15,H6,Document;Sect;H6 +O,B-Liste,6°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,61,425,433,4385,16,H6,Document;Sect;H6 +O,I-Liste,la,6,612,792,BSBIJR+Gilroy-Regular,#000,68,76,425,434,4385,16,H6,Document;Sect;H6 +O,I-Liste,catégorie,6,612,792,BSBIJR+Gilroy-Regular,#000,78,118,425,434,4385,16,H6,Document;Sect;H6 +O,I-Liste,«,6,612,792,BSBIJR+Gilroy-Regular,#000,121,125,425,434,4385,16,H6,Document;Sect;H6 +O,I-Liste,ZP,6,612,792,BSBIJR+Gilroy-Regular,#000,127,137,425,434,4385,16,H6,Document;Sect;H6 +O,I-Liste,-,6,612,792,BSBIJR+Gilroy-Regular,#000,139,144,425,434,4385,16,H6,Document;Sect;H6 +O,I-Liste,Publique,6,612,792,BSBIJR+Gilroy-Regular,#000,146,182,425,434,4385,16,H6,Document;Sect;H6 +O,I-Liste,»;,6,612,792,BSBIJR+Gilroy-Regular,#000,184,192,425,434,4385,16,H6,Document;Sect;H6 +O,B-Liste,7°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,61,444,452,4404,17,H6,Document;Sect;H6 +O,I-Liste,la,6,612,792,BSBIJR+Gilroy-Regular,#000,68,76,443,452,4403,17,H6,Document;Sect;H6 +O,I-Liste,catégorie,6,612,792,BSBIJR+Gilroy-Regular,#000,78,118,443,452,4403,17,H6,Document;Sect;H6 +O,I-Liste,«,6,612,792,BSBIJR+Gilroy-Regular,#000,121,125,443,452,4403,17,H6,Document;Sect;H6 +O,I-Liste,ZC,6,612,792,BSBIJR+Gilroy-Regular,#000,127,138,443,452,4403,17,H6,Document;Sect;H6 +O,I-Liste,–,6,612,792,BSBIJR+Gilroy-Regular,#000,141,146,443,452,4403,17,H6,Document;Sect;H6 +O,I-Liste,Commerc,6,612,792,BSBIJR+Gilroy-Regular,#000,149,189,443,452,4403,17,H6,Document;Sect;H6 +O,I-Liste,iale,6,612,792,BSBIJR+Gilroy-Regular,#000,189,204,443,452,4403,17,H6,Document;Sect;H6 +O,I-Liste,»;,6,612,792,BSBIJR+Gilroy-Regular,#000,206,214,443,452,4403,17,H6,Document;Sect;H6 +O,B-Liste,8°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,61,462,470,4422,18,H6,Document;Sect;H6 +O,I-Liste,la,6,612,792,BSBIJR+Gilroy-Regular,#000,68,76,462,471,4422,18,H6,Document;Sect;H6 +O,I-Liste,catégorie,6,612,792,BSBIJR+Gilroy-Regular,#000,78,118,462,471,4422,18,H6,Document;Sect;H6 +O,I-Liste,«,6,612,792,BSBIJR+Gilroy-Regular,#000,121,125,462,471,4422,18,H6,Document;Sect;H6 +O,I-Liste,ZI,6,612,792,BSBIJR+Gilroy-Regular,#000,127,134,462,471,4422,18,H6,Document;Sect;H6 +O,I-Liste,–,6,612,792,BSBIJR+Gilroy-Regular,#000,136,142,462,471,4422,18,H6,Document;Sect;H6 +O,I-Liste,Industrielle,6,612,792,BSBIJR+Gilroy-Regular,#000,144,188,462,471,4422,18,H6,Document;Sect;H6 +O,I-Liste,».,6,612,792,BSBIJR+Gilroy-Regular,#000,190,196,462,471,4422,18,H6,Document;Sect;H6 +O,B-Article,1.3.2.2,6,612,792,RVDFZL+Gilroy-Bold,#e43,54,79,487,496,4447,19,H4,Document;Sect;H4 +O,I-Article,Règles,6,612,792,RVDFZL+Gilroy-Bold,#000,89,117,487,496,4447,19,H4,Document;Sect;H4 +O,I-Article,d’interprétation,6,612,792,RVDFZL+Gilroy-Bold,#000,120,187,487,496,4447,19,H4,Document;Sect;H4 +O,I-Article,du,6,612,792,RVDFZL+Gilroy-Bold,#000,189,200,487,496,4447,19,H4,Document;Sect;H4 +O,I-Article,plan,6,612,792,RVDFZL+Gilroy-Bold,#000,202,220,487,496,4447,19,H4,Document;Sect;H4 +O,I-Article,de,6,612,792,RVDFZL+Gilroy-Bold,#000,223,234,487,496,4447,19,H4,Document;Sect;H4 +O,I-Article,zonage,6,612,792,RVDFZL+Gilroy-Bold,#000,236,267,487,496,4447,19,H4,Document;Sect;H4 +O,B-Alinea,La,6,612,792,BSBIJR+Gilroy-Regular,#000,54,64,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,limite,6,612,792,BSBIJR+Gilroy-Regular,#000,66,88,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,d’une,6,612,792,BSBIJR+Gilroy-Regular,#000,90,113,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,zone,6,612,792,BSBIJR+Gilroy-Regular,#000,116,135,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,apparaissant,6,612,792,BSBIJR+Gilroy-Regular,#000,138,193,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,au,6,612,792,BSBIJR+Gilroy-Regular,#000,195,206,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,plan,6,612,792,BSBIJR+Gilroy-Regular,#000,208,227,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,de,6,612,792,BSBIJR+Gilroy-Regular,#000,229,240,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,zonage,6,612,792,BSBIJR+Gilroy-Regular,#000,242,273,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,"coïncide,",6,612,792,BSBIJR+Gilroy-Regular,#000,276,313,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,de,6,612,792,BSBIJR+Gilroy-Regular,#000,315,326,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,façon,6,612,792,BSBIJR+Gilroy-Regular,#000,328,352,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,"générale,",6,612,792,BSBIJR+Gilroy-Regular,#000,354,393,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,avec,6,612,792,BSBIJR+Gilroy-Regular,#000,395,416,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,une,6,612,792,BSBIJR+Gilroy-Regular,#000,418,433,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,limite,6,612,792,BSBIJR+Gilroy-Regular,#000,435,457,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,d’un,6,612,792,BSBIJR+Gilroy-Regular,#000,459,477,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,terrain,6,612,792,BSBIJR+Gilroy-Regular,#000,480,506,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,ou,6,612,792,BSBIJR+Gilroy-Regular,#000,509,519,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,une,6,612,792,BSBIJR+Gilroy-Regular,#000,521,536,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,ligne,6,612,792,BSBIJR+Gilroy-Regular,#000,539,558,505,514,4465,20,H5,Document;Sect;H5 +O,I-Alinea,d’un,6,612,792,BSBIJR+Gilroy-Regular,#000,54,72,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,lot,6,612,792,BSBIJR+Gilroy-Regular,#000,74,85,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,existant,6,612,792,BSBIJR+Gilroy-Regular,#000,87,120,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,ou,6,612,792,BSBIJR+Gilroy-Regular,#000,122,133,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,projeté,6,612,792,BSBIJR+Gilroy-Regular,#000,135,165,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,ou,6,612,792,BSBIJR+Gilroy-Regular,#000,167,177,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,de,6,612,792,BSBIJR+Gilroy-Regular,#000,180,191,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,son,6,612,792,BSBIJR+Gilroy-Regular,#000,193,207,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,prolongement.,6,612,792,BSBIJR+Gilroy-Regular,#000,210,270,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,Si,6,612,792,BSBIJR+Gilroy-Regular,#000,272,279,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,ce,6,612,792,BSBIJR+Gilroy-Regular,#000,282,292,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,n’est,6,612,792,BSBIJR+Gilroy-Regular,#000,294,314,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,pas,6,612,792,BSBIJR+Gilroy-Regular,#000,316,331,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,le,6,612,792,BSBIJR+Gilroy-Regular,#000,334,341,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,"cas,",6,612,792,BSBIJR+Gilroy-Regular,#000,343,360,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,elle,6,612,792,BSBIJR+Gilroy-Regular,#000,362,376,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,"coïncide,",6,612,792,BSBIJR+Gilroy-Regular,#000,378,415,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,de,6,612,792,BSBIJR+Gilroy-Regular,#000,418,429,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,façon,6,612,792,BSBIJR+Gilroy-Regular,#000,431,455,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,non,6,612,792,BSBIJR+Gilroy-Regular,#000,457,472,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,"limitative,",6,612,792,BSBIJR+Gilroy-Regular,#000,475,514,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,avec,6,612,792,BSBIJR+Gilroy-Regular,#000,516,537,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,l’une,6,612,792,BSBIJR+Gilroy-Regular,#000,539,558,517,526,4477,20,H5,Document;Sect;H5 +O,I-Alinea,ou,6,612,792,BSBIJR+Gilroy-Regular,#000,54,64,530,539,4490,20,H5,Document;Sect;H5 +O,I-Alinea,l’autre,6,612,792,BSBIJR+Gilroy-Regular,#000,67,93,530,539,4490,20,H5,Document;Sect;H5 +O,I-Alinea,des,6,612,792,BSBIJR+Gilroy-Regular,#000,95,110,530,539,4490,20,H5,Document;Sect;H5 +O,I-Alinea,délimitations,6,612,792,BSBIJR+Gilroy-Regular,#000,112,165,530,539,4490,20,H5,Document;Sect;H5 +O,I-Alinea,suivantes,6,612,792,BSBIJR+Gilroy-Regular,#000,168,207,530,539,4490,20,H5,Document;Sect;H5 +O,I-Alinea,:,6,612,792,BSBIJR+Gilroy-Regular,#000,209,211,530,539,4490,20,H5,Document;Sect;H5 +O,B-Liste,1°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,60,549,557,4509,21,H6,Document;Sect;H6 +O,I-Liste,une,6,612,792,BSBIJR+Gilroy-Regular,#000,68,83,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,limite,6,612,792,BSBIJR+Gilroy-Regular,#000,87,109,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,d’une,6,612,792,BSBIJR+Gilroy-Regular,#000,113,136,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,aire,6,612,792,BSBIJR+Gilroy-Regular,#000,140,156,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,d’affectation,6,612,792,BSBIJR+Gilroy-Regular,#000,160,214,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,délimitée,6,612,792,BSBIJR+Gilroy-Regular,#000,218,256,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,au,6,612,792,BSBIJR+Gilroy-Regular,#000,260,271,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,Schéma,6,612,792,BSBIJR+Gilroy-Regular,#000,275,309,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,d’aménagement,6,612,792,BSBIJR+Gilroy-Regular,#000,313,382,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,et,6,612,792,BSBIJR+Gilroy-Regular,#000,386,395,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,de,6,612,792,BSBIJR+Gilroy-Regular,#000,399,410,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,développement,6,612,792,BSBIJR+Gilroy-Regular,#000,413,480,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,de,6,612,792,BSBIJR+Gilroy-Regular,#000,484,495,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,la,6,612,792,BSBIJR+Gilroy-Regular,#000,498,506,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,MRC,6,612,792,BSBIJR+Gilroy-Regular,#000,510,529,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,de,6,612,792,BSBIJR+Gilroy-Regular,#000,533,544,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,La,6,612,792,BSBIJR+Gilroy-Regular,#000,548,558,548,557,4508,21,H6,Document;Sect;H6 +O,I-Liste,Rivière-du-Nord;,6,612,792,BSBIJR+Gilroy-Regular,#000,68,139,560,569,4520,21,H6,Document;Sect;H6 +O,B-Liste,2°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,61,580,588,4540,22,H6,Document;Sect;H6 +O,I-Liste,une,6,612,792,BSBIJR+Gilroy-Regular,#000,68,83,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,ligne,6,612,792,BSBIJR+Gilroy-Regular,#000,86,105,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,médian,6,612,792,BSBIJR+Gilroy-Regular,#000,108,139,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,e,6,612,792,BSBIJR+Gilroy-Regular,#000,139,144,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,de,6,612,792,BSBIJR+Gilroy-Regular,#000,146,157,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,l’emprise,6,612,792,BSBIJR+Gilroy-Regular,#000,160,196,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,d’une,6,612,792,BSBIJR+Gilroy-Regular,#000,198,222,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,voie,6,612,792,BSBIJR+Gilroy-Regular,#000,224,241,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,de,6,612,792,BSBIJR+Gilroy-Regular,#000,243,254,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,circulation,6,612,792,BSBIJR+Gilroy-Regular,#000,257,299,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,existante,6,612,792,BSBIJR+Gilroy-Regular,#000,302,340,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,ou,6,612,792,BSBIJR+Gilroy-Regular,#000,342,353,579,588,4539,22,H6,Document;Sect;H6 +O,I-Liste,proposée;,6,612,792,BSBIJR+Gilroy-Regular,#000,355,399,579,588,4539,22,H6,Document;Sect;H6 +O,B-Liste,3°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,61,598,606,4558,23,H6,Document;Sect;H6 +O,I-Liste,une,6,612,792,BSBIJR+Gilroy-Regular,#000,68,83,597,606,4557,23,H6,Document;Sect;H6 +O,I-Liste,ligne,6,612,792,BSBIJR+Gilroy-Regular,#000,86,105,597,606,4557,23,H6,Document;Sect;H6 +O,I-Liste,médiane,6,612,792,BSBIJR+Gilroy-Regular,#000,108,144,597,606,4557,23,H6,Document;Sect;H6 +O,I-Liste,de,6,612,792,BSBIJR+Gilroy-Regular,#000,146,157,597,606,4557,23,H6,Document;Sect;H6 +O,I-Liste,l’emprise,6,612,792,BSBIJR+Gilroy-Regular,#000,160,196,597,606,4557,23,H6,Document;Sect;H6 +O,I-Liste,d’un,6,612,792,BSBIJR+Gilroy-Regular,#000,198,216,597,606,4557,23,H6,Document;Sect;H6 +O,I-Liste,cours,6,612,792,BSBIJR+Gilroy-Regular,#000,219,241,597,606,4557,23,H6,Document;Sect;H6 +O,I-Liste,d’eau,6,612,792,BSBIJR+Gilroy-Regular,#000,243,267,597,606,4557,23,H6,Document;Sect;H6 +O,I-Liste,ou,6,612,792,BSBIJR+Gilroy-Regular,#000,269,280,597,606,4557,23,H6,Document;Sect;H6 +O,I-Liste,d’un,6,612,792,BSBIJR+Gilroy-Regular,#000,282,300,597,606,4557,23,H6,Document;Sect;H6 +O,I-Liste,lac;,6,612,792,BSBIJR+Gilroy-Regular,#000,302,319,597,606,4557,23,H6,Document;Sect;H6 +O,B-Liste,4°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,62,616,624,4576,24,H6,Document;Sect;H6 +O,I-Liste,une,6,612,792,BSBIJR+Gilroy-Regular,#000,68,83,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,ligne,6,612,792,BSBIJR+Gilroy-Regular,#000,86,105,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,médiane,6,612,792,BSBIJR+Gilroy-Regular,#000,108,144,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,de,6,612,792,BSBIJR+Gilroy-Regular,#000,146,157,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,l’emprise,6,612,792,BSBIJR+Gilroy-Regular,#000,160,196,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,d’une,6,612,792,BSBIJR+Gilroy-Regular,#000,198,222,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,voie,6,612,792,BSBIJR+Gilroy-Regular,#000,224,241,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,ferrée,6,612,792,BSBIJR+Gilroy-Regular,#000,243,268,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,ou,6,612,792,BSBIJR+Gilroy-Regular,#000,270,280,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,d’une,6,612,792,BSBIJR+Gilroy-Regular,#000,283,306,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,in,6,612,792,BSBIJR+Gilroy-Regular,#000,308,315,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,frastructure,6,612,792,BSBIJR+Gilroy-Regular,#000,315,363,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,de,6,612,792,BSBIJR+Gilroy-Regular,#000,365,376,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,services,6,612,792,BSBIJR+Gilroy-Regular,#000,379,412,616,625,4576,24,H6,Document;Sect;H6 +O,I-Liste,publics;,6,612,792,BSBIJR+Gilroy-Regular,#000,414,447,616,625,4576,24,H6,Document;Sect;H6 +O,B-Liste,5°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,61,635,643,4595,25,H6,Document;Sect;H6 +O,I-Liste,une,6,612,792,BSBIJR+Gilroy-Regular,#000,68,83,634,643,4594,25,H6,Document;Sect;H6 +O,I-Liste,limite,6,612,792,BSBIJR+Gilroy-Regular,#000,86,107,634,643,4594,25,H6,Document;Sect;H6 +O,I-Liste,du,6,612,792,BSBIJR+Gilroy-Regular,#000,110,120,634,643,4594,25,H6,Document;Sect;H6 +O,I-Liste,périmètre,6,612,792,BSBIJR+Gilroy-Regular,#000,123,163,634,643,4594,25,H6,Document;Sect;H6 +O,I-Liste,d’urbanisation;,6,612,792,BSBIJR+Gilroy-Regular,#000,165,228,634,643,4594,25,H6,Document;Sect;H6 +O,B-Liste,6°,6,612,792,BSBIJR+Gilroy-Regular,#000,54,61,653,661,4613,26,H6,Document;Sect;H6 +O,I-Liste,une,6,612,792,BSBIJR+Gilroy-Regular,#000,68,83,653,662,4613,26,H6,Document;Sect;H6 +O,I-Liste,limite,6,612,792,BSBIJR+Gilroy-Regular,#000,86,107,653,662,4613,26,H6,Document;Sect;H6 +O,I-Liste,administrative,6,612,792,BSBIJR+Gilroy-Regular,#000,110,169,653,662,4613,26,H6,Document;Sect;H6 +O,I-Liste,de,6,612,792,BSBIJR+Gilroy-Regular,#000,171,182,653,662,4613,26,H6,Document;Sect;H6 +O,I-Liste,la,6,612,792,BSBIJR+Gilroy-Regular,#000,184,192,653,662,4613,26,H6,Document;Sect;H6 +O,I-Liste,Ville.,6,612,792,BSBIJR+Gilroy-Regular,#000,194,212,653,662,4613,26,H6,Document;Sect;H6 +B-Titre,B-Pied,Ville,6,612,792,RVDFZL+Gilroy-Bold,#000,59,75,734,742,4694,,Artifact, +I-Titre,I-Pied,de,6,612,792,RVDFZL+Gilroy-Bold,#000,77,87,734,742,4694,,Artifact, +I-Titre,I-Pied,Prévost,6,612,792,RVDFZL+Gilroy-Bold,#000,89,117,734,742,4694,,Artifact, +I-Titre,I-Pied,Règlement,6,612,792,RVDFZL+Gilroy-Bold,#e43,415,455,734,742,4694,,Artifact, +I-Titre,I-Pied,d’urbanisme,6,612,792,RVDFZL+Gilroy-Bold,#e43,457,504,734,742,4694,,Artifact, +I-Titre,I-Pied,durable,6,612,792,RVDFZL+Gilroy-Bold,#e43,506,535,734,742,4694,,Artifact, +O,I-Pied,//,6,612,792,RVDFZL+Gilroy-Bold,#e43,537,545,734,742,4694,,Artifact, +O,I-Pied,1-6,6,612,792,RVDFZL+Gilroy-Bold,#e43,547,559,734,742,4694,,Artifact, diff --git a/data/patches/prevost_t8_patch1.csv b/data/patches/prevost_t8_patch1.csv new file mode 100644 index 0000000..987bd08 --- /dev/null +++ b/data/patches/prevost_t8_patch1.csv @@ -0,0 +1,4 @@ +sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack +B-Titre,B-Titre,TITRE,1,612,792,SSCOSE+Gilroy-Bold,#fff,54,114,648,672,648,0,H1,Document;Sect;H1 +I-Titre,I-Titre,8,1,612,792,SSCOSE+Gilroy-Bold,#fff,120,133,648,672,648,0,H1,Document;Sect;H1 +I-Titre,I-Titre,Usages,1,612,792,SSCOSE+Gilroy-Bold,#fff,167,249,648,672,648,0,H1,Document;Sect;H1 diff --git a/data/patches/prevost_t9_patch1.csv b/data/patches/prevost_t9_patch1.csv new file mode 100644 index 0000000..67e5210 --- /dev/null +++ b/data/patches/prevost_t9_patch1.csv @@ -0,0 +1,5 @@ +sequence,segment,text,page,page_width,page_height,fontname,rgb,x0,x1,top,bottom,doctop,mcid,mctag,tagstack +B-Titre,B-Titre,TITRE,1,612,792,SLONAN+Gilroy-Bold,#fff,54,114,641,665,641,0,H1,Document;Sect;H1 +I-Titre,I-Titre,9,1,612,792,SLONAN+Gilroy-Bold,#fff,120,133,641,665,641,0,H1,Document;Sect;H1 +I-Titre,I-Titre,Projets,1,612,792,SLONAN+Gilroy-Bold,#fff,167,245,641,665,641,0,H1,Document;Sect;H1 +I-Titre,I-Titre,intégrés,1,612,792,SLONAN+Gilroy-Bold,#fff,251,342,641,665,641,0,H1,Document;Sect;H1 diff --git a/pyproject.toml b/pyproject.toml index 592bd53..e03ad8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ "sklearn-crfsuite", "lunr[languages]", "unidecode", + "natsort", ] [project.optional-dependencies] dev = [