html, body {
	text-align: center;
	margin: 0;
	background: #c6c7c7 url(../../img/background_page.png) top left repeat-x;
}
	
#conteneur {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 130px;
	position: relative;
}

#header {
	position: absolute;
	top: 39px;
	left: 0px;
	width: 960px;
	z-index: 100;
}

#main {
	margin: 0px 0px 0px 0px;
	width: 960px;
}

#page_content {
	position: relative;
	height: 470px;
	margin: 0px 0px 0px 50px;
}

#page_content.page_galeries {
	position: relative;
	height: auto;
	margin: 0px 0px 0px 50px;
}

#page_content_wide {
	position: relative;
	height: 470px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#page_content_wide.autoheight {
	position: relative;
	min-height: 480px;
	margin: 0px 0px 0px 0px;
	height: auto;
	overflow: auto;
	border-top: 1px #f7f7f7;
}

#page_content_wide.page_actu, #page_content_wide.page_categories, #page_content_wide.page_devis {
	height: auto;
	overflow: visible;
}

#devis_panel {
	width: 450px;
	height: 680px;
	background: #e4e4e5 url(../../img/background_devis.png) top left no-repeat;
	margin: 0px 0px 0px 150px;
	position: relative;
}

#contact_panel {
	width: 237px;
	height: 500px;
	background: url(../../img/background_contact.png) top left no-repeat;
	position: absolute;
	top: 10px;
	left: 650px;
}

#galerie_desc {
	background: #fff;
	border: 1px solid grey;
	padding: 10px;
	margin: 0px 10px 20px 0px;
}

.encart, .encart_gris, .encart_jaune, .encart_bleu {
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 10px 15px 10px 0px;
	background-color: #8cc48b;
	border: 1px solid #000;
}

.encart_gris {
	background-color: #c1c1bc;
}

.encart_jaune {
	background-color: #f8f094;
}

.encart_bleu {
	background-color: #99b3cc;
}

#footer {
	width: 948px;
	position: relative;
}

#scroll_accueil_conteneur {
	position: relative;
	width: 946px;
	height: 234px;
	z-index: 1;
}

img#bottom_lines {
	position: absolute;
	top: 432px;
	left: 0px;
}

a.prevPage, a.nextPage, a.prevPage2, a.nextPage2, a.prevPage2_inc, a.nextPage2_inc, a.prevPage3, a.nextPage3 {
	display: block;
	width: 21px;
	height: 37px;
	position: absolute;
	top: 98px;
	left: 30px;
	background: url(../../img/scroll_left.png) center left no-repeat;
	cursor: pointer;
}

a.nextPage {
	left: 895px;
	background: url(../../img/scroll_right.png) center right no-repeat;
}

a.prevPage.disabled, a.nextPage.disabled, a.prevPage2.disabled, a.nextPage2.disabled, a.prevPage2_inc.disabled, a.nextPage2_inc.disabled, a.prevPage3.disabled, a.nextPage3.disabled {
	left: -1000px;
}

a.prevPage2 {
	top: 250px;
	left: 20px;
	background: url(../../img/scroll_left.png) center right no-repeat;
}

a.nextPage2 {
	top: 250px;
	left: 360px;
	background: url(../../img/scroll_right.png) center right no-repeat;
}

a.prevPage2_inc {
	top: 180px;
	left: 20px;
	background: url(../../img/scroll_left.png) center right no-repeat;
}

a.nextPage2_inc {
	top: 180px;
	left: 360px;
	background: url(../../img/scroll_right.png) center right no-repeat;
}

a.prevPage3 {
	top: 40px;
	left: 30px;
	background: url(../../img/scroll_left.png) center right no-repeat;
}

a.nextPage3 {
	top: 40px;
	left: 900px;
	background: url(../../img/scroll_right.png) center right no-repeat;
}

#scrollable_accueil {
	float: left;
	width: 946px;
	height: 234px;
	position: relative;
	overflow: hidden;
}

