body {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 16px;
	text-align: left;
	color: #000;
	background-color: #C9D7EC;
	background-image: url( ./images/bg.jpg );
	background-repeat: repeat-x;
}
* {
	margin: 0;
	padding: 0;
}
.centrer {
	text-align: center;
}
ul {
	margin-left: 30px;
	margin-bottom: 20px;
	list-style-type: disc;
}
li {
	margin: 5px auto;
}
a {
	color: #325A9D;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #002463;
	text-decoration: underline;
}
a span {
	display: none;
}
object {
	margin: auto;
}
img {
	border: 2px solid #D4E0F0;
	padding: 1px;
}
img.noborder {
	border: 0;
}
h1 {
	font-family: Georgia, serif;
	font-size: 50px;
	font-variant: small-caps;
	font-weight: bold;
	color: #fff;
}
h2 {
	font-family: Georgia, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}
h3 {
	font-size: 19px;
}
label {
	float: left;
	text-align: right;
	width: 25%;
}
input {
	width: 55%;
	border: 1px solid #B8CCE5;
	background: #ECF1F5;
	padding: 2px;
	font-size: 12px;
}
input:hover {
	border: 1px solid #666;
}
input:focus {
	border: 1px solid #4F6580;
	background: #F9FAFF;
}
textarea {
	width: 55%;
	border: 1px solid #B8CCE5;
	background: #ECF1F5;
	padding: 2px;
	font-size: 12px;
	font-family: sans-serif;
}
textarea:hover {
	border: 1px solid #666;
}
textarea:focus {
	border: 1px solid #4F6580;
	background: #F9FAFF;
}
h1 div {
	font-family: Georgia, serif;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: normal;
	color: #E9EFF7;
	margin-top: -10px;
}

.bouton {
	width: auto;
	border: auto;
}
#taccepte {
	width: 86%;
	float: right;
	text-align: left;
	line-height: 1.5em;
}
#accepte {
	width: auto;
	margin: 0 0 0 60px;
}
ul#civilite {
	display: inline;
	padding: 0;
	margin: 0;
}
#civilite li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
#civilite li input {
	float: left;
	width: auto;
	margin: 0 0 20px 0;
}
#civilite li label {
	line-height: 1em;
	padding: 0 4px 0 0;
}

#header p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	margin-top: 14px;
}
#header p a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #848589;
	margin-top: 14px;
	text-decoration: underline;
}
#header p a:hover {
	text-decoration: none;
}
#header p span {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #929497;
	margin-top: 14px;
}
#header div#contact {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 200px;
	height: 50px;
	background-image: url( ./images/numeros.jpg );
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: right;
}
#header div#contact a {
	position: relative;
	top: 40px;
	right: 12px;
}

a#logo {
	width: 109px;
	height: 102px;
	background-image: url( ./images/logo.jpg );
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin-right: 4px;
}
a#logo:hover {
	cursor: pointer;
	background-image: url( ./images/logo.jpg );
	background-repeat: no-repeat;
	background-position: 0 -102px;
}

#contenu {
	clear: both;
	padding: 0 10px;
	text-align: justify;
	margin-top: 40px;
}
#contenu p {
	margin-bottom: 20px;
}
#plus {
	margin-top: 40px;
	padding: 10px 16px;
	background-image: url( ./images/plus.jpg );
	background-repeat: no-repeat;
	background-position: 0 0;
}
#plus h2 {
	font-family: Georgia, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 22px;
	color: #000;
	margin-bottom: 0;
}
#plus ul {
	margin-left: 30px;
	margin-bottom: 20px;
	list-style-type: square;
}
div#map {
	margin: auto;
	display: block;
	clear: both;
	width: 750px;
	height: 400px;
	border: 2px solid #D4E0F0;
	padding: 1px;
}