/* CSS du site Earth Pirates */ body { text-align: center; } #site { width: 90%; margin-left: auto; margin-right: auto; text-align: left; } #banniere { height:130px; background: #ffdead; } #cotegauche { float: left; width:120px; background: #00f; } #contenu { background: #ff0; } #cotedroit { float: right; width: 120px; background: #00f; }