/* CSS Document */
td {
	font-family: "Tahoma", Arial;
	font-size: 10pt;
}
body {
	font-family: "Tahoma", Arial;
	font-size: 10pt;
	background-color: #006666;
	margin: 0px;
}
a {
	color: #003300;
	text-decoration: none;
}
.formtext {
	font-weight: bold;
	color: #666666;
}
.lien {
	border: 1px inset #EAEAEA;
}
a.lien:hover {
	background-color: #EBEBEB;
	border: 1px outset #BFBFBF;
}
.ecrire {
	font-weight: bold;
	color: #CC9966;
}
a.ecrire:hover {
	color: #9999CC;
}
a.lien:active {
	background-color: #ECE9D8;
}

