body {
	background-attachment: fixed;
	background-color: #efe3f0;
	background-image: url(../texture.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	color: #000000;
	font-family: Arial;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #934498;
}

.adresse {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.legende {
	color: #000000;
	font-size: 8px;
}

table {
	font-size: 10px;
}

table.tableauGlobal {
	height: 100%;
}
table.contour {
border-left: solid 1px #934498;
border-right: solid 1px #934498;
border-top: solid 1px #934498;
border-bottom: solid 1px #934498;

}
select {
	color: #000000;
}
option {
	color: #000000;
}
input {
	color: #000000;
}
textarea {
	color: #000000;
}