@charset "utf-8";
/* CSS Document */
a:link {
	color: #67B4B4;
	text-decoration: none;
}
a:visited {
	color: #67B4B4;
	text-decoration: none;
}
a:hover {
	color: #67B4B4;
	text-decoration: underline;
}
a:active {
	color: #67B4B4;
	text-decoration: none;
}
.titre {
	font-size: 21px;
	color: #1188FF;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	text-emphasis: none;
	font-variant: small-caps;
	font-stretch: expanded;
	font-weight: bold;
}
body {
	background-color: #000000;
}
