French court to rule in Sarkozy's Libya funding case

Former French president Nicolas Sarkozy arrives with his lawyers for at the Tribunal de Paris courthouse in Paris, on 27 March 
(AFP photo)
Former French president Nicolas Sarkozy arrives with his lawyers for at the Tribunal de Paris courthouse in Paris, on 27 March (AFP photo)

PARIS — A French court will rule on Thursday in the trial of former president Nicolas Sarkozy, accused of accepting illegal campaign financing from late Libyan president Muammar Qadhafi, with prosecutors demanding a seven-year jail term.



The verdict represents another critical juncture for Sarkozy, who denies the charges. Sarkozy, who was president from 2007-2012, has already been convicted in two separate cases and stripped of France's highest honour.



Prosecutors argued that the former conservative leader and his aides devised a pact with Kadhafi in 2005 to illegally fund Sarkozy's victorious presidential election bid two years later.



They also requested that the 70-year-old pay a fine of 300,000 euros ($354,000) and be handed a five-year ban on holding office.

Even if convicted, Sarkozy is likely to appeal, and it is doubtful that he would be sent to prison immediately.



He is expected to be present for the verdict and has called the sentencing demands "excessive", maintaining throughout the trial that he never accepted any money from Qadhafi.

"You will never ever find a single euro, a single Libyan cent, in my campaign," he said in January.



'Fight to the end'

Prosecutors allege that Sarkozy and senior figures entered a "corruption pact" to help Kadhafi rehabilitate his international image in return for campaign financing.



Tripoli had been blamed by the West for bombing Pan Am Flight 103 in 1988 over Lockerbie, Scotland and UTA Flight 772 over Niger in 1989, killing hundreds of passengers.



Eleven others were charged alongside Sarkozy, including his former right-hand man, Claude Gueant, his then-head of campaign financing, Eric Woerth, and former minister Brice Hortefeux, all of whom deny the charges.



Penalties sought for the co-defendants ranged from suspended sentences to six years in prison for Gueant, with fines of up to four million euros.



The prosecution's case is based on statements from seven former Libyan dignitaries, trips to Libya by Gueant and Hortefeux, financial transfers, and the notebooks of the former Libyan oil minister Shukri Ghanem, who was found drowned in the Danube River in 2012.

Sarkozy's defence attorney Christophe Ingrain urged the court to acquit the ex-president, arguing his client did not need Libyan funding for his presidential campaign.

The former president insists he is innocent, telling French daily Le Figaro in September he felt "calm" ahead of the verdict.



"It will take as long as it takes, but I will fight to the end to prove my innocence," he said.

Top honour stripped 

Sarkozy has faced a litany of legal problems since his mandate and has been charged separately with corruption, bribery, influence-peddling and campaign finance infringements.



He was first convicted for graft and sentenced to a one-year jail term, which he served with an electronic tag for three months before being granted conditional release.



The only other French leader to be convicted in a criminal trial is Jacques Chirac, who received a two-year suspended sentence in 2011 for corruption over a fake jobs scandal.

But Sarkozy is France's first post-war president to be sentenced to serve time -- a conviction he is appealing at the European Court of Human Rights.

Separately, he received a one-year jail term in the "Bygmalion affair" for illegal campaign financing.



An appeals court in 2024 confirmed the conviction but lightened his sentence to six months with another six months suspended.

He has appealed that ruling, with a hearing scheduled on October 8.

Sarkozy has faced repercussions beyond the courtroom, including losing his Legion of Honour -- France's highest distinction -- following the graft conviction.



He became the second former head of state to be stripped of the award after Nazi collaborator Philippe Petain, convicted in August 1945 for high treason and conspiring with the enemy.



Legal woes aside, the man who styled himself as the "hyper-president" while in office still enjoys considerable influence and popularity on the right of French politics, and is known to regularly meet with President Emmanuel Macron.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.", 'danger'); } return response.json(); }) .then(data => { showModal(data.message, 'success'); }) .catch(error => { showModal("Error submitting email. Try again.", 'danger'); }); }); });