@charset "utf-8";
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    color: #003399;

    text-decoration: underline;

    font-weight: normal;

    font-style: normal;

}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    color: #CC6600;

    text-decoration: underline;

    background-color: #FFFFFF;

    font-weight: normal;

    font-style: italic;

}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    color: #CC6600;

    text-decoration: underline;

    background-color: #FFFF00;

    font-weight: bold;

    font-style: normal;

}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    color: #FF0000;

    text-decoration: none;

    background-color: #CCCCCC;

    font-weight: bold;

    font-style: normal;

}
.navigation_normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	text-decoration: overline;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #993300;
}
.titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #996600;
}
.calen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}
