/* CSS Document */

body {
	background-color: #eaffc2;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	margin: 0 auto;
}

.titre {
	font-size: 14px;
	font-weight: 900;
	color: #003300;
	text-align: center;
}

a:link {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a {
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #003300;
}
a:active {
	text-decoration: none;
	color: #003300;
}

