/* Définition de règle */
@charset "iso-8859-1";


/* A:link Style des hyperliens */
A:link {
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-size:9pt;        
	color: navy;      
	text-decoration: none}

/* A:visited Style des liens déjà visités */
A:visited {
	font-family: Arial,Helvetica;
	font-weight: bold; 
	font-size:9pt;
	color: #cc6699;
	text-decoration: none}

/* A:active Style des liens actifs, c'est-à-dire sélectionnés */
A:active {
	font-family: Arial,Helvetica;  
	font-weight: bold; 
	font-size:9pt;
	color: #008000;
	text-decoration: underline}

/* A:hover Style des liens lorsque pointés par la souris */
A:hover {
	font-family: Arial,Helvetica;
	font-weight: bold; 
        font-size:9pt;
	color: #008000;
	text-decoration:underline;}

/* BODY Style du corps du texte 
    background-image: url(/images/algi6.jpg) */
BODY {font-family: Arial,Helvetica;      font-size:10pt;      background-color: #ffffff;}

/* Style du copyright 
    font-weight: bold; */
.copyright {
  color: #606060;
  font-size: 8pt;}

.copyright-a {
  color: #FF8000;
  font-weight: bold;
  font-size: 8pt;}

.copyright-l {
  color: #00AC00;
  font-weight: bold;
  font-size: 8pt;}

.copyright-g {
  color: #0000A0;
  font-weight: bold;
  font-size: 8pt;}

.copyright-i {
  color: #8F02B9;
  font-weight: bold;
  font-size: 8pt;}


.region {color: green;        font-weight: bold;      font-size: 9pt;}

.region-active {font-weight: bold;      font-size: 9pt;}

.date {color: #999999; font-size: 7pt; text-indent: 6pt}

.date-modif {font-family: Arial,Helvetica;      font-size: 8pt;      color: #b9b9b9;}

H2 {font-size: 16pt;}

.section {color: navy;     font-weight: bold;      font-size: 12pt;}

.section-active {font-weight: bold;      font-size: 12pt;}

.item {font-size: 8pt;}

.calendrier {color: navy;        font-size: 10pt;}

.compteur {color: #b9b9b9; font-size: 10pt; font-weight: bold; }

.compteur-entete {color: #000000; font-size: 10pt; }


/*     Fin de la section de style     */

