a:link {
	text-decoration: none;
	color: #006400;
}

a:visited {
	text-decoration: none;
	color: #228B22;
}

a:hover {
	text-decoration: underline;
	color: #006400;
}

BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006400;
	font-size: small;
}

.mn_Haut {
	font-size: x-small;
	color: Yellow;
}

.mn_Horiz {
	font-size: x-small;
	background-image: url(Images/mn_Horiz.gif);
	background-repeat: repeat-x;
}

.form_TextBox {
	BORDER-RIGHT: #32cd32 1px solid;
	BORDER-TOP: #006400 1px solid;
	FONT-SIZE: xx-small;
	BORDER-LEFT: #006400 1px solid;
	COLOR: #006400;
	BORDER-BOTTOM: #32cd32 1px solid;
	BACKGROUND-COLOR: #FCFEBD;
}

.form_SelectBox {
	color: #006400;
	background-color: #FCFEBD;
	font-size: xx-small;
	border: 1px solid #006400;
	text-align: left;
	margin-left: 3px;
	margin-top: 1px
}

.formsubmit {
	BORDER-RIGHT: #006400 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #32cd32 1px solid;
	PADDING-LEFT: 2px;
	FONT-SIZE: x-small;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #32cd32 1px solid;
	COLOR: Yellow;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #006400 1px solid;
	BACKGROUND-COLOR: Green;
}

.etiq_Form {
	font-size: x-small;
	padding: 3px;
	color: #006400;
}

.copy {
	font-size: xx-small;
}

H3 {
	font-weight : bold;
}

H3:first-letter {
	font-size: larger;
}

.paragraphe {
	font-size: x-small;
}

.liste {
	list-style-image: url(Images/puce1.gif);
  list-style-position: inside;
}