Bonjour

voila j'ai installé tout les composant mais ca ne marche pas

http://www.sandrineetgwen.fr/essaie.php

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
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
99
100
101
102
103
104
105
106
107
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
   <head>
       <title>Jour J</title>
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 
 
 
<link rel="stylesheet" href="menu.css" type="text/css" media="screen"/>
<link rel="stylesheet" media="screen" type="text/css" title="Exemple" href="design_emeline4.css" />
 
 
<script type="text/javascript" src="javascript.js"></script>
<script type="text/javascript" src="JsonPropre.js"></script>
<script type="text/javascript" src="demo1.js"></script>
 
<script type="text/javascript">
			Objet.AddEvent(window, 'load',
			function() {
			    Galery('demo1')
			});
 
		</script>
 
 
 
	   </head>
 
   <body>
       <div id="rubrique">        
 
		   <?php
include("menu21.php");
?> 
                <div id="texte"> 
     <br>
<center>
<h2>Toffee</h2>
 
 
     <P>Les présentations ne seraient pas complètes sans présenter Toffee de la race <BR>« les chats d’amour ».</P>
 
<p>Toffee a débarqué un soir de juillet 2002 dans la vie d’Emeline : elle est arrivée du boulevard de Belleville à Paris, en moto, cachée dans le blouson de moto !</p>
 
<p>A l’époque elle avait à peine 5 semaines.</p>
<p>
 
	<ul id="demo1">
	<li><img src="image/TOFFEE/toffee1.jpg" alt="image/TOFFEE/toffee1_gr.jpg" /></li>
     <li><img src="image/TOFFEE/toffee2.jpg" alt="image/TOFFEE/toffee2_gr.jpg" /></li>
    </ul>
 
    </div>
   </p> 
 <p>Comment ne pas craquer devant cette petite boule de poil !</p>
 
<BR> 
 
<p>Elle a d’abord suivi la vie étudiante de sa maîtresse à Rennes. Puis après un court passage de quelques mois chez ses grands-parents elle s’est installée à Rueil Malmaison où elle a rencontré Julien !</p>
<div id="enfant">
<img src="image/TOFFEE/toffee3.jpg" alt="toffe" />
<img src="image/TOFFEE/toffee4.jpg" alt="toffe" />
<img src="image/TOFFEE/toffee5.jpg" alt="toffe" /><BR>
</div>
<p>Elle a commencé a apprécié le balcon dans le premier appartement d’Emeline et Julien<BR>
 
<div id="enfant">
<img src="image/TOFFEE/toffee6.jpg" alt="toffe" />
</div>
<BR>
et continue aujourd’hui à Chatou sa vie de chat ou plutôt de PACHA !</p>
<div id="enfant">
<img src="image/TOFFEE/toffee7.jpg" alt="toffe" />
<img src="image/TOFFEE/toffee8.jpg" alt="toffe" />
<img src="image/TOFFEE/toffee9.jpg" alt="toffe" />
</div>
<BR>
<p>Mais bon, ses maîtres lui pardonne car elle est d’une aide particulièrement active dans les préparatifs du mariage </p>
<div id="enfant">
<img src="image/TOFFEE/toffee10.jpg" alt="toffe" />
<img src="image/TOFFEE/toffee11.jpg" alt="toffe" />
 
<img src="image/TOFFEE/toffee12.jpg" alt="toffe" />
</div>
<BR>
</center>
 
 
     </div>
 
 
		   	<script type="text/javascript">
			var imgs = document.getElementsByTagName('img');
 
			for (var i = 0; i < imgs.length; i++)
			{
				if (imgs[i].className == 'rollOver')
				{
					imgs[i].onmouseover = (function() { var a = this.src; this.src = this.alt; this.alt = a; });
					imgs[i].onmouseout = (function() { var a = this.src; this.src = this.alt; this.alt = a; });
					imgs[i].className = '';
				}
			}
 
			</script>
   </body>
