PetanqueLand
Search: Movie should be distinctly Please enter a search term in the search field.

Not to be missed

Search suggestions

Why do some boules veer off for no apparent reason? (Pétanque) Article Why do some boules veer off for no apparent reason in pétanque? PAQUITA ON PÉTANQUE STRIKE Video Pétanque: when you celebrate too soon… Video pourquoi il ne faut jamais celebrer avent la (1)-Couverture Boule diameter: why the wrong choice holds you back (Pétanque) Article Which boule diameter should you choose? The direct impact on your performance THE DIGESTION EXCUSE Video
Cart 0
EN▾
FrançaisEnglishEspañolItalianoDeutschPortuguêsNederlandsCatalàالعربية中文ไทย
PetanqueLand
  • Home
  • SHOP
    • Pétanque Book Shop
    • Pétanque Player Clothing
    • Pétanque Objects & Decor
    • Pétanque Gift Ideas
    • See all
  • ⭐ The Pétanque Software
  • Videos
  • 🏛️ OFFICIAL
    • Upcoming competitions
    • Results & calendar
    • Rules explained
  • FREE Zone
    • Free online software
    • Free tools
    • Lab
  • News by Paquita
Total articles: 193
:root { --noir: #0d0d0d; --noir-2: #141414; --card: #161616; --card-2: #1d1d1d; --border: #282828; --jaune: #f5c800; --jaune-dim: rgba(245,200,0,.08); --blanc: #f0ede6; --gris: #888; --gris-2: #aaa; --rouge: #e03030; --rouge-dim: rgba(224,48,48,.09); --orange: #f07020; --orange-dim: rgba(240,112,32,.1); --vert: #42c264; --vert-dim: rgba(66,194,100,.1); --bleu: #4aa8e0; --bleu-dim: rgba(74,168,224,.1); --ambre: #d4860a; --ambre-dim: rgba(212,134,10,.1); --ambre-med: rgba(212,134,10,.2); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { background: var(--noir); color: var(--blanc); font-family: 'Barlow', sans-serif; font-size: 17px; line-height: 1.8; -webkit-font-smoothing: antialiased; } a { color: var(--jaune); text-decoration: none; } a:hover { text-decoration: underline; } strong { color: #eee; } p { margin-bottom: 16px; color: #bbb; } em { color: #ccc; font-style: italic; } /* ─── HERO ─── */ .hero { position: relative; background: var(--noir-2); border-bottom: 3px solid var(--jaune); padding: 80px 24px 64px; text-align: center; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 65% 55% at 50% 0%, rgba(212,134,10,.13), transparent 62%), radial-gradient(ellipse 30% 30% at 15% 85%, rgba(224,48,48,.06), transparent 55%); pointer-events: none; } .hero-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--ambre); color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: 2px; padding: 5px 14px; border-radius: 2px; margin-bottom: 22px; } .hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.2rem, 6.5vw, 4.3rem); letter-spacing: 1.5px; line-height: 1.0; color: var(--blanc); max-width: 900px; margin: 0 auto 16px; } .hero h1 em { color: var(--jaune); font-style: normal; } .hero-sub { font-size: 1rem; color: #888; font-style: italic; max-width: 640px; margin: 0 auto 14px; } .hero-meta { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; color: var(--gris); font-size: .88rem; margin-top: 14px; } .hero-meta span::before { content: '• '; } .hero-meta span:first-child::before { content: ''; } /* ─── LAYOUT ─── */ .page-wrap { max-width: 860px; margin: 0 auto; padding: 60px 24px 100px; } /* ─── INTRO ─── */ .intro-box { background: var(--card); border-left: 5px solid var(--ambre); border-radius: 0 8px 8px 0; padding: 22px 26px; margin-bottom: 48px; font-size: 1.05rem; color: #bbb; } /* ─── TOC ─── */ .toc { background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--ambre); border-radius: 0 0 8px 8px; padding: 22px 26px; margin-bottom: 52px; } .toc-title { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 2px; color: var(--ambre); margin-bottom: 14px; } .toc ol { padding-left: 20px; color: var(--gris-2); font-size: .93rem; line-height: 2.1; } .toc ol li a { color: var(--gris-2); } .toc ol li a:hover { color: var(--jaune); } /* ─── HEADINGS ─── */ h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.7rem, 4vw, 2.4rem); color: var(--jaune); letter-spacing: 1px; margin: 60px 0 22px; display: flex; align-items: center; gap: 12px; } h2::before { content: ''; display: inline-block; width: 6px; height: 32px; background: var(--ambre); border-radius: 2px; flex-shrink: 0; } /* ─── RÈGLE CARD — FORMAT PRINCIPAL ─── */ .regle-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin: 28px 0; } .rc-header { background: var(--card); border-bottom: 1px solid var(--border); padding: 18px 22px; display: flex; gap: 14px; align-items: flex-start; } .rc-num { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; color: var(--ambre); line-height: 1; flex-shrink: 0; width: 52px; text-align: center; } .rc-meta { flex: 1; } .rc-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: 1.5px; color: var(--blanc); line-height: 1.15; margin-bottom: 8px; } .rc-tags { display: flex; flex-wrap: wrap; gap: 6px; } .rc-tag { font-size: .76rem; font-weight: 700; padding: 3px 10px; border-radius: 4px; } .tag-connue { background: var(--rouge-dim); color: var(--rouge); } .tag-situ { background: var(--ambre-dim); color: var(--ambre); } .tag-impact { background: var(--bleu-dim); color: var(--bleu); } .rc-body { padding: 20px 22px; } /* ─── MYTHE vs VRAI ─── */ .mvv-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; } @media(max-width:520px){ .mvv-wrap { grid-template-columns: 1fr; } } .mvv-col { padding: 14px 16px; border-radius: 8px; } .mvv-col.croit { background: var(--rouge-dim); border: 1px solid rgba(224,48,48,.18); } .mvv-col.vrai { background: var(--vert-dim); border: 1px solid rgba(66,194,100,.18); } .mvv-label { font-family: 'Bebas Neue', sans-serif; font-size: .75rem; letter-spacing: 2px; margin-bottom: 6px; } .mvv-col.croit .mvv-label { color: var(--rouge); } .mvv-col.vrai .mvv-label { color: var(--vert); } .mvv-texte { font-size: .88rem; color: #aaa; line-height: 1.6; } /* ─── EXEMPLE CONCRET ─── */ .exemple-box { background: var(--card); border: 1px solid var(--border); border-left: 3px solid var(--ambre); border-radius: 0 8px 8px 0; padding: 14px 16px; margin-top: 14px; } .ex-label { font-family: 'Bebas Neue', sans-serif; font-size: .74rem; letter-spacing: 2px; color: var(--ambre); margin-bottom: 6px; } .ex-texte { font-size: .88rem; color: #888; line-height: 1.65; } .ex-texte strong { color: #bbb; } /* ─── CONSÉQUENCE ─── */ .consequence { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; background: var(--rouge-dim); border: 1px solid rgba(224,48,48,.15); border-radius: 6px; padding: 11px 14px; font-size: .86rem; color: #ccc; line-height: 1.55; } .consequence strong { color: var(--rouge); } /* ─── QUIZ INTERACTIF ─── */ .quiz-wrap { background: var(--card-2); border: 1px solid var(--border); border-top: 3px solid var(--jaune); border-radius: 0 0 12px 12px; padding: 24px 22px; margin: 32px 0; } .quiz-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 2px; color: var(--jaune); margin-bottom: 18px; } .quiz-item { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; margin-bottom: 12px; } .quiz-q { font-size: .95rem; color: #ddd; font-weight: 600; margin-bottom: 10px; line-height: 1.5; } .quiz-options { display: flex; flex-direction: column; gap: 7px; } .quiz-opt { background: var(--card-2); border: 1px solid var(--border); border-radius: 6px; padding: 9px 14px; font-size: .86rem; color: #888; cursor: pointer; transition: border-color .15s, background .15s; user-select: none; } .quiz-opt:hover { border-color: var(--jaune); background: #1e1e1e; color: #bbb; } .quiz-opt.correct { background: var(--vert-dim); border-color: rgba(66,194,100,.4); color: var(--vert); } .quiz-opt.wrong { background: var(--rouge-dim); border-color: rgba(224,48,48,.3); color: var(--rouge); } .quiz-explication { display: none; margin-top: 10px; font-size: .84rem; color: #aaa; background: var(--card); border-radius: 6px; padding: 10px 12px; border-left: 3px solid var(--ambre); line-height: 1.6; } .quiz-explication.visible { display: block; } /* ─── TABLEAU RÉCAPITULATIF ─── */ .table-wrap { overflow-x: auto; border-radius: 8px; border: 1px solid var(--border); margin: 28px 0; } table { width: 100%; border-collapse: collapse; font-size: .88rem; } thead tr { background: #0d0a00; } thead th { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 1.5px; padding: 12px 14px; text-align: left; color: var(--ambre); border-bottom: 1px solid var(--border); } thead th:first-child { color: #555; } tbody tr { border-bottom: 1px solid var(--border); background: var(--card-2); } tbody tr:last-child { border-bottom: none; } tbody tr:hover { background: #1c1c1c; } tbody td { padding: 10px 14px; color: #888; vertical-align: middle; font-size: .86rem; } tbody td:first-child { color: #ccc; font-weight: 600; } .badge { display:inline-block; padding:2px 8px; border-radius:3px; font-size:.75rem; font-weight:700; } .badge-v { background: var(--vert-dim); color: var(--vert); } .badge-r { background: var(--rouge-dim); color: var(--rouge); } .badge-o { background: var(--orange-dim); color: var(--orange); } .badge-a { background: var(--ambre-dim); color: var(--ambre); } /* ─── PAQUITA TIP ─── */ .paquita-tip { background: var(--jaune-dim); border: 1px solid rgba(245,200,0,.2); border-left: 5px solid var(--jaune); border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 28px 0; display: flex; gap: 16px; align-items: flex-start; } .paquita-tip .pt-emo { font-size: 2rem; flex-shrink: 0; } .paquita-tip .pt-label { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; color: var(--jaune); margin-bottom: 6px; } .paquita-tip p { font-size: .93rem; color: #ccc; margin-bottom: 0; } /* ─── DIALOGUE PAQUITA ─── */ .dialogue-paquita { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 22px 24px; margin: 28px 0; } .dp-label { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; color: var(--ambre); margin-bottom: 10px; } .dp-text { font-size: 1.02rem; font-style: italic; color: #ccc; line-height: 1.7; border-left: 4px solid var(--jaune); padding-left: 16px; } .dp-sign { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: var(--jaune); margin-top: 12px; } /* ─── INFO / ALERT ─── */ .info-strip { background: var(--card); border: 1px solid var(--border); border-left: 5px solid var(--ambre); border-radius: 0 8px 8px 0; padding: 16px 22px; margin: 28px 0; display: flex; gap: 14px; align-items: flex-start; } .info-strip .emo { font-size: 1.6rem; flex-shrink: 0; padding-top: 2px; } .info-strip p { font-size: .93rem; color: #aaa; margin-bottom: 0; } .alert-box { background: var(--rouge-dim); border: 1px solid rgba(224,48,48,.22); border-left: 5px solid var(--rouge); border-radius: 0 8px 8px 0; padding: 18px 22px; margin: 28px 0; } .alert-label { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; color: var(--rouge); margin-bottom: 8px; } .alert-box p { font-size: .93rem; color: #ccc; margin-bottom: 0; } /* ─── CTA LIVRE ─── */ .cta-livre { background: linear-gradient(135deg, rgba(212,134,10,.07), rgba(245,200,0,.05)); border: 1px solid rgba(245,200,0,.22); border-radius: 14px; padding: 30px 26px; margin: 52px 0; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; } .cta-livre-ico { font-size: 3rem; flex-shrink: 0; } .cta-livre-content { flex: 1; min-width: 220px; } .cta-livre-label { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; color: var(--ambre); margin-bottom: 5px; } .cta-livre-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 1px; color: var(--blanc); margin-bottom: 8px; } .cta-livre-content p { font-size: .9rem; color: #888; margin-bottom: 14px; } .cta-livre-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--jaune); color: var(--noir); font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; padding: 11px 22px; border-radius: 6px; text-decoration: none; } .cta-livre-btn:hover { opacity: .9; text-decoration: none; } /* ─── FAQ ─── */ .faq { margin: 28px 0; } .faq-item { background: var(--card-2); border: 1px solid var(--border); border-radius: 8px; margin-bottom: 10px; overflow: hidden; } .faq-q { width: 100%; background: none; border: none; color: var(--blanc); font-family: 'Barlow', sans-serif; font-size: .97rem; font-weight: 600; text-align: left; padding: 16px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; } .faq-icon { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--jaune); color: var(--noir); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 900; transition: transform .25s; } .faq-item.open .faq-icon { transform: rotate(45deg); } .faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; } .faq-item.open .faq-a { max-height: 800px; } .faq-a-inner { padding: 0 20px 18px; font-size: .92rem; color: #999; line-height: 1.7; } .faq-a-inner a { color: var(--jaune); } /* ─── RELATED ─── */ .related-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--jaune); letter-spacing: 1px; margin: 60px 0 22px; display: flex; align-items: center; gap: 12px; } .related-title::before { content: ''; display: inline-block; width: 6px; height: 28px; background: var(--ambre); border-radius: 2px; } .related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 12px; margin-bottom: 52px; } .rel-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; display: block; transition: border-color .2s, background .2s; } .rel-card:hover { border-color: var(--jaune); background: #1a1a1a; text-decoration: none; } .rel-cat { font-size: .75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--jaune); margin-bottom: 6px; display: block; } .rel-card .rel-title { font-size: .95rem; color: #ddd; font-weight: 600; line-height: 1.4; } /* ─── FOOTER ─── */ .art-footer { border-top: 1px solid #222; padding-top: 28px; text-align: center; color: #555; font-size: .85rem; } .art-footer a { color: var(--jaune); }
⚖️ Rules — Pitfalls

The rules little-known
that cost you games
of pétanque

You have been playing for 10 years. You think you know the rules. And yet some of them exist, apply in competitions, and have already cost games to players far more experienced than you. FFPJP Rulebook Game situations By Paquita Reading time: 10 min
Tout le monde connaît les grandes règles : 13 points pour gagner, les pieds dans le cercle, mesurer pour savoir qui est devant. Mais le règlement FIPJP contient aussi une série de dispositions que la plupart des joueurs n'ont jamais lues — et qu'ils découvrent au pire moment possible : en plein concours, face à un arbitre, avec une partie qui bascule. Ce ne sont pas des subtilités d'avocat. Ce sont des règles concrètes, applicables, qui peuvent changer un score en quelques secondes.
📋 Contents
  1. The one-minute rule — what it really says
  2. The jack going out of the playing area during an end
  3. Boule played from the wrong circle
  4. The hidden jack — when an end is invalidated
  5. The boule that touches an obstacle off the terrain
  6. Playing a teammate's boule by mistake
  7. The jack thrown back too far or too close
  8. The boule that touches the edge of the marked terrain
  9. Order of play not respected — who plays when?
  10. The boule that comes back onto the terrain after bouncing
  11. Quiz — do you really know the rulebook?
  12. Summary table of the 10 rules
  13. FAQ
🎙️ Paquita sur le règlement "J'ai vu des équipes perdre des parties sur des règles qu'elles ne connaissaient pas — et des équipes gagner sur ces mêmes règles qu'elles maîtrisaient parfaitement. Le règlement n'est pas là pour piéger les gens. Il est là pour régler les situations que le bon sens seul ne suffit pas à trancher. Mais si vous ne l'avez pas lu, vous jouez en croyant connaître les règles — et il y a une différence entre croire et savoir." — Paquita

1 — The one-minute rule: what it says really

01 The one-minute rule — not 30 seconds, not "whenever you want" Very little known All ends Yellow card if not respected ❌ What players believe "We have 30 seconds to throw." Or again: "We have as much time as we need, it's a game of pétanque not tennis." ✓ What the rulebook says The player has a maximum of one minute from the moment it is their turn to play their boule. This time limit is official and punishable.

The one-minute rule applies as soon as it is a player's turn to throw. The count starts when the previous team has finished playing, or when the umpire indicates it is your turn. A player who exceeds one minute without having thrown can be shown a yellow card — and repetition can go as far as a red card.

📍 Concrete example of a lost game Competition final. Team A discusses their strategy at length before each throw — deliberation visible from the sideline, timed. The umpire intervenes twice. On the third warning, yellow card for the captain. The destabilised team loses the next end. This rule exists to prevent deliberate game-slowing tactics. Consequence: Yellow card, then red card in the event of a repeat offence. The boule can also be declared dead if it is thrown after the time limit following the umpire's signal. See: The one-minute rule — full article

2 — The jack going out of the playing area during an end

02 Jack out — the end is not necessarily cancelled Half known Marked terrains Impact on the score ❌ What players believe "If the jack goes off the terrain, the end is void and we start again." That is the answer the majority of players give. It is partially wrong. ✓ What the rulebook says If the jack goes off the marked terrain, the end is won by the team that has not yet played all its boules — or shared in certain configurations. It is not automatically void.

The full rule distinguishes several situations: if both teams still have boules in hand, the end is cancelled and replayed. If only one team still has boules, that team scores as many points as it has boules remaining in hand. If neither team has any boules, the end is cancelled.

📍 Concrete example of a lost game Team A has played all its boules. Team B still has 2 boules. A shooter from Team A knocks the jack out with their last boule. According to the rulebook: Team B — which still has 2 boules — scores 2 points. Team A thought they had cancelled the end. They have just handed 2 points to the opposition. Consequence: L'équipe qui sort le cochonnet en ayant joué toutes ses boules offre des points à l'adversaire s'il lui en reste. Un tireur qui "joue pour sortir le but" doit vérifier combien de boules l'adversaire a encore en main.

3 — Boule played from the wrong circle

03 Wrong circle — the boule is dead, the point can be lost Little known Multiple terrains Boule cancelled ❌ What players believe "If I threw from the wrong circle by mistake, we just put the boule back and I replay." Nobody reports it, nobody penalises it, we carry on. ✓ What the rulebook says A boule played from a circle that does not match the one designated for the end is a dead boule. It is removed from play and cannot be replayed. If it has moved any boules, they are put back to their original position. 📍 Concrete example On a terrain with several lanes side by side, a player picks the wrong circle and plays from the neighbouring lane. Their boule lands near the jack and moves the opposition's closest boule. The umpire notes the error: the boule is removed, the moved opposition boules are put back, and the player has lost a boule for that end. Consequence: Perte irrémédiable de la boule pour cette mène. Si c'était une boule décisive, la mène peut basculer.

4 — The jack hidden behind a boule

04 Masked jack — when the end can be lost by the team that is "protecting" Very little known Defensive strategy End lost possible ❌ What players believe "If the jack is hidden behind my boules, the opposition cannot shoot — that's a good strategy." And if the opposition says they cannot see the jack, that's their problem. ✓ What the rulebook says If the jack is masked and the opposition cannot see it from their throwing circle, the team playing can ask the umpire to move an opposition boule to make the jack visible — or the end can be declared void. 📍 Concrete example Team A has 3 boules clustered in front of the jack, hiding it completely. Team B has to play but cannot see the jack from the circle. They call the umpire. According to the rulebook: if the opposition genuinely cannot see the jack, Team A must remove a boule to make it visible, or the umpire rules on the situation. The "invisible jack" strategy backfires against the team that uses it. Consequence: L'équipe qui masque le cochonnet peut être contrainte de retirer une boule avantageuse, ou perdre la mène si le cochonnet ne peut pas être rendu visible sans modifier substantiellement la situation.

5 — The boule that touches an obstacle off the terrain

05 Boule off-terrain after bouncing off an obstacle — dead or alive? Often debated Unfenced terrains Dead boule ❌ What players believe "If the boule bounces off a tree or a wall and comes back onto the terrain, it is still valid — it came back on its own." ✓ What the rulebook says A boule that touches an obstacle located outside the playing area marked off (tree, wall, outer fence) is immediately dead on first contact — even if it then comes back onto the terrain. 📍 Concrete example A player's shot drifts slightly to the left, bounces off a tree trunk located outside the marked terrain, and comes back into the playing area, moving several boules. The boule is dead at the moment of contact with the tree — the boule movements caused by this dead boule are cancelled, the boules put back to their positions. Consequence: Toutes les modifications du jeu causées par une boule morte sont annulées. Les boules déplacées sont remises en place.

6 — Playing a teammate's boule by mistake

06 Wrong boule played — the end can be replayed in full Little known Similar boules End replayed ❌ What players believe "If I play my teammate's boule by mistake, we just put the boule back and I replay with mine. No penalty." ✓ What the rulebook says Playing a teammate's boule without the umpire's authorisation is an irregularity. If the game situation has changed, the umpire can decide to replay the end from the start. Tolerance depends on the umpires but the maximum penalty exists. 📍 Concrete example Two players have identical-looking boules. One plays their teammate's boule by mistake and realises the error after the boule has changed the situation. The opposition challenges it. The umpire — if they confirm the irregularity — can order the end to be replayed in full from the drawing of the jack. Consequence: End potentially replayed. Preventive solution: mark your boules avec un signe distinctif (stries, marquage) pour les distinguer de celles de ses coéquipiers.

7 — The jack thrown outside the legal distances

07 Jack at 5m or at 11m — when the throw is invalid Often ignored Start of an end Jack removed ❌ What players believe "You throw the jack wherever you want between 6 and 10 metres, roughly. If it's a bit too short or too long, it's fine." ✓ What the rulebook says The jack must be thrown at a distance between 6 and 10 metres from the circle (except on special terrains). A jack outside these distances is invalid — the opposing team gets back the right to throw it. See: article on distances 📍 Concrete example Team A tries to place the jack very far away to favour its best long-distance pointer. The jack lands at 10.80 metres. The umpire measures: invalid. Team B takes the jack. They place it at 6.5 metres — an ideal distance for their close-range pointer. Team A has just shot itself in the foot. Consequence: Si l'équipe A rate deux fois le placement, c'est l'équipe B qui le positionne définitivement. Connaître les distances exactes est tactiquement essentiel.

8 — The boule that touches the boundary of the terrain

08 Touching the rope or the line — dead or live boule? Debated in clubs Marked-out terrains Dead boule ❌ What players believe "If the boule touches the rope or the line but stays on the terrain, it's still good." Contact with the boundary is not a problem if the boule stays inside. ✓ What the rules say A boule that touches a rope, a board, a peg or any physical boundary marking out the terrain is considered out of play — even if it remains physically inside. Contact alone is enough. 📍 Concrete example A glancing shot deflects slightly and grazes the rope marking out the terrain. The boule stops 30 cm from the rope, clearly inside the terrain. It is dead. If it has moved boules on the way, those are put back in place. Consequence: Boule morte dès le contact avec la délimitation physique. Aucune exception — même un effleurage suffit si la corde a bougé ou si le contact est avéré.

9 — Order of play: who plays when?

09 Playing out of turn — the offending team's boule may be removed Known but poorly applied Fast ends Cancelled boule ❌ What players believe "If I play by mistake when it was the opponent's turn, you just report it and put the boule back. It happens, it's a human error." ✓ What the rules say The opposing team may choose to leave the boule played out of turn in its place, or to have it removed. It is their choice — not the offending team's. And this choice can be tactically decisive. 📍 Concrete example of a turnaround Team B plays out of turn — its boule lands very close to the jack, in a good position. Team A realises the error. It now has the choice: leave the opposing boule in place (it takes the point but it is now its turn to play) or remove it (it forces Team B to play again correctly). A captain who knows this rule can gain a major tactical advantage from it. Consequence: L'équipe adverse — pas l'arbitre, pas l'équipe fautive — décide du sort de la boule jouée hors tour. Cette décision peut changer le cours de la partie.

10 — The boule that returns to the terrain after being out of play

10 Boule gone out then returned — always dead Surprising Sloping terrains Definitively dead boule ❌ What players believe "The boule went out but it came back on its own onto the terrain by rolling down the slope — it came back within the limits, so it's good." ✓ What the rules say A boule that leaves the playing area — even for a fraction of a second — is definitively dead. Returning to the terrain does not "resurrect" it. It is removed from play, and if it has moved boules after returning, those moves are cancelled. 📍 Concrete example On a slightly sloping terrain, a boule crosses the boundary, rolls on the outside gravel for 20 cm, then naturally returns to the terrain by rolling down the slope. It stops 5 cm from the jack. It is dead. If it has touched other boules while returning, those boules are put back to their position before the dead boule returned. Consequence: Mort immédiate et définitive dès que la boule franchit la limite physique du terrain, quelle que soit la suite de sa trajectoire.

🎯 Quiz — Do you really know the rules?

Test your knowledge of the 10 rules in this article. Click the answer you think is correct.

⚡ QUIZ RÈGLEMENT PÉTANQUE — 5 QUESTIONS Q1 — L'équipe A a joué toutes ses boules. L'équipe B a encore 2 boules. Un tir de l'équipe A sort le cochonnet du terrain. Que se passe-t-il ? La mène est annulée, on recommence. L'équipe B marque 2 points (autant de boules que de boules non jouées). La mène est comptée normalement, le cochonnet retourne en jeu. ✓ Bonne réponse : B. Quand une seule équipe a encore des boules en main et que le cochonnet sort, cette équipe marque autant de points que de boules non encore jouées. L'équipe qui a tout joué offre des points si elle sort le cochonnet. Q2 — Mon équipe joue hors tour par erreur et notre boule se retrouve en excellente position. L'adversaire peut : Obligatoirement faire retirer notre boule. Rien — la boule reste et c'est à lui de jouer. Choisir de laisser notre boule en place ou de la faire retirer. ✓ Bonne réponse : C. L'équipe non fautive choisit — laisser la boule ou la retirer. C'est un choix tactique qui leur appartient entièrement. Un bon capitaine exploite cette règle. Q3 — Quelle est la durée maximale autorisée pour jouer une boule après que c'est votre tour ? 1 minute. 30 secondes. 2 minutes. ✓ Bonne réponse : A. La règle officielle est de 1 minute — pas 30 secondes (idée reçue fréquente). C'est la règle de la minute, officielle et sanctionnable. Q4 — Ma boule effleure la corde délimitant le terrain mais s'arrête clairement à l'intérieur. Elle est : Valide — elle est dans le terrain. Morte — le contact avec la délimitation suffit. À redécider par l'arbitre selon l'ampleur du contact. ✓ Bonne réponse : B. Le contact avec la délimitation physique (corde, planche, plot) suffit pour déclarer la boule morte — même si elle reste à l'intérieur du terrain. Q5 — Ma boule sort du terrain, roule sur le gravier extérieur, puis revient dans l'aire de jeu en raison de la pente. Elle est : Valide — elle est revenue naturellement. À évaluer selon si elle a touché quoi que ce soit dehors. Morte — toute sortie du terrain est définitive, retour ou non. ✓ Bonne réponse : C. Dès qu'une boule franchit les limites du terrain, elle est morte — définitivement. Son retour éventuel n'y change rien.

Summary table of the 10 rules

Rule Classic mistake Reality Impact
1 — The one-minute ruleWe think we have 30 seconds or "as long as it takes"Exactly 1 minute, punishableYellow card
2 — Jack knocked outWe think the end is always voidPoints to the opponents if they still have boulesPoints given away
3 — Wrong circleWe think we just replayDead boule, irretrievableBoule lost
4 — Hidden jackWe think it is good protectionThe opponent can request a boule to be movedBoule removed
5 — Obstacle off the terrainWe think the returned boule is goodDead on first contact off the terrainDead boule
6 — Wrong bouleWe think we put it back and carry onEnd potentially replayedEnd cancelled
7 — Jack out of distanceWe think "roughly" is enoughThe opponent regains the right to place itAdvantage lost
8 — Boundary contactWe think "on the terrain" = validDead as soon as physical contact is madeDead boule
9 — Out of turnWe think we put it back and correctThe opponent chooses to keep or removeOpponent's choice
10 — Returned bouleWe think the return "saves" itDefinitively dead from the moment it goes outDead boule
📖 The complete rule — read it at least once

These 10 rules represent only a fraction of the FIPJP rules. Reading the complete official rules takes less than an hour — and it transforms the way you play and react to disputed situations. Downloading it and going through it once a season is probably the most worthwhile time investment you can make for your game. See: Complete FFPJP rules on PétanqueLand

📖 LE LIVRE DE PAQUITA Maîtriser le jeu — technique et règlement

Knowing the rules means no longer suffering the surprises. Mastering your technique means not needing the disputed situations. Paquita's book covers both — 100 exercises, the complete biomechanics and competition tactics.

📦 Order on Amazon

FAQ — Your frequent questions

Technically, the FIPJP rules apply to every game of pétanque — friendly or official. In practice, friendly games often sort out disputed situations amicably. But knowing these rules is useful even in a friendly game: it lets you settle disagreements with a solid argument rather than an endless discussion. And it avoids nasty surprises during a first official competition where the same situations arise with an umpire who, for his part, applies the rules to the letter. The correct approach is to calmly ask the umpire for the number of the rules article on which he bases his decision. If you have the rules available (on a smartphone or printed), you can point him to the article that contradicts his decision. The umpire is sovereign in his on-terrain decisions, but he can correct himself if he acknowledges an error of interpretation. In the event of a persistent disagreement, you can ask to speak to the head umpire of the competition — not to the opponent, not publicly, but through the official channel. What never works: shouting, loudly challenging, or threatening. What sometimes works: being calm, precise, and quoting the text. In club competitions with inactive umpires, it is rarely applied to the letter — which creates dangerous habits. In regional and national competitions with trained umpires, it can be applied from the first noticeable overrun. The main consequence of not knowing this rule: players who take 3 to 5 minutes per boule in a regional competition and receive a yellow card "without having done anything wrong" — because they did not know the limit was one minute. See our complete article: The one-minute rule. Yes — this article does not cover everything. A few other rules that regularly cause debate: the validity of the jack throw (precise criteria for it to be valid), the rule of the jack replaced following its destruction, the exact conditions in which ground marks are allowed or not, the rule of unplayed boules in the event of a team withdrawing, and the situations of a boule touched by a moving player or spectator. The FIPJP rules run to several dozen pages — all the complex situations are dealt with there. See: Validity of the jack throw and Ground marks. 📎 Articles liés Rules Complete FFPJP rulebook 2026 Rules The one-minute rule — complete article Regulations Validity of the jack throw — the exact rules Rules Playing distances 2026 — jack and boules Rules Ground marks — what is allowed Video Umpiring videos — game situations with commentary

© Pétanque by Paquita — petanqueland.fr · 📖 Paquita's book on Amazon
Rules based on the official FIPJP rules. Some interpretations may vary according to the umpires and the leagues. In the event of a dispute, the umpire appointed for the competition is sovereign in his on-terrain decision.

Share Follow

📬 Paquita's pétanque newsletter

New articles, videos, free tools and offers — straight to your inbox.

← Previous articleMandatory equipment in 2026: the checklistNext article →The war of the brands (obut, ms, boulenciel…)
← Back to news

About PétanqueLand

PétanqueLand.fr is the fun, practical site devoted to pétanque: videos, humour, photos & memes, free tools and news.

Find Pétanque by Paquita and join the community!

Categories

  • ⭐ Celebrities
  • 🎥 LIVE training
  • ❓ Questions & Tips
  • 🎭 Parodies
  • 🐕‍🦺 Animals
  • ⚖️ Refereeing
  • 🍻 Refreshment bar
  • 🎬 Series
  • 😂 Pétanque humour
  • 🤯 WTF moments
  • Most viewed
  • What's new

Information

  • Home
  • SHOP
    • Pétanque Book Shop
    • Pétanque Player Clothing
    • Pétanque Objects & Decor
    • Pétanque Gift Ideas
    • See all
  • ⭐ The Pétanque Software
  • Videos
  • 🏛️ OFFICIAL
    • Upcoming competitions
    • Results & calendar
    • Rules explained
  • FREE Zone
    • Free online software
    • Free tools
    • Lab
  • News by Paquita

Follow Paquita

Find Pétanque by Paquita on my social networks:

Facebook
TikTok
YouTube
Instagram
X

📸 Photos & memes
🎯 Pétanque videos
😂 Humour & WTF moments
🧰 Free tools

© 2026 PetanqueLand — The craziest boulodrome on the web. Pétanque videos, humour, refereeing & debates. Contact · Legal notice · Privacy Join me: Facebook · TikTok · YouTube · Instagram · X