@charset "utf-8";
/* CSS Document */
.titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#lien {
	color: #666;
}
.black {
	color: #666;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #666;
}
body {
	background-image: url(fond.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: center;
}
.big {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #CCC;
	font-weight: bold;
	text-align: center;
}
.left {
	text-align: right;
}
.centered {
	text-align: center;
}
