Bonjour,

j'ai un problème d'affichage avec un site internet qui recquiert votre aide.
En effet, je veux afficher mon menu à gauche et mon contenu à droite or sur IE tout s'affiche correctement, tandis que sur FF & Chrome mon contenu chevauche mon menu voila mon CSS.

Merci d'avance & bonne journée!

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
body
{
background-image:url("../images/fond_principal.jpg");
background-repeat: no-repeat;
background-position:left bottom;
font-size:12px;
}
 
#menu
{
float: left;
 
border:none;
width: 100px;
margin-left: - 50px;
}
 
#logo
{
margin-top:-15px;
}
 
#navigation { 
width: 150px ;
list-style: none ; 
margin: 0 ; 
padding: 0 ;
text-decoration: none;
text-align: center;	
margin-top:15px;
margin-left:50px;
}
 
#titre_haut
{
margin-left:10px;
color:397cd7 ; 
}
 
a
{ 
text-decoration: none;
color: white;
text-align: center;
font-family: verdana;
}	
 
#navigation li { 
height: 10px; 
padding:10px;
background: #397cd7 ; 
color: white ; 
text-decoration: none;
margin-bottom: 10px ;
 
}
 
#navigation  a:hover,
{ 
text-decoration: underline ; 
}
 
#image
{
float:left;
margin-top:100px;
margin-left:115px;
}
 
#image2
{
float:left;
margin-top:35px;
margin-left:20px;
}
 
#image3
{
float:left;
margin-top:35px;
margin-left:20px;
}
 
#image4
{
position: absolute; 
margin-top:10px;
margin-left:120px;
}
 
#texte_aero_L
{
float:left;
margin-top:40px;
width:550px;
height:180px;
background-color: #6096e0 ; 
font-size:11px;
font-family: verdana;
color:white;
-moz-border-radius: 20px; 
-webkit-border-radius: 20px; 
padding:10px;
}
 
#texte_ballon
{
font-size:11px;
font-family: verdana;
color:white;
-moz-border-radius: 20px; 
-webkit-border-radius: 20px; 
padding:10px;
float:right;
width:450px;
height:280px;
background-color: #6096e0 ; 
}
 
#texte_pompes
{
font-size:11px;
font-family: verdana;
color:white;
-moz-border-radius: 20px; 
-webkit-border-radius: 20px; 
padding:10px;
float:right;
margin-top:20px;
width:450px;
height:250px;
background-color: #6096e0 ; 
}
 
#img_num
{
margin-left: 55px;
margin-top:20px;
display: inline;
}
 
#texte_panneaux
{
font-size:11px;
font-family: verdana;
color:white;
-moz-border-radius: 20px; 
-webkit-border-radius: 20px; 
padding:10px;
float:right;
margin-top:130px;
width:250px;
height:225px;
background-color: #6096e0 ; 
}
 
#texte_eoliennes
{
font-size:11px;
font-family: verdana;
color:white;
-moz-border-radius: 20px; 
-webkit-border-radius: 20px; 
padding:5px;
float:right;
margin-top:100px;
width:320px;
height:90px;
background-color: #6096e0; 
}
 
#texte_eoliennes2
{
font-size:11px;
font-family: verdana;
color:white;
-moz-border-radius: 20px; 
-webkit-border-radius: 20px; 
padding:5px;
float:right;
margin-top: 40px;
width:500px;
height:155px;
background-color: #6096e0 ; 
}
 
#corp
{
position:absolute;
background-color:red;
float:right;
width:950px;
height:800px;
}
Et voici 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
<html>
	<head>
		<title></title> 
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<META NAME="Identifier-URL" CONTENT=" http://www." />
		<!-- 30 a 50 mots suffisent-->
		<META name="description" content="nties d'un groupe mondial"/>
		<meta name="y_key" content="b0dc80774a90eca1" />
		<link rel="stylesheet" media="screen" type="text/css" title="Design" href="css/design.css" />
	</head>
	<body>
	<div id="menu">
		<div id="logo">
				<img src="images/logo.jpg"/>
		</div>
		<ul id="navigation"> 
				<li><a href="index2.html" title="aller à la section accueil"><b>Accueil</b></a></li> 
				<li><a href="panneaux_solaire.html" title="aller à la section Panneaux Solaires">Panneaux <b>Solaires</b></a></li>  
				<li><a href="ballons_solaires.html" title="aller à la section Ballons Solaires">Ballons <b>Solaires</b></a></li> 
				<li><a href="aerothermie.html" title="aller à la section Aérothermie"><b>Aérothermie</b></a></li> 
				<li><a href="eoliennes.html" title="aller à la section Eoliennes"><b>Eoliennes</b></a></li> 	
		</ul>
		<div id="img_num">
			<img src="images/numéro.jpg"/>
		</div>
	</div>
	<div id="corp">
 
 
	</div>
	</body>
</html>