body {
	background-attachment: fixed;
	background-color: #3f3120;
	background-image: url(texture-pages.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	color: #dfcaa1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color: #dfcaa1;
	text-decoration: underline;
}

a:hover {
	color: #9b8b6c;
}

.adresse {
	color: #dfcaa1;
	font-size: 10px;
}

.titre {
	color: #503924;
	font-size: 14px;
	/*font-weight: bold;*/
}

.sstitre {
	color: #dfcaa1;
	font-size: 12px;
	font-weight: bold;
}

.legende {
	color: #dfcaa1;
	font-size: 8px;
}

.alertform {
	color: #C00000;
	font-size: 10px;
	font-weight: bold;
}

table {
	font-size: 10px;
}

table.tableau {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

table.tableau td {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

option {
	color: #000000;
}
input {
	color: #000000;
}
textarea {
	color: #000000;
}