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


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

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

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

/* A:hover Style des liens lorsque pointés par la souris */
A:hover {
    color:00ca00; 
    text-decoration:underline; 
    font-size: 10pt;
    font-weight: bold;
    font:arial;}

/* BODY Style du corps du texte */
BODY {
    background-color: #ffffff;
    background-image: url(images/calendfond.jpg);
    font-weight: bold}
	
/* Style du copyright */
.copyright {
	color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;}
/* Style du copyright */

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

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

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

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

