centrifier une table avec CSS

table.center {
    margin-left:auto; 
    margin-right:auto;
  }
Worried Walrus