﻿body {
	color: #313131;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e3d5b6;
	margin: 0px;
}

a {
	color: #313131;
	text-decoration: underline;
}

.tableauPrincipal {
	width: 100%;
	text-align: center;
}

.tableauEntete {
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tableauHotel {
	width: 475px;
	height: 100%;
	border: solid 2px #313131;
	background-color: #ebe2cc;
}

.tableauHotel td {
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

.tableauGlobal {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.tableauTourDeFrance {
	background-attachment: scroll;
	background-image: url(fond-tourdefrance.gif);
	background-position: center middle;
	background-repeat: no-repeat;
	background-color: #ebe2cc;
	width: 700px;
	border: solid 2px #313131;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	height: 300px;
	font-size: 13px;
}

.titreTourDeFrance {
	color: #D98F04;
	font-size: 15px;
	font-weight: bold;
}