html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #b9b9b9;
	margin: 0px;
	padding: 0px;
	border: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}
h1 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #66cc50;
}
h2 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
h3 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #66cc50;
	font-size: 12px;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #66cc50;
	font-size: 12px;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
a.lien:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
a.lien:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
a.lien:hover {
	font-weight: bold;
	text-decoration: none;
	color: #66cc50;
	font-size: 12px;
}
a.menu:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}
a.menu:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}
a.menu:hover {
	text-decoration: none;
	font-weight: bold;
	color: #66cc50;
	font-size: 13px;
}
a.haut:link {
	text-decoration: none;
	font-weight: bold;
	color: #E9E7E2;
	font-size: 10px;
}
a.haut:visited {
	text-decoration: none;
	font-weight: bold;
	color: #E9E7E2;
	font-size: 10px;
}
a.haut:hover {
	text-decoration: none;
	font-weight: bold;
	color: #66cc50;
	font-size: 10px;
}
div#accueil	{position: relative;
		padding: 10px;
		margin-bottom: 10px;
		margin-top: 15px;
		width: 170px;
		height: 130px;
		border-width: 1px;
		border-color: #66cc50;
		background-color: #b9b9b9;
		border-style: solid;
		border-radius: 10px 10px;
		-moz-border-radius: 10px
}
