body { text-align: center; } div { align: center; text-align: center; margin-left: auto; margin-right: auto; } div#conteneur { width: 90%; } div#gauche { float: left; width: 30%; background-color: #944545; } div#centre { width:30%; background-color: #084587; } div#droite { float: right; width: 30%; background-color: #AD9834; } |