/* Style pour les textes généraux */
Body {
      font-family:    times;
      font-size:      12pt;
      font-style:     normal;
      font-weight:    normal;
      color:          white;
      text-align:     left;
}
h2 {
      font-family:    times;
      font-size:      12pt;
      font-style:     normal;
      font-weight:    bold;
      color:          yellow;
      text-align:     center;
      text-transform: uppercase;
}
h3 {
      font-family:    times;
      font-size:      14pt;
      font-style:     normal;
      font-weight:    normal;
      color:          yellow;
      text-align:     center;
}
h4 {
      font-family:    times;
      font-size:      12pt;
      font-style:     normal;
      font-weight:    normal;
      color:          white;
      text-align:     left;
      margin:         0em;
}
p {
      font-family:    times;
      font-size:      12pt;
      font-style:     normal;
      font-weight:    normal;
      color:          white;
      text-align:     justify;
}
a:link {
      color:          white;
      font-weight:    normal}
a:active {
      color:          white;
      font-weight:    normal}
a:visited {
      color:          gray;
      font-weight:    normal}

/* Style pour les pages principales */
Body.PageP {
      font-family:           times;
      font-size:             12pt;
      font-style:            normal;
      font-weight:           normal;
      color:                 white;
      text-align:            left;
      background-repeat:     no-repeat;
      background-position:   center top;
      background-attachment: fixed;
      background-color:      #522376;
}
