h1 {
  font-size: 12px;
}
h2 {
  font-size: 16px;
}
a.linkBlack:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
}
a.linkBlack:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
}
a.linkBlack:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #cc0000;
}
a.linkBlack:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a.linkRouge:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #990000;
}
a.linkRouge:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #990000;
}
a.linkRouge:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #cc0000;
}
a.linkRouge:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #990000;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	word-spacing: normal;
}
.gros {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #999999;
	font-weight: normal;
}
.lien {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.importantRouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #990000;
}
.importantBlack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #cc0000;
}

