body {
	background-color: #000000;
	margin: 0px;
	color: #B97CAF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #B97CAF;
	text-decoration: underline;
}

a:hover {
	color: #f2a2e5;
}

.adresse {
	color: #B97CAF;
	font-size: 10px;
	font-weight: bold;
}

.legende {
	color: #B97CAF;
	font-size: 8px;
}

table {
	font-size: 10px;
}

table.tableauGlobal {
	height: 100%;
}

select {
	color: #000000;
}
option {
	color: #000000;
}
input {
	color: #000000;
}
textarea {
	color: #000000;
}