body {
	background-color: #ede3d1;
	margin: 0px;
	color: #391c0d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	font-size: 10px;
}

/* LIEN */
a {
	color: #391c0d;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline overline;
}

a.detail {
	color: #391c0d;
	text-decoration: underline;
	font-weight: bold;
}
a.detail:hover {
	text-decoration: underline overline;
}

a.offresSpeciales {
	color: #391c0d;
	text-decoration: underline;
	font-weight: bold;
}
a.offresSpeciales:hover {
	text-decoration: underline overline;
}
/* FIN LIEN */

.adresse {
	color: #391c0d;
	font-size: 10px;
}
.adresse a {
	color: #391c0d;
}
.adresse a:hover {
	text-decoration: underline overline;
}

.titre {
	color: #391c0d;
	font-size: 14px;
	font-weight: bold;
}

.legende {
	color: #391c0d;
	font-size: 10px;
}
.legende a {
	color: #391c0d;
}
.legende a:hover {
	text-decoration: underline overline;
}

table.tableauHTML {
	background-color: #391c0d;
}


.tableauBordure {
	border: 1px solid #391c0d;
}
.tableauBordure th, .tableauBordure td {
	border: 1px solid #391c0d;
}

.tableauDistance {
	width: 300px;
}
.tableauDistance th {
	padding: 3px;
	text-align: center;
}
.tableauDistance .gauche {
	width: 260px;
	padding: 3px;
}
.tableauDistance .droite {
	width: 40px;
	padding: 3px;
	text-align: center;
}

.bloc {
	vertical-align: top;
}


/* FORMULAIRE */

select {
	font-size: 10px;
	background-color: #391c0d;
	color: #FFFFFF;
}
option {
	font-size: 10px;
	background-color: #391c0d;
	color: #FFFFFF;
}
input {
	font-size: 10px;
	background-color: #391c0d;
	color: #FFFFFF;
}
textarea {
	font-size: 10px;
	background-color: #391c0d;
	color: #FFFFFF;
}
/* FIN FORMULAIRE */