Bonjour,

Ma page fonctionne très bien sous Firefox mais sous IE, elle n'est pas centrée.

Comment puis-je la centrer ?

Merci!

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
body {
background-color: #000033;
background-image:url(images/f1280.jpg);
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0 auto;
padding: 0;
}
 
#conteneur {
position: relative;
width: 850px;
margin: 0 auto;
padding: 0;
}
 
#bloc {
padding-top: 110px;
height: 450px;
min-height: 360px;
}