body
{
  margin: 0px;
  padding: 0px;
  font-family: Times, "Times New Roman", Roman, serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  color: #000000;
}

.footer
{
  font-family: Times, "Times New Roman", Roman, serif;
  font-size: 12px;
  line-height: 12px;
  color: #666666;
}

.footer a
{
  color: #666666;
  text-decoration: underline;
  font-weight: bold;
}

.footer a:hover
{
  text-decoration: none;
}

.rubrique-title
{
    font-family: Comic Sans MS;
    font-size: 10pt;
    text-align: left;
    text-decoration: none;
    line-height: 18px;
    white-space: nowrap;
    color: #400000;
    font-weight: bold;
}

.rubrique-title2
{
    font-family: Courier New, Lucida Console, Monaco, Andale Mono;
    font-size: 13pt;
    text-align: left;
    text-decoration: none;
    background-color: #CC0000;
    color: white;
    font-weight: bold;
    height: 20px;
}

.rubrique-text
{
  font-family: Arial, Helvetica, Verdana, Geneva;
  font-size: 10pt;
  text-align: justify;
  text-decoration: none;
  color: #330000;
}

.rubrique-title td
{
  background-image: url(/style/h1.gif);
  background-position: right;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #663300;
  font: bold 18px Garamond;
  letter-spacing: 4px;
  text-align: right;
  border-bottom: 1px dotted #663300;
  padding-right: 60px;
  padding-top: 17px;
  height: 20px;
}

.rubrique-text a
{
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}

.rubrique-text a:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #CC0000;
}

.rubrique-nav
{
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #999999;
}

.rubrique-nav a
{
  color: #000000;
  text-decoration: none;
}

.rubrique-nav a:hover
{
  color: #660000;
}

.nav
{
  font-size: 8pt;
  color: #993333;
  text-decoration: none;
}

.nav a
{
  font-size: 8pt;
  color: #993333;
  font-weight: bold;
  text-decoration: none;
}

#dhtmlgoodies_tooltip
{
    background-color:#EEE;
    border:1px solid #000;
    position:absolute;
    display:none;
    z-index:20000;
    padding:2px;
    font-size:0.9em;
    -moz-border-radius:6px; /* Rounded edges in Firefox */
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

#dhtmlgoodies_tooltipShadow
{
    position:absolute;
    background-color:#555;
    display:none;
    z-index:10000;
    opacity:0.7;
    filter:alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -moz-border-radius:6px; /* Rounded edges in Firefox */
}


