/*
=============================================================

 Client : Site Team 59
 Projet : CSS
 Dossier : HTML
 Module : >

 Developpeur: Rodolphe IRIBARNE - rodolphe_iribarne@hotmail.com
 Version: 1.00
 Date: 18/03/2002

=============================================================

 Descriptif:
 realisation de la planche de css qui nous permettra de supprimer toutes les font du site
 ceci afin d'Ítre en norme avec le xhtml du w3c
 Generation des liens et du fond blanc du site.

*/




html, body   { color: #000000; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: justify; background-color: #ffffff }

/* liens generaux du site */ 
a:link  { color: #CC0000; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular}
a:visited    { color: #000099; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline}
a:hover   { color: #CC0000; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

/* liens de la partie basse des titres */ 
a.lienbas:link   { color: #000000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.lienbas:visited    { color: #000000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.lienbas:hover   { color: #000000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

/* liens de la partie basse de la page */ 
a.lienbaspage:link   { color: #000000; font-size: 10px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.lienbaspage:visited    { color: #000000; font-size: 10px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.lienbaspage:hover   { color: #000000; font-size: 10px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

a.sousmenu:link   { color: #CC0000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.sousmenu:visited    { color: #CC0000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.sousmenu:hover   { color: #CC0000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

/* texte generaux */ 
.texte    { color: #000000; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: justify }
.textenonjustifie    { color: #000000; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.texterougegras    { color: #CC0000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.titrerouge    { color: #CC0000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.titrenoir    { color: #000000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.titrenoirsoul    { color: #000000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

/* tableaux specifiques */
table.news { background: #ffffff url(../images/barre_illustration/news_fond.gif) left top }
table.grille { background: #ffffff url(../images/puces/horizontal_points.gif) left top}