#items {
	width: 20000em;
	background: transparent;
    position: absolute;
}

.item {
	float: left;
	width: 946px;
	position: relative;
}

#scroll_galeries_conteneur_inc {
	position: absolute;
	top: 30px;
	left: 498px;
}

#scrollable_galeries {
	float: left;
	width: 400px;
	height: 387px;
	position: relative;
	overflow: hidden;
}

#scrollable_galeries_inc {
	float: left;
	width: 400px;
	height: 400px;
	position: relative;
	overflow: hidden;
}

#items2 {
	width: 20000em;
	background: transparent;
    position: absolute;
}

.item2 {
	float: left;
	display: block;
	width: 400px;
	height: 400px;
}

.item img {
	float: left;
}

.cat_conteneur {
	float: left;
	position: relative;
}

.cat_conteneur.over {
	cursor: pointer;
}

.cat_conteneur.big {
	width: 304px;
	height: 316px;
	margin-right: 19px;
}

.cat_conteneur.big.accueil {
	width: 304px;
	height: 221px;
	margin-right: 19px;
}

.cat_conteneur.small {
	width: 180px;
	height: 200px;
	margin: 0px 12px 0px 0px;
}

.cat_conteneur.big a.plus {
	position: absolute;
	top: 293px;
	left: 270px;
}

.cat_conteneur.big a.plusaccueil {
	position: absolute;
	top: 185px;
	left: 270px;
}

.cat_conteneur.small a.plus {
	position: absolute;
	top: 179px;
	left: 155px;
}

#breadcrumb {
	position: absolute;
	top: 5px;
	left: 135px;
}

#video_player_conteneur {
	margin-top: 30px;
}

#video_panel {
	position: absolute;
	top: 49px;
	left: 440px;
	width: 457px;
	height: 412px;
	background: url(../../img/background_photo_slider.png) top left no-repeat;
}

#galeries_panel {
	position: absolute;
	top: 49px;
	left: 440px;
	width: 457px;
	height: 412px;
	background: url(../../img/background_photo_slider.png) top left no-repeat;
}

#galerie_scroll_conteneur {
	width: 445px;
	height: 340px;
	margin: 25px 0px 0px 5px;
	overflow: hidden;
}

#galeries_scrolleur {
	width: 445px;
	height: 340px;
}

#galeries_scrolleur div {
	float: left;
	width: 137px;
	margin: 0px 5px 5px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 600;
}

#map {
	position: absolute;
	top: 0px;
	left: 395px;
	width: 550px;
	height: 320px;
	border: 1px solid #5e5757;
}

#scroll_hebergement_conteneur {
	position: absolute;
	top: 340px;
	left: 0px;
	width: 948px;
	height: 119px;
}

#scrollable_hebergement {
	float: left;
	width: 948px;
	height: 119px;
	position: relative;
	overflow: hidden;
}

#items3 {
	width: 20000em;
	background: transparent;
    position: absolute;
}

.item3 {
	float: left;
	width: 158px;
	height: 119px;
}

.item3 img {
	width: 153px;
}

#liste_hebergement_conteneur {
	width: 340px;
	height: 270px;
	margin-left: 50px;
	overflow: hidden;
}

#liste_hebergement {
	width: 340px;
	height: 268px;
}

#texte_conteneur {
	width: 490px;
	height: 400px;
	overflow: hidden;
}

#texte_conteneur.wide {
	width: 895px;
}

#texte_scrolleur {
	width: 490px;
	height: 380px;
}

#texte_scrolleur.wide {
	width: 895px;
}

#tarifs {
	position: absolute;
	top: 420px;
	left: 0px;
}

#tarifs2 {
	position: absolute;
	top: 420px;
	left: 635px;
}

#type_picker_conteneur {
	position: absolute;
	top: 50px;
	left: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

#type_picker {
	width: 170px;
	height: 350px;
	overflow: hidden;
}

#type_picker_scroller {
	width: 170px;
	height: 340px;
}

