/* file: saintamh.css       */

/* Herve Saint-Amand        */
/* Montreal                 */
/* Sun Jan  8 20:21:58 2006 */

/* ------------------------------------------------------------------------- */

p, td, th, a, ul, li, span {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 9pt;
}

h1 {
  font-family: verdana, helvetica, arial;
  font-size: 15pt;
}

h3 {
  font-family: verdana, helvetica, arial;
  font-size: 11pt;
}

input.submit {
  font-family: verdana, helvetica, arial;
  font-size: 8pt;
}

/* ------------------------------------------------------------------------- */

span.lien {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.novisit A:visited {
  color: blue;
}

/*-------------------------------------------------------------------------- */
/* code */

div.infobox {
    border: solid 1px #666;
    padding: 0 1em;
    margin-bottom: 2em;
}

th.infobox-label, td.infobox-value {
    text-align: left;
    vertical-align: top;
    padding: 0.25em 0;
}

th.infobox-label {
    padding-right: 0.5em;
}

p.code-project {
    text-align: justify;
}

/* ------------------------------------------------------------------------- */

