/* Main container */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#6c9aa6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
div#page
{
	width: 100%;
	text-align: center;
}
div#container
{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 56px;
	padding-left: 47px;
	background: url(../images/header_background.gif) top left no-repeat;
	text-align: left;
}
div#home_container
{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}
div#content
{
	width: 610px;
	border: 0;
	margin-left: 2px;
}
h2 {
	font-size:14pt;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.75em;
	color: #fff;
}

h3 {
	font-size:12pt;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.75em;
	color: #ffe5a4;
}

.center {
	text-align: center;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

img.popup {
	border:2px;
	border-thickness: 2px;
	border-color: white;
	border-style: solid;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
ul {
	list-style-type: square;
	margin-left: 1em;
}
li ul {
	list-style-type: disc;
	margin-left: 3em;
}
li {
	margin-bottom: 1em;
}
table.tarifs {
	background-color: #999999;
	color: #fff;
	border: 1px solid #000;
	padding: 5px;
	width: 500px;
	margin: auto;
}

.tarifs th {
	color: #fff;
}
p.spacer {
	margin-top: 1em;
	border-top: 1px solid #ccc;
}
/* Menu */
div#top_menu {
	width: 614px;
}

tr td tbody table {
	margin: 0;
	padding: 0;
	border: 0;
}
div#bottom_menu {
	width: 100%;
	text-align: center;
	margin-top: 1em;
	padding-top: 0.5em;
	border-top: 1px solid #ccc;
}

h1#esprit a {
	display: block;
	background: url(../images/header_esprit_off.gif);
	width: 100px;
	height: 99px;
}
h1#esprit_on a {
	display: block;
	background: url(../images/header_esprit_on.gif);
	width: 100px;
	height: 99px;
}
h1#esprit a:hover {
	background: url(../images/header_esprit_on.gif);
}

h1#maison a {
	display: block;
	background: url(../images/header_maison_off.gif);
	width: 100px;
	height: 99px;
}
h1#maison_on a {
	display: block;
	background: url(../images/header_maison_on.gif);
	width: 100px;
	height: 99px;
}
h1#maison a:hover {
	background: url(../images/header_maison_on.gif);
}
h1#heberg a {
	display: block;
	background: url(../images/header_heberg_off.gif);
	width: 100px;
	height: 99px;
}
h1#heberg_on a {
	display: block;
	background: url(../images/header_heberg_on.gif);
	width: 100px;
	height: 99px;
}
h1#heberg a:hover {
	background: url(../images/header_heberg_on.gif);
}
h1#activites a {
	display: block;
	background: url(../images/header_activites_off.gif);
	width: 100px;
	height: 99px;
}
h1#activites_on a {
	display: block;
	background: url(../images/header_activites_on.gif);
	width: 100px;
	height: 99px;
}
h1#activites a:hover {
	background: url(../images/header_activites_on.gif);
}
h1#acces a {
	display: block;
	background: url(../images/header_acces_off.gif);
	width: 100px;
	height: 99px;
}
h1#acces_on a {
	display: block;
	background: url(../images/header_acces_on.gif);
	width: 100px;
	height: 99px;
}
h1#acces a:hover {
	background: url(../images/header_acces_on.gif);
}
h1#contact a {
	display: block;
	background: url(../images/header_contact_off.gif);
	width: 100px;
	height: 99px;
}
h1#contact_on a {
	display: block;
	background: url(../images/header_contact_on.gif);
	width: 100px;
	height: 99px;
}
h1#contact a:hover {
	background: url(../images/header_contact_on.gif);
}
h1 a span {
	display:none;
}

