@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background-image: url(../img/bg_test.jpg);
	background-repeat: repeat;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1.h, h2.h, h3.h, h4.h {
	padding: 0;
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
}
div#header {
	position: absolute;
	top:0;
	width: 100%;
	height: 227px;
	background: url(../img/top.png) repeat-x;
	z-index: 10;
}
div#header_content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 133px;
	background: url(../img/bottom.png) repeat-x;
	z-index: 10;
}
div#footer_content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 88px;
	text-align: center;
	font-size: 11px;
	color: #f6e6d4;
}
div#footer_content a {
	color: #f6e6d4;
}
div#footer_content a:hover {
	color: #a11b1b;
}
div#container {
	position: relative;
	min-height: 100%;
}
div#content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #45372f;
}
div.col_left {
	float: left;
	width: 252px;
	padding-top: 227px;
	padding-bottom: 20px;
	margin-bottom: -20px;
	z-index: 1;
}
div.col_right {
	float: right;
	width: 688px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	background: #f6e6d4;
	padding-top: 230px;
	padding-bottom: 20px;
	margin-bottom: -20px;
	z-index: 1;
}
div.col_right a {
	color: #45372f;
}
div.col_right a:hover {
	color: #a11b1b;
}
div.clear {
	clear: both;
}
div.paper {
	float: right;
	width: 330px;
	height: 180px;
	background: url(../img/paper.png) no-repeat;
	font-family: Alpha Geometrique, Critter, Cottonwood, fantasy;
	text-align: right;
	padding-top: 10px;
	padding-right: 54px;
	font-size: 13px;
	color: #836959;
	font-weight: bold;
	font-style: italic;
	line-height: 17px;
}
div.logo {
	float: left;
}
h1.intro {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #a11b1b;
	padding: 0;
	margin: 0;
}
/*MENU*/
ul#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	width: 200px;
	margin-left: 10px;
}
#navigation a, #navigation span {
	display: block;
	color: #fff;
	text-decoration: none;
}
#navigation .subMenu, #navigation .open_at_load {
	font-size: 13px;
	background: #f3f2f1;
	margin: 0;
	padding: 0;
	color: #7f6954;
	list-style: none;
	display: block;
	margin-top: -20px;
	padding-top: 20px;
	margin-left: 12px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#navigation ul.subMenu a, #navigation ul.open_at_load a {
	background: none;
	color: #7f6954;
}
#navigation ul.open_at_load a.selected {
	background: none;
	color: #9e1a1a;
}
#navigation ul.subMenu a:hover, #navigation ul.open_at_load a:hover {
	background: none;
	color: #9e1a1a;
}
:focus {
	-moz-outline-style: none;
}
a {
	outline: none;
}
/*PAGES*/
div.titre_page {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #9e1a1a;
}
div.titre {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #9e1a1a;
	margin-bottom: 8px;
}
div.ss-titre {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
div.right {
	float: right;
}
div.left {
	float: left;
}
div.titre_page_top {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: -40px;
	margin-bottom: 10px;
}
div.titre_page_center {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
div.photo {
	display: inline;
}
div.photo_gal {
	display: inline-block;
	margin-left: 4px;
	margin-bottom: 10px;
}
div.galerie_photos {
	text-align: left;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
}
/*CONTACT*/

div.formulaire {
	/*padding-top: 10px;*/
	/*background: #e2d3c3;*/
	color: #9e1a1a;
}
input.contact {
	width:190px;
	background:#5e3b2d;
	border: 0px solid #003858;
	color: #f6e6d4;
}
.btn_contact {
	width:100px;
	background:#9e1a1a;
	border: 0px solid #003858;
	color: #f6e6d4;
	cursor: pointer;
}
textarea.contact {
	width:190px;
	background:#5e3b2d;
	border: 0px solid #003858;
	color: #f6e6d4;
}
div.message {
	font-size:11px;
	font-style: italic;
	color: #999999;
	display: inline-block;
	margin-top: 15px;
	text-align: center;
}
div.message div.ok {
	color: #006600;
}
div.message div.erreur {
	color: #CC0000;
}
hr.separation {
	color: #9e1a1a;
	background-color: #9e1a1a;
	height: 1px;
	border: 0;
}
span.rouge {
	color: #9e1a1a;
}
span.vert {
	color: #18811d;
}
table.tarifs {
	text-align: center;
	border: 0px solid #d0843e;
}
table.tarifs tr, table.tarifs td, table.tarifs th {
	text-align: center;
	border: 1px solid #f6e6d4;
	border-collapse:collapse;
}
table.tarifs td, table.tarifs th {
	background: #fff5ec;
}
table.tarifs tr td.blank {
	border: 0px solid #d0843e;
	width: 50px;
	background: #f6e6d4;
}
div.tentes_left {
	width: 320px;
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}
div.tentes_right {
	width: 210px;
	float: right;
	margin-right: 50px;
	margin-top: 10px;
}
ul.liste {
	padding: 0;
	padding-left: 15px;
}
ul.liste ul {
	padding: 0;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.contact {
	background: url(../img/bg_contact.jpg) no-repeat top;
}
div.tentes_historiques {
	font-family: Alpha Geometrique, Critter, Cottonwood, fantasy;
	color: #9e1a1a;
	text-align: center;
	background: #d8caba;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 13px;
}
span.typo {
	font-family: Alpha Geometrique, Critter, Cottonwood, fantasy;
	font-weight: bold;
	font-style: italic;
}
div.attention {
	background: #d8caba;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
}
table.tampon {
	margin-top: -30px;
}
div.remontez-temps {
	font-size: 18px;
	font-family: Alpha Geometrique, Critter, Cottonwood, fantasy;
	color: #9e1a1a;
}




h1.sitemap,
h2.sitemap{
	font-size: 14px;
	font-weight: normal;
}
