/* This stylesheet is for the H4 ummite letter in french
 */

/*  -------------------- img -------------------- */
img.map {
  max-width: 100%;
}
/*  -------------------- table -------------------- */
table.center {
  margin: auto;
}
/*  -------------------- td -------------------- */
td.center {
  text-align: center;
}
td.right {
  text-align: right;
}
td.top {
  vertical-align: top;
}
