
BODY {
  background: white;
  color: #330099;
  font-weight : italic;
  margin: 0px;
}
img
{
border: 0;
}

A {
  color: #3398cc;
  text-decoration: none;
  font-size: 11px;
}

A:hover {
  color: #ffc213;
  text-decoration: none;
  font-weight : italic;
  font-size: 11px;
}
A.menu {
  color: #330099;
  text-decoration: none;
  font-size: 11px;
  font-weight : italic;
  font-weight : bold;
}

A.menu:hover {
  color: #ffff00;
  text-decoration: none;
  font-weight : italic;
  font-weight : bold;
  font-size: 11px;
}
A.footer {
  color: #3398cc;
  text-decoration: none;
  font-size: 11px;
  font-weight : bold;
}

A.footer:hover {
  color: #330099;
  text-decoration: none;
  font-weight : italic;
  font-size: 11px;
  font-weight : bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  white-space: pre;
}
TABLE{
  border-color: #ffff00;
  border-style: solid;
  border-width: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #330099;
}
TABLE.menu{
  
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #330099;
}
TABLE.blanc{
  
  border-color: #ffff00;
  border-style: solid;
  border-width: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: white;
}

