Bonjour à tous, j'ai quelques petit problème avec mon site (http://vision1manga.olympe-network.com/acceuil.php) comme vous pouvez le constater sous IE on vois juste le menu, et sous Firefox pas le fond ni rien et je ne sais absolument pas d'où ça viens donc voila les codes etc...
Code de ma page index.php :
Code: 

- <!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">
- <head>
-
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Bienvenue !</title>
-
-
- <link href="vision.css" rel="stylesheet" type="text/css" media="screen" />
-
- </head>
-
-
- <body>
-
- <!--******************** CADRE PRINCIPAL ******************** -->
- <div id="visionmanga"><!--******************** HEADER ******************** -->
- <div id="header">
- <h1>vision manga.com</h1>
-
- </div>
-
- <!--******************** INTRO ******************** -->
- <div id="intro">
- <p><a href="http://validator.w3.org/check?uri=referer">::
- xhtml ::</a>
- <a href="%20http://jigsaw.w3.org/css-validator/check/referer">::
- css2 ::</a>
- decoupe et mise en page xhtml / css : <a href="http://www.decoupe-fr.net/forums/index.php">::
- decoupe-fr.net ::</a> </p>
-
- </div>
-
- <!--******************** LEFTBAR Menu Gauche ******************** -->
- <div id="leftbar">
- <h2><img src="menu1.jpg" alt="menu 1" /></h2>
-
- <ul>
-
- <?php include("menu.php");?>
-
-
-
- </div>
-
- <!--******************** RIGHTBAR Menu Droit ******************** -->
- <div id="rightbar">
- <h2><img src="menu2.jpg" alt="menu 2" />
-
- <?php include("menu2.php");?>
-
-
- </div>
-
- <!--******************** CONTENT Centre ******************** -->
- <div id="content">
- <h2 style="margin-left: 40px;"><img src="h2content.jpg" alt="" /></h2>
-
- <br />
-
- <div style="text-align: center; font-weight: bold;"><big><big>On
- as Changé d'hebergeur !<br />
-
- </big></big>
- <p style="text-align: left; margin-left: 40px;" class="MsoNormal"> </p>
-
- <div style="text-align: left; margin-left: 40px;"></div>
-
- <p style="text-align: left; margin-left: 40px;" class="MsoNormal"><big>Ehhhh oui, on as changer
- d'hébergeur on a préférer un
- gratuit ^^ les pages devraient être toutes
- opérationnelles d'ici 4 à 5 jours
- d'ici la faites autre chose ^^.<br />
-
- <br />
-
- Cordialement<br />
-
- <br />
-
- Les administrateurs
-
- <div style="text-align: left; margin-left: 40px;"></div>
-
- <p style="text-align: left; margin-left: 40px;" class="MsoNormal"><big><span style=""> </span></big></p>
-
- </div>
-
- <p class="MsoNormal">
-
- <div style="margin-left: 40px;"><big><br />
-
- </big></div>
-
- </div>
-
- <!--******************** FOOTER ******************** -->
- <div id="footer">
- <form action="page.php">
- <p><label for="log">Login<input id="log" type="text" /></label> <label for="pass">Mot
- de Passe<input id="pass" type="password" /></label>
- <input id="sub" value="validez" type="submit" /></p>
-
- </form>
-
- </div>
-
- </div>
-
- <!--Fermeture #visionmanga -->
- </body>
- </html>
Et mon css :
Code: 