#date_details {
	position: absolute;
	top: 50px;
	left: 790px;
	width: 150px;
}

#note_calendrier {
	clear: both;
	margin: 20px 0px 5px 180px;
}

.clear {
	clear: both;
}

.strong {
	font-weight: bold;
}

.focus {
	border: 1px solid red;
}

img#visuel_activite {
	position: absolute;
	top: 55px;
	left: 548px;
	border: 1px solid #5e5757;
}

#btn_news {
	position: absolute;
	top: 420px;
	left: 180px;
}

img.picto {
	float: left;
	margin: 0px 5px 4px 0px;
}

img.gauche {
	float: left;
	margin: 0px 15px 10px 0px;
}

img.droite {
	float: right;
	margin: 0px 0px 10px 15px;
}

hr {
	margin-right: 15px;
}

em {
	font-style: italic;
}

.focus_alerte {
	border: 1px solid red;
}

a {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #670001;
}

a:hover {
	color: #666;
}

#header a span, h1 span {
	display: none;
}

a img {
	border: none;
}

#breadcrumb a, #breadcrumb a:visited {
	display: inline-block;
	text-decoration: none;
	color: #707173;
	margin-top: 3px;
}

#breadcrumb a#retour_accueil {
	display: inline;
	margin: 0;
}

a#langue_fr, a#langue_en {
	display: block;
	width: 25px;
	height: 13px;
	position: absolute;
	top: 10px;
	left: 890px;
}

a#langue_en {
	left: 920px;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#video_panel a {
	display: block;
	float: left;
	margin: 0px 0px 5px 0px;
}

#galeries_panel a {
	display: block;
	float: left;
	margin: 0px 0px 5px 0px;
}

#liste_hebergement a, #liste_hebergement a:visited
{
	display: inline-block;
	margin: 0px 0px 15px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

#liste_hebergement a:hover {
	text-decoration: underline;
}

#type_picker a, #type_picker a:visited {
	font-size: 11px;
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 3px;
	margin-right: 5px;
}

#type_picker a.actif {
	font-weight: 600;
}

#texte_conteneur a, #texte_conteneur a:visited {
	color: #cb091f;
	font-weight: 600;
	text-decoration: none;
}

#texte_conteneur a:hover {
	text-decoration: underline;
}

#contact_panel a, #contact_panel a:visited {
	color: #000;
	text-decoration: none;
}

a#facebook_link {
	position: absolute;
	top: 4px;
	left: 905px;
}

a#twitter_link {
	position: absolute;
	top: 4px;
	left: 925px;
}

p {
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 10px 0px; 
}

p.center {
	text-align: center;
}

#page_content p {
	margin: 0px 15px 10px 0px;
}

.encart p, .encart_gris p, .encart_jaune p, .encart_bleu p {
	margin: 0px 0px 7px 0px;
}

.cat_conteneur.big p {
	font: 12px Arial, Helvetica;
	color: #1a171b;
	margin: 10px 10px 5px 10px;
	padding: 0;
}

.cat_conteneur.small p {
	font: 11px Arial, Helvetica;
	line-height: 11px;
	color: #1a171b;
	margin: 0px 15px 5px 5px;
	padding: 0;
}

#footer p {
	background: #cb091f;
	color: #fff;
	padding: 3px 0px 3px 10px;
}

#liste_hebergement p {
	margin-right: 15px;
}

p.liste_hebergements a, p.liste_hebergements a:visited {
	line-height: 20px;
	color: red;
}

.item p {
	font: 50px sans-serif, Arial, Helvetica;
	font-weight: 600;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	position: absolute;
	top: 30px;
	left: 150px;
}

#contact_panel p {
	margin-left: 5px;
}

p#detail_devis {
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 75px;
	
}

#tarifs p, #tarifs2 p {
	float: left;
	padding-top: 12px;
	margin-right: 30px;
	font: 14px Arial, Helvetica, sans-serif;
}

