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