- body {
- margin: 0;
- padding: 0;
- font: 65% Arial, Helvetica, sans-serif;
- }
- *{margin: 0; padding: 0; list-style: none}
- /*******************************************
- CADRE DE LA PAGE
- ***************************************************/
- #visionmanga {
- margin: 4px auto;
- padding: 0;
- width: 994px;
- background: url(img/visionmanga.jpg) repeat-y 0 0;
- }
- .tl {position: absolute; top: 0;left: 0;}
- .tr {position: absolute; top: 0;right: 0;}
-
-
- /*******************************************
- HEADER
- ***************************************************/
- #header {
- margin: 0;
- padding: 0;
- height: 147px;
- background:#fff url(img/header.jpg) no-repeat 139px 0;
- }
- #header h1{
- margin: 0;
- padding: 0;
- display: none;
- }
-
- /*******************************************
- INTRO
- ***************************************************/
- #intro{
- margin: 0;
- padding: 0;
- height: 41px;
- background: url(img/intro.jpg) no-repeat 0 0;
- }
- #intro p{
- margin: 0 150px;
- padding: 14px 0 0 0;
- line-height:8px;
- color:#888888;
- text-align:center
- }
- #intro a{
- text-decoration:none;
- color:#AAAAAA
- }
-
- /*******************************************
- LEFTBAR
- ***************************************************/
- #leftbar {
- margin: 0;
- padding: 0;
- width: 140px;
- float: left;
- text-transform:capitalize;
- font-size: 1.2em;
- }
- #leftbar ul{
- margin: 0 2px;
- padding: 10px 0 20px 0;
- }
- #leftbar ul li a{
- margin: 0;
- padding: 0 0 0 10px;
- color: #933300;
- display: block;
- line-height: 20px;
- font-weight:bold;
- text-decoration: none;
- }
- #leftbar ul li a:hover{ color:#FF9900}
-
- /*******************************************
- RIGHTBAR
- ***************************************************/
- #rightbar {
- margin: 0;
- padding: 0;
- width: 120px;
- float: right;
- font-size:1.2em;
- text-align:right
- }
- #rightbar ul{
- margin: 0 2px;
- padding: 20px 0 30px 0;
- }
- #rightbar ul li a{
- margin: 0;
- padding: 0 10px 0 0;
- color: #933300;
- display: block;
- line-height: 20px;
- font-weight:bold;
- text-decoration: none;
- }
- #rightbar ul li a:hover{ color:#FF9900}
- /*******************************************
- CONTENT
- ***************************************************/
- #content {
- margin: 0 147px 0 159px;
- padding: 0;
- background:
- }
- #content h2, #leftbar h2, #rightbar h2,{
- margin: 0;
- padding: 0;
- font-size: 0;
- }
- #content h2 img{
- display: block
- }
-
- #content h3{
- margin: 0;
- padding:50px 0 0 0;
- font: bold 1.4em Arial, Helvetica, sans-serif;
- text-align: center;
- text-transform: capitalize;
- color:#febe9a;
- }
-
- #content h4{
- margin: 0 2em;
- padding: 1em 0 0 0;
- font: bold 1em Arial, Helvetica, sans-serif;
- text-align: justify;
- }
- #content h5{
- margin: 1em 2em 0;
- padding: 0.2em 0;
- font: bold 1em Arial, Helvetica, sans-serif;
- text-align: justify;
- }
- #content .p1, .contact .p1{
- margin: 0 2em;
- padding: 0.4em;
- font: 1.2em Arial, Helvetica, sans-serif;
- text-align: justify;
- color: #555555;
- }
- #content .p2{
- margin: 0 2.2em;
- padding: 0.2em 0.4em 0.5em;
- font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
- text-align: justify;
- color: #777777;
- }
- #content .p2 a{
- float: right;
- margin: 0 0 0 1.5em;
- text-decoration: none;
- color: #aa5038;
- }
-
- /*******************************************
- FOOTER
- ***************************************************/
- #footer {
- height: 220px;
- clear: both;
- background: url(img/footer.jpg) no-repeat 0 0;
- }
- #footer form{
- padding: 100px 0 0 390px;
- }
- #footer form #log, #pass{
- width: 120px;
- border: 1px dashed #bad4e1;
- margin: 0 15px 0 5px;
- font-size: 11px;
- }
- #footer form #sub{
- width: 60px;
- border: 1px dashed #bad4e1;
- font-size: 11px;
- background:#d8f2f2;
- vertical-align:bottom
- }
Voila, merci d'avance.
David Bruno