Bonjour,

Je suis toujours sur mon site et je rencontre un petit désagrément, voila moi qui pensait avoir tout mis en forme lorsque je veut mettre un texte vis une "class" mes bloc du dessus et du dessous s'écarte sur Firefox ( voir la pièce jointe ). Pouriez vous m'aidez ?

Nom : Sans-titre-1.jpg
Affichages : 42
Taille : 30,8 Ko

Mon Code 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
 
/* MISE EN PAGE DU SITE WEB */
/* ------------------------ */
body { 
	margin: auto; 
	background-color:#000000;
	}
#global {
     position:absolute;
     left: 50%; 
     width: 760px;
     margin-left: -400px; /* moitié de la largeur */
     }
#Tete_Master{
	width:800px;
	height:130px;
	}
#Tete_1{
	background:url(Stunt/SourceGraphique/images/SITE_01.jpg);
	width:50px;
	height:130px;
	float:left;
}
#Tete_2{
	background:url(Stunt/SourceGraphique/images/SITE_02.jpg);
	width:123px;
	height:49px;
	float:left;
}
#Tete_3{
	background:url(Stunt/SourceGraphique/images/SITE_05.jpg);
	width:123px;
	height:29px;
	margin-left: -123px;
	margin-top: 49px;
	float:left;
}	
#Tete_4{
	background:url(Stunt/SourceGraphique/images/SITE_08.jpg);
	width:123px;
	height:52px;
	margin-left: -123px;
	margin-top: 78px;
	float:left;
}
#Tete_5{
	background:url(Stunt/SourceGraphique/images/SITE_03.jpg);
	width:422px;
	height:130px;
	float:left;	
}
#Tete_6{
	background:url(Stunt/SourceGraphique/images/SITE_04.jpg) no-repeat;
	width:209px;
	height:49px;
	float:left;
	margin-left: 595px;	
	margin-top: -130px;
}
#Tete_7{
	background:url(Stunt/SourceGraphique/images/SITE_06.jpg) no-repeat;
	width:202px;
	height:26px;
	float:left;
	margin-left: 595px;	
	margin-top: -81px;
}
#Tete_8{
	background:url(Stunt/SourceGraphique/images/SITE_07.jpg) no-repeat;
	width:202px;
	height:55px;
	float:left;
	margin-left: 595px;	
	margin-top: -55px;
}
#Tete_Transition{
	background:url(Stunt/SourceGraphique/images/SITE_09.jpg);
	width:800px;
	height:41px;	
}
#PageG{
	width:250px;
	float:left;
	background:#006666;
}
#CaseG_Haut{
	background:url(Stunt/SourceGraphique/images/SITE_12.jpg);
	width:229px;
	height:35px;
	margin-top:10px;
 
}
#CaseG_Milieu{
	background:url(Stunt/SourceGraphique/images/SITE_16.jpg);
	width:229px;
	margin-top:0px;
	padding-top:0px;
	top:0px;
	clear:both;
}
#CaseG_Bas{
	background:url(Stunt/SourceGraphique/images/SITE_18.jpg) no-repeat;
	width:229px;
	height:4px;
}	
#CaseD_Haut{
	background:url(Stunt/SourceGraphique/images/SITE_14.jpg);
	width:496px;
	height:35px;
	margin-top:10px;
	margin-left:259px;
}
#CaseD_Milieu{
	background:url(Stunt/SourceGraphique/images/SITE_17.jpg);
	width:496px;
	height:auto;
	margin-left:259px;
}
#CaseD_Bas{
	background:url(Stunt/SourceGraphique/images/SITE_20.jpg) no-repeat;
	width:496px;
	height:4px;
	margin-left:259px;
}
#espace{
	height:10px;
	clear:both;
}
#Pied{
	background:url(Stunt/SourceGraphique/images/SITE_09.jpg);
	width:800px;
	height:41px;
	clear:both;
}
 
 
/* Les Textes               */
/* ------------------------ */
.Gauche_titre{
			font-family: Arial;
			font-size: 14px;
			color: #545559;
			text-align:left;
 
		}
Mon code 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
 
<html>
<head>
<title>SITE</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../indexCSS.css" rel="stylesheet" type="text/css">
</head>
<body >
<div id="global">
 
	<div id="Tete_Master">
     	<div id="Tete_1"></div>
     	<div id="Tete_2"></div>
          <div id="Tete_3"></div>
          <div id="Tete_4"></div>
          <div id="Tete_5"></div>
          <div id="Tete_6"></div>
          <div id="Tete_7"></div>
          <div id="Tete_8"></div>
     </div>
     <div id="Tete_Transition"></div>
     <div id="PageG">
     	<div id="CaseG_Haut"></div>
     	<div id="CaseG_Milieu">
          	<p class="Gauche_titre">News en folie !
               <br> Pkoi sa marche pas ???</p>
          </div>
     	<div id="CaseG_Bas"></div>
          <div id="CaseG_Haut"></div>
     	<div id="CaseG_Milieu">BONJOUR !<br> j'ai faim et toi ?</div>
     	<div id="CaseG_Bas"></div>
     </div>
     <div id="CaseD_Haut"></div>
     <div id="CaseD_Milieu"><p class="Gauche_titre">News en folie !
               <br> Pkoi sa marche pas ???</p>
               </div>
     <div id="CaseD_Bas"></div>
     <div id="espace"></div>
     <div id="Pied"> Site créer par Assoc Conception</div>
</div>
 
</body>
</html>

Merci d'avance, Cordialement,
Tentsuken,