body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../texture-index.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	color: #818181;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #818181;
	text-decoration: underline;
}

a:hover {
	color: #8e0000;
}

a.langues {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: underline;
}
a.langues:hover {
	color: #8e0000;
}

a.liens {
	font-size: 9px;
	text-transform: uppercase;
	color: #818181;
	text-decoration: underline;
}
a.liens:hover {
	color: #8e0000;
}

a.liens2 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: underline;
}

a.liens2:hover {
	color: #8e0000;

}

.adresse {
	color: #b7b7b7;
	font-size: 10px;
	font-weight: bold;
}

table {
	font-size: 10px;
}

select {
	color: #000000;
}
option {
	color: #000000;
}
input {
	color: #000000;
}
textarea {
	color: #000000;
}