Bonsoir, j'ai un problème en créant mon site internet : http://mangasplaylist.e3b.org

J'ai remarqué que le rubrique "Contact" est plus large que les autres alors je comprend pas du tout

Quelqu'un saurait comment résoudre le problème ?


Voici mon code HTML de la rubrique "Contact" :


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
<?PHP
define('IN_PHPBB', true);
$phpbb_root_path = 'forum/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);?>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>Mangas-PlayerList</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="fr" />
<meta name="description" content="kit graphique à télécharger gratuitement" />
<meta name="keywords" content="kit graphique à télécharger gratuitement" />
<link rel="stylesheet" type="text/css" href="reeve.css" />
 
</head>
 
<body>
<div class="conteneur">
<div class="haut">
<div class="haut_intro">
<p class="para_edito"></p>
<p class="para_haut"></p>
</div>
 
</div>
 
<div class="centre">
<ul id="menu">
<li class="box"><a href="index.html" >Accueil</a></li>
<li class="box"><a href="musique.html">Episodes</a></li>
<li class="box"><a href="photos.html">Forum</a></li>
<li class="box"><a href="liens.html">Liens</a></li>
<li  class="box_on"><a href="contact.html">Contact</a></li>
 
 
 
</ul>
<div class="gauche">
 
<div class="haut_gauche">
<img src="images/box.gif" class="imagegauche"/>
<div class="newsletter"><input name="ESSAIS" type="text" /></div>
<img src="images/ok.gif" class="imagegauche2"/>
</div>
<div class="spacer2"></div>
<h2><img src="images/logo_connexion.gif"/></h2>
<?PHP if (!$userdata['session_logged_in']) { ?>
  <form action="<?PHP echo($phpbb_root_path . 'login.php'); ?>" method="post">
  <a style="color : Black" >Pseudo&nbsp;:</a><input type="text" name="username"><br />
  <a style="color : Black" >Mot de passe&nbsp;:</a><input type="password" name="password"><br /><br />
  <input type="submit" value="Se connecter" name="Se connecter"><a style="color : #FF7539" href="http://mangasplaylist.e3b.org/forum/ucp.php?mode=register"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [M'enregistrer]</b></a>
  </form>
<?PHP } else { ?>
<?PHP }?>
 
 
 
<div class="spacer2"></div>
<h2>MENU</h2>
 
<h3><a style="color : #FF7539" href="javascript:window.open('http://www.swisstools.net/guestbook/ajouter.asp?numero=121952&popup=ok','','top='+(window.screen.availHeight-700)/2+', left='+(window.screen.availWidth-800)/2+', scrollbars=1, resizable=1, width=800, height=700');void 0;">Livre d'Or</a></h3>
<p>Laissez un commentaire sur le Livre d'Or ! <br />
<br />Merci d'ajouter votre message. Les compliments seront appréciés, 
les critiques constructives me seront utiles pour améliorer le site !
<br /></p>
 
 
<h3><a href="http://www.sgfx.info/">Design à Bruxelles</a></h3>
<p>Studio indépendant de design et de création à Bruxelles.</p>
<p><a href="http://www.sgfx.info/" class="class1">www.sgfx.info</a></p> 
 
 
<h3>Violoniste</h3>
<p>Site de la violosite Belge Elisabeth Deletaille</p>
<p><a href="http://www.violoneli.com" class="class1">www.violoneli.com</a></p> 
</div>
 
 
 
<div class="droite">
 
 
 
<h1>Contact</h1>
 
 
 
      <form method="post" action="http://www.blog-bug.be/forms/treat.php">
        <p>Pseudo:</p>
        <p> 
          <input name="nom" type="text" size="20">
        </p>
        <p>Pays:</p>
        <p> 
          <input name="adresse" type="text" size="20">
 
        </p>
        <p>Adresse email :</p>
        <p> 
          <input name="email" type="text" size="20">
        </p>
        <p>Commentaires :</p>
        <p> 
          <textarea name="remarques" rows="4" id="comment" cols="30"></textarea>
 
        </p>
        <p class="para_form_envoyer"> 
<img src="images/envoyer.gif" />
        </p>
      </form>
 
 
 
	 <div class="spacer"></div>
</div>
<div class="spacer"></div>
</div>
 
 
<div class="bas-gauche">
<script language="javascript" src="http://www.swisstools.net/counter.asp?id=140337&type=20&digits=4&cache=no"></script><script language="javascript" src="http://www.swisstools.net/counter_logo.asp?id=140337"></script>
<div class="spacer"></div>
</div>
</div>
 
</div>
 
</body>
</html>
Puis ensuite le code HTML de la rubrique "Acceuil" qui elle fonctionne normalement :

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
<?PHP
define('IN_PHPBB', true);
$phpbb_root_path = 'forum/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);?>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>Mangas-PlayerList</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="fr" />
<meta name="description" content="kit graphique à télécharger gratuitement" />
<meta name="keywords" content="kit graphique à télécharger gratuitement" />
<link rel="stylesheet" type="text/css" href="reeve.css" />
 
</head>
 
<body>
<div class="conteneur">
 
<div class="haut">
<div class="haut_intro">
<p class="para_edito"></p>
<p class="para_haut"></p>
</div>
</div>
 
<div class="centre">
<ul id="menu">
<li class="box_on"><a href="index.html" >Accueil</a></li>
<li  class="box"><a href="musique.html">Episodes</a></li>
<li  class="box"><a href="photos.html">Forum</a></li>
<li  class="box"><a href="liens.html">Liens</a></li>
<li  class="box"><a href="contact.html">Contact</a></li>
</ul>
 
 
<div class="gauche">
 
<div class="haut_gauche">
<img src="images/box.gif" class="imagegauche"/>
<div class="newsletter"><input name="ESSAIS" type="text" /></div>
<img src="images/ok.gif" class="imagegauche2"/>
</div>
<div class="spacer2"></div>
<h2><img src="images/logo_connexion.gif"/></h2>
<?PHP if (!$userdata['session_logged_in']) { ?>
  <form action="<?PHP echo($phpbb_root_path . 'login.php'); ?>" method="post">
  <a style="color : Black" >Pseudo&nbsp;:</a><input type="text" name="username"><br />
  <a style="color : Black" >Mot de passe&nbsp;:</a><input type="password" name="password"><br /><br />
  <input type="submit" value="Se connecter" name="Se connecter"><a style="color : #FF7539" href="http://mangasplaylist.e3b.org/forum/ucp.php?mode=register"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [M'enregistrer]</b></a>
  </form>
<?PHP } else { ?>
<?PHP }?>
 
<div class="spacer2"></div>
<h2>PARTENAIRES</h2>
 
<h3><a style="color : #FF7539" href="">Partenaire 1</a></h3>
<p>Reservé votre place ici !</p>
<p><a href="http://www.zwatla.com/" class="class1"></a></p> 
 
 
<h3><a style="color : #FF7539" href="">Partenaire 2</a></h3>
<p>Réservé votre place ici !</p>
<p><a href="http://www.sgfx.info/" class="class1"></a></p> 
 
 
<h3><a style="color : #FF7539" href="">Partenaire 3</a></h3>
<p>Réservé votre place ici !</p>
<p><a href="http://www.violoneli.com" class="class1"></a></p> 
</div>
 
 
 
 
 
<div class="droite">
 
 
 
 
    <h1>Bienvenue</h1>  
 
 
			<p>Bienvenue sur Mangas-PlayerList, si vous souhaitez découvrir de nouveaux animés mangas alors vous èetes au bon endroit. 
      Ce nouveau site internet est dédié aux épisodes de vos séries préférés. Elles sont disponnibles en version originale sous-titré 
      pour les plus grands fans et en version française. Donc le site internet est régulièrement mis à jour par l'équipe. Les vidéos
      des épisodes sont tous importés de Wat.tv.<a href="http://www.sgfx.info" class="class3"></a></p>
 
    <h1>News</h1> 
 
<p>Nous recrutons ! Comme vous pouvez le remarquer le site internet et tout neuf et manque énormément de travail dessus. Si vous êtes
asser bon en code HTML et CSS. Si vous êtes propriétaire d'un grand forum asser convoité alors nous sommes intéressés par un partenaria
ensemble. <br/>
Donc si vous ètes intéresser par mon offre vous pouvez me contacter par courriel : ze_skateur@hotmail.f
 
 
<p></p>
 
 
<p><a href="http://www.zwatla.com/kits_graphiques.html" class="class3"></a></p>
 
<p></p>
 
 <p></p>
 
 
 
 
 
 
 
 
 
</div>
 
 
 
 
 
 
<div class="spacer"></div>
</div>
 
 
<div class="bas-gauche">
<script language="javascript" src="http://www.swisstools.net/counter.asp?id=140337&type=20&digits=4&cache=no"></script><script language="javascript" src="http://www.swisstools.net/counter_logo.asp?id=140337"></script>
<div class="spacer"></div>
</div>
 
</div>
</body>
</html>
Puis enfin voici ma page CSS :

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
html, body {
margin: 0;
padding: 0;
height: 100%
}
 
body {
margin: 0;
padding: 0;
font-family: arial, verdana,  helvetica, sans-serif;
font-size: 0.8em;
background: #FAF6C7 url(images/bgall.jpg) repeat-x ;
text-align : center ;
color : #fff}
 
 
 
.conteneur { 
width:825px;
background-color: #000; 
margin-left:auto;
margin-right:auto;
text-align : left;
height:100%; 
background: url(images/centre2.gif)  no-repeat ;}
html>body .conteneur {height : auto; min-height : 100%;  }
 
 
.haut{ 
width:724px;
height: 289px;
text-align : left;
margin-left :25px;
background: url(images/top.jpg)  no-repeat ;
 } html>body .haut{
 width : 800px; }
 
.centre{ 
background: #000 ; 
width:725px;
text-align : left;
margin-left :25px;}
 html>body .centre{  
 margin-left :25px;
 width : 800px; }
 
.haut_intro {float : right ; margin-top : 190px; text-align : right ; width : 300px ;}
 
 
.gauche {
float : left; 
width : 234px ; 
margin-left : 15px; 
margin-top : 20px; 
 background : #fff  url(images/bgauche.gif)  no-repeat bottom;
 color : #6A6F78; 
 padding-bottom : 100px}
 html>body .gauche{margin-left : 30px; }
 
 
.droite {
float : left ; 
width : 420px ; 
margin-left : 20px; 
margin-top : 20px; 
padding-bottom : 30px;
 
 background : transparent; }
html>body .droite {margin-left : 20px; }
 
 
 
.bas { 
background : #000;
width:725px;
text-align : center;
 margin-left :25px;}
html>body .bas{ width:800px; }
 
 
.bas-gauche {
float : left;
margin-left :25px;
margin-top : -20px; }
 
p {margin : 0 20px 0 20px ; padding : 10px 0 0 0}
.para_edito {text-transform : uppercase ; font-weight : bold}
.para_haut {color : orange ; margin-top : 0; padding : 0 }
.para_haut {color : orange ; margin-top : 0; padding : 0 }
.notop {margin : 0 20px 0 20px ; padding : 0}
.para_nomargin {margin : 0 ; paddig : 0; float : none} 
 
 
 
 
.spacer {clear : both ; height : 13px; }
.spacer2 {clear : both ; height : 13px; background-color : #000 }
 
 ul, li {
 margin :0;
padding : 0 ; 
list-style : none ; }
 
 
 
#menu {
  background :  url(images/menu_fd.gif);
width:800px;
height : 26px;
background-color :#333; 
color :#fff ; 
font-weight : bold;
font-size : 13px; 
overflow : hidden}
 
 #menu li{
 float : left ;
padding-top : 5px ;
   height : 31px;
   width : 100px;
   text-align : center;
   margin-left : 0;
  background :  url(images/menu_separateur.gif) no-repeat 98px 2px}
 
   li.box  a{
 float : left ;
padding-top : 5px ;
   height : 28px;
   display : block;
   width : 100px;
   text-align : center;
   margin-top : -5px;
 
 
 }
 
 
    li.box  a:hover{
background :  url(images/menu_orange.gif)
 
}
 
   li.box_on  a{
 float : left ;
padding-top : 5px ;
   height : 28px;
   display : block;
   width : 100px;
   text-align : center;
   margin-top : -5px;
background :  url(images/menu_orange.gif)
 }
 
 
    li.box_on  a:hover{
 
 
}
 
 
 
h1 {
font-size : 24px ;  
padding : 0 ; 
margin : 60px 30px 0 20px ; 
color : orange ; 
font-style : italic;  
background :  url(images/h1.gif) repeat-x left bottom ; 
height : 50px ;
text-transform : uppercase}
 
 
 
h2 {font-size : 12px ;
color : #fff;
 text-indent : 30px ; 
 height : 20px ; 
 padding-top : 10px ; 
 margin : 0;
  background :  #fff url(images/h2.gif) no-repeat  ; 
height : 35px}
 
h3 {font-size : 12px ;
color : #fff;
 text-indent : 30px ; 
 height : 20px ; 
 padding-top : 2px; 
 margin : 5px 0 0 0 ;
  background :  #ccc url(images/h3.gif) no-repeat 6px 5px ; 
height : 20px}
 
h4 {font-size : 12px ;
color : orange; margin : 10px 0 0 20px ; font-weight : normal}
 
h5 {font-size : 11px ;
color : orange; margin : 10px 0 0 20px ; font-weight : normal ; text-decoration : underline}
 
.haut_gauche {height : 45px ;   background :  url(images/box_mail2.gif) no-repeat ;}
 
a {color : #fff; text-decoration : none}
a:hover  {color : #fff; text-decoration : none}
 
a.class1 {color : #000;  font-weight : bold; text-decoration : underline ; padding-bottom : 20px; display :  block}
a:hover.class1  {color : #000; text-decoration : underline}
 
 
a.class3  {color : orange; text-decoration : none}
a:hover.class3  {color : orange; text-decoration : underline}
 
 
a.class4  {color : #FFF; text-decoration : none; font-weight : bold}
a:hover.class4  {color : #FFF; text-decoration : underline}
 
 
 
input {margin : O; padding : 0 ;  margin-top : 0}
.imagegauche {float : left}
.imagegauche2 {float : left; margin-left : 6px; margin-top : 12px}
 
 
 
 
 
.newsletter {float : left ; background-color : transparent ; padding : 12px 0 0 0}
 
div.hr {
height: 13px;
margin : 0   ;
padding : 0;   
 
width : 100px;
background : url(images/point.gif) repeat-x}
 
div.hr hr {
display: none;  padding :0; 
}
 
 
	form {margin-left : 0 ; margin-top : 20px}
 
.para_form_envoyer {margin-top : 20px}