
	<-- police par défaut utilisée dans toutes les cellules de tableau -->
    TD {
    font-family:arial;
    font-size:11px;
    }
    <!-- police des grands titres de page -->
    .titre {
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    }
    <-- police des titres de partie (soulignés d'un trait orange) -->
    .sous_titre {
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    }
    <!-- style des liens des intitulés de cadre des menus à droite et à gauche -->
    .menu_categorie {
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    }
    <-- style du copyright en bas de page -->
    .copyright {
    font-family:arial;
    font-size:10px;
    font-weight:bold;
    }
    <-- style du lien présent dans le copyright -->
    .copyright_lien {
    text-decoration:none;
    font-weight:normal;
    color:navy;
    }
    .copyright_lien:Hover {
    text-decoration:none;
    font-family:arial;
    font-size:10px;
    font-weight:bold;
    color:#c1c3d6;
    }
    <-- style du texte rapportant une erreur dans un script ou une requete -->
    .erreur {
	color:red;
    font-family:arial;
    font-size:11px;
    font-weight:bold;	
    }
    <-- style des liens -->
    A {
    text-decoration:none;
    font-weight:normal;
    color:navy;
    }
    A:Hover {
    text-decoration:none;
	font-weight:normal;
    font-family:arial;
    color:#c1c3d6;
    }
    <-- style des liens du menu à gauche -->
    A.liens_menu {
    text-decoration:none;
    font-weight:normal;
    font-size:11px;
    color:navy;
    }
    A.liens_menu:Hover {
    text-decoration:none;
    font-weight:normal;
    font-family:arial;
    color:white;
    }
    <-- style des liens qui s'ouvrent lorsqu'on clique sur une catégorie dans le menu -->
    A.liens_sousmenu {
    text-decoration:none;
    font-weight:normal;
    font-size:11px;
    color:navy;
    }
    A.liens_sousmenu:Hover {
    text-decoration:none;
    font-weight:normal;
    font-family:arial;
    color:#c1c3d6;
    }
    <-- style des liens dans l'annuaire de sites -->
    A.liens_annuaire {
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    color:navy;
    }
    A.liens_annuaire:Hover {
    text-decoration:none;
    font-weight:normal;
    font-family:arial;
    color:#c1c3d6;
    }
    <-- style des titres de tableaux -->
    A.titres_tableau {
    text-decoration:none;
    font-weight:bold;
    font-size:11px;
    color:navy;
    }
    A.titres_tableau:Hover {
    text-decoration:none;
    font-weight:normal;
    font-family:arial;
    color:white;
    }
    <-- style des lignes impaires des tableaux -->
    .ligne_tab1 {
	background-color:#c1c3d6;
	position:top;
	padding:2;
    }
    <-- style des lignes paires des tableaux -->
    .ligne_tab2 {
	background-color:#E7E8F3;
	position:top;
	padding:2;
    }
    <-- style des boutons input -->
    INPUT {
    font-family:verdana;
    font-size:10px;    
    }
    <-- style des boites déroulantes select -->
    SELECT {
    font-family:verdana;
    font-size:10px;    
    }
