Body
{
  font-family: helvetica, arial, sans-serif;
  background: white;
  font-size: 12pt;
}

A:link
{ color: #00f; }
A:visited, A:active
{ color: #008; }

H1
{
  font-size: 24pt; 
  color: #f90;
}

H2
{ 
  font-size: 18pt;
  color: #900;
}

H3
{
  font-size: 14pt;
  color: #088;
}

H4
{
  font-size: 12pt;
  font-weight: bold;
  color: #808;
}

TABLE, TD
{
  font-family: helvetica, arial, sans-serif;
}

pre, tt
{
  font-family: courier, ms courier new, fixed, monospace;
  font-size: 12pt;
}

p
{
  text-align: justify;
}

.alert
{
  color: red;
}

.exemple
{
  background-color: #ffd;
}

.exemple-title
{
  font-size: 11pt;
  font-weight: 600;
  text-align: center;
}