Kikoo tout le monde !

J'ai une page css

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 body
{
color: blue;
font-size: 15px;
background-image: url("http://a771.ac-images.myspacecdn.com/images01/32/l_bc8b2d3dda341297c6a1f1783836526a.png");
background-attachment: scroll;
background-repeat: no-repeat;
background-position: top center 
}

comme vous le constatez, je n'ai réussi qu'a centrer mon fond d'écran et le mettre au dessus

J'aimerais que mon fond d'écran prenne toute la page et que surtout il ne se répète pas

Merci pour vos réponses

Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<title>page web </title>
<meta name="Author" content="page web">
<LINK rel="stylesheet" type="text/css" href="design.css">
</head>
 
<body>
  <div align="center">
    <img src="http://a789.ac-images.myspacecdn.com/images01/98/l_151e6ead10524e7b48164e66e9d360ac.jpg">
 
 
    <table border="5">
      <tr>
        <td>
 
        <table border="10" cellpadding="10">
          <tr>
            <td>
            <a href="index (2).htm">
              <b>
              <font face="amienne" size="+3" color="#FF66CC">
Home
              </font>
              </b>
            </a>
            </td>
            <td>
              <a href="agenda.htm">
            <b>
              <font face="amienne" size="+3" color="#FF66CC">
Agenda
              </font>
            </b>
              </a>
            </td>
            <td>
              <a href="pictures.htm">
            <b>
              <font face="amienne" size="+3" color="#FF66CC">
Pictures
              </font>
            </b>
              </a>
            </td>
            <td>
              <a href="biographie.htm">
            <b>
              <font face="amienne" size="+3" color="#FF66CC">
Biographie
              </font>
            </b>
              </a>
            </td>
            <td>
              <a href="liens.htm">
            <b>
              <font face="amienne" size="+3" color="#FF66CC">
Liens
              </font>
            </b>
              </a>
            </td>
            <td>
              <a href="livre d'or.htm">
            <b>
              <font face="amienne" size="+3" color="#FF66CC">
Livre d'0r
              </font>
            </b>
              </a>
            </td>
            <td>
              <a href="contacts.htm">
            <b>
              <font face="amienne" size="+3" color="#FF66CC">
Contacts
              </font>
            </b>
              </a>
            </td>
          </tr>
        </table>
 
 
 
        </td>
      </tr>
    </table>
 
 
<p>
Intro
</p>
<a href="page1.htm">ici</a>
 
  </div>
 
</body>
</html>