body
{
  font-family: sans-serif;
  background-color: rgb(240,248,255);
}

.titre
{
  font-family: sans-serif;
  font-size: x-large;
  font-weight: 700;
  text-align: center;
  color: rgb(0,0,0);
}

.normal
{
  font-family: serif;
  text-align: justify;
  color: rgb(0,0,0);
  line-height: 1.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.note
{
  font-family: serif;
  text-align: justify;
  color: rgb(0,0,0);
  font-size: 50%;
  line-height: 1.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.code
{
  font-family: monospace;
  text-align: justify;
  color: rgb(0,0,0);
  line-height: 1.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

span.moi
{
  font-style: italic;
}

a:link
{
  color: rgb(0,0,128);
}
a:visited
{
  color: rgb(128,128,128);
}

p.titre
{
  font-size: x-large;
  font-stretch: ultra-expanded;
  font-variant: small-caps;
  font-weight: 700;
  line-height: 1.33em;
  text-align: center;
}

.accueil
{
  border-left-width: 0;
  border-top-width: thick;
  border-right-width: 0;
  border-bottom-width: thick;

  border-left-style: hidden;
  border-top-style: double;
  border-right-style: hidden;
  border-bottom-style: double;

  font-family: serif;
  font-size: x-small;

  margin: 0;

  padding-left: 1em;
  padding-top: 0.25em;
  padding-right: 1em;
  padding-bottom: 0.25em;

  text-align: left;

  width: 100%;
}

span.bouton
{
  font-family: monospace;
  font-weight: 700;
  color: rgb(0,0,0);
  background-color: rgb(192,192,192);
  border-width: 2px;
  border-color: rgb(224,224,224) rgb(64,64,64) rgb(64,64,64) rgb(224,224,224);
  border-style: solid;
  padding: 0.2em 0.5em 0.2em 0.5em;
}

