html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff; 
	color: #333;
	text-align: center;
}
img {
	border: 0;
}
h1 {
	font-size: 1.4em;
	padding-bottom: 10px;
	color: #615d6c;
}
p {
	padding-bottom: 7px;
}

#frame {
	position: relative;
	width: 950px;
	height: 100%;
	background: #fff url('../images/bg_body_EN.jpg') 0% 0% no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#col_gauche {
	position: absolute;
	width: 280px;
	height: auto;
	top: 10px;
	left: 0px;
	text-align: left;
	background-color: transparent;
	z-index: 1;
}

#logo {
	position: relative;
	float: left;
	z-index: 2;
}
#logo p {
	margin-top: 20px;
	margin-bottom: 20px;
}

#promo {position: relative; float: left; border: solid 1px #ce2022; padding: 10px;  margin-bottom: 15px; width: 290px; font-size: 0.9em; background-color: #fff; }
#promo ul {list-style-position: inside; }
#promo ul li {font-size: 0.9em; }
#promo ul li strong {color: #ce2022; font-weight: bold; font-size: 0.9em; } 
#promo p {padding-bottom: 0; }
#promo p strong {font-size: 0.9em; }
#promo h1 {color: #ce2022 !important; text-decoration: blink;  }
#menu {
	position: relative;
	float: left;
	width: 200px;
	text-align: left;
	z-index: 2;
}
#menu ul {
	list-style: none;
}

#photos {
	position: absolute;
	background-color: transparent;
	top: 0px;
	left: 292px;
	width: 589px;
	height: 337px;
}
#flag {
	position: absolute;
	top: 8px;
	left: 210px;
	width: 80px;
	height: 29px;
	background-color: transparent;
	z-index: 3;
}
#flag img {
	padding: 5px;
}

ul.ssmenu {
	margin-left: 40px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
	border-left: solid 1px #ddd;
}
ul.ssmenu a {
	text-decoration: none;
	font-size: 13px;
	color: #4e7ea6;
}
ul.ssmenu a:hover {
	background-color: transparent;
	color: #652128;
}

#contenu {
	position: relative;
	float: left;
	width: 541px;
	height: auto;
	padding-top: 337px;
	padding-left: 340px;
	background-color: transparent;
	text-align: left;
	z-index: 1;
}
* html #contenu {
	padding-left: 273px;
}
#contenu h1 {
	color: #652128;
}
#contenu h2 {
	font-size: 1.1em;
	margin-bottom: 20px;
}
#contenu_texte_gche {
	position: relative;
	float: left;
	width: 394px;
	margin-top: 20px;
	padding-bottom: 150px;
}
#contenu_texte_gche #contenu_texte_main {
	background-color: #f2efee;
	width: 364px;
	padding: 15px;
}
#contenu_texte_large {
	position: relative;
	float: left;
	width: 540px;
	margin-top: 20px;
	background-color: transparent;
	padding-bottom: 150px;
}
#contenu_texte_large_visite {
	position: relative;
	float: left;
	width: 540px;
	margin-top: 20px;
	background-color: transparent;
	padding-bottom: 50px;
}
#contenu_texte_large img {
	float: right;
	padding: 5px;
	margin: 5px;
	border: solid 1px #f2efee;
}
#album_large {
	position: relative;
	float: left;
	width: 542px;
	padding-bottom: 150px;
}

#album {
	position: relative;
	float: right;
	width: 129px;	
	padding-bottom: 150px;
}
#album * {
	padding: 0;
	margin: 0;
}
#album img {
	padding-bottom: 2px;
	padding-top: 2px;
}
#adresse {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 7px;
	width: 550px;
	border-top: solid 1px #ddd;
	text-align: left;
	font-size: 0.8em;
	color: #5a6897;
	background-color: transparent;
}
#adresse strong {
	color: #5a6897;
	font-size: 1em;
}
#adresse img {
	vertical-align: middle;
}
#adresse a {
	color: #615d6c;
	font-size: 1em;
}
#adresse a:hover {
	text-decoration: none;
}


/* tableaux */
table.tarifs {
	width: 100%;
	border-bottom: solid 1px grey;
	margin-top: 20px;
	border-collapse: collapse;
}
table.tarifs th {
	background-color: #652128;
	color: #fff;
	font-size: 0.9em;
	padding: 3px;
	font-weight: normal;
}
table.tarifs tr {
	padding-bottom: 1px;
	line-height: 1.3em;
}
table.tarifs td {
	font-size: 0.8em;
	padding: 2px;
}
td.haute {
	background-color: #efbdad;
	text-align: center;
}
td.moyenne {
	background-color: #f4ddc7;
	text-align: center;
}
td.basse {
	background-color: #ddddc7;
	text-align: center;
}

table.calendrier {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
table.calendrier th {
	font-size: 0.9em;
}
table.calendrier td {
	font-size: 0.8em;
	padding: 2px;
}

table.form td {
	padding-bottom: 8px;
}
table.form input, table.form textarea {
	background-color: #f2efee;
	border: solid 1px #777;
	color: #333;
	padding: 2px;
}
table.form input.white {
	background-color: #fff;
	border: 0;
	color: #333;
	padding: 0;
}

table.form select {
	background-color: #f2efee;
}

table.form th {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	width: 200px;
}
