/*
  Rador8 - Ma page
  Copyright Cédric Radosavljevic 2010-2024. Tous droits réservés.
*/

body
  {
  margin: 0px;
  padding: 0px;
  background-color: #eee;
  font: 14px arial, helvetica, sans-serif;
  cursor: text;
  color: #000;
  }

a, a:visited
  {
  cursor: crosshair;
  color: #000;
  font-weight: bold;
  background-color: #eee;
  text-decoration: none;
  }

a:hover
  {
  color: #c6c;
  background-color: #eee;
  }

table
  {
  width: 100%;
  }

td
  {
  width: 20%;
  text-align: center;
  border-top: 2px solid #ddd;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  border-left: 2px solid #ddd;
  }

td:hover
  {
  border-top: 2px solid #c6c;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  border-left: 2px solid #c6c;
  }