body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../texture.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	color: #7e1f0a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #7e1f0a;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

a.langues {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7e1f0a;
	text-decoration: underline;
}
a.langues:hover {
	color: #FFFFFF;
}

a.liens {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}
a.liens:hover {
	color: #7e1f0a;
}

.adresse {
	color: #7e1f0a;
	font-size: 12px;
	font-weight: bold;
}

table {
	font-size: 10px;
}
#qs {
	margin-top:-460px;
}

option {
	color: #000000;
}
input {
	color: #000000;
}
textarea {
	color: #000000;
}
.quicksearch {
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-size: 10px;
    font-weight: bold;
	color: #FFFFFF;
}
a.quicksearch:link,a.quicksearch:visited,a.quicksearch:active,a.quicksearch:hover {
	font-family:"Verdana, Arial, Helvetica, sans-serifw";
	font-size: 10px;
	color: #7e1f0a;
	text-decoration:underline;
}