# Île Maurice

Documents à importer

Veuillez utiliser des documents Word pour l'importation et des documents PDF pour comparer.

Les documents PDF et Word sont enregistrés ici<https://drive.google.com/drive/folders/1N2oRYyCLIXVhtA5MNL-JDV7IPlyRGGov?usp=share_link>

## Nettoyer les importations

### Ce qu’il faut surveiller à l’Île Maurice

#### Les annotations

Veuillez ne pas modifier le libellé des annotations. Ceux-ci doivent être laissés tels quels et marqués comme remarque/annotation.

<figure><img src="/files/U73ZATagohwWcQ8Y30um" alt=""><figcaption><p>The highlited annotation should be marked up as shown below.</p></figcaption></figure>

{% code overflow="wrap" lineNumbers="true" %}

```markup
{{*[Article 2 modifié par l'art. 3 de la loi 21 de 2004 ; s. 3 de la loi 34 de 2011 w.e.f. 1er janvier 2012.]}}
```

{% endcode %}

Certaines annotations apparaîtront entre parenthèses, comme dans l'exemple ci-dessous. Ceux-ci doivent être marqués comme une annotation/remarque.&#x20;

<figure><img src="/files/lU489rMZw55D3jfBbdNZ" alt=""><figcaption><p>How this annotation should be marked up is shown below. </p></figcaption></figure>

{% code overflow="wrap" lineNumbers="true" %}

```markup
{{*[Subsec. (6) pas en service.]}}
```

{% endcode %}

#### Sections vides, sous-sections et paragraphes, etc.

Certaines parties des documents mauriciens seront vierges ou vides. Vous trouverez ci-dessous un exemple d'un tel cas.

<figure><img src="/files/1LK30mGWX3JUnHUlis5O" alt=""><figcaption></figcaption></figure>

Lorsqu'un élément qui n'a généralement pas de titre est vide, marquez-le tel qu'il apparaît dans le PDF. Le paragraphe (d) vide dans l’image ci-dessus doit être balisé comme suit :

{% code lineNumbers="true" %}

```markup
PARA (d)
    -
```

{% endcode %}

Plusieurs sous-sections/paragraphes vierges ou une plage de sous-sections/paragraphes vierges doivent être balisés comme suit.

{% code lineNumbers="true" %}

```markup
SUBSEC (2) 
    -
SUBSEC (3) 
    -
SUBSEC (4) 
    -
```

{% endcode %}

Vous trouverez ci-dessous un exemple de section vierge et la manière dont elle doit être balisée.

<figure><img src="/files/3zs54YhQmHXoxq3ZoPAx" alt=""><figcaption></figcaption></figure>

{% code lineNumbers="true" %}

```markup
SEC. 9 - ***
```

{% endcode %}

<figure><img src="/files/FaQBH5UuOJdvhpx4vc3d" alt=""><figcaption><p>Please ignore the warning that will appear.</p></figcaption></figure>

Vous trouverez ci-dessous un exemple de plusieurs sections vierges ou d'une plage de sections vierges, ainsi que la manière dont elles doivent être balisées.

<figure><img src="/files/JNhTPXvtgb4A54BEQtKu" alt=""><figcaption></figcaption></figure>

{% code lineNumbers="true" %}

```markup
SEC 30. - ***
SEC 31. - ***
SEC 32. - ***
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.laws.africa/francais/guides-de-style/ile-maurice.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