#page_content p.legende {
	font: 11px Arial, Helvetica, sans-serif;
	font-style: italic;
}

span.big_prix {
	font-size: 20px;
}

#type_picker_scroller {
	font: 12px Arial, Helvetica, sans-serif;
}

span.red {
	color: #cb091f;
}

#main h1 {
	font: 25px Arial, Helvetica, sans-serif;
	color: #cb091f;
	font-weight: 600;
	margin-bottom: 20px;
}

#main #page_content_wide h1 {
	margin-left: 50px;
}

#main #page_content_wide .cat_conteneur.big h2 {
	font: 14px sans-serif, Arial, Helvetica;
	color: #fff;
	margin: 0;
	padding: 3px 0px 5px 10px;
	border-top: 1px solid #1a171b;
	font-weight: normal;
	background: #1a171b url(../../img/background_cat_conteneur.gif) top right no-repeat;
	text-transform: uppercase;
}

#main #page_content_wide .cat_conteneur.small h2 {
	font: 14px sans-serif, Arial, Helvetica;
	color: #fff;
	margin: 0;
	padding: 3px 0px 5px 10px;
	border-top: 1px solid #1a171b;
	font-weight: normal;
	background: #1a171b url(../../img/background_cat_conteneur.gif) top right no-repeat;
	text-transform: uppercase;
}

.box_accueil {
	width: 154px;
	height: 196px;
	position: absolute;
	top: 25px;
	left: 150px;
}

#main h2 {
	font: 16px Arial, Helvetica;
	color: #5e5757;
	margin: 5px 10px 10px 0px;
	padding: 0;
	font-weight: 900;
}

#page_content h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: 900;
	margin: 0px 15px 10px 0px;
}

#contact_panel h3 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 900;
	margin: 90px 0px 10px 5px;
}

#liste_hebergement h3 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #615f5f;
	margin: 15px 15px 6px 0px;
}

#liste_hebergement h3.nom_lieu {
	text-decoration: underline;
}

#main .cat_conteneur.big h3 {
	font: 14px Arial, Helvetica;
	color: #1a171b;
	margin: 5px 10px 10px 10px;
	padding: 0;
	font-weight: 900;
	text-transform: uppercase;
}

#main .cat_conteneur.small h3 {
	font: 11px Arial, Helvetica;
	color: #1a171b;
	margin: 5px 5px 6px 5px;
	padding: 0;
	font-weight: 900;
}

#main ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 10px 10px 40px;
}

#main ul li {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#main ol {
	margin: 5px 10px 10px 0px;
	list-style-position: inside;
	padding: 0;
}

#main ol li {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #cb091f;
	line-height: 18px;
	margin-left: 10px;
}

ul#menu {
	position: absolute;
	top: 29px;
	left: 135px;
	width: 813px;
	background: url(../../img/background_menu.gif) top right no-repeat;
}

ul#menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

ul#menu li a {
	display: block;
	height: 24px;
}

a#menu_presentation {
	width: 135px;
	background: url(../../img/menu.gif) 0 0 no-repeat;
}

a#menu_presentation:hover, a#menu_presentation.actif {
	background: url(../../img/menu.gif) 0 -24px no-repeat;
}

a#menu_activites {
	width: 111px;
	background: url(../../img/menu.gif) -135px 0 no-repeat;
}

a#menu_activites:hover, a#menu_activites.actif {
	background: url(../../img/menu.gif) -135px -24px no-repeat;
}

a#menu_formule {
	width: 110px;
	background: url(../../img/menu.gif) -246px 0 no-repeat;
}

a#menu_formule:hover, a#menu_formule.actif {
	background: url(../../img/menu.gif) -246px -24px no-repeat;
}

a#menu_location {
	width: 111px;
	background: url(../../img/menu.gif) -356px 0 no-repeat;
}

a#menu_location:hover, a#menu_location.actif {
	background: url(../../img/menu.gif) -356px -24px no-repeat;
}