</html>
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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
 
 
body {
background-color: #FBE3DE;
font-family: "times new roman", arial, times, serif;
font-style: italic;
 
} 
 
 
#avertissement
{
font-size: 12px ;
color:#4B3A6B;
text-decoration: underline;
font-weight: bold;
text-align: center;
}
 
 
h1
{
 
		text-align: center;
        color: rgb(218,79,65);
		font-family: Times New Roman, Times, serif;
		font-style: italic;
		font-size: 42px;
		text-decoration: underline;
}
 
	h2
{
 
 
        color: rgb(218,79,65);
		font-family: Times New Roman, Times, serif;
		font-style: italic;
		font-size: 17px;
		text-decoration: underline;
}
	h3
{
 
 
        color: rgb(218,79,65);
		font-family: Times New Roman, Times, serif;
		font-style: italic;
		font-size: 22px;
		text-decoration: underline;
}
h4
{
 
 
        color: black;
		font-family: Times New Roman, Times, serif;
		font-style: italic;
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
		text-align: center;
 
}
 
a
{
 
   color: rgb(153,102,153); /* Les liens seront en rouge au lieu de bleu */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
}
 
a:hover
{
   color: #541F54; /* Les liens seront en rouge au lieu de bleu */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
   text-decoration: none;
}
 
 
 
 
img {
border:0;
vertical-align:middle;
}
 
a { 
text-decoration:none; }
 
#unite
{
position:absolute;
left:50%;
margin-left:-490px;
width: 980px;
top:50%;
margin-top:-271px;
height: 542px;
background-image : url("image/fond_emeline.jpg");
background-repeat: no-repeat;
border :2px solid black;
}
 
 
#rubrique
{
position:absolute;
left:50%;
margin-left:-490px;
width: 980px;
top:50%;
margin-top:-271px;
height: 542px;
background-image: url("image/fond_rubrique.jpg");
 
background-repeat: no-repeat;
border :2px solid black;
}
 
 
 
 
 #texte
 {
overflow:auto;
width: 645px;
height: 420px;
margin-left:330px;
margin-top:15px;/* espace qui sépare de la ligne du dessus*/
 }
 
#toffe
{
width:300px;
border:1px solid black;
margin:auto;
}
 
 
#enfant img
{
 
border:1px solid black;
display:inline;
 
}
 
 
 
 
#rubrique2
{
width: 980px;
height: 542px;
margin: auto;
background-image : url("image/fond_rubrique.jpg");
background-repeat: no-repeat;
border :2px solid black;
}
 
.menu
{
width: 980px;
height: 126px;
}
.en_tete
{
width: 980px;
height: 173px;
}
.bas_page
{
width: 980px;
height: 243px;
}
 
/* pour le menu deroulant */
 
 
#menuderoulant
{
width: 644px;
list-style-type: none;
margin: 0;
padding: 0;
border: 0;
}
 
#menuderoulant li
{
float: left;
margin: 0;
padding: 0;
border: 0;
}
 
#menuderoulant .sousmenu
{
list-style-type: none;
margin: 0;
padding: 0;
border: 0;
background: yellow;
}
 
#menuderoulant .sousmenu li
{
margin: 0;
padding: 0;
border: 0;
}
/* on cache tout les menus avec la propriété display none*/
 
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 display: block;
 height: 1%;
 color: #FFF;
 background: #3B4E77;
 margin: 0;
 padding: 4px 8px;
 border-right: 1px solid #fff;
 text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #F2462E; }
#menuDeroulant li a:active { background-color: #5F879D; }
 
#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited
{
 display: block;
 color: #FFF;
 margin: 0;
 border: 0;
 text-decoration: none;
}
#menuDeroulant .sousMenu li a:hover
{
 background-image: none;
 background-color: #F2462E;
}
 
 
#demo1{
				width:460px;
				display:block;
				margin-left:auto;
				margin-right:auto;
				list-style:none;
			}
#demo1 li{
				float:center;
				padding:5px;
				text-align:center;
				border:1px solid #000000;
				background-color:#ffffff;
				margin:5px;
				width:130px;
				height:130px;
				line-height:130px;
 
			}
du coup ca marche pas et j'ai un cadre qui c'est mis sous les photos.

Merci d'avance de votre aide