body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #922C22;
	text-decoration: none;
}

a:hover {
	color: #766A5D;
}

.adresse {
	color: #922C22;
	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;
}