html, body, #main {
	font-family: 'Gentium Basic', sans-serif;
	color: #3c3c3c;
}
.rt {
	position: absolute;
	left    : -10000px;
}

header {
	background-color: #7AA8C9;
	margin-bottom: 30px;
}
#imgheader {
	text-align: center;
	height: 193px;
}

nav#nav {
	background: #005BAE url(images/menu.jpg) no-repeat center top;
	padding: 7px 0;
	text-align: center;
}
nav#nav li {
	line-height: 13px;
	display: inline;
	list-style: none;
}
nav#nav li a {
	display: inline-block;
	text-decoration: none;
	color: #b8c8e1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 1.1em;
	margin-right: 15px;
}
nav#nav li:last-child a {
	margin-right: 0;
}
nav#nav li.active a, nav#mnav li a:hover {
	color: white;
}
nav#nav li.active a {
	font-weight: 700;
}

h1 {
	font-size: 2.3em;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #0358a9;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.8em;
	color: #0358a9;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.5em;
	margin: 20px auto;
}
.tarif {
	float: right;
	font-weight: bold;
	color: #004484;
	font-size: 1.3em;
}

#main p {
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.75em;
}
#main img {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(/PIE-1/PIE.htc);
	margin-bottom: 20px;
}

footer {
	background-color: whitesmoke;
	margin-top: 20px;
}

@media screen and (max-width: 1145px) {
	.space {
		padding: 20px;
	}
	nav#nav {
		background-image: none;
	}
}