Bonjour, débutant en HTML

Après avoir cherché je ne comprend pas pourquoi le code ci dessous
n'affiche pas l'image ou_exclusif.jpg en background ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<body>
<title>Exploitation</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style type="text/css" href="../../css/nouveau.css">
  body {
  background-image:url(../images/ou_exclusif.jpg);
  background-repeat:no-repeat;
  }
</style>
</head>
 
<body> 
<h1>Page de formulaire 12</h1>
Merci