(New York) Les cours du pétrole brut ont plongé d'environ 4 % lundi en début d'échanges asiatiques, après l'annonce de la finalisation d'un accord entre les États-Unis et l'Iran pour mettre fin au conflit au Moyen-Orient.
Mis à jour hier Ã
Vers 19 h 50 dimanche, le prix du baril de Brent de la mer du Nord, pour livraison en août, référence du marché mondial, lâchait 3,89 % à 83,93 dollars. Celui du WTI, référence américaine, perdait 4,45 % à 81,10 dollars après avoir plongé de près de 5 % à l'ouverture.
Washington et Téhéran sont parvenus à un accord pour mettre fin « de façon immédiate et permanente » à la guerre au Moyen-Orient sur tous les fronts, y compris le Liban, a annoncé lundi le médiateur pakistanais, ce que les États-Unis et l'Iran ont confirmé dans la foulée.
« L'accord avec la République islamique d'Iran est désormais finalisé », a écrit le président américain Donald Trump sur son réseau Truth Social quelques minutes après l'annonce pakistanaise, affirmant « la réouverture du détroit d'Ormuz sans droits de passage ».
<![CDATA[
(function () {
var slotName = "ad6a30290f1123f-adSlotLppos";
var dimensions = ["fluid",[634,125],[634,150],[634,180],[634,200],[634,634],[634,400],[640,360],[640,480],[728,200]];
var pageBlock = "text";
const IS_MOBILE = window.innerWidth {
if (googleIframe.contentWindow === e.source){
if(e.data.nbArticles) {
let title = document.createElement(“div”)
let nbArticles = document.createElement(“div”)
title.innerHTML = “Série commanditée”
nbArticles.innerHTML = e.data.nbArticles + ” articles”
let header = document.createElement(“div”)
header.classList.add(“adSpotBlock__slotInnerHeader”)
header.appendChild(title)
header.appendChild(nbArticles)
slotInner.prepend(header)
}
}
})
}
function setUpPanorama() {
console.debug(‘Ads: Panorama Ad detected for ‘ + slotName);
let slotInner = document.getElementById(slotName);
slotInner.parentElement.style.width = ‘100%’;
let iframeWrapper = slotInner.firstElementChild
iframeWrapper.classList.add(‘panorama__wrapper’)
if (IS_MOBILE) {
makeFullWidth(slotInner)
iframeWrapper.classList.add(‘panorama__wrapper–mobile’)
}
else {
iframeWrapper.classList.add(‘panorama__wrapper–default’)
if(pageBlock===”body”){
makeFullWidth(slotInner)
}
}
setupPanoramaIframe(iframeWrapper)
function makeFullWidth(slotInner){
let parentContainerElement = slotInner.closest(“.homeHeadlinesRow__adWrapper”)||slotInner.closest(“.homeRow__adWrapper”)||slotInner.closest(“.homeRow”)
if (!parentContainerElement){
parentContainerElement = slotInner.closest(“.adsWrapper”)
parentContainerElement.classList.add(“panorama–article”);
}else{
parentContainerElement.classList.add(“panorama–default”);
}
}
function setupPanoramaIframe(iframeWrapper){
let googleIframe = iframeWrapper.firstElementChild;
googleIframe.style.height = “100%”
window.addEventListener(‘message’, (e)=> {
if (googleIframe.contentWindow === e.source){
if(e.data.sideMarginBackgroundColor) {
iframeWrapper.style.backgroundColor = e.data.sideMarginBackgroundColor;
}
if(e.data.foregroundUrl){
createForeground(iframeWrapper,e.data.foregroundUrl,e.data.foregroundPosition,”img”)
}
if(e.data.foregroundHtmlUrl){
createForeground(iframeWrapper,e.data.foregroundHtmlUrl,e.data.foregroundPosition,”iframe”)
}
if(e.data.backgroundImgUrl){
createBackground(iframeWrapper,e.data.backgroundImgUrl,e.data.backgroundColor,”img”)
}
if(e.data.backgroundHtmlUrl){
createBackground(iframeWrapper,e.data.backgroundHtmlUrl,e.data.backgroundColor,”iframe”)
}
}
});
}
function createBackground(iframeWrapper,backgroundUrl,backgroundColor,backgroundElementType){
let backgroundElement = createBackgroundElement(backgroundUrl,backgroundElementType)
let backgroundWrapper = createBackgroundWrapper(backgroundColor)
let backgroundClipper = createBackgroundClipper()
backgroundWrapper.appendChild(backgroundElement)
backgroundClipper.appendChild(backgroundWrapper)
iframeWrapper.appendChild(backgroundClipper)
alignBackgroundToAdWrapper(backgroundWrapper, iframeWrapper)
let widthCache = window.innerWidth
window.addEventListener(“resize”,()=>{
if (window.innerWidth!==widthCache){
widthCache=window.innerWidth;
let mobileMediaQuery = window.matchMedia(“(max-width: 1024px)”)
if (mobileMediaQuery.matches) {
iframeWrapper.classList.add(‘panorama__wrapper–mobile’)
iframeWrapper.classList.remove(‘panorama__wrapper–default’)
}
else {
iframeWrapper.classList.remove(‘panorama__wrapper–mobile’)
iframeWrapper.classList.add(‘panorama__wrapper–default’)
}
alignBackgroundToAdWrapper(backgroundWrapper, iframeWrapper)
}
})
}
function createForeground(iframeWrapper,foregroundUrl,foregroundPosition,type){
let foreground = document.createElement(type)
foreground.classList.add(“panorama__foregroundImg”)
switch (foregroundPosition){
case “top”:
foreground.style.alignSelf=”flex-start”
break;
case “center”:
foreground.style.alignSelf=”center”
break;
case “bottom”:
foreground.style.alignSelf=”flex-end”
break;
}
if (type===”iframe”){
foreground.style.height=”100%”
}
foreground.src = foregroundUrl
iframeWrapper.appendChild(foreground)
}
function createBackgroundElement(backgroundUrl, type) {
let backgroundElement = document.createElement(type);
backgroundElement.setAttribute(“src”,backgroundUrl);
backgroundElement.classList.add(“panorama__backgroundElement”);
if (“img” === type) {
backgroundElement.classList.add(“panorama__backgroundElement–img”);
}
return backgroundElement;
}
function createBackgroundWrapper(backgroundColor){
let backgroundWrapper = document.createElement(“div”)
backgroundWrapper.classList.add(‘panorama__backgroundWrapper’)
backgroundWrapper.style.backgroundColor=backgroundColor;
switch (pageBlock){
case “body”:
backgroundWrapper.classList.add(‘panorama__backgroundWrapper–homepage’)
break;
case “text”:
backgroundWrapper.classList.add(‘panorama__backgroundWrapper–article’)
break;
default:
backgroundWrapper.classList.add(‘panorama__backgroundWrapper–default’)
break;
}
return backgroundWrapper;
}
function createBackgroundClipper(){
let backgroundClipper = document.createElement(“div”)
backgroundClipper.classList.add(‘panorama__backgroundClipper’)
return backgroundClipper
}
function alignBackgroundToAdWrapper(backgroundToResize, sourceWrapper){
backgroundToResize.style.width = sourceWrapper.clientWidth+”px”;
if(pageBlock!==”body”) {
backgroundToResize.style[‘left’] = sourceWrapper.getBoundingClientRect().left+”px”;
}
}
}
LPAds.registerSpotRenderEnded(slotName, function(slotData) {
if (slotData) {
if (LPAds.isPanorama(slotData.creativeTemplateId)) {
setUpPanorama();
} else if (LPAds.isNativeAdSerieXtra(slotData.creativeTemplateId)) {
setUpNativeAdSerieXtra();
} else if (LPAds.isNativeAdCollection(slotData.creativeTemplateId)) {
setUpNativeAdCollection()
}
}
});
LPAds.displayAdSpot(slotName);
})()
]]>
La circulation dans ce passage stratégique, par où transite d'ordinaire un cinquième du pétrole brut mondial, était largement paralysée depuis le début du conflit fin février, ce qui a entraîné une flambée des cours de l'or noir.
Le protocole d'accord avec les États-Unis prévoit « la fin immédiate et définitive de la guerre et des opérations militaires sur les différents fronts, y compris au Liban », a déclaré sur la télévision d'État le vice-ministre iranien des Affaires étrangères, Kazem Gharibabadi.
Une cérémonie de signature aura lieu vendredi 19 juin à Genève, a de son côté précisé sur X le premier ministre pakistanais Shehbaz Sharif, médiateur clé de la guerre au Moyen-Orient.
« Avant le conflit, environ 140 navires transitaient chaque jour par le détroit. Le trafic s'est amélioré mais reste bien en deçà de la normale. Une véritable réouverture aurait donc un effet immédiat : elle réduirait l'incertitude pour les transporteurs, apaiserait les marchés de l'assurance […] et permettrait de commencer à réduire la “prime de risque†liée au conflit » dans les cours du pétrole, estimait dès dimanche Stephen Innes, analyste de SPI Asset Management.
Pour autant, « si les États-Unis et leurs alliés souhaitent un retour à des niveaux de trafic normaux dans le détroit d'Ormuz environ un mois après la signature de l'accord, cela dépend du déminage, de la confiance dans la sécurité maritime et de la mise en place d'un cadre de sécurité crédible », prévient-il.




