body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #a1cafc;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border: 2px solid #FFFFFF;
}

h1, h2, h3 {
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
}
h1 {
	font-size: 160%;
	padding-bottom: 8px;
	font-style: oblique;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
}
h2 {
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 14px;
}
h3 {
	font-size: 100%;
	padding-bottom: 6px;
	padding-top: 6px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 12px;
}

ul {
	margin-left: 25px;
	margin-top: 3px;
}
li {
}


a {
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF9D9D;
}

b {
	font-weight: bold;
	font-size: 90%;
}
.petit {
	font-size: 80%;
}

.img-droite {
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
}
.img-gauche {
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 6px;	
}


#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../images/fond-container.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bandeau img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#menu {
	float: left;
	width: 175px;
	margin-left: -25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#menu ul {
	margin: 0px;
	position: absolute;
	padding: 0px;
}

#menu ul li {
	list-style-type: none;
	background-image: url(../images/fond-menu.png);
	background-position: center bottom;
	background-repeat: repeat-y;
}

#menu ul li a {
	display: block;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 8px;
	color: #FF0000;
	text-decoration: none;
	width: 150px;
	background-image: url(../images/fond-menu-li.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	line-height: 15px;
}

#menu ul li a:hover {
	color: #FFFFFF;
	background-image: url(../images/fond-menu-hover.png);
	background-repeat: repeat-y;
	list-style-type: circle;
}

#menu ul .arrondihaut {
	background-image: url(../images/arrondi-menu-haut.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu ul .arrondibas {
	background-image: url(../images/arrondi-menu-bas.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#contenu {
	height: 24em; /*hauteur mini ie*/
	float: right;
	color: #000000;
	margin-bottom: 15px;
	width: 71%;
	margin-left: 20px;
	margin-right: 15px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}

html>body #contenu { /*hauteur mini tout sauf ie*/
height: auto;
min-height: 24em;
} 

#footer {
	text-align: center;
	clear: both;
	height: 55px;
	padding-top: 15px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}

#footer a {
	color: #333333;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
}

#footer li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#footer p {
	margin: 0px;
	padding-right: 120px;
	padding-left: 120px;
	color: #666666;
	font-size: 90%;
}


.tarifs {
	text-align: center;
}
.tarifs th {
	background-color: #A1CAFC;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tarifs th.col {
	padding-bottom: 15px;
	background-color: #A1CAFC;
}

.tarifs td {
	background-color: #CEE3FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tarifs .vide {
	background-color: transparent;
}

#galerie {
	text-align: center;
}

#galerie table {
	margin-right: auto;
	margin-left: auto;
}

#galerie td {
	background-color: #FFFFFF;
	padding: 5px;
}

#visiteformat {
	margin-left: 20px;
	font-weight: bold;
}

#visiteformat li {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/bouton-visite.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: left center;
	list-style-type: none;
}

