/* partenaires.css */

table.partners {
  border: 1px solid black;
  margin: 0 0 10px 10px;
}

table.partners tr td.head {
  height: 20px !important;
  line-height: 20px;
  border-bottom: 1px solid black;
  text-align: center;
  background: black;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 0 !important;
}

table.partners td {
  width: 186px;
  height: 70px;
  text-align: center;
  padding: 20px 0 !important;
}

table .logo {
  display: block;
  widht: 120px;
  height: 90px;
}

table.partners a {
  font-size: 12px;
  color: black !important;
}

#MainContent a:active {
  padding: 0 !important;
}

table.business {
  width: 98%;
  margin: 10px;
}

table.business td {
  width: 33%;
}

table.press {
  width: 98%;
}

table.press td {
  width: 33%;
}

table.press .logo {
  margin: 0;
  padding: 0;
}