Pas-de-Calais's 6th constituency
The 6th constituency of the Pas-de-Calais is a French legislative constituency in the Pas-de-Calais département.
![]() constituency | |||
![]() Pas-de-Calais' 6th constituency shown within Nord-Pas-de-Calais | |||
Deputy |
| ||
---|---|---|---|
Department | Pas-de-Calais | ||
Cantons | Ardres, Desvres, Fauquembergues, Guînes, Heuchin, Lumbres, Marquise | ||
Registered voters | 89,021 |
Description
The borders of Pas-de-Calais' 6th Constituency were substantial altered as a result of the 2010 redistricting of French legislative constituencies leading to the constituency losing the northern portion of Boulogne-sur-Mer to Pas-de-Calais' 5th constituency.
The constituency is notable for being the seat of former Minister of Culture Jack Lang who held the seat for ten years between 2002 and 2012.
Historic Representation
Election | Member | Party | |
---|---|---|---|
1986 | Proportional representation - no election by constituency | ||
1988 | Dominique Dupilet | PS | |
2002 | Jack Lang | PS | |
2012 | Brigitte Bourguignon | PS | |
2017 | REM |
Election results
Candidate | Label | First round | Second round | |||
---|---|---|---|---|---|---|
Votes | % | Votes | % | |||
Brigitte Bourguignon | REM | 20,173 | 41.94 | 24,970 | 60.84 | |
Marie-Christine Bourgeois | FN | 10,914 | 22.69 | 16,074 | 39.16 | |
Jean-Michel Taccoen | LR | 7,672 | 15.95 | |||
Nadine Demarey | FI | 5,311 | 11.04 | |||
Claudine Blauwart | DLF | 1,109 | 2.31 | |||
Charlotte Talpaert | ECO | 1,095 | 2.28 | |||
Patricia Duvieubourg | PCF | 1,016 | 2.11 | |||
Valérie Legrand | EXG | 530 | 1.10 | |||
Florence Denimal | DIV | 281 | 0.58 | |||
Votes | 48,101 | 100.00 | 41,044 | 100.00 | ||
Valid votes | 48,101 | 97.13 | 41,044 | 91.32 | ||
Blank votes | 904 | 1.83 | 2,533 | 5.64 | ||
Null votes | 519 | 1.05 | 1,367 | 3.04 | ||
Turnout | 49,524 | 54.33 | 44,944 | 49.28 | ||
Abstentions | 41,628 | 45.67 | 46,254 | 50.72 | ||
Registered voters | 91,152 | 91,198 | ||||
Source: Ministry of the Interior |
2012
Party | Candidate | Votes | % | ± | |
---|---|---|---|---|---|
PS | Brigitte Bourguignon | 27,309 | 54.31 | ||
UMP | Frédéric Wacheux | 22,978 | 45.69 | ||
Turnout | 53,675 | 60.29 | |||
PS hold | Swing |
Sources
- Official results of French elections from 1998: "Résultats électoraux officiels en France" (in French).
gollark: Somehow!
gollark: Well, combined with the rest of the code, it does!
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopContext;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopRunner;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.loop.LoopPayloadExecution;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.FizzBuzzSolutionStrategy;@Servicepublic class EnterpriseGradeFizzBuzzSolutionStrategy implements FizzBuzzSolutionStrategy { private final LoopPayloadExecution _loopPayloadExecution; @Autowired public EnterpriseGradeFizzBuzzSolutionStrategy(final LoopPayloadExecution _loopPayloadExecution) { super(); this._loopPayloadExecution = _loopPayloadExecution; } @Override public void runSolution(final int nFizzBuzzUpperLimit) { final LoopContext loopContext = new LoopContext(nFizzBuzzUpperLimit); final LoopRunner loopRunner = new LoopRunner(loopContext, loopContext, this._loopPayloadExecution); loopRunner.runLoop(); }}```
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.stringreturners;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.stringreturners.StringStringReturner;@Servicepublic class BuzzStringReturner implements StringStringReturner { public String getReturnString() { final StringBuilder myStringBuilder = new StringBuilder( com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Constants.BUZZ); final String myString = myStringBuilder.toString(); return new String(myString); }}```
gollark: Does it matter if it is?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.