/*
  Les styles définis dans ce fichier s'appliquent à toutes les pages du site. Il sont destinés
  à donner une unité visuelle et concernent principalement la navigation: menu du haut,
  menu de gauche, liens.
  Les styles et les pseudo-styles suivants doivent être définis:
  menu_haut
  menu_haut_actuel
  menu_gauche
  menu_gauche_actuel
  a:link
  a:visited
  a:active
  a:hover
 */
.menu_haut {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #666699
}
.menu_haut_actuel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #000000
}
.menu_gauche {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #666699
}
.menu_gauche_actuel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #000000
}
.retour {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
    font-variant: small-caps;
    color: #FF0000
}
a:link {
    text-decoration: none
}
a:visited {
    text-decoration: none
}
a:active {
    text-decoration: none
}
a:hover {
    text-decoration: none
}
