/* CSS du site Earth Pirates */ #site { margin-left:auto; /* pour centrer le body */ margin-right:auto; /* pour centrer le body */ width:700px; /* à revoir plus tard (pour une résolution 1024*768) */ } #banniere { position:absolute; width:100%; height:130px; top:0; bottom:auto; right:0; left:0; } #cotegauche { position:absolute; width:120px; top:130px; bottom:auto; left:0; right:auto; } #contenu { position:absolute; top:130px; bottom:auto; left:120px; right:auto; width:460px; } #cotedroit { position:absolute; width:120px; top:130px; bottom:auto; left:580px; right:0; }