body {
	background-attachment: fixed;
	background-color: #99AF74;
	background-image: url(../texture-index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	color: #6f6c39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #6f6c39;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

.adresse {
	color: #6f6c39;
	font-size: 10px;
	font-weight: bold;
}

.legende {
	color: #6f6c39;
	font-size: 8px;
}

table {
	font-size: 10px;
}

table.tableauGlobal {
	height: 100%;
}

select {
	color: #6f6c39;
}
option {
	color: #6f6c39;
}
input {
	color: #6f6c39;
}
textarea {
	color: #6f6c39;
}