Position: absolute ne fonctionne pas, c'est encore pire !
Voici ma CSS :
/* CSS Document */
BODY {
background-color: #d2d2d2;
margin: 0;
color: #ffffff;
}
#header {
background-image: url('gfx/haut.jpg');
width: 783px;
height: 191px;
}
#menu_haut {
background-image: url('gfx/menu_haut.jpg');
width: 195px;
height: 90px;
}
#menu_bg {
background-image: url('gfx/menu_bg.gif');
width: 173px;
height: 100%;
padding-left: 12px;
}
#menu_bas {
background-image: url('gfx/menu_bas.jpg');
width: 185px;
height: 202px;
}
.li #gamers_enjoy {
background-image: url('gfx/planete-pc.jpg');
}
#corps_haut {
background-image: url('gfx/corps_news.gif');
width: 563px;
height: 24px;
margin-left: 205px;
margin-top: 20px;
float: left;
}
#corps {
text-align: justify;
background-image: url('gfx/corps_bg.gif');
width: 548px;
margin-left: 205px;
background-repeat: repeat-y;
padding-left: 15px;
padding-right: 150px;
float: left;
}
#corps_bas {
background-image: url('gfx/corps_bas.gif');
width: 563px;
height: 15px;
margin-left: 205px;
float: left;
}
#footer {
background-image: url('gfx/bas.jpg');
width: 783px;
height: 63px;
}
.spacer {
clear: both;
}