body {
	background-attachment: fixed;
	background-color: #7b5269;
	background-image: url(../texture-index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	color: #d9bd90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #d9bd90;
	text-decoration: underline;
}

a:hover {
	color: #d9bd90;
}

a.langues {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d9bd90;
	text-decoration: underline;
}
a.langues:hover {
	color: #d9bd90;
}

a.liens {
	font-size: 9px;
	text-transform: uppercase;
	color: #d9bd90;
	text-decoration: underline;
}
a.liens:hover {
	color: #d9bd90;
}

.adresse {
	color: #d9bd90;
	font-size: 10px;
	font-weight: bold;
}

table {
	font-size: 10px;
}
table.tableauGlobal {
	height: 100%;
}

select {
	color: #000000;
}
option {
	color: #000000;
}
input {
	color: #000000;
}
textarea {
	color: #000000;
}