@charset "UTF-8";
/* CSS Document */


td img {display: block;}body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}
body {
	background-color: #333333;
	background-image: url(images/fond.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}

.Titre {
	font-size: x-large;
	font-weight: bold;
}
.texte {
	font-size: medium;
	font-family: Helvetica, sans-serif;
}

.Titre_blanc {
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
}
.texte_blanc {
	font-size: medium;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
}


.crédits {
	color: #CCCCCC;
	font-size: small;
	font-family: Helvetica, sans-serif;
}
