a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF6699;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #996699;
}
.page {
	background-color: #93003A;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #CC0066;
	font-weight: bold;
	text-align: center;
}
a:hover.menu {
	text-decoration: none;
	background-color: #FFB7D6;
	color: #000000;
}
.descriptif {
	font-family: "Monotype Corsiva", "Times New Roman", serif;
	font-size: 22px;
	color: #000000;
	font-weight: normal;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bolder;
}
a:link.nav {
	text-decoration: none;
	color: #000000;
}
a:visited.nav {
	text-decoration: none;
	color: #000000;
}
a:hover.nav {
	text-decoration: none;
	color: #000000;
	background-color: #FFB7D6;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
h2 {
	font-family: "Monotype Corsiva", "Times New Roman", serif;
	font-size: 28px;
	text-align: center;
}

