body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #006699;
	color: #FFFFFF;
	margin: 0px;
}
input {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #005177;
	text-decoration: none;
	border: 1px solid;
}
textarea {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #005177;
	border: 1px solid;
}
.fond {
	background-image: url(french/contact/entete.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fond2 {
	background-image: url(english/contact/entete.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
