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

.titre {
	font-size: xx-large;
	color: 003366;
	text-align: left;
}
.texte {
	font-size: medium;
	color: 003366;
	text-align: justify;
}
.texte_droite {
	font-size: medium;
	color: 003366;
	text-align: right;
}
body,td,th {
	color: #003366;
	font-family: Helvetica, sans-serif;
}
.credits {
	font-size: x-small;
	color: 003366;
	text-align: center;
}

body {
	background-color: #FFFFFF;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #003399;
}
a:active {
	color: #003399;
}