a#menu_garanties {
	width: 110px;
	background: url(../../img/menu.gif) -467px 0 no-repeat;
}

a#menu_garanties:hover, a#menu_garanties.actif {
	background: url(../../img/menu.gif) -467px -24px no-repeat;
}

a#menu_contact {
	width: 134px;
	background: url(../../img/menu.gif) -577px 0 no-repeat;
}

a#menu_contact:hover, a#menu_contact.actif {
	background: url(../../img/menu.gif) -577px -24px no-repeat;
}

#menu ul { display: none; position: absolute; left: 0; margin: 0; padding: 10px 0px 0px 0px;}
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#menu ul a { zoom: 1; } 
#menu ul li { float: none; }
#menu ul ul { top: 0; }

ul#menu li ul a, #menu ul a:visited {
	display: block;
	margin: 0;
	padding: 5px 0px 5px 5px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	text-align: left;
	height: auto;
	line-height: 13px;
	text-transform: uppercase;
}

#menu ul a:hover {
	background-color: #e6472e;
}

#menu li#li_presentation ul {
	width: 133px;
	background: #cb091f;
}

#menu li#li_activites ul {
	width: 109px;
	background: #cb091f;
}

#menu li#li_formule ul {
	width: 108px;
	background: #cb091f;
}

#menu li#li_location ul {
	width: 109px;
	background: #cb091f;
}

#menu li#li_garanties ul {
	width: 108px;
	background: #cb091f;
}

#menu li#li_contact ul {
	width: 132px;
	background: #cb091f;
}

#calendar_conteneur {
	float: left;
	margin: 0px 20px 20px 0px;
	height: 140px;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #848484;
	border-right: 1px solid #848484;
	border-left: 1px solid #848484;
}

#calendar_scrollable {
	float: left;
	position: relative;
	overflow: hidden;
	width: 399px;
	height: 140px;
}

#calendars {
	width: 20000em;
    position: absolute;
}

#calendar {
	font: 12px Arial, Helvetica, sans-serif;
}

.calendar {
	float: left;
	margin: 0px 2px 0px 7px;
	width: 191px;
	height: 140px;
	text-align: center;
	font-weight: 600;
	border-right: 1px solid #848484;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: 900;
}

.calendar table {
	margin-top: 10px;
}

.calendar th, .calendar td {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: 600;
}

.calendar th {
	padding: 3px 7px 3px 7px;
	text-align: center;
}

.calendar td {
	text-align: center;
	padding-bottom: 3px;
}

.calendar td.booked {
	background-color: #ccc;
}

a.prevCalendar {
	display: block;
	width: 15px;
	height: 140px;
	float: left;
	background: url(../../img/scroll_calendar_left.png) center center no-repeat;
	border-right: 1px solid #848484;
	margin-right: 0px;
	cursor: pointer;
}

a.nextCalendar {
	display: block;
	width: 15px;
	height: 140px;
	float: left;
	background: url(../../img/scroll_calendar_right.png) center center no-repeat;
	margin-left: 0px;
	border-left: 1px solid #848484;
	cursor: pointer;
}

label {
	float: left;
	width: 200px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-align: right;
	color: #000;
	clear: left;
	margin-top: 10px;
}

select {
	float: left;
	margin: 7px 0px 0px 20px;
	width: 220px;
}

select.small {
	width: 50px;
}

input {
	margin: 7px 0px 0px 20px;
	float: left;
	width: 220px;
	color: #676969;
	border: 1px solid #676969;
	padding: 2px 0px 2px 0px;
}

textarea {
	width: 216px;
	height: 45px;
	color: #676969;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #676969;
	margin: 7px 0px 0px 20px;
}

textarea#commentaire_heb, textarea#commentaire_for, textarea#commentaire {
	height: 100px;
}

span.ie7fix {
	color: #d6d2cd;
}

#formules_form, #hebergement_form {
	display: none;
}

a#submit_form_devis {
	position: absolute;
	top: 470px;
	left: 330px;
}
