/*-----------------------------------------------------------
	Project:	Eurogroup > Madame Vacances
	Author:	C2iS - LGU
	Last update : 05/01/09 AFO
	Summary :
		| Colours
		| Imports of Css
		| Links
		| Tables
		| Global Classes
		| Structure
			| Top Right Bloc languages / folders
			| Left : search
			| Left : newsletter
-----------------------------------------------------------*/

/*::::::::::::::::::::::: Colours :::::::::::::::::::::::::*/
/*
	- red : b6193e
	- etc.
*/

/*:::::::::::::::::::: Import of Css ::::::::::::::::::::*/
/*@import url("reset_css.css");*/
/*------------------------------------------------------------------------
	Project:	The PROJECT
	Author:	C2iS - LGU
	Type :	Base Css for resetting browser's styles
---------------------------------------------------------------------------*/

/*:::::::::::::::::::: Global Reset :::::::::::::::::::::*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, a img, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*------------------------------------------------------------------------
	Project:	The PROJECT
	Author:	C2iS - LGU
	Type :	Base Css for resetting browser's styles
---------------------------------------------------------------------------*/

/*:::::::::::::::::::: Typographies ::::::::::::::::::::*/
body { text-align:center; font-size:10px; color:#000; font-family:Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
h1 { line-height:1; margin-bottom:0.5em; }
h2 { margin-bottom:0.5em; }
h3 { line-height:1; margin-bottom:1em; }
h4 { line-height:1.25; margin-bottom:1.25em; height:1.25em; }
h5 { margin-bottom:1.5em; }
h6 { margin-bottom:1.5em; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }
p { margin:0 0 1em; line-height: 1.5em; }
p img { float:left; margin:0.5em 1.5em 1.5em 0; padding:0; }
p img.right { float:right; margin:1.5em 0 1.5em 1.5em; }
blockquote { margin:1.5em; font-style:italic; }
strong { font-weight:bold; }
em, dfn { font-style:italic; }
dfn { font-weight:bold; }
sup, sub { font-size:0.75em; line-height:0; }
sup { position:relative; bottom:0.5em; vertical-align:baseline; }
sub { position:relative; bottom:-0.2em; vertical-align:baseline; }
abbr, acronym { border-bottom:1px dotted #000; }
address { margin:0 0 1.5em;font-style:italic; }
del { color:#000; }
pre, code { margin:1.5em 0; white-space:pre; }
pre, code, tt { font-family:'andale mono', 'lucida console', monospace; line-height:1.5; }
li ul, li ol { margin:0 1.5em; }
ul, ol { margin:0 1.5em 1.5em 1.5em; line-height: 1.5em; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
dl { margin:0 0 1.5em 0; line-height: 1.5em; }
dl dt { font-weight:bold; }
dd { }
small { font-size:0.85em; }
acronym, abbr { cursor:help; letter-spacing:1px; border-bottom:1px dashed; }
hr{ 	border:0 none; height:1px; background:#f5f5f5; }
textarea{ font-family:Arial, Helvetica, sans-serif; }

/*---------------------------------------------------------------
	Project:	The PROJECT
	Author:	C2iS - LGU
	Type :	Base Css for formatting forms
------------------------------------------------------------------*/

/*:::::::::::::::::: Global Forms :::::::::::::::::::::*/
/* Form */
form { margin:0 0 1em; font:1em Arial, Helvetica, sans-serif; }
fieldset{ padding:0.5em; background:#fff; }
fieldset legend{ font-size:1.2em; }
#IE6 fieldset legend,
#IE7 fieldset legend{ margin-bottom:1.4em; }

/* Text */
form p{ display:block; width:100%; }
form p.error, form p.notice, form p.success { padding:.8em; margin-bottom:1em; border:2px solid #ddd; }
	.error { background:#FBE3E4; color:#8a1f11; border-color:#FBC2C4; }
	.notice { background:#FFF6BF; color:#514721; border-color:#FFD324; }
	.success { background:#E6EFC2; color:#264409; border-color:#C6D880; }
	.error a { color:#8a1f11; }
	.notice a { color:#514721; }
	.success a { color:#264409; }
form span{ clear:left; height:1%; }

/* Fields */
input, input.text, select, textarea {  }
input.text:focus, textarea:focus, select:focus {  }
input.text{ float:left; background:#ffffff; border:1px solid #e4e4e4; padding:2px 0; }
input.checkbox, input.radio{ clear:left; float:left; width:1em;}
select{ float:left; }
textarea { float:left; width:26em; height:10em; line-height:1.25; }
label { cursor:pointer; float:left; line-height:1em; padding-right:10px; margin:0.5em 0 0.2em; }
p.label { float:left; line-height:1.5em; padding-right:10px; margin:0 0 0; }
label.inlineLabel{ cursor:pointer; float:left; line-height:1.5em; width:26em; padding-right:1em; margin:0 0 1em; }
form a.submit{ float:right; width:auto; height:auto; cursor:pointer; margin-right:2em; border:0; }
form input.submit{ float:right;  width:92px; height:auto; padding:0.2em 1em; cursor:pointer; margin:1em 0 0 0; border:0;}
form img.date{ float:left; display:block; cursor:pointer; margin-top:-1px; }

/*---------------------------------------------------------------
	Project:	The PROJECT
	Author:	C2iS - LGU
	Type :	Base Css for the menu
------------------------------------------------------------------*/

#menuwrapper_hl{
	z-index:100;
	position:relative;
	width:100%;
	clear:both;
	top:-16px;	
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*::::::::::::::::: Menu horizontal ::::::::::::::::*/
#menubar_hl, #menubar_hl ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menubar_hl ul {width:100%;}

#menubar_hl li {
	float: left; text-align:center;
}
#menubar_hl li ul, #menubar_hl ul li  {
	width:150px; text-align:left;
}
#menubar_hl li a {
	display: block;
	padding-top:24px;
	padding-bottom:8px;
	text-decoration: none;
	background:transparent url(../images/menu_degrade_off.gif) no-repeat bottom right;
	color:#fff;
	font-size:1.1em;
	text-transform:uppercase;
}
#menubar_hl ul li a  {
	padding: 4px 12px 4px 16px;
	background:#bb2d6d;
	border-bottom:1px solid #cc6292;
	line-height:1.5em;
	text-transform:none;
}
#menubar_hl li a.trigger {
	background:transparent url(../images/menu_degrade_on.gif) no-repeat bottom right;
}

#menubar_hl li.nb_tel{
	padding:2px 0;
	margin-top:1px;
	background:transparent url(../images/menu_degrade_tel.png) no-repeat bottom left;
	width:180px;
	color:#ffffff;
	font-size:10px;
	line-height:1em;
	text-align:center;
}
#IE6 #menubar_hl li.nb_tel { line-height:1.1em;width:189px;margin-top:-1px; }
#IE7 #menubar_hl li.nb_tel{ line-height:1.1em;width:189px;margin-top:-1px;}

#menubar_hl li.nb_tel span.numToCall{ font-size:20px; font-weight:bold;line-height:1.55em; *line-height:1.6em;}
#menubar_hl li.nb_tel span.callUs {font-size:11px;font-weight:normal;} 

#menubar_hl li ul {
	position: absolute;
	margin-top:0px;
	display: none;
}
#IE7 #menubar_hl li ul {
	top:37px;
	margin-left:-145px;
}
#menubar_hl li:hover a, #menubar_hl a:focus,
#menubar_hl a:active, #menubar_hl li.shover a {

}
#menubar_hl li:hover ul, #menubar_hl li.shover ul {
	display: block;
}
#menubar_hl li:hover ul a, #menubar_hl li.shover ul a {
	color:#ffffff;
}
#menubar_hl ul a:hover {
	background-color: #902354 !important;
}
#menubar_hl li {width: auto;} /* Do not edit this rule in any way. */

/* JUST FOR IE6 */
#IE6 #menuwrapper_hl, #IE6 #menuwrapper_vl, #IE6  #menubar_hl ul a, #IE6  #menubar_vl ul a {height: 1%;}
#IE6 a:active {width: auto;}

/* SIZE */
#menubar_hl li a{ width:147px;}
#IE6 #menubar_hl li a, #IE7 #menubar_hl li a{ width:145px;}
#menubar_hl li a#home{ text-align:center; width:40px; }
#IE6 #menubar_hl li a#home, #IE7 #menubar_hl li a#home{ text-align:center; width:41px; }
#menubar_hl li a#home span{ display:block; background:url(../images/picto_home.gif) no-repeat center center; text-indent:-2000px;  }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#fff;
}
#TB_prev{display:block;position:absolute;left:15px;width:16px;height:42px;background:#fff url(../images/etablissement/fleche_slideshow_gauche_blc.gif) no-repeat center center;text-indent:-999em;cursor:pointer;bottom:0}
#TB_next{display:block;position:absolute;right:13px;height:42px;width:16px;background:#fff url(../images/etablissement/fleche_slideshow_droite_blc.gif) no-repeat center center;text-indent:-999em;cursor:pointer;bottom:0}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:300;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 302;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	background:#fff;
	margin-bottom:1px;
	padding:7px 10px 5px 10px;
	position:absolute;
	right:0;
	text-align:right;
	top:-25px;
	width:auto;
	text-transform:uppercase;
	font-weight:bold;
}
#TB_closeWindow a{text-decoration:none;display:block;}
#TB_closeWindow span{font-weight:normal;padding-left:10px;}

#TB_closeAjaxWindow{
	background:#fff;
	margin-bottom:1px;
	padding:7px 10px 5px 10px;
	position:absolute;
	right:0;
	top:-25px;
	text-align:right;
	width:auto;
	text-transform:uppercase;
	font-weight:bold;
}
#TB_closeAjaxWindow a{text-decoration:none;display:block;}
#TB_closeAjaxWindow span{font-weight:normal;padding-left:10px;}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	text-indent:-999em
}

#TB_title{
	background-color:#fff;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:303;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:299;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*************************/
/**jquery.selectbox.css***/
/*************************/

div.container_selectbox{ float:left; }

div.selectbox-wrapper {
  position:absolute;
  border:1px solid #d8d8d8;
  border-top:0;
  margin:0px;
  padding:0px;
  text-align:left;
  overflow: auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected {  }
div.selectbox-wrapper ul li.current {  }
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
.selectbox {
  margin:0;
  padding:3px 0 0 2px;
  display : block;
  text-align:left; 
  cursor: pointer;
  border:0;
}
select { padding:0 0 0 2px; }

/******************************/
/* jquery.radiocheckbox.css*/
/******************************/

form ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.label_checkbox {
	padding-left: 18px;
	background: url(../images/radio_button.gif) no-repeat 0 1px;
	cursor: pointer;
	outline:0 none;
	width:65px;
	margin-bottom:2px;
}
.label_checkbox.chchecked {
	background: url(../images/radio_button.gif) no-repeat 0 -25px;
}
.label_radio {
	padding-left: 20px;
	background: url(../images/radio_check_non.gif) no-repeat 0px 1px;
	cursor: pointer;
	outline:0 none;
}
.label_radio.checked {
	background: url(../images/radio_check_oui.gif) no-repeat 0px 1px;
}

.bloc_resultat_annonce .label_checkbox {
	padding-left: 18px;
	height:13px;
	background: url(../images/boutons/check_box.gif) no-repeat 0 -13px;
	cursor: pointer;
	outline:0 none;
	width:auto !important;
	margin-bottom:2px;
}
.bloc_resultat_annonce .label_checkbox.chchecked {
	background: url(../images/boutons/check_box.gif) no-repeat 0 0;
}

/**/
/******************************/
/* datepicker*/
/******************************/


a.dp-choose-date {
	float:left !important;
	float:none;
	width: 24px;
	height: 24px;
	padding: 0;
	margin-top:-1px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/select_calendar.gif) no-repeat bottom right;
}
#IE6 a.dp-choose-date, #IE6 a.dp-choose-date:active { width: 20px !important; }
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/**/
table.jCalendar {
	background: #d8d8d8;
    border-collapse: separate;
    border-spacing: 2px;
	font-size:11px;
	margin:0;
}
table.jCalendar th {
	background: #bc2d6d;
	color: #fff;
	font-weight: normal;
	text-transform:uppercase;
	padding: 3px 4px;
	text-align: center;
}
table.jCalendar td {
	background: #ffffff;
	color: #bc2d6d;
	padding: 3px 4px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #9c9c9c;
	color: #dedede;
}
table.jCalendar td.today {
	font-weight:bold;
}
table.jCalendar td.selected {
	background: #bc2d6d;
	color: #ffffff;
}
table.jCalendar td.selected:hover {
	background: #bc2d6d;
	color: #ffffff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #bc2d6d;
	color: #ffffff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #9c9c9c;
	color: #dedede;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #d8d8d8;
	padding: 1px;
	width: 171px;
	line-height: 1.2em;
	border:1px solid #b6b6b6;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	margin: 2px 2px 0;
	padding: 2px 0;
	color:#bc2d6d;
	background:#fff;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color:#bc2d6d;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
	color:#bc2d6d;
	font-weight:bold;
	font-size:13px;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup a.dp-nav-prev-year,
div.dp-popup a.dp-nav-next-year {
	display:none;
}

div.dp-popup a.dp-nav-prev-year_resa,
div.dp-popup a.dp-nav-next-year_resa {
	display:block;
}

div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/*******/
/*jquery.jcarousel.css*/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container { position: relative; }
.jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; }
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 150px;
    height: 120px;
	margin:0 10px 0 15px;
}
.jcarousel-item img{ float:left; margin:0; }
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}

/**/
.jcarousel-skin-basic .jcarousel-container-horizontal { width: 530px; padding: 10px 45px 10px; }
.jcarousel-skin-basic .jcarousel-clip-horizontal { width:  530px; height: 111px; }
.jcarousel-skin-basic .jcarousel-item { width:150px; height:115px; }
.jcarousel-skin-basic .jcarousel-item-horizontal {  }

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-basic .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 5px;
    width: 32px;
    height: 28px;
    cursor: pointer;
    background: transparent url(../images/etablissement/fleche_slideshow_droite_blc.gif) no-repeat center center;
}
.jcarousel-skin-basic .jcarousel-next-disabled-horizontal,
.jcarousel-skin-basic .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-basic .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -96px 0; }
.jcarousel-skin-basic .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 5px;
    width: 32px;
    height: 28px;
    cursor: pointer;
    background: transparent url(../images/etablissement/fleche_slideshow_gauche_blc.gif) no-repeat center center;
}
.jcarousel-skin-basic .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-basic .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-basic .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -96px 0; }
.jcarousel-control {  
    text-align: center;
	border: 1px solid #346F97;
	border-bottom:none;
	background:#fcfcfc;
	 width: 418px;
	 margin:0 auto;
	 padding:7px 0;
}
.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 2px 5px 3px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #efefef;
    color: #eee;
    background-color: #4088b8;
    font-weight: bold;
}
.jcarousel-control a:focus,
.jcarousel-control a:active { outline: none; }

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../images/cluetip/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background: url(../images/cluetip/bg_bottom_aide.gif) no-repeat top center;
  text-align:left;
  font-size:1.2em;
  border-bottom:1px solid #cccccc;
  padding-top:20px;
  cursor:help;
}
.cluetip-default #cluetip-outer {
  position: relative;
}
.cluetip-default h3#cluetip-title {
  margin:0;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: bold;
  color: #ba2d6d;
}
.cluetip-default #cluetip-title a {
  color: #646464;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding:0 10px;
  color: #646464;
}
.cluetip-default #cluetip-inner a {
  color: #ba2d6d;
} 
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../images/cluetip/images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../images/cluetip/images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../images/cluetip/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../images/cluetip/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
/**/
body{ background:#8449b2; }

/*:::::::::::::::::::: Links ::::::::::::::::::::*/
a, a:link, a:visited, a:hover { text-decoration:underline; }

/*:::::::::::::::::::: Tables ::::::::::::::::::::*/
table { width:100%; text-align:left; border-collapse:collapse; margin:0 0 1.25em 0; padding:0; }
table tr th  { font-weight:bold; background:#ffcccc; }
table tr th, table tr td{ padding:0.5em; }
tr.odd td { background:#e5ecf9; }
tr.even td { background:#ffffcc; }
tr { }
caption { font-size:1.1em; font-weight:bold; margin:1em 0 0.5em;}

/*:::::::::::::::::::: Global Classes :::::::::::::::::::*/
/* Positionning */
.float_left { float:left; }
.float_right { float:right; }
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
/* Text alignment */
.text_left { text-align:left; }
.text_right { text-align:right; }
.text_center { text-align:center; }
.text_justify { text-align:justify; }
/* Font modeling */
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }
.small { font-size:.8em; margin-bottom:1.875em; line-height:1.875em; }
.large { font-size:1.2em; line-height:2.5em; margin-bottom:1.25em; }
/* Image positionning*/
.img_left { float:left; margin:4px 10px 4px 0; }
.img_right { float:right; margin:4px 0 4px 10px; }
/* Spacement */
.nopadding { padding:0; }
.noindent { margin-left:0; padding-left:0; }
.nobullet { list-style:none; list-style-image:none; }
/* Specific attributs */
.hide { display:none; }
.quiet { color:#000; }
.loud { color:#000; }
.added { background:#060; color:#fff; }
.removed { background:#900; color:#fff; }
/* functions */
a.print, a.top_page{ float:right; display:block; width:18px; height:18px; text-indent:-9999px; margin:10px 5px 0;}
a.print:active, a.top_page:active{ width:18px !important; height:18px !important; }
a.print{ background:url(../images/pictos/print.gif) no-repeat center center; }
a.top_page{ background:url(../images/pictos/top_page.gif) no-repeat center center;margin-right:15px;}

/*:::::::::::::::::::: Structure :::::::::::::::::::*/
#wrap { width:961px; margin:0 auto 0; padding:0 5px 0 6px; text-align:left; background:url(../images/ombre_page/ombre_fond.gif) repeat-y top left; }
	#wrap:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	#wrap {display: inline-block;}
	html[xmlns] #wrap { display: block; }
	* html #wrap { height: 1%; }

#header{ float:left; width:955px; height:130px; }
#IE6 #header{ overflow:hidden; }
#header h1 a{ float:left; display:block; text-indent:-2000px; background:url(../images/logo.gif); width:410px; height:95px; }
#IE6 #header h1 a:active{ width:410px; height:95px; }

#left{ width:210px; float:left; padding:15px 12px 0 13px; }
	#IE6 #left{ padding-right:0px; }
#center{ float:left; width:669px; padding:15px 23px 15px 28px; }
#center.home{ width:380px; padding:15px 12px 0 12px; }
#center.hiver{ background:url(../images/etablissement/habillage_hiver_haut.gif) no-repeat 570px 50px; }
#center.ete{ background:url(../images/etablissement/habillage_ete_haut.gif) no-repeat 570px 50px; }
#right.home{ float:left; width:300px; padding:15px 0 0 0; }
	#IE6 #right.home{ float:left; width:300px; padding:15px 0 0 0; }
#home_bottom{ float:left; width:954px; font-size:1em; }

#footer{ width:972px; margin:0 auto; padding:25px 0; background:url(../images/ombre_page/ombre_bas.gif) no-repeat top left; color:#ffffff; font-size:1.1em; }
#footer a{ color:#ffffff; text-decoration:none; padding:0 2px; }
#footer a:hover{ text-decoration:underline;}

/*:::::::::::::::::::: Top Right Bloc languages / folders :::::::::::::::::::*/
.choice_sect_lang{ float:right; margin:0 10px 0 0; list-style:none; width:124px; height:75px; }
#IE6 .choice_sect_lang{ margin:0 5px 0 0; }
.choice_sect_lang li a{ display:block; font-size:0.9em; width:124px; line-height:19px; color:#ffffff !important; text-decoration:none !important; }
.choice_sect_lang li a.lang{ background:url(../images/sous_menu_fond.gif) no-repeat 0 0; text-align:center; }
#IE6 .choice_sect_lang li a.lang{ height:16px; padding-top:3px; }
.choice_sect_lang li a.lang img{ margin:0 5px -2px 0; }

.choice_sect_lang li a.commande,
.choice_sect_lang li a.selection,
.choice_sect_lang li a.compte{ text-transform:uppercase; width:104px; height:20px; padding-left:20px; }

.choice_sect_lang li a.commande{ background:url(../images/sous_menu_fond.gif) no-repeat 0 -19px; text-transform:uppercase; }
.choice_sect_lang li a.selection{ background:url(../images/sous_menu_fond.gif) no-repeat 0 -39px; text-transform:uppercase; }
.choice_sect_lang li a.compte{ background:url(../images/sous_menu_fond.gif) no-repeat 0 -59px; text-transform:uppercase; }

.choice_sect_lang li a.commande:hover{ background:url(../images/sous_menu_fond.gif) no-repeat -124px -19px; text-transform:uppercase; }
.choice_sect_lang li a.selection:hover{ background:url(../images/sous_menu_fond.gif) no-repeat -124px -39px; text-transform:uppercase; }
.choice_sect_lang li a.compte:hover{ background:url(../images/sous_menu_fond.gif) no-repeat -124px -59px; text-transform:uppercase; }

/*:::::::::::::::::::: Left : search :::::::::::::::::::*/
#left .left_search{ width:202px; padding:1em; background:#efefef; }
#left h2 { background:#efefef;margin-bottom:0.1em; padding-bottom:0.3em; font-size:1.4em; color:#c2479c; text-transform:uppercase; }
#left .left_search form{ background:#ffffff; color:#000000; position:relative}
#left .left_search form a.resetSearch{position:absolute;bottom:13px;left:5px;display:block;background:url(../images/resetSearch.png) no-repeat 0 0;color:#ba2d6c;padding-left:20px;line-height:2;text-transform:capitalize;text-decoration:none;}
	#left .left_search form a.resetSearch:hover{text-decoration:underline;}
#left .left_search form fieldset{ padding:0 10px 5px; width:183px }
#left .left_search p.label,
#left .left_search label{ font-size:1.2em; width:150px; }
#left .left_search p.label,
#left .left_search label{ font-size:1.2em; width:150px; }
#left .left_search form select{ width:150px; }
#left .left_search form input,
#left .left_search form select,
#left .left_search form .selectbox,
#left .left_search form label.label_checkbox{ color:#666666; font-size:1.1em; line-height:1.5em; margin:0.2em 0; }
#left .left_search form label.label_checkbox{ width:60px; }
#left .left_search form input.text{ width:155px;}
#left .left_search form input.submit{ background:url(../images/fond_bt_rechercher.gif) no-repeat top left; color:#ffffff; text-transform:uppercase; padding:0.2em 0.3em 0.2em 0.6em; border:0; margin:0.6em 0.3em 0.8em; }
/* types of selectboxes */
#left .left_search form .container_selectbox{ z-index:1000; }
#left .left_search form .selectbox { width:180px; background: url(../images/select_box_big.gif) right; height:18px; border-left:1px solid #d8d8d8; }
#left .left_search form .selectbox-wrapper { margin-top:-2px; width:157px !important; background:#ffffff; color:#666666; font-size:1em; z-index:1002 !important; }
	#IE6 #left .left_search form .selectbox-wrapper,
	#IE7 #left .left_search form .selectbox-wrapper { margin-top:-3px; }
#left .left_search form div.semi_label{ width:90px; float:left; }
#left .left_search form label.semi_label{ width:80px; float:left; }
#left .left_search form #nb_adults_input.selectbox,
#left .left_search form #nb_kids_input.selectbox { width:70px; color:#ba2d6c; }
#left .left_search form .selectbox-wrapper.nb_adults,
#left .left_search form .selectbox-wrapper.nb_kids { width:47px !important; }

#left .left_search form .selectbox-wrapper.etablist { height:240px; overflow:auto; }

#left .left_search form .selectbox-wrapper ul li.selected { background:#c2479c; color:#ffffff; }
#left .left_search form .selectbox-wrapper ul li.current { background:#c2479c; color:#ffffff; }
/* + criters */
.switch_crit{ display:none }
a.plus_crit{ float:left; margin:0.2em 0; font-size:1.1em; color:#ba2d6c;}
/* geo search */
#switch_rech_geo{ background:#ffffff; padding-top:5px; }
#switch_rech_geo .choix_recherche_geo  img{ margin:5px 0 0 5px !important; cursor:pointer; }
#switch_rech_geo h2{  }
#tooltip{ position:absolute; background:#ba2d6c; padding:2px 5px; color:#ffffff; }

/*:::::::::::::::::::: Left : newsletter :::::::::::::::::::*/
#left .bloc_newsletter { margin-top:10px; overflow:hidden; width:222px; border:1px solid #e5e5e5; position:relative;}
#left .bloc_newsletter .visu_nlt{position:absolute;top:0;right:0;}
#left .bloc_newsletter h2 { padding-left:10px;height:19px; font-size:1.4em; color:#fff; text-transform:uppercase; background:url(../images/degrade_orange.gif) repeat-x top left;line-height:24px;margin:0}
#left .bloc_newsletter form{ color:#fff;background:#f28d01;padding-bottom:4px; margin-bottom:0; }
#left .bloc_newsletter form fieldset{ background:transparent; padding:0 0 5px 10px; }
#left .bloc_newsletter label{ font-size:1.1em; font-weight:bold;}
#left .bloc_newsletter form input{  font-size:1.2em; line-height:1.5em; margin:0.2em 0; }
#left .bloc_newsletter form input.text{ width:93px;}
#left .bloc_newsletter form input.submit{ background:url(../images/bt_ok.gif) no-repeat top left; color:#ffffff; text-transform:uppercase; width:27px; height:18px; margin:4px 0 0 8px; float:left;}

/*:::::::::::::::::::::Left : bloc contact :::::::::::::::*/
#left .bloc_contact {font-size:1.1em;font-weight:bold;margin-top:10px;border:1px solid #e5e5e5;width:222px;text-align:center;padding:0;}
#left .bloc_contact h2 { text-align:left; padding-left:12px; line-height:24px; font-size:1.4em; color:#fff; text-transform:uppercase; background:url(../images/degrade_rose.gif) repeat-x top left;}
#left .bloc_contact p {font-size:1.2em; color:#494949;}
#left .bloc_contact p strong {font-size:2.1em;color:#a62861;line-height:1.3em;}
#left .bloc_contact p small {color:#a62861;}

/*:::::::::::::::::::: Center : Home :::::::::::::::::::*/
#insertswf_promo1_home{ width:380px; height:335px; }
#insertswf_promo2_home{ width:300px; height:250px; }
/**/
#center.home a, #right.home a{	 text-decoration:none; }
#center.home a:hover, #right.home a:hover{ text-decoration:underline; }
.container_encart_special {clear:both;margin:0 0 15px 0;overflow:hidden;height:1%;}
/*.encart_special{ width:380px; overflow:hidden; }*/
#IE6 .encart_special{ height:1%; }
.encart_special_item { border:1px solid #e5e5e5; padding-bottom:10px; width:380px; margin:10px 0 0 0; float:left; }
	#swf_typ1_percent{ width:163px; float:left; margin:0 10px 10px; }
	#IE6 #swf_typ1_percent{ margin:0 5px 10px; }
	.encart_special dl{ margin:0 5px 0 0; cursor:pointer; }
	.encart_special h2{ margin-bottom:0.5em; font-weight:normal; padding-left:12px; line-height:24px; font-size:1.4em; color:#fff; text-transform:uppercase; background:url(../images/degrade_vert.gif) repeat-x top left;}
	.encart_special dl dt{ display:none;}
	.encart_special dl dd.ville{ font-size:1.2em; color:#494949; margin-left:10px; }
	.encart_special dl dd.titre{ font-size:1.1em; color:#494949; margin-left:10px; }
	.encart_special dl dd.description{ font-size:1.1em; color:#494949; margin-left:10px; }
	.encart_special dl dd.prix{ line-height:1.3em; font-size:2em; color:#494949;margin-left:10px; }
	.encart_special dl dd.lien_offre a{ font-size:1.2em; color:#494949; text-decoration:none; margin-left:10px; }
	.encart_special span.lien {clear:both;display:block;margin:10px 0 0 10px; }
	.encart_special span.lien a{font-size:1.2em; line-height:1.3em; color:#ffffff; text-decoration:none; padding:3px 20px 3px 10px; background:url(../images/boutons/bt_fd_vert.gif) no-repeat center right;  }
/**/
.encart_coupcoeur{ float:left; width:380px; overflow:hidden; margin-top:10px; border:1px solid #e5e5e5; padding-bottom:10px; }
#IE6 .encart_coupcoeur{ height:1%; }
.encart_coupcoeurbis{ overflow:hidden; margin-top:0; padding:20px 10px 10px; background:#f2f2f2; }
#IE6 .encart_coupcoeurbis{ height:1%; }
	.encart_coupcoeur h2{ padding-left:12px; line-height:24px; font-size:1.4em; color:#fff; text-transform:uppercase; background:url(../images/degrade_violet.gif) repeat-x top left;}
	.encart_coupcoeur ul{ margin:0; }
	.encart_coupcoeur ul li { cursor:pointer; list-style:none; float:left; width:115px; margin:0 0 6px 10px; font-size:0.9em; color:#000000; text-decoration:none;}
	#IE6 .encart_coupcoeur ul li { margin:0 0 0 5px; }
	.encart_coupcoeur ul li img { margin:0; width:110px; height:80px; }
	.encart_coupcoeur ul li a{ line-height:1em; font-size:1.3em; color:#494949; text-decoration:none;}
	.encart_coupcoeur ul li:hover  a{ text-decoration:underline !important; }
	.encart_coupcoeur ul li.spacer{ width:100%; clear:both; margin:1em 0;}
	.encart_coupcoeur ul li.last{ margin-right:0; }
	.encart_coupcoeur .coupcoeur_tous{ clear:both;float:left; font-size:1.2em; line-height:1.1em; color:#ffffff; text-decoration:none; padding:3px 20px 3px 10px; background:url(../images/boutons/bt_fd_violet.gif) no-repeat center right; margin-left:10px; }
	#IE6 .encart_coupcoeurbis .coupcoeur_tous{ margin:1em 0; }
/**/
.encart_listoffre, .encart_listoffre2{ float:left; width:300px; overflow:hidden; height:1%; margin-top:10px; padding-bottom:10px; border:1px solid #e5e5e5; }
.encart_listoffre h2, .encart_listoffre2 h2{ padding-left:12px; line-height:24px; font-size:1.4em; color:#fff; text-transform:uppercase; background:url(../images/degrade_rose.gif) repeat-x top left;}
#IE6 .encart_listoffre, #IE6 .encart_listoffre2{ height:1%; padding-bottom:0; }
	.encart_listoffre dl{ width:287px; float:left; clear:left; margin:0 0 5px 10px; padding:0; cursor:pointer; }
	#IE6 .encart_listoffre dl{ margin:0 0 5px 5px; }
	.encart_listoffre2 dl{ width:100%; float:left; clear:left; margin:0 0 5px 10px; padding:0; cursor:pointer; }
	.encart_listoffre dl dt.photo{ clear:left; float:left; margin-right:10px; }
	.encart_listoffre dl dt.photo img{ width:98px; height:70px; }
	.encart_listoffre dl dd.titre strong{ color:#8449b2; }
	.encart_listoffre2 dl dd.titre strong{ color:#8449b2; }
	.encart_listoffre dl dd.titre, .encart_listoffre2 dl dd.titre{ font-size:12px; color:#8449b2; margin:0 0 0 0; }
	.encart_listoffre dl dd.date{ font-size:12px; color:#494949; margin:0 0 3px 0; }
	.encart_listoffre2 dl dd.date{ font-size:12px; color:#494949; margin:0 0 3px 0; }
	.encart_listoffre dl dd.prix strong{ font-size:1.7em; color:#e75118;}
	.encart_listoffre2 dl dd.prix strong{ font-size:1.7em; color:#e75118;}
	.encart_listoffre dl dd.prix, .encart_listoffre2 dl dd.prix{ margin:0; font-size:12px; color:#e75118; }
	.encart_listoffre dl dd.lien a{ font-size:12px; color:#3072c1; text-decoration:none; }
	.encart_listoffre2 dl dd.lien a{ font-size:1.2em; color:#6fae4b; text-decoration:none; }
	.encart_listoffre .listoffre_tous{ float:left; font-size:1.2em; line-height:1.3em; color:#ffffff; text-decoration:none; margin-left:10px; padding:3px 20px 3px 10px; background:url(../images/boutons/bt_fd_rose.gif) no-repeat center right; }
	.encart_listoffre2 .listoffre_tous{ float:left; font-size:1.2em; line-height:1.3em; color:#6fae4b; text-decoration:none; margin-left:10px; padding-left:15px; background:url(../images/fleche_mid_coup_coeur_gris.gif) no-repeat center left; font-weight:bold; }
/**/
.encart_minutes{ float:left; width:300px; overflow:hidden; height:1%; margin-top:10px; padding-bottom:20px; border:1px solid #e5e5e5; }
#IE6 .encart_minutes{ height:1%; padding-bottom:10px; }
	.encart_minutes h2{ padding-left:12px; line-height:24px; font-size:1.4em; color:#fff; text-transform:uppercase; background:url(../images/degrade_orange.gif) repeat-x top left;}
	.encart_minutes dl{ width:283px; float:left; clear:left; margin:0 0 6px 15px; cursor:pointer; }
	#IE6 .encart_minutes dl{ margin-left:8px; }
	.encart_minutes dl dt.photo{ clear:left; float:left; margin-right:10px; display:none; }
	.encart_minutes dl dt.photo img{ width:98px; height:62px; }
	.encart_minutes dl dd.titre strong{ color:#4686b2; font-size:13px; }
	.encart_minutes dl dd.titre span{ color:#4686b2; font-size:1.4em; }
	.encart_minutes dl dd.titre{ font-size:12px; color:#4686b2; margin:0 0 0 0; }
	.encart_minutes dl dd.date{ font-size:12px; color:#666868; margin:0 0 3px 0; }
	.encart_minutes dl dd.date strong{ font-weight:normal; }
	.encart_minutes dl dd.prix strong{ font-weight:normal; font-size:20px; color:#e75118;}
	.encart_minutes dl dd.prix{ font-size:12px; color:#e75118; }
	.encart_minutes dl dd.lien a{ font-size:1.2em; color:#681fa0; text-decoration:none; display:none;}
	.encart_minutes .minutes_tous{ float:left; font-size:1.2em; line-height:1.4em; color:#ffffff; text-decoration:none; margin-left:10px; padding:3px 20px 3px 10px; background:url(../images/boutons/bt_fd_orange.gif) no-repeat center right; }

/*:::::::::::::::::::: Right : Home :::::::::::::::::::*/
.thema_choice{ overflow:hidden; text-align:center; width:300px; background:url(../images/fond_type_destination.gif) no-repeat bottom left; margin-bottom:10px; }
	#IE6 .thema_choice, #IE7 .thema_choice{ margin-bottom:12px; }
.thema_choice a{ float:left; display:inline-block; width:72px; margin:0 4px 0 0; height:15px; text-align:center; padding-top:60px; font-size:1.1em; color:#ffffff; text-decoration:none; text-transform:uppercase; }
.thema_choice a.thema_last{ margin-right:0px; }
#IE6 .thema_choice a, #IE7 .thema_choice a{ height:13px; }
#IE6 .thema_choice a:active{ width:72px; }

.thema_choice a:hover{ text-decoration:underline; }

/*:::::::::::::::::::: Bottom Home blocs :::::::::::::::::::*/
#center .demande_magazine{ float:left; width:380px; overflow:hidden; height:1%; margin-top:10px; padding-bottom:10px; border:1px solid #e5e5e5; border-top:0; }
#center .demande_magazine img{ float:left; margin:0 10px; }
#center .demande_magazine h2{ padding-left:12px; line-height:24px; font-size:1.4em; color:#fff; text-transform:uppercase; background:url(../images/degrade_gris.gif) repeat-x top left;}
#center .demande_magazine p{ color:#000000; font-size:1.2em;  margin:10px 0; }
#center .demande_magazine form{ color:#000000; margin:0; padding:0; }
#center .demande_magazine form fieldset{ margin:0; padding:0;  }
#center .demande_magazine form input.text{ margin:0; font-size:1.2em; float:none; width:155px;}
#center .demande_magazine form input.submit{ margin:0; float:none; color:#ffffff; background:url(../images/boutons/bt_fd_gris.gif) no-repeat center right; text-transform:uppercase; width:60px; margin-top:3px; font-size:1.3em; padding:2px 0 2px 5px; text-align:left;}
#center .demande_magazine form a {text-decoration:none;}

#right .dossier_madames { float:left; width:300px; overflow:hidden; height:1%; margin:10px 0; padding-bottom:10px; border:1px solid #672080; border-top:0; }
#IE6 #right .dossier_madames { padding-bottom:7px; }
#right .dossier_madames img{ float:left; margin:0 10px; }
#right .dossier_madames h2{ padding-left:12px; line-height:24px; font-size:1.4em; color:#fff; text-transform:uppercase; background:url(../images/degrade_violet.gif) repeat-x top left;}
#right .dossier_madames ul{ margin:10px 0; padding-left:7px; list-style:none; }
#right .dossier_madames ul li{ font-size:1.2em; line-height:1.3em; }
	#IE6 #right .dossier_madames ul li{ font-size:1.2em; line-height:1.2em; }
#right .dossier_madames ul li a{ color:#000000; text-decoration:none; }
#right .dossier_madames a.tous_dossiers{ font-size:1.2em; line-height:1.2em; color:#849608; text-decoration:none; padding-left:15px; background:url(../images/fleche_mid_dossier_blanc.gif) no-repeat center left; font-weight:bold; }
	#IE7 #right .dossier_madames a.tous_dossiers{ line-height:1.1em; }
#right .dossier_madames a:hover{ text-decoration:underline; }

/*:::::::::::::::::::: Center : Fil d'ariane :::::::::::::::::::*/
.fil_ariane{ font-size:1.1em; }
.fil_ariane a{ color:#BA2D6C; text-decoration:none; }
.fil_ariane a:hover{ text-decoration:underline; }
.fil_ariane span{ color:#ba2d6c; }

/*:::::::::::::::::::: Center : Edito / gab_txt :::::::::::::::::::*/
.gab_txt{ clear:both; width:660px;}
	.gab_txt:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	.gab_txt {display: inline-block;}
	html[xmlns] .gab_txt { display: block; }
	* html .gab_txt { height: 1%; }

.gab_left{ float:left; width:295px;}
.gab_right{ float:left; width:365px;}
.gab_center_etab{ float:left; width:600px;}
#IE6 .gab_right{ width:355px; }
.gab_txt .demi_liste{ float:left; width:287px; margin-right:10px; }
#IE6 .gab_txt .demi_liste{ margin-right:5px; }
.gab_txt h1{ margin:1em 0; font-size:2.5em; color:#ba2d6c; }
	.gab_txt h1.h1_results{ margin:1em 0; font-size:2em; color:#ba2d6c; }
	.gab_txt h1.h1_results_smtpge{color:#BA2D6C;float:left;font-size:1.3em;margin:1em 0 -1em;width:300px;}
	#IE6 .gab_txt h1.h1_results_smtpge, #IE7 .gab_txt h1.h1_results_smtpge{float:none;margin:1em 0 -1em;}
.gab_txt h1 span{ font-size:0.6em; font-style:italic; }
.gab_txt h1 a{ color:#ba2d6c; text-decoration:none; }
.gab_txt h1 a:hover{ text-decoration:underline; }
.gab_txt h2{ margin:1.5em 0 1em 0; font-size:2em; color:#717171 }
.gab_txt h3{ clear:both; margin:0.8em 0; font-size:1.2em; font-weight:bold; color:#8349af }
.gab_txt .demi_liste h3{ color:#ba2d6c; }
.gab_txt p{ text-align:justify; font-size:1.2em; line-height:1.7em; color:#717171; }
.gab_txt p a{ color:#ba2d6c; }
.gab_txt p a:hover{ text-decoration:none; }
.gab_txt p strong, .gab_txt p b{ color:#ba2d6c; }
.gab_txt p.intro{ text-align:left; font-size:1.3em; line-height:1.9em; color:#ba2d6c; }
.gab_txt p.notebp{ font-size:10px; color:#717171; font-weight:bold; }
.gab_txt p.pointfortgt{ font-size:12px; color:#757575; font-weight:bold; }
.gab_txt p.pointfortpt{ font-size:11px; color:#757575; font-weight:normal; }
/* Style FCKEditor */
.gab_txt span.intro{ text-align:left; line-height:2em; color:#ba2d6c; }
/* Style FCKEditor */
.gab_txt p.info_variable{ font-size:1em;}
.gab_txt ul li{ font-size:1.2em; color:#717171 }
.gab_txt .gab_img{ margin-bottom:25px; }
.gab_txt p span.puce{ background:url(../images/puce.gif) no-repeat center 5px; padding:0 3px; margin-left:8px; }
.gab_txt a img{ margin:0; }
/* titres */
.gab_txt h2.conseil{ background:#efefef; margin:0.8em 0 0; padding:10px 0 0 10px; font-size:1.5em; color:#839608; text-transform:uppercase; }
.gab_txt h2.conseil_etab{ width:350px; background:#efefef; margin:0.8em 0 0; padding:10px 0 0 10px; font-size:1.5em; color:#839608; text-transform:uppercase; }
.gab_txt h2.selection_etab{ width:auto; margin:0 0 0; padding:5px 0 0 10px; font-size:1.5em; color:#839608; }
.gab_txt h2.offre_destination{ background:#efefef; margin:0.8em 0 0em; padding:0 0 10px 5px; font-size:1.5em; color:#3072c1; text-transform:uppercase; }
.gab_txt h2.details_offres {color:#3072c1;font-size:1.8em;clear:both;padding-top:15px;}
.gab_txt h2.recherche_geo{ margin:1em 0 5px 0; font-size:2em; color:#717171 }
/* liens onglets */
.gab_txt a.season_hiver, .gab_txt a.season_ete{ display:block; float:left; padding:5px 10px; color:#ffffff; text-decoration:none; font-size:1.2em; text-transform:uppercase; }
.gab_txt a.season_hiver.season_on{ cursor:default; background:#ba2d6c url(../images/ombre_blanc.gif) no-repeat bottom right; padding:7px 25px 3px 20px; }
.gab_txt a.season_ete.season_on{ cursor:default; background:#ba2d6c url(../images/ombre_blanc.gif) no-repeat bottom right; padding:7px 25px 3px 20px; }
.gab_txt a.season_hiver.season_off{ background:#ababab; margin-top:4px; padding:3px 20px 3px; }
.gab_txt a.season_ete.season_off{ background:#ababab; margin-top:4px; padding:3px 20px 3px 10px; }
#IE7 .gab_txt a.season_hiver.season_off{ padding:4px 20px 2px; }
#IE7 .gab_txt a.season_ete.season_off{ padding:4px 20px 2px 10px; }
.gab_txt hr.separator_season{ clear:both; background:#ba2d6c; height:4px; margin:-7px 0 15px; padding:0; }
#IE6 .gab_txt hr.separator_season, #IE7 .gab_txt hr.separator_season{ height:4px; background:#ba2d6c; border:4px solid #ba2d6c; }

/*:::::::::::::::::::: Center : blocs pages fiches :::::::::::::::::::*/
#swf_img_diapo{ overflow:hidden; clear:both;background:#efefef; margin:0 0 10px 0; }
#swf_img_diapo_hiver{ overflow:hidden; clear:both; background:#efefef; margin:0 0 10px 0; }
#swf_img_diapo_ete{ overflow:hidden; clear:both; background:#efefef; margin:0 0 10px 0; }
ul.outils_hbgt{ float:right; list-style:none; margin:-67px 0 0;position:relative;overflow:hidden}
#IE6 ul.outils_hbgt, #IE7 ul.outils_hbgt{margin-top:-66px}
ul.outils_hbgt li{float:left !important;background:#fff;height:72px;display:block;margin:0;padding:0}
ul.outils_hbgt li a{display:block;text-align:center; padding:38px 0 0;font-size:0.9em; color:#666666; text-decoration:none !important;line-height:1;}
ul.outils_hbgt li a:hover{ text-decoration:underline !important; }
ul.outils_hbgt li a.visite_virtuelle{ background:url(../images/etablissement/visite_virtuelle.gif) no-repeat center -3px;width:93px;}
ul.outils_hbgt li a.plan_acces{ background:url(../images/etablissement/plan_acces.gif) no-repeat center -1px;width:85px;}
ul.outils_hbgt li a.ajout_selection{ background:url(../images/etablissement/ajout_selection.jpg) no-repeat center -5px;width:93px;padding:32px 0 0;}
ul.outils_hbgt li a.video{ background:url(../images/etablissement/video.jpg) no-repeat center -1px;width:75px;}
div.points_forts{ float:left; width:430px; background:#ba2d6d ;margin-bottom:10px;}
div.points_forts h3{ color:#fff; font-size:1.3em; text-transform:uppercase; margin-left:15px; }
div.points_forts ul{ margin-left:30px; list-style-type:square}
div.points_forts ul li{color:#fff;}
div.descriptif_fiche_etab{clear:both}



#tabs {clear:both;width:660px;position:relative;padding:0;margin-top:20px;}
#tabs .tabsScroller{overflow:hidden;}
#tabs .tabsScroller .tabsContent{width:10000px;}
#tabs .tabsScroller .tabsContent .tabsSection{width:650px;padding:10px 5px;overflow:hidden;float:left;}
	/* Controls */
	#tabs #tabsControls{margin:10px 0 0;overflow:hidden;border-bottom:1px solid #7f7a6b;}
	#tabs #tabsControls li{display:block;float:left;cursor:pointer;line-height:20px;margin-right:1px;z-index:9;}
	#tabs #tabsControls li a{display:block;float:left;padding:2px 10px 2px 10px;font-size:11px;color:#red;text-decoration:none;text-transform:uppercase;background:#ababab;color:#fff;margin-top:2px}
	#tabs #tabsControls li.active{}
	#tabs #tabsControls li.active a{margin:0;background:#ba2d6c;padding:3px 10px}

#tabsSearch {clear:both;width:660px;position:relative;padding:0;}
#tabsSearch .tabsScroller{overflow:hidden;}
#tabsSearch .tabsScroller .tabsContent{width:10000px;}
#tabsSearch .tabsScroller .tabsContent .tabsSection{width:650px;padding:10px 5px;overflow:hidden;float:left;background:#e7e6e6;}
	#tabsSearch .tabsScroller .tabsContent .tabsSection label{width:180px;padding-left:20px;color:#5d5d5c;font-size:12px;}
	/* Controls */
	#tabsSearch #tabsControls{margin:0 0 -2px 0;overflow:hidden;background:#f5f5f5;}
	#tabsSearch #tabsControls li{display:block;float:left;padding:6px 10px;cursor:pointer;line-height:20px;z-index:9;font-size:11px;}
	#tabsSearch #tabsControls li.link{border-left:1px solid #dedede;border-right:1px solid #dedede;margin-right:-1px;}
	#tabsSearch #tabsControls li a{display:block;float:left;text-decoration:none;color:#ba2d6c;font-size:12px;}
	#tabsSearch #tabsControls li.active{background:#e7e6e6;}
	#tabsSearch #tabsControls li.active a{color:#ba2d6c}
	#tabsSearch #tabsControls li span{font-size:13px;display:block;float:left;text-transform:uppercase;color:#787878;font-weight:bold;cursor:default}
	#tabsSearch #tabsControls li label{margin:0;padding:0;line-height:20px;}
	#tabsSearch #tabsControls li label input{vertical-align:-2px;margin-right:5px;}
	
.triPar{background:#F5F5F5;overflow:hidden;margin-top:3px;margin-bottom:5px;padding:3px 10px 5px;}
	.triPar label{color:#5d5d5c;font-size:12px;margin-right:20px;}
	
.encart_inforesa{ margin-bottom:10px; clear:both; float:left; overflow:hidden; background:url(../images/etablissement/encart_inforesa.gif) no-repeat top left; width:208px; height:50px;}
.encart_inforesa .prix{ margin:10px 0 0 10px; float:left; width:90px; font-size:11px; color:#e75118; }
.encart_inforesa .prix strong{ font-size:17px; color:#e75118; }
.encart_inforesa .date{ margin:10px 0 0 10px; float:left; width:80px; font-size:12px; color:#494949; }
.encart_inforesa .riche{ color:#494949; }

#descriptif_offre{float:right;width:169px;background:#f1efe9 url(../images/etablissement/fd_encart_price.jpg) no-repeat 0 0;padding:10px 10px 10px 21px;text-align:center;line-height:1.5;margin-left:20px}
#descriptif_offre .title{font-weight:bold;font-size:12px;color:#8449b2;}
#descriptif_offre .arrivee{font-weight:bold;font-size:12px;color:#595959}
#descriptif_offre .bigPrice{font-weight:bold;font-size:37px;color:#e05b02;line-height:1.25;padding-right:25px}
#descriptif_offre .aulieude{font-size:15px;color:#616161}
#descriptif_offre .location{font-size:11px;color:#8e8e8e}
#descriptif_offre .reduc{background:url(../images/etablissement/reduc.png) no-repeat 0 0;display:block;color:#fff;font-size:12px;font-weight:bold;text-align:center;float:right;margin:-67px 10px 0;width:34px;height:34px;line-height:34px;}



.resaBig:link,.resaBig:visited,.resaBig:hover,.resaBig:active{ margin-top:5px; text-align:right; font-size:11px; line-height:1.1; text-decoration:none !important; text-transform:uppercase; float:left; display:block; background:url(../images/etablissement/resaBig.gif) no-repeat top left; padding:7px 10px; color:#ffffff; }

.news_slider { color:#839608; border:10px solid #efefef; padding:5px 10px 15px; position:relative; width:620px; margin:0; text-align:left; }
.news_slider  h3{ font-size:1.4em; color:#839608; margin:0.8em 0;}
.news_slider .prev, .news_slider .next { position:absolute; top:42%; display:none; }
.news_slider .next { right:10px; }
.news_slider .news_items { position: relative; width: 580px; top: 0; left: 20px; overflow: hidden; }
.news_slider .container { position: relative; top: 0; left: 0; width: 100%; }
.news_slider .item { height:110px; width: 280px; margin-right: 10px; float: left; display: inline;position:relative; }
.news_slider .item img, .news_slider .item a img{ border:none; margin-right:10px; }
.news_slider .item p{ color:#717171; text-align:left; line-height:1.2em; margin-right:10px;}
	.news_slider .item p a{ color:#717171;  text-decoration:none;}
.news_slider .item p strong{ color:#717171; }
.news_slider .item  a.itemlink{ float:left; display:block; width:68px; height:10px; color:#ffffff; text-decoration:none; position:absolute;bottom:12px;right:20px; padding:0px 0 5px 15px; background:url(../images/boutons/bt_fond_savoir_plus.gif) no-repeat top left; }
#IE6 .news_slider .item  a.itemlink{ width:68px; height:10px; }

.avoir_afaire{ border:10px solid #efefef; border-top:0; padding:0 10px 10px; overflow:hidden; height:1%; }
.avoir_afaire  h3{ font-size:1.4em; color:#839608; margin:0.8em 0;}
.avoir_afaire dl{ text-align:justify; font-size:1.2em; line-height:1.5em; color:#717171; float:left; margin-bottom:1em; }
.avoir_afaire dt{ float:left; width:95px; padding-top:5px;  }
.avoir_afaire dd{ float:left; width:480px; margin-right:10px; }

.temoignage{ float:left; margin:0 10px 10px 0; background:#ffffff; width:360px; }
.temoignage div { height:280px; padding:10px; border:11px solid #f2f2f2; overflow:hidden; }
.temoignage div  p{ line-height:1.4em; margin-left:80px; margin-right:10px; }
.temoignage div  img.signature{ float:right; margin-top:10px; }
.temoignage div  p.signature{ clear:both; float:right; margin:0; padding:0; font-style:italic;}

.conseil_selection_etab{ float:left; margin:0 10px 10px 0; background:#ffffff; width:360px; }
.conseil_etab{  }
.conseil_etab div { padding:10px 10px 0; border:11px solid #f2f2f2; overflow:hidden; }
.conseil_etab div  p{ line-height:1.4em; margin-left:10px; margin-right:10px; }
.conseil_etab div  a{ color:#839608; text-decoration:none; }
.conseil_etab div  a:hover{ text-decoration:underline; }
.selection_etab{ margin-top:15px; padding:10px 10px 5px; background:#f2f2f2; }
.selection_etab p{ line-height:1.4em; }

.encart_listoffre3{ float:left; width:270px; overflow:hidden; min-height:302px; height:auto !important; margin:1.2em 0 10px 0; padding:0 10px 10px; background:#f2f2f2; }
#IE6 .encart_listoffre3{ height:285px; padding-bottom:0; }
/*NPH > 23-09-09 > thematiques */
	.encart_listoffre3 dl{ width:310px; float:left; margin:0 0 5px 5px; padding:0; cursor:pointer; }
	.encart_listoffre3 dl dt.photo{ clear:left; float:left; margin-right:10px; }
	.encart_listoffre3 dl dt.photo img{ width:98px; height:62px; }
	.encart_listoffre3 dl dd.titre strong{ color:#3072c1; }
	.encart_listoffre3 dl dd.titre{ font-size:1.2em; color:#383838; margin:0 0 0 0; }
	.encart_listoffre3 dl dd.date{ font-size:1.1em; color:#383838; margin:0 0 3px 0; }
	.encart_listoffre3 dl dd.prix strong{ font-size:1.7em; color:#3072c1;}
	.encart_listoffre3 dl dd.prix, .encart_listoffre2 dl dd.prix{ margin:0; font-size:1.0em; color:#000000; }
	.encart_listoffre3 dl dd.lien a{ font-size:1.2em; color:#3072c1; text-decoration:none; }
	.encart_listoffre3 .listoffre_tous{ display:block; float:left; font-size:1.2em; line-height:1.3em; color:#3072c1; text-decoration:none; padding-left:15px; background:url(../images/fleche_mid_offres.gif) no-repeat center left; font-weight:bold; }
		#IE6 .encart_listoffre3 .listoffre_tous{ padding:8px 0 9px 15px; }
	.encart_listoffre3 .listoffre_tous:hover{ text-decoration:underline; }
.encart_listoffre3_bis{ padding-left:60px; padding-right:40px; }
/**/
#hbgt_pannel_slide{ width:658px; margin:1em 0 0; border:1px solid #efefef; border-bottom:0; }
	#hbgt_pannel_slide2{ width:658px; overflow: hidden; margin:0; border:1px solid #efefef; border-top:0; }
#hbgt_pannel_slide p span.prix{ color:#d94d00; font-weight:bold; }
#hbgt_pannel_slide p span.prixWithoutDiscount{color:#d94d00; }
#hbgt_pannel_slide p{ width:500px; clear:left; float:left; text-align:justify; font-size:1.2em; line-height:1.3em; color:#717171; margin:1em 1em 0; }
#IE6 #hbgt_pannel_slide p{ margin:1em 0.5em 0; }
#hbgt_pannel_slide h4{ cursor:pointer; margin:0; padding-left:10px; line-height:24px; height:24px; font-size:1.2em; text-transform:uppercase; font-weight:bold; color:#666666; background:url(../images/etablissement/degrade_gris_clair.jpg) no-repeat top right; }
	#hbgt_pannel_slide2 h4{ cursor:pointer; margin:0; padding-left:10px; line-height:24px; height:24px; font-size:1.2em; text-transform:uppercase; font-weight:bold; color:#ffffff; background:url(../images/etablissement/degrade_gris_fonce.jpg) no-repeat top right; }
#hbgt_pannel_slide h4.active{ background:url(../images/etablissement/degrade_violet.jpg) no-repeat top right; color:#ffffff; }
	#hbgt_pannel_slide2 h4.active{ background:url(../images/etablissement/degrade_gris_fonce.jpg) no-repeat bottom right; color:#ffffff; }
#hbgt_pannel_slide div.panel_hbgt, #hbgt_pannel_slide2 div.panel_hbgt{ overflow:hidden; margin-bottom:10px;}
#hbgt_pannel_slide2 div.panel_hbgt{ margin-left:20px;}
#hbgt_pannel_slide div.panel_hbgt a.submitChoisir, #hbgt_pannel_slide div.panel_hbgt a.submitReserver{ display:block; line-height:25px; width:74px; float:right; background:url(../images/etablissement/fond_violet_reserver.gif) no-repeat top left; color:#ffffff; text-transform:uppercase; padding-left:20px; text-decoration:none; margin:1.5em 1em 0 1.5em; }
#IE6 #hbgt_pannel_slide div.panel_hbgt a.submitChoisir, #IE6 #hbgt_pannel_slide div.panel_hbgt a.submitReserver, #IE7 #hbgt_pannel_slide div.panel_hbgt a.submitChoisir, #IE7 #hbgt_pannel_slide div.panel_hbgt a.submitReserver{ margin-top:50px; }
/**/

#center h4.titre_hbgt_dispo{ font-size:18px; color:#7537a6; margin:10px auto 0; }

/*:::::::::::::::::::: Center : search :::::::::::::::::::*/
#center .center_search{ clear:both; padding:1em 1em 0; background:#efefef; width:640px; height:auto;}
	.center_search:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	.center_search {display: inline-block;}
	html[xmlns] .center_search { display: block; }
	* html .center_search { height: 1%; }

#center .center_search h2 { margin:0 0 0.4em; font-size:1.5em; color:#c2479c; text-transform:uppercase; }
#center .center_search h2 span{ text-transform:none; }
#center .center_search form{ width:630px; background:#ffffff; color:#000000; overflow:auto; padding:1em 0 0.5em 1em; }
#center .center_search form fieldset{ padding:0 0; float:left; width:155px; }
#center .center_search form fieldset.fieldset_submit{ clear:both; width:610px; }
#center .center_search p.label,
#center .center_search label{ font-size:1.2em; }
#center .center_search form input,
#center .center_search form select,
#center .center_search form .selectbox{ color:#666666; font-size:1.1em; line-height:1.5em; }
#center .center_search form input.text{ width:100px;}
#center .center_search form input.submit{ float:right; background:url(../images/fond_bt_rechercher.gif) no-repeat center left; color:#ffffff; text-transform:uppercase; padding:0.2em 0.3em 0.2em 0.6em; border:0; margin:1em 0 0.8em; }
#center .center_search form .selectbox { width:130px; background: url(../images/select_box_big.gif) right; height:18px; border-left:1px solid #d8d8d8; margin-top:2px; }
#center .center_search form .selectbox-wrapper { margin-top:0px; width:107px !important; background:#ffffff; color:#666666; font-size:0.9em; z-index:1002 !important; }
	#IE6 #center .center_search form .selectbox-wrapper,
	#IE7 #center .center_search form .selectbox-wrapper { margin-top:-3px; }
#center .center_search form .selectbox-wrapper ul li.selected { background:#c2479c; color:#ffffff; }
#center .center_search form .selectbox-wrapper ul li.current { background:#c2479c; color:#ffffff; }

/*:::::::::::::::::::: Center : search with resa styles :::::::::::::::::::*/
#center .center_search.form_resa{ width:658px; background:#f9edf2; border:1px solid #eac0d3; padding:0; }
#center .center_search.form_resa h2 { margin:0 0 0.4em; padding-left:10px; line-height:24px; height:24px; font-size:1.2em; text-transform:uppercase; font-weight:bold; color:#ffffff; text-transform:uppercase; background:url(../images/etablissement/degrade_rose.jpg) repeat-x top left; }
#center .center_search.form_resa form{ background:transparent; color:#565656; width:658px;}
#center .center_search.form_resa form fieldset{ height:50px; margin-bottom:10px; background:transparent; padding:0 0; float:left; width:215px; }
#center .center_search.form_resa form fieldset.nb_persons{ width:215px; }
#center .center_search.form_resa form fieldset.nb_persons .nb_persons_label{ width:78px;float:left; }

#center .center_search.form_resa form fieldset.fieldset_submit{ float:left; width:165px; clear:none; }
#center .center_search.form_resa form input.text{ width:150px; margin-top:2px;}
#center .center_search.form_resa form a.submit{ float:right; background:url(../images/etablissement/fond_violet_continuer.gif) no-repeat center left; color:#ffffff; text-transform:uppercase; width:120px; height:30px; padding:0.6em 0.3em 0 2em; margin:0.5em 0 0.8em; text-decoration:none; }
#center .center_search.form_resa form .selectbox { width:175px; background: url(../images/select_box_big.gif) right; height:18px; border-left:1px solid #d8d8d8; }
#center .center_search.form_resa  form .selectbox-wrapper { margin-top:1px; width:152px !important; background:#ffffff; color:#666666; font-size:0.9em; z-index:198 !important; }
#center .center_search.form_resa  label{ float:left; }
#center .center_search.form_resa  form #center_nb_adults_input.selectbox{ width:55px; margin-top:4px; }
#center .center_search.form_resa  form #center_nb_kids_input.selectbox{ width:55px; margin-top:4px; }
#center .center_search.form_resa  form #center_nb_baby_input.selectbox{ width:55px; margin-top:4px; }
#center .center_search.form_resa  form .selectbox-wrapper.center_nb_adults,
#center .center_search.form_resa  form .selectbox-wrapper.center_nb_kids,
#center .center_search.form_resa  form .selectbox-wrapper.center_nb_baby{ width:32px !important; }


/*:::::::::::::::::::: Center : block results search :::::::::::::::::::*/
.tri_result{ margin-bottom:0; }
.tri_result input{ float:left; margin-right:5px }
.tri_result label{ display:inline; float:left; }

.pagination{ clear:both; float:right; margin:0; }
.pagination li{ display:inline; list-style:none; }
.pagination li a{ color:#717171; text-decoration:none; }
.pagination li a:hover, .pagination li a.active{ color:#b6193e; text-decoration:underline; }

.pagination_dernieres_minutes{ clear:both; float:right;  padding-top:13px; background-color:#F5F5F5;text-align:right;}
.pagination_dernieres_minutes li{ display:inline; list-style:none; }
.pagination_dernieres_minutes li a{ color:#717171; text-decoration:none; }
.pagination_dernieres_minutes li a:hover, .pagination_dernieres_minutes li a.active{ color:#b6193e; text-decoration:underline; }

.radio{margin-top:5px;color:black;}
.choix_offre_cette_semaine{float:right;background-color:#F5F5F5;width:438px;padding-top:10px; padding-bottom:5px;}
.choix_offre_autres_semaines{float:right;background-color:#F5F5F5;width:438px;padding-top:10px; padding-bottom:20px;}
.label_choix{ float:left; width:170px; margin-left:10px; font-size:12px; font-weight:bold; color:#666666;margin-top:5px;}
.radio_choix{ font-size:11px;  color:#666666; width:auto;}
.radio_choix input{ vertical-align:3px;}

/*.entete_pagination{background-color:#F5F5F5;overflow:hidden;width:649px;clear:both; float:right;margin-right:11px;}*/
.entete_pagination{}
.sort_search{font-size:12px;color:#1a1a1a;}
	.sort_search strong{font-weight:bold;display:block;float:left;margin:0.5em 1em 0.2em 0;color:#666;}
	.sort_search br{clear:both;}
	.sort_search select{font-size:11px;color:#666;margin-top:0.5em;}
	.sort_search select option{margin:0 0.5em;}
.sort_search_services{clear:both;overflow:hidden;zoom:1;padding:5px 0 5px 20px;border:1px solid #c2479c;}
	.sort_search_services label{margin-right:1.5em;}
a.sort_search_more:link{color:#c2479c;font-weight:bold;margin:15px 0 5px;display:block;text-decoration:none;}
a.sort_search_more:visited{color:#c2479c;font-weight:bold;margin:15px 0 5px;display:block;text-decoration:none;}
	a.sort_search_more:hover{text-decoration:underline;}
a.sort_search_more:active{color:#c2479c;font-weight:bold;margin:15px 0 5px;display:block;text-decoration:none;}
  a.link_comparer:link,a.link_comparer:visited,a.link_comparer:hover,a.link_comparer:active{font-size:12px;display:inline-block; width:auto; line-height:34px; padding:0 10px 0 20px; color:#ffffff; background:url(../images/boutons/bt_reserver.jpg) no-repeat center left; text-decoration:none; margin:0 5px 0 15px;}
	span.link_comparer{vertical-align:1px;font-size:11px;}
.pagination.sort_search_pag{margin-top:5px; }


.bloc_resultat_annonce{ overflow:hidden; width:658px; border:1px solid #eac0d3; margin-bottom:15px; padding-bottom:10px; min-height:230px; height:auto!important; height:230px;}
.bloc_resultat_annonce.active{ background-color:#f2ecf8; border-color:#d9c8e8; }
.bloc_resultat_annonce h3{ text-transform:uppercase; font-weight:normal; background:url(../images/boutons/degrade_rose.jpg) repeat-x top left; color:#ffffff; line-height:24px; margin:0 0 10px; padding:0 0 0 10px; }
.bloc_resultat_annonce.active h3{ background:url(../images/boutons/degrade_violet.jpg) repeat-x top left; }
	.bloc_resultat_annonce h3 a.link_titre{color:#ffffff;text-decoration:none;}
	.bloc_resultat_annonce h3 span{ font-size:1.2em; }
	.bloc_resultat_annonce h3 em{ text-transform:none; }
	.bloc_resultat_annonce h3 span.spanComp{padding:0 10px 0 15px;height:24px;float:right; display:block;background:url(../images/etablissement/degrade_gris_clair.jpg);}
	.bloc_resultat_annonce h3 label{ text-transform:none;color:#4f4f4f;font-size:12px;}
	.bloc_resultat_annonce h3 input.checkbox{ }
.bloc_resultat_annonce a img{ width:150px;}
.bloc_resultat_annonce span.img{ float:left; width:150px; margin:0 5px 10px 10px; }
.bloc_resultat_annonce dl{ margin:3px 18px 0 0; padding:2px 0 2px 10px; width:460px; font-size:1.2em; color:#616161; background:#f2f2f2; min-height:35px; height:auto !important; height:35px; float:right;}
	.bloc_resultat_annonce.active dl{ background-color:#ffffff; }
	.bloc_resultat_annonce dl dt{ margin:0; font-weight:bold; }
	.bloc_resultat_annonce dl dd{ margin:0; line-height:1.3em; }
	.bloc_resultat_annonce dl dd.tarifs_result{ float:right; width:95px; color:#8e8e8e;font-size:11px;text-align:center;padding-top:5px}
	.bloc_resultat_annonce dl dd.tarifs_result strong{ font-size:12px; color:#d94d00; }
		.bloc_resultat_annonce dl dd.tarifs_result .reduc{background:url(../images/etablissement/reduc.png) no-repeat 0 0;display:block;color:#fff;font-size:12px;font-weight:bold;float:left;margin:0 10px 0 0;width:34px;height:34px;line-height:34px;}
	.bloc_resultat_annonce dl dd.link_result{ float:right; color:#d94d00; }
	.bloc_resultat_annonce dl dd.link_result a{ display:block; width:auto; line-height:34px; padding:0 20px 0; color:#ffffff; background:url(../images/boutons/bt_reserver.jpg) no-repeat center left; text-decoration:none; margin:0 5px 0 15px; }
.bloc_resultat_annonce div{ float:right; margin-right:33px; width:460px; }
.bloc_resultat_annonce div.autresHebergements{float:right; margin:0 18px 0 0; width:470px;overflow:hidden;display:none;}
.bloc_resultat_annonce div.autresHebergements dl{ margin:3px 0 0 0;}
	#IE6 .bloc_resultat_annonce div{ float:right; margin-right:3px; width:460px; }
.bloc_resultat_annonce div dl{ margin:0 10px 3px 5px; }
.bloc_resultat_annonce div p{ margin:5px 5px 3px 5px; }
	.bloc_resultat_annonce div p strong{ color:#494949; }
	.bloc_resultat_annonce div p.desc{ line-height:1.4em; margin-bottom:0; color:#000000; font-size:1.1em; }
a.viewNext{display:inline-block;width:278px;float:right;color:#fff;padding:2px 10px;margin:10px 190px 0 0;font-size:12px;background:url(../images/bt_depliResult.png) no-repeat 0 0;text-decoration:none}
	a.viewNext span{font-size:14px;font-weight:bold;}
	.bloc_resultat_annonce a.result_detail{ font-size:11px;width:auto; line-height:15px; padding:2px 10px 2px 20px; color:#494949; font-size:1.1em; text-decoration:none !important;  background:url(../images/boutons/bt_detail_sejour.jpg) no-repeat center left; border-bottom:1px solid #e4e4e4;width:115px;display:block}
	.bloc_resultat_annonce a.plan_acces{ font-size:11px;width:auto; line-height:15px; padding:2px 10px 2px 20px; color:#494949; font-size:1.1em; text-decoration:none !important;  background:url(../images/boutons/bt_plan_acces.jpg) no-repeat center left; border-bottom:1px solid #e4e4e4;width:115px;display:block}
	.bloc_resultat_annonce a.voir_photos{ font-size:11px;width:auto; line-height:15px; padding:2px 10px 2px 20px; color:#494949; font-size:1.1em; text-decoration:none !important;  background:url(../images/boutons/bt_photos.jpg) no-repeat center left; border-bottom:1px solid #e4e4e4;width:115px;display:block}
	.bloc_resultat_annonce a.visite_virtuelle{ font-size:11px;width:auto; line-height:15px; padding:2px 10px 2px 20px; color:#494949; font-size:1.1em; text-decoration:none !important;  background:url(../images/boutons/bt_visite_virtuelle.jpg) no-repeat center left; border-bottom:1px solid #e4e4e4;width:115px;display:block}
	.bloc_resultat_annonce a.result_ajout { width:auto; line-height:15px; padding:2px 10px 2px 20px; color:#494949; font-size:1.1em; text-decoration:none !important;  background:url(../images/boutons/bt_ajout_selection.jpg) no-repeat center left; }
	
	.bloc_resultat_annonce a.result_detail:hover,
	.bloc_resultat_annonce a.plan_acces:hover,
	.bloc_resultat_annonce a.voir_photos:hover,
	.bloc_resultat_annonce a.visite_virtuelle:hover,
	.bloc_resultat_annonce a.result_ajout:hover{text-decoration:underline !important;}
	
	.bloc_resultat_annonce a.content_link  {text-decoration:none;cursor:hand }
	
	/* bt_visite_virtuelle */ 

/*:::::::::::::::::::: Center : Offres :::::::::::::::::::*/
dl.nos_offres{ line-height:1.1; background:#f3f3f3; border:1px solid #f3f3f3; width:288px; float:left; margin:0 10px 10px 0; padding:10px 15px; }
dl.nos_offres.shover{ background:#e4effb; border:1px solid #9bc3f2; cursor:pointer; }
	dl.nos_offres dt{ font-weight:normal; text-transform:uppercase; font-size:15px; color:#3072c1; margin-bottom:10px; }
	dl.nos_offres dd.photo img{ float:left; width:110px; height:85px; margin:0 20px 0 0; }
	dl.nos_offres dd.descriptif{ font-size:12px; color:#383838; margin-bottom:5px;  }
	dl.nos_offres dd.texte_prix { margin-bottom:5px; font-size:14px; color:#383838;}
	dl.nos_offres dd.texte_prix span{ color:#ba2d6d;}
	dl.nos_offres dd.lien_offre a{color:#3072c1; text-decoration:none; padding-left:15px; background:url(../images/fleche_mid_offres.gif) no-repeat center left;  }
	dl.nos_offres dd.texte_explicatif{ margin-top:5px; line-height:1; font-size:10px; color:#484848;}
	dl.nos_offres dd.lien_offre {font-size:12px;}
	
/*:::::::::::::::::::: Center : Thematique :::::::::::::::::::*/
.thematiqueDl{ background:#f5f5f5; width:650px; padding:10px 5px 0 5px; overflow:hidden;}
	
	#IE7 .thematiqueDl{ padding:10px 5px 10px 5px; }
dl.thematique{ line-height:1.1; background:#fff; border:1px solid #fff; width:283px; height:65px; float:left; margin:0 5px 10px 5px; padding:10px 15px; }
	#IE6 dl.thematique{ width:283px; margin-left:3px; }
dl.thematique.shover{ background:#ffecf5; border:1px solid #ebbcd0; cursor:pointer; }
	dl.thematique dt.photo img{  float:left; width:85px; margin:0 10px 0 0;  }
	dl.thematique dd.titre{ font-weight:bold; text-transform:uppercase; font-size:16px; color:#b62f6a;  }
	dl.thematique dd.descriptif{ font-size:11px; color:#383838; margin-bottom:3px;  }
	dl.thematique dd.lien_offre a{color:#b62f6a; text-decoration:none; padding-left:15px; background:url(../images/fleche_small_critere_blanc.gif) no-repeat center left;  }
	dl.thematique dd.lien_offre {font-size:12px;}
/*:::::::::::::::::::: Center : Offres :::::::::::::::::::*/
div.last_minute{  }
ul.lastmin_pag{margin:2em 0;}
div.last_minute a.partir_semaine,
div.last_minute a.partir_semaine_active,
div.last_minute a.partir_semainesuiv,
div.last_minute a.partir_semainesuiv_active,
div.last_minute a.partir_semainedeux,
div.last_minute a.partir_semainedeux_active{ display:block; float:left; text-indent:-9999px; margin-top:10px; margin-right:6px; }

	div.last_minute a.partir_semaine{ width:191px; height:46px; background-repeat: no-repeat; background-position:top left; }
		#IE6 div.last_minute a.partir_semaine:active, 
		#IE6 div.last_minute a.partir_semaine_active:active{ width:191px; }
	div.last_minute a.partir_semainesuiv{ width:250px; height:46px; background-repeat: no-repeat; background-position:top left; }
		#IE6 div.last_minute a.partir_semainesuiv:active,
		#IE6 div.last_minute a.partir_semainesuiv_active:active{ width:250px; }
	div.last_minute a.partir_semainedeux{ width:196px; height:46px; background-repeat: no-repeat; background-position:top left; }
		#IE6 div.last_minute a.partir_semainedeux:active,
		#IE6 div.last_minute a.partir_semainedeux_active:active{ width:196px; }
	
	div.last_minute a.partir_semaine_active{ width:191px; height:46px; background-repeat: no-repeat; background-position:bottom left; }
	div.last_minute a.partir_semainesuiv_active{ width:250px; height:46px; background-repeat: no-repeat; background-position:bottom left; }
	div.last_minute a.partir_semainedeux_active{ width:196px; height:46px; background-repeat: no-repeat; background-position:bottom left; }

div.last_minute img.partir_barre{ /*margin-top:-5px;*/display:block;clear:both; }

div.last_minute dl.last_minute_offres{ margin:0;padding:4px 6px;background-color:#fff;border:solid #f5f5f5;border-width:5px 12px 5px 12px; width:613px;overflow:hidden;}
div.last_minute dl.last_minute_offres dt.photo{ float:left; margin-right:6px;}
div.last_minute dl.last_minute_offres dt.photo img { width:98px;height:65px; }
div.last_minute dl.last_minute_offres dd {font-size:12px;}
div.last_minute dl.last_minute_offres dd.titre span a{  color:#8449b2;font-size:12px;text-transform:uppercase;}
div.last_minute dl.last_minute_offres dd.titre {float:left;width:200px;}
div.last_minute dl.last_minute_offres dd.titre a {color:black;text-decoration:none}
div.last_minute dl.last_minute_offres dd.titre strong a{font-size:11px;}
div.last_minute dl.last_minute_offres dd.prix a{  color:#e66119;font-size:19px;float:right;padding:11px 0 0 0;text-align:center;text-decoration:none}
div.last_minute dl.last_minute_offres dd.prix span a{color:#000;font-size:10px;}
div.last_minute dl.last_minute_offres dd.lien { float:right;padding:15px 0 0 10px; }
div.last_minute dl.last_minute_offres dd.lien a{ color:#8449b2;font-weight:bold;  }
div.last_minute dl.last_minute_offres dd.link_result  { float:right; padding:15px 0 0 15px;}
div.last_minute dl.last_minute_offres dd.link_result a{color:#fff;text-decoration:none;text-transform:uppercase;background:url(../images/dernieres_minutes/bg_btReserver.png) no-repeat 0 0;width:62px;height:19px;display:block;padding:2px 0 0 17px;font-size:11px;}

/* ::::::::: details nos offres :::::::::::: */
ul.paginDetOffer {clear:none !important;margin-top:5px;}

p.order_results {float:left;width:auto;}
p.order_results label {float:none;cursor:default;padding:0 10px 0 5px;vertical-align:middle;}
p.order_results input {vertical-align:middle;}

dl.offerList {clear:both;overflow:hidden;border:solid #f5f5f5;border-width:5px 12px;line-height:1.3em;margin:0;font-size:1.2em;height:1%;padding:7px 14px 7px 14px;z-index:1;}
dl.offerList:hover , dl.offerList.offerList_shover{background-color:#f9ecf3; }
dl.offerList dt {float:left;margin-right:23px;}
dl.offerList dt img {width:110px;}
dl.offerList dd.mainDesc , dl.offerList dd.bookNowLine  {float:left;color:#383838;width:345px;}
dl.offerList dd.bookNowLine {float:right;width:475px;}
dl.offerList dd.smallTxt {font-size:11px;line-height:14px;}
dl.offerList dd.mainDesc h3 {color:#AE2366;margin:0 0 3px 0;text-transform:uppercase;font-size:17px;font-weight:normal;}
dl.offerList dd.mainDesc h3 span {text-transform:lowercase;}
dl.offerList dd.mainDesc h3 a {text-decoration:none;color:#AE2366;}
dl.offerList dd.mainDesc strong {font-size:1.1em;}
dl.offerList dd.priceAndMore {float:right;text-align:right;padding:13px 10px 0 0; width:120px;}
dl.offerList dd.priceAndMore span {color:#e66119;font-size:1.6em;}
dl.offerList dd.priceAndMore a {font-weight:bold;color:#8449b2;}
dl.offerList dd.priceAndMore a.bookNow , dl.offerList dd.bookNowLine a.bookNow {color:#fff;text-decoration:none;text-transform:uppercase;background:url(../images/dernieres_minutes/bg_btReserver.png) no-repeat 0 0;width:62px;height:19px;display:inline-block;padding:2px 8px 0 8px;font-size:0.9em;margin:7px 0 0 0}
dl.offerList dd.bookNowLine a.bookNow {font-weight:bold;padding:2px 8px 0 16px;}
dl.offerList dd.deleteSelection {float:right;width:20px;z-index:5}
dl.offerList dd.deleteSelection a {}

/*:::::::::::::::::::: Center : block faq :::::::::::::::::::*/
h2.faq_top5{ background:#ba2d6d; margin:0; padding:10px; color:#ffffff; font-weight:normal; font-size:2em; }
ul.faq_top5{ background:#ba2d6d; margin:0; padding:0 10px 20px; color:#ffffff; }
	ul.faq_top5 li{ line-height:1.5em; list-style-image:url(../images/plus_faq.gif); list-style-position:inside; }
	ul.faq_top5 li a{ padding-bottom:0.5em; color:#ffffff; text-decoration:none; }
	ul.faq_top5 li a:hover{ text-decoration:underline; }

.faq_rep{ margin:20px 15px 0; }
.faq_rep h3{ margin:25px 0 10px; font-size:1.4em; font-weight:normal; color:#ba2d6d; text-transform:uppercase; }
.faq_rep h4{ cursor:pointer;  margin:5px 0 0; padding-left:15px; font-size:1.2em; color:#717171; font-weight:bold; background:url(../images/plus_faq_h4.gif) no-repeat top left; }
.faq_rep h4.active{ background:url(../images/plus_faq_h4.gif) no-repeat 0 -14px; }
.faq_rep p{ margin:0; }

/*:::::::::::::::::::: Center Form :::::::::::::::::::*/
#center form.form label{ font-size:1.2em; color:#666666; width:135px; }
#center form.form p span{ float:left; margin-right:10px; }
#center form.form label.radio{ float:left; width:55px; margin-top:5px; font-size:1em; }
	#IE7 #center form.form label.radio{ margin-top:0px; }
#center form.form input.text, #center form.form select{ float:left; margin:3px 0 10px; font-size:1.2em; color:#666666; border:1px solid #e4e4e4; width:200px; }
#center form.form textarea { float:left; margin-bottom:10px; font-size:1.1em; color:#666666; border:1px solid #e4e4e4; width:400px; }
#center form.form textarea.shortTextarea {width:200px;}
#center form.form label.radio input{ vertical-align:-2px; margin-right:5px; }
#center form.form br{ clear:both; }
#center form.form p.champs_obli{ clear:both; margin:15px 0; font-style:italic; font-size:1.1em; }
#center form.form input.submit{ float:none; margin-left:250px; width:88px; line-height:23px; padding-left:25px; background:url(../images/bt_valider.gif) no-repeat top left; color:#ffffff; font-size:1.3em; }
	#IE7 #center form.form input.submit{ line-height:13px; }
#center form.form fieldset .selectbox { font-size:1.2em; width:200px; background: url(../images/select_box_big.gif) right; height:18px; border-left:1px solid #d8d8d8; margin:2px 0 0; color:#646464; }
	#center form.form fieldset .selectbox-wrapper { margin:0 0 0 145px; width:177px !important; background:#ffffff; color:#646464; z-index:1002 !important; height:200px;}
	#IE6 #center form.form fieldset .selectbox-wrapper{ clear:both; margin:-1px 0 0 148px; font-size:10px !important; }
	#IE7 #center form.form fieldset .selectbox-wrapper { clear:both; margin-top:-3px; font-size:10px !important; }
		#IE6 #theme_demande_container,
		#IE7 #theme_demande_container{ margin-top:-10px !important; }
	#center form.form fieldset .selectbox-wrapper ul li.selected { background:#c2479c; color:#ffffff; }
	#center form.form fieldset .selectbox-wrapper ul li.current { background:#c2479c; color:#ffffff; }


ul.form_error{ background:#f8f8f8; list-style:none; color:#ba2d6c; margin:0 0 15px; padding:10px; }
ul.form_error li{ padding:3px 14px; background:url(../images/puce.gif) no-repeat center left; list-style:none; color:#ba2d6c;}

/*:::::::::::::::::::: Center Couloir Resa :::::::::::::::::::*/
#center_resa{ overflow:hidden; float:left; width:915px; padding:15px 20px; }
#center_resa div.resa_centre{ margin:15px 50px;}
#center_resa div.resa_centre p{ font-size:1.2em; line-height:1.7em; color:#717171; }
#center_resa div.resa_centre p a{ color:#ba2d6c; }
#center_resa div.resa_centre p a:hover{ text-decoration:none; }
#center_resa div.resa_centre fieldset{ padding:0;}

#center_resa h3{ padding-left:12px; font-size:1.2em; text-transform:uppercase; color:#ffffff; line-height:24px; margin:15px 0 0;  }
	#center_resa h3 span{ text-transform:none; }
#center_resa h3.sejour{ background:url(../images/couloir_resa/degrade_rose.gif) repeat-x top left; }
#center_resa h3.hebergement{ background:url(../images/couloir_resa/degrade_violet.gif) repeat-x top left; }
#center_resa h3.commande{ background:url(../images/couloir_resa/degrade_gris.gif) repeat-x top left; }
#center_resa h3.coordonnees{ background:url(../images/couloir_resa/degrade_vert.gif) repeat-x top left; }


/* BOOKLET */
#center_resa h3.coordonnees_booklet{ background:url(../images/couloir_resa/degrade_vert.gif) repeat-x top left; height:14px;width:798px;line-height:14px; }
#center_resa fieldset.resa_suite_booklet{ width:100px;float:right;margin-right:100px; }
#birthdate a.dp-choose-date {
	
	margin-top:-5px;
	
}
.addresse_booklet {float:left;}
/* BOOKLET */


img.resa_onglet{ margin:15px 0; }
img.resa_onglet_fleche{ vertical-align:7px; margin:15px 1px 15px 2px; }
div.resa_bloc{ overflow:hidden; width:789px; padding:20px 12px; border:1px solid #e5e5e5; border-top:0; }
/**/
.resa_bloc_col1{ float:left; width:160px; }
.resa_bloc_col2{ float:left; width:629px; }
	#IE6 .resa_bloc_col2{ float:left; width:629px; }
.resa_bloc_col3{ float:left; width:374px; background:#e4e4e4; padding:5px 10px; margin-bottom:10px; }
	.resa_bloc_col3 label{ font-size:1.2em; line-height:1.2em; color:#717171; margin-bottom:5px; width:100%; }
	.resa_bloc_col3 input{ vertical-align:-2px; margin-right:5px; }
.resa_bloc_col4{ float:left; width:355px; padding:15px 10px; margin-left:20px; margin-bottom:10px; }
.resa_bloc_col5{ float:left; width:300px; background:#e4e4e4; padding:5px 10px 15px; margin-bottom:10px; }
	.resa_bloc_col5 label{ font-size:1.2em; line-height:1.2em; color:#717171; margin-bottom:10px; }
	.resa_bloc_col5 .disabled{ width:100%; margin-bottom:0; color:#c4c4c4; cursor:default; }
	.resa_bloc_col5 input{ vertical-align:-2px; margin-right:5px; }
	.resa_bloc_col5 label.sous_radio{ margin-left:35px; font-weight:bold; }
.resa_bloc_col6{ float:left; width:400px; background:#e4e4e4; padding:10px; margin-left:15px; margin-bottom:10px; }
	.resa_bloc_col6 p{ line-height:1.1em !important; }
	.resa_bloc_col6 p a{ color:#646464 !important; }
	.resa_bloc_col6 textarea{ color:#646464 !important; font-size:1.1em; border:1px solid #c4c4c4; width:390px; height:45px; }
/**/
div.resa_bloc h4{ margin-bottom:5px; font-size:1.2em; font-weight:bold; color:#646464; }
div.resa_bloc img{ }
div.resa_bloc input.code_reduc{ float:none; margin-right:10px; width:150px; margin-top:0px; text-transform:uppercase; }
div.resa_bloc input.code_submit{ background:url(../images/couloir_resa/bt/bt_gris.gif) no-repeat bottom left; border:0; font-size:1em; padding:0 5px 0 10px; color:#ffffff; }
div.resa_bloc hr{ clear:both; margin:7px 37px 7px 0; }
div.resa_bloc p{ margin-bottom:3px; }
div.resa_bloc p.titre_sejour{ font-size:1.2em; line-height:1.2em !important; color:#717171 !important; }
	div.resa_bloc p.titre_sejour span{ color:#ba2d6d; }
div.resa_bloc p.ligne_hbgt{ float:left; padding:5px 25px; background:#f5f5f5 url(../images/couloir_resa/fleche_gris.gif) no-repeat 7px center; width:543px; margin-bottom:3px; }
	div.resa_bloc p.ligne_hbgt.largeurpleine{ width:703px; }
	div.resa_bloc p.ligne_hbgt.grisfonce{ text-transform:uppercase; background:#e4e4e4 url(../images/couloir_resa/fleche_gris.gif) no-repeat 7px center; }
	div.resa_bloc p.ligne_hbgt span{ float:right; color:#d94d00; font-weight:bold; }
div.resa_bloc p.ligne_hbgt2{ float:left; padding:5px 10px; background:#f5f5f5; width:733px; margin-bottom:3px; }
div.resa_bloc p.ligne_hbgt3{ float:left; padding:5px 25px; background:#f5f5f5; width:703px; margin-bottom:3px; }
	div.resa_bloc p.ligne_hbgt3 span{ float:right; color:#d94d00; font-weight:bold; }
div.resa_bloc ul.ligne_hbgt{ float:left; margin:0px 0 3px; padding:5px 25px; background:#f5f5f5; width:543px; list-style:none; }
div.resa_bloc ul.ligne_hbgt li{ padding:0; margin:0; font-size:1.1em; line-height:1.6em !important; color:#717171 !important; }
	div.resa_bloc ul.ligne_hbgt li span{ float:right; color:#d94d00; }
div.resa_bloc a.infobulle{ float:left; display:block; width:17px; margin:5px 0 5px 15px; }
/**/
div.resa_bloc fieldset.option_sejour{ width:629px; margin-bottom:15px; padding:0; font-size:1.2em; font-weight:normal; color:#646464; }
div.resa_bloc fieldset.option_hebergement, 
div.resa_bloc fieldset.participant_option{ width:807px; margin-bottom:15px; padding:0; font-size:1.2em; font-weight:normal; color:#646464; }
div.resa_bloc fieldset.participant{ background:#f5f5f5; float:left; width:707px; padding:10px !important; font-size:1.2em; font-weight:normal; color:#646464; margin:0 0 3px 24px;}
#IE6 div.resa_bloc fieldset.participant{ margin:0 0 3px 12px; padding:10px;}
/**/
div.resa_bloc fieldset dl{ margin:0; padding:5px 25px 5px 10px; background:#f5f5f5; float:left; }
	div.resa_bloc fieldset.option_sejour dl{ width:557px; }
	div.resa_bloc fieldset.option_hebergement dl{ width:717px; }
	div.resa_bloc fieldset.participant_option dl{ width:692px; margin-left:24px; }
	#IE6 div.resa_bloc fieldset.participant_option dl{ width:692px; margin-left:12px; }
div.resa_bloc fieldset dt.label{ margin:0; float:left; width:40%; font-weight:normal; }
div.resa_bloc fieldset dt.label select{ float:left; margin-right:10px;}
div.resa_bloc fieldset dt.label .checkbox{ vertical-align:-2px; margin:0 7px 0 0 !important; padding:0 !important; }
div.resa_bloc fieldset .radio{ vertical-align:-4px; margin:0 7px 0 15px; }
div.resa_bloc fieldset dd.liste{ margin:0; float:left; width:40%; }
div.resa_bloc fieldset dd.liste select{ float:left; margin-right:10px;}
div.resa_bloc fieldset dd.tarifs_gris{ margin:0; float:left; text-align:left; font-weight:bold; width:20%; }
div.resa_bloc fieldset dd.tarifs{ margin:0; float:left; text-align:right; font-weight:bold; color:#d94d00; width:20%; }
div.resa_bloc label{ float:left; }
div.resa_bloc fieldset.participant p{ clear:left; font-size:1em !important; }
div.resa_bloc fieldset.participant span{ font-size:1.1em; font-weight:bold; color:#844968; padding-top:5px; float:left; }
div.resa_bloc fieldset.participant .radio{ margin:0 7px 0 15px; }
div.resa_bloc fieldset.participant .text{ float:left; }
	div.resa_bloc fieldset.participant .text.prenom{ width:100px; margin-right:20px; }
	div.resa_bloc fieldset.participant .text.nom{ width:127px; margin-right:20px; }
	div.resa_bloc fieldset.participant .text.date-pick{ width:103px; }
div.resa_bloc fieldset.participant .del_participant{ float:right; display:inline-block; width:14px; height:14px; text-indent:-9999px; background:url(../images/couloir_resa/supprimer_gris.gif); }
/**/
div.resa_centre p.ligne_commande{ float:left; padding:5px 25px; background:#f5f5f5 url(../images/couloir_resa/fleche_gris.gif) no-repeat 7px center; width:700px; margin-bottom:3px; }
div.resa_centre p.ligne_commande span{ float:right; color:#d94d00; }
#center_resa p.text_center{ line-height:1em !important; margin:5px 15px 0 !important; }
/**/
div.resa_centre a.bt_action_rose{ float:right; display:block; background:url(../images/couloir_resa/bt/bt_rose.gif) no-repeat top left; line-height:17px; color:#ffffff; font-size:0.9em; font-weight:bold; text-transform:uppercase; margin:5px 37px 15px 0; padding:0 8px 0 18px; text-decoration:none;}
div.resa_centre a.bt_action_violet{ float:right; display:block; background:url(../images/couloir_resa/bt/bt_violet.gif) no-repeat top left; line-height:17px; color:#ffffff; font-size:0.9em; font-weight:bold; text-transform:uppercase; margin:5px 37px 15px 0; padding:0 8px 0 18px; text-decoration:none;}
div.resa_centre a.bt_action_vert{ float:right; display:block; background:url(../images/couloir_resa/bt/bt_vert.gif) no-repeat top left; line-height:17px; color:#ffffff; font-size:0.9em; font-weight:bold; text-transform:uppercase; margin:5px 30px 5px 0; padding:0 8px 0 18px; text-decoration:none;}
div.resa_centre a.bt_action_suprose{ float:right; margin:-19px 10px 0 0; width:14px; height:14px; display:inline-block; text-indent:-9999px; background:url(../images/couloir_resa/supprimer_rose.gif); }
/**/
a.resa_retour, a.resa_suite, a.resa_autre{ text-transform:uppercase; display:inline-block; line-height:25px; float:left; color:#ffffff; text-decoration:none !important; font-size:1.1em; }
a.resa_retour span, a.resa_suite span , a.resa_autre span{ text-transform:none; }
a.resa_retour{ background:url(../images/couloir_resa/bt/bt_gauche_degrade.gif) top left; margin:30px 40px 0 180px; padding:0 10px 0 25px; }
div.resa_autre{ width:809px; margin-top:15px; overflow:hidden; }
	a.resa_autre{ background:url(../images/couloir_resa/bt/bt_gauche_degrade.gif) top left; padding:0 10px 0 25px; }
a.resa_suite{ background:url(../images/couloir_resa/bt/bt_droit_degrade.gif) top right; margin:30px 160px 0 40px; padding:0 25px 0 10px; clear:right; }
/**/
.resa_compte{ float:left; margin-top:15px; padding:10px; }
.resa_compte h3{ margin:0 !important; padding:0 !important; font-size:1.5em !important; color:#839608 !important; text-transform:uppercase; }
.resa_compte.centre h3{ font-size:2.2em !important; }
.resa_compte.gauche{ clear:both; background:#e4e4e4; width:350px; }
	.resa_compte.gauche .bt_action_vert{ margin-top:15px; }
.resa_compte.centre{ padding-top:65px; width:53px; text-align:center; }
.resa_compte.droite{ background:#e4e4e4; width:350px; }
	.resa_compte.droite p{ margin-bottom:0; }
	.resa_compte.droite label{ width:160px; color:#646464; font-size:12px; }
	.resa_compte.droite input.text{ width:147px; margin-top:2px; border:1px solid #cccccc; font-size:11px; color:#646464; }
.resa2_continuerlog{ float:right; padding:10px; background:#e4e4e4; width:235px; margin-bottom:50px; }
	.resa2_continuerlog p{ font-size:11px !important; }
	.resa2_continuerlog strong{ font-size:12px; }
	.resa2_continuerlog a.clic{ color:#646464 !important; }
	.resa2_continuerlog a.suite{ text-transform:uppercase; display:inline-block; line-height:25px; color:#ffffff; text-decoration:none !important; font-size:1.1em; background:url(../images/couloir_resa/bt/bt_droit_degrade.gif) top right; padding:0 25px 0 10px; }

/**/
#center_resa h3.coordonnees span{ float:right; margin:-24px 10px 0; font-size:10px; }
div.resa_bloc fieldset.coordperso{ float:left; width:400px; color:#646464; }
	div.resa_bloc fieldset.coordperso p{ font-size:1em; }
	div.resa_bloc fieldset.coordperso label{ font-size:1.2em; width:90px; }
	div.resa_bloc fieldset.coordperso label.radio{ font-size:1em; width:auto; margin-bottom:8px; }
	div.resa_bloc fieldset.coordperso input.radio{ vertical-align:-3px; margin:0 5px 0 8px; }
	div.resa_bloc fieldset.coordperso br{ clear:both; }
	div.resa_bloc fieldset.coordperso select,
	div.resa_bloc fieldset.coordperso input.text{ width:150px; margin-bottom:8px; border:1px solid #d2d2d2; color:#666666; font-size:1.1em !important; }
	div.resa_bloc fieldset.coordperso input.text.coord_societz{ width:120px; }
	div.resa_bloc fieldset.coordperso input.text.coord_adresse{ width:250px; }
	div.resa_bloc fieldset.coordperso input.text.coord_cp{ width:65px; margin-right:15px; }
	div.resa_bloc fieldset.coordperso input.text.coord_ville{ width:125px; }
	div.resa_bloc fieldset.coordperso label.coord_ville{ width:auto; }
	div.resa_bloc fieldset.coordperso input.text.coord_tel, 
	div.resa_bloc fieldset.coordperso input.text.coord_fax{ width:85px; margin-right:15px; }
	div.resa_bloc fieldset.coordperso input.text.coord_portable{ width:80px; }
	div.resa_bloc fieldset.coordperso label.coord_portable{ width:auto; }
	div.resa_bloc fieldset.coordperso .selectbox { font-size:1.3em; width:130px; background: url(../images/select_box_big.gif) right; height:18px; border-left:1px solid #d8d8d8; margin:2px 0 0; color:#646464; }
	div.resa_bloc fieldset.coordperso .selectbox-wrapper { margin:0 0 0 100px; width:107px !important; background:#ffffff; color:#646464; font-size:1.2em; z-index:1002 !important; }
	#IE6 div.resa_bloc fieldset.coordperso .selectbox-wrapper,
	#IE7 div.resa_bloc fieldset.coordperso .selectbox-wrapper { margin-top:-3px; }
	div.resa_bloc fieldset.coordperso .selectbox-wrapper ul li.selected { background:#c2479c; color:#ffffff; }
	div.resa_bloc fieldset.coordperso .selectbox-wrapper ul li.current { background:#c2479c; color:#ffffff; }
div.resa_bloc fieldset.coordperso2{ float:left; padding-left:25px !important; border-left:1px solid #e4e4e4; width:350px; color:#646464; }
	div.resa_bloc fieldset.coordperso2{ float:left; padding-left:10px !important; border-left:1px solid #e4e4e4; width:330px; color:#646464; }
	#IE6 div.resa_bloc fieldset.coordperso2{ width:345px; overflow:hidden; }
	div.resa_bloc fieldset.coordperso2 label{ width:165px; }
	div.resa_bloc label.label_checkbox{ width:100% !important; color:#666666; font-size:1.1em !important; line-height:1.5em; margin:0.2em 0; background: url(../images/couloir_resa/radio_button_violet.gif) no-repeat 0 1px; margin-right:-19px; }
	div.resa_bloc label.label_checkbox.chchecked { background: url(../images/couloir_resa/radio_button_violet.gif) no-repeat 0 -25px; }
	#IE6 div.resa_bloc label.label_checkbox{ margin-right:-3px !important; }
/**/
.resa_cnil{ float:left; margin-top:30px; line-height:1.3em !important; text-align:center; font-size:1em !important; color:#646464; }
/**/
dl.liste_participants{ margin-top:100px; width:500px; font-size:1.1em; color:#646464; }
	dl.liste_participants dt{  }
	dl.liste_participants dd{ float:left; width:250px; }
label.accept_cgv{ margin:10px 10px 0 !important; font-size:1.2em !important; color:#646464 }
	label.accept_cgv a{ color:#646464; }
	label.accept_cgv a:hover{ text-decoration:none; }


/*:::::::::::::::::::: Center Couloir Resa Etape 5et6 :::::::::::::::::::*/
.resa_ep5{ overflow:hidden; font-size:12px; color:#646464; margin:0 auto; width:500px; border:1px solid #e5e5e5; }
	.resa_ep5 br{ clear:both; }
.resa_ep5 fieldset.resa_ep5_1{ padding-left:37px; }
	.resa_ep5 fieldset.resa_ep5_1 h1{ font-size:13px; padding:40px 0 10px 60px; font-weight:bold; background:url(../images/couloir_resa/picto_cadenas.gif) no-repeat left 10px; }
	.resa_ep5 fieldset.resa_ep5_1 p{ margin:10px 0; }
	.resa_ep5 fieldset.resa_ep5_1 small{ float:left; margin:20px 0; font-size:10px; }
	
.resa_ep5 fieldset.resa_ep5_2{ padding:20px; margin:0 37px; background:#f5f5f5; }
	.resa_ep5 fieldset.resa_ep5_2 span{ width:130px; }
	.resa_ep5 fieldset.resa_ep5_2 label{ width:130px; }
	.resa_ep5 fieldset.resa_ep5_2 label.radio{ width:75px; }
		.resa_ep5 fieldset.resa_ep5_2 label.radio img{ margin:-10px 0 10px 10px; width:27px; height:20px; }
	.resa_ep5 fieldset.resa_ep5_2 input{ padding:0 0 2px; margin:3px 0 5px; background:#ffffff; width:180px; }
		.resa_ep5 fieldset.resa_ep5_2 label.radio input{ margin:-5px 0 0 0; width:10px; }
		.resa_ep5 fieldset.resa_ep5_2 input#ccard_verification{ width:70px; }
	.resa_ep5 fieldset.resa_ep5_2 select{ margin:0 10px 0 0; width:70px; background:#ffffff; float:left;  }

.resa_ep5 fieldset.resa_ep5_3{ float:right; margin-right:37px; padding:20px 0;  }
	.resa_ep5 fieldset.resa_ep5_3 a{ text-transform:uppercase; display:block; background:url(../images/couloir_resa/bt/bt_valider.gif) no-repeat top left; width:63px; line-height:23px; padding-left:25px; color:#ffffff; text-decoration:none; font-size:12px; }
/**/
p.msg_fin_comde{ margin-top:25px; }
p.espce_resa6{ height:250px; }

/* :::::::::::::::: MON COMPTE ::::::::::::::: */
h1.h1_account {float:left;}
h1.h1_account span {font-style:normal;font-size:12px;}
.gab_txt p.userConnexion {float:right;text-align:right;margin:30px 0 0 0;font-size:11px;line-height:12px;}
.gab_txt p.userConnexion a , .gab_txt p.userConnexion strong {color:#717171;}
ul.accountMainPush {margin:0;overflow:hidden;height:1%;}
ul.accountMainPush li {cursor:pointer;float:left;width:212px;height:81px;padding:20px 0 0 100px;position:relative;list-style:none;background:url(../images/compte/sprite_mainPush.png) no-repeat;margin:0 18px 18px 0; }
	ul.accountMainPush li.coordonnees {background-position: 0 0;} 
	ul.accountMainPush li.newsletter {background-position: -312px 0;} 
	ul.accountMainPush li.magazine {background-position: -624px 0;} 
	ul.accountMainPush li.commandes {background-position: 0 -102px;} 
	ul.accountMainPush li.infoPlus {background-position: -312px -102px;} 
	ul.accountMainPush li.favourites {background-position: -624px -102px;padding-top:35px;height:66px;} 
	ul.accountMainPush li.question {background-position: -936px 0;} 
	ul.accountMainPush li.cgv {background-position: -936px -102px;} 

ul.accountMainPush li p {line-height:13px;text-align:left;font-size:12px;padding:3px 0 0 0;margin:0;}
ul.accountMainPush li h2 {font-size:15px;text-transform:uppercase;margin:0;color:#8449B2;font-weight:bold;}
ul.accountMainPush li a {position:absolute;bottom:3px;right:7px;display:block;width:24px;height:24px;background:url(../images/compte/picto_fleche.png) no-repeat 0 0;text-indent:-9999px;}
ul.accountMainPush li.shover a , ul.accountMainPush li:hover a  {background-position:0 -24px;}
ul.accountMainPush li.favourites a {position:static;color:#717171;background:none;display:inline;text-indent:0;}

h3.lastOffers_title {color:#717171;font-weight:normal;font-size:15px;border-top:1px solid #e8e8e8;width:640px;padding:10px 0 0 0;}

ul.account_menu {margin:0 0 8px 0;padding:0 0 12px 0;overflow:hidden;height:1%;background:url(../images/compte/bg_AccountMenu.gif) repeat-x bottom left;}
ul.account_menu li {list-style:none;width:100px;text-align:center;text-transform:uppercase;float:left;margin-left:20px;padding:0 0 4px 0;}
ul.account_menu li.active {background:url(../images/compte/bg_activeAccountMenu.gif) repeat-x bottom left;}
ul.account_menu li a {display:block;font-size:11px;text-decoration:none !important;color:#717171;}
ul.account_menu li.shover {cursor:pointer;}
ul.account_menu li a:hover , ul.account_menu li.shover a , ul.account_menu li.active a {color:#8449b2;}

dl.lastOffers_account {width:280px;padding:10px 15px;background:#f3f3f3;float:left;margin:0 16px 0 0;font-size:12px;border:1px solid #f3f3f3;}
dl.lastOffers_account.shover {background:#dce6f3;border:1px solid #3072c1;cursor:pointer;}
dl.lastOffers_account dt {text-transform:uppercase;color:#3072c1;font-size:15px;font-weight:normal;padding:0 0 5px 0;}
dl.lastOffers_account dd {line-height:12px;padding:0 0 5px 0;}
dl.lastOffers_account dd a {color:#3072c1;text-decoration:none;padding:0 0 0 15px;background:url(../images/fleche_mid_offres.gif) no-repeat 0 0;}
dl.lastOffers_account dd em {font-style:normal;color:#ba2d6d;}
dl.lastOffers_account dd.visu {float:left;margin:0 20px 5px 0;}
dl.lastOffers_account dd.visu img {width:109px;height:85px;}
dl.lastOffers_account dd.smallDisclaim {color:#717171;font-size:10px;}
br.clearing {clear:both;height:0;display:block;}

dl.deliveryAdress {padding:15px 0 0 0;font-size:11px;color:#717171;margin:0;}
dl.deliveryAdress dd {line-height:12px;}
dl.deliveryAdress dd a {font-size:10px;color:#717171;line-height:16px;}
dl.deliveryAdress dd a:hover {text-decoration:none;}

#center p.pushDlMag {width:157px;float:left;}
#center form.form .get_mag {float:left;}
#center form.form .get_mag label {width:400px;padding:2px 0 5px 18px;font-size:11px;}
#center form.form .get_mag input.submit {margin-left:0;clear:both;}
#center form.form .get_mag .label_checkbox {background:transparent url(../images/compte/radio_button_violet.gif) no-repeat scroll 0 0;}
#center form.form .get_mag .label_checkbox.chchecked {background:transparent url(../images/compte/radio_button_violet.gif) no-repeat scroll 0 -26px;}

/*:::::::::::::::::::: Center Plan du site :::::::::::::::::::*/
ul.sitemap{ list-style:none; }
ul.sitemap ul{ list-style:none; margin:5px 0 0; }
ul.sitemap li{ margin-top:30px; padding-left:20px; background:url(../images/bg_sitemap.gif) no-repeat 0 3px; }
ul.sitemap li ul li{ margin:0; padding-left:0px; background:transparent; line-height:1; }
ul.sitemap li a, ul.sitemap li ul li a{ text-decoration:none; }
ul.sitemap li a:hover, ul.sitemap li ul li a:hover{ text-decoration:underline; }
ul.sitemap li a{ font-size:16px; color:#8449b2; }
ul.sitemap li ul li a{ font-size:11px; color:#757575; }

/*Comparateur*/
.gab_txt h1.h1_comp { font-style:normal;font-size:12px;}
table.comparateur {font-size:11px;border-collapse:collapse;border:solid #fbe3f5;border-width:0 1px 1px 0;margin:0 1px;width:auto !important;color:#3a3a3a;}
table.comparateur p {text-align:left;font-size:11px;}
table.comparateur th {background:none;vertical-align:top;padding:0.5em;}
table.comparateur th.borderLeft {border-left:1px solid #fbe3f5;}
table.comparateur td {padding:5px 6px;border:solid #fbe3f5;border-width:0 1px;width:133px;line-height:14px;vertical-align:top;}
table.comparateur tr.titleLine td {border-top:1px solid #fbe3f5;background:url(../images/comparateur/bg_titleDest.png) no-repeat 6px 5px;}
table.comparateur tr.titleLine td dl {margin:0;color:#fff;padding: 5px 0 5px 5px; }
table.comparateur tr.titleLine td dl a {color:#fff;text-decoration:none;}
table.comparateur tr.titleLine td dt {text-transform:uppercase;font-weight:normal;font-size:13px;}
table.comparateur tr.titleLine td dd {line-height:13px;padding:1px 0;}
table.comparateur tr.titleLine td dd.region {text-align:right;padding-right:6px;} 
table.comparateur tr.titleLine td dd em {text-align:left;}
table.comparateur td p.bookLink {float:right;background:url(../images/boutons/bt_reserver.jpg) no-repeat 0 0;padding:1px 0;margin:5px 1px 10px 0;line-height:18px;}
table.comparateur td p.bookLink a {color:#fff;text-transform:uppercase;text-decoration:none;display:block;padding:0 5px 0 17px;}
table.comparateur td p.tripDetails {float:right;background:url(../images/boutons/bt_detail_sejour.jpg) no-repeat 0 0;padding:0;margin:10px 0 0 0;line-height:16px;}
table.comparateur td p.tripDetails a {color:#fff;text-transform:uppercase;text-decoration:none;display:block;padding:0 5px 2px 17px;}
table.comparateur td p.addToSelection {float:right;background:url(../images/boutons/bt_ajouterSelection2lines.png) no-repeat 0 0;padding:1px 0;margin:2px 2px 6px 0;text-align:right;line-height:12px;width:126px;}
table.comparateur td p.addToSelection a {color:#fff;text-transform:uppercase;text-decoration:none;display:block;padding:1px 5px 2px 17px;}
table.comparateur tr.descriptionLine td , table.comparateur tr.descriptionLine th {background:#fcf1f9;}
table.comparateur tr.visuLine td {text-align:center;}
table.comparateur tr.visuLine td img {width:127px;}
table.comparateur td dl.detailsAccomadation {background:#f2f2f2;padding:4px 2px 3px 7px;line-height:13px;margin-bottom:0;}
table.comparateur td dl.detailsAccomadation dt {}
table.comparateur td dl.detailsAccomadation dd {}
table.comparateur td dl.detailsAccomadation dd.priceLine {color:#d94d00;}
table.comparateur th.titleFormule {color:#c2479c;}

/*liste plan et acces / visites virtuelles*/
.gab_txt p.introTxt_plan {background:url(../images/etablissement/plan_acces.gif) no-repeat 0 5px;padding:0 0 0 33px;width:350px;min-height:30px;}
.gab_txt p.introTxt_visitVirt {background:url(../images/etablissement/visite_virtuelle.gif) no-repeat 0 7px;padding:0 0 0 33px;min-height:30px;}
.gab_txt ul.menu_listPlan {width:100%;overflow:hidden;list-style:none;border-bottom:5px solid #ba2d6d;margin:0;}
.gab_txt ul.menu_listPlan li {float:left;list-style:none;margin-right:1px;}
.gab_txt ul.menu_listPlan li a {display:block;padding:3px 15px 3px 13px;color:#fff;background:#ababab;text-decoration:none;text-transform:uppercase;margin-top:3px;}
.gab_txt ul.menu_listPlan li.active {margin-right:0 !important;margin-left:-1px;}
.gab_txt ul.menu_listPlan li.active a {background:#ba2d6d url(../images/ombre_gris2.png) no-repeat right top;padding:6px 18px 3px 15px;margin-top:0;}
.gab_txt ul.menu_listPlan li.active a.last {background:#ba2d6d !important;padding:6px 15px 3px 15px;} 
.gab_txt .layerTab_plan {overflow:hidden;height:1%;}
.gab_txt .layerTab_plan .listPlan_col {float:left;width:317px;padding:0 5px;}
.gab_txt .layerTab_plan .listPlan_col h2 {margin:15px 0 3px 0;font-size:12px;font-weight:bold;font-size:13px;}
.gab_txt .layerTab_plan .listPlan_col ul {list-style:none;margin:0;}
.gab_txt .layerTab_plan .listPlan_col li {list-style:none;padding:1px 0;}
.gab_txt .layerTab_plan .listPlan_col li a {color:#ba2d6d;}
.gab_txt .layerTab_plan .listPlan_col li a:hover {text-decoration:none;}

/*page plan et acces*/
.mainPlanInfo {width:100%;border-bottom:1px solid #e8e8e8;padding-bottom:25px;}
.mainPlanInfo:after {content:".";clear:both;visibility:hidden;height:0;display:block;}
.mainPlanInfo dl {width:235px;float:left;font-size:12px;line-height:16px;color:#5e5e5e;padding-top:15px;margin-bottom:1px;}
.mainPlanInfo dt {text-transform:uppercase;color:#8449b2;font-weight:bold;}
.mainPlanInfo dd {}
.mainPlanInfo dd.horaires {font-weight:bold;color:#ba2d6d;padding:15px 0 0 0;}
.mainPlanInfo .gMap_planAcces {float:left;width:420px;height:300px}
.mainPlanInfo .tripDetails {background:url(../images/boutons/bt_detail_sejour.jpg) no-repeat 0 0;padding:0;margin:10px 0 0 0;line-height:16px;}
.mainPlanInfo .tripDetails a {color:#fff;text-transform:uppercase;text-decoration:none;display:block;padding:0 5px 2px 17px;font-size:9px;}

.leftPlanInfo {width:210px;float:left;margin-right:75px;}
.leftPlanInfo h2 , .rightPlanInfo h2 {font-weight:bold;color:#8449b2;font-size:12px;text-transform:uppercase;margin-bottom:12px;}
.leftPlanInfo h3 , .rightPlanInfo h3 {color:#5e5e5e;font-weight:bold;margin-bottom:2px;}
.leftPlanInfo p , .rightPlanInfo p {font-size:11px;line-height:14px;text-align:left;}
.leftPlanInfo p a, .rightPlanInfo p a {color:#5e5e5e;}
.rightPlanInfo {float:left;width:350px;}
.rightPlanInfo table {width:175px;color:#5e5e5e;}
.rightPlanInfo td {background:#f2f2f2;font-size:11px;padding:5px;border-top:1px solid #dfdfdf;}
.rightPlanInfo th {background:#f2f2f2;font-weight:bold;font-size:12px;padding:5px;}
.rightPlanInfo ul.blocNotes {list-style:none;margin:0;}
.rightPlanInfo ul.blocNotes li {list-style:none;border-bottom:1px solid #e8e8e8;}
.rightPlanInfo textarea {width:370px;font-size:1em}
p.printBt {clear:both;text-align:left;padding-top:15px;text-transform:uppercase;}
p.printBt a {text-decoration:none !important;color:#fff;background:url(../images/pictos/print.gif) no-repeat 0 0;padding:0 13px 0 19px;font-weight:bold;letter-spacing:1px;}

/*:::::::::::::::::::: Special Cybercite : waiting page for scrawler :::::::::::::::::::*/
#center_cyc{ float:left; width:855px; padding:15px 45px 15px 45px;}
#center_cyc a{ text-decoration:underline; }
#center_cyc a:hover{ text-decoration:none; }



/* LAYER  */
#please_wait_layer,#please_wait_layer_search_form  {
    position:fixed;
    z-index: 1000;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
	background:transparent url(../images/please_wait_background.png);
}


#please_wait_layer_content {
    position:absolute;
	background:#ffffff;
    z-index: 1001;
    width: 300px;
    left:50%;
		margin-left: -150px;
    top: 50%;
		margin-top: -100px;
    text-align: center;
	font-size:17px;
	color:#797979;
    padding:17px 0 17px;
    border:0 !important;
    border:5px solid #ababab;
}
#please_wait_layer_content img{
	margin-bottom:17px;
}
#please_wait_layer_content input{
	background-color:#c2479c;
	color:#ffffff;
	padding:2px 4px;
	border:0;
	margin-top:20px;
	font-size:12px;
	cursor:pointer;
}
.text_layer_selection{ margin:0 10px; }

/* LAYER  */

/* Special pour l'espace client*/
.gab_espace_client {padding-left:20px;}
.gab_espace_client h1{ 
	
	margin:1em 0; 
	font-size:2.5em; 
	color:#ba2d6c;
}

.gab_espace_client h1.h1_results{ margin:1em 0; font-size:2em; color:#8449B2; }
.gab_espace_client h1 span{ font-size:0.6em; font-style:italic; }
.gab_espace_client h1 a{ color:#ba2d6c; text-decoration:none; }
.gab_espace_client h1 a:hover{ text-decoration:underline; }
.gab_espace_client p.userConnexion {float:right;text-align:right;margin:30px 0 0 0;font-size:11px;line-height:12px;}
.gab_espace_client p.userConnexion a , .gab_txt p.userConnexion strong {color:#717171;}

.warning {background-color:#FFFFFF;border:1px solid #E4E4E4;color:#AD2A65;font-weight:bold;margin:10px;padding:70px 15px;text-align:center;}

#center form.form a.submit
{
	float: none;margin-left: 250px;width: 63px;line-height: 23px;padding-left: 25px;background-color: transparent;background-image: url(../images/bt_valider.gif);background-repeat: no-repeat;background-attachment: scroll;background-position: left top;color: #ffffff;font-size: 1.3em;text-decoration:none;display:block;margin-top:15px;
}

#center form.form .get_mag a.submit
{
	margin-left: 0pt;clear: both;
}

.iframe_mon_compte{

	margin-left:10px;
	overflow:hidden;
	width:700px;  
	background-color:transparent;
	_width:650px; /* Pour IE6 et < */
}





/* Special pour l'espace client*/

/**************** MES DOCUMENTS ******************/
.table_documents th{
	background-color:#F5F5F5;
	color: #717171;
	font-size:1.2em;
	font-weight:normal;
}

.table_documents td{
	color: #717171;
	font-size:1.1em;
}


/*-----------------------------------------------------------
	MAJ : Jeremie webmaster //madame vacances 
	date : 02/09/10
	boutons thematiques
-----------------------------------------------------------*/
h1.h1_nv_titres_j{
float: left;
}
h2.h2_nv_titres_j{
padding-top: 36px; font-size: 1.1em;
}
h2.h2_nv_titres_j a{
text-decoration:none;
color:#ba2d6c;
}
h2.h2_nv_titres_j a:hover{
text-decoration:underline;
}
h3.h3_nv_titres_j{
padding-top: 36px; font-size: 1.1em;
}
h3.h3_nv_titres_j a{
text-decoration:none;
color:#ba2d6c;
}
h3.h3_nv_titres_j a:hover{
text-decoration:underline;
}

.div_thematique_j a{
text-decoration:none;
color:#ba2d6d;
}
.div_thematique_j a:hover{
text-decoration:underline;
color:#ba2d6d;
}

#contenu_pageTheme {
	width:660px; 
	height:310px; 
	background-color:#f0f0f0; 
	margin-bottom:10px; 
	margin-top:0px; 
	border-color:#F0F0F0; 
	border:solid; 
	border-left:10px; 
	border-right:10px; 
	border-bottom:10px; 
	padding-left:0px;
	border-top:30px; 
}

#bouton_liste {
	margin-top:10px;
}
#bouton_thm {
	float:left; 
	width:315px; 
	height:90px; 
	background-color:#F0F0F0;
	margin-left:5px;
	margin-bottom:5px;
	border-style:solid;
	border-color:#D3D3D3;
	border-left:1px;
	border-bottom:1px;
}
#bouton_thm:hover {
	float:left;
	background-color:#dce6f3;
	border-left:1px;
	border-bottom:1px;
}

#bouton_img{
	float:left; 
	padding-top:10px; 
	padding-left:5px; 
	margin-right:5px;
	border:0;
}

#titreBouton_thm {
	font-size:15px; 
	text-align:left;
	padding-top:10px; 
	width:215px; 
	float:left; 
	text-transform:uppercase;
}
#titreBouton_thm a {
	color:#8449b2;
	text-decoration:none;
}
#titreBouton_thm a:hover {
	color:#8449b2;
	text-decoration:none;
}
#titreBouton_thm a:link {
	color:#8449b2;
	text-decoration:none;
}
#titreBouton_thm a:visited {
	color:#8449b2;
	text-decoration:none;
}
#titreBouton_thm a:active {
	color:#8449b2;
	text-decoration:none;
}
#texteBouton_thm {
	color:#666666;
	font-size:11px;
	float:left; 
	width:215px; 
	margin-top:5px;
	text-align:justify;
}
#texteBouton_thm a {
	color:#666666;
	text-decoration:none;
}
#texteBouton_thm a:link {
	color:#666666;
	text-decoration:none;
}
#texteBouton_thm a:visited {
	color:#666666;
	text-decoration:none;
}

/***** page vente privee ******/
.iframe_j{
width:295px; 
height:295px; 
margin:0 auto;
frameborder:0;
}

#titre_venteprivee {
font-size:15px;
margin-bottom:0px;
}

#texte_venteprivee {
font-variant:small-caps;
font-size:12px;
margin-bottom:0px;
}

.x_fermer{
font-family:Arial, Helvetica, sans-serif;
margin-top:2px;
margin-bottom:1px;
text-align:right;
font-weight:bold;
font-variant:small-caps;
font-size:10px;
}

.x_fermer a{
color:#737373;
text-decoration:none;
}

#layer_j{
filter:alpha(opacity=80);   /* Internet Explorer 6     */
-moz-opacity:0.8;           /* Mozilla 1.6 et infér.   */
opacity: 0.8;               /* CSS3 et Mozilla récents */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE < 8 */
position:absolute;
margin:0;
padding:0;
height:1600px;
background-color:#f0f0f0;
z-index:1;
width:inherit;
}

#form_container{
position:absolute; 
z-index:2; 
border-style:solid; 
border-width:1px; 
padding:0px;
width:300px; 
height:300px; 
margin:170px; 
background-color:#ffffff;
border-color:#666666;
border-width:0 2px 2px 0;
}


/******** /page ventepriveee *****/


/*  /MAJ : Jeremie */

#exposeMask { 
	/*background:transparent url(../images/please_wait_background.png);*/
	background:#222222;
}

.class_regions{ font-weight:bold; font-style:italic; cursor:default !important; background:#e5e5e5; }

.geo
{
  width:900px !important;
}

/*NPH > 22-09-09 > recherche etendue*/
#extendedSearch {overflow:hidden;margin:0;}
#extendedSearch li {list-style-type:none;float:left;margin:0 5px 5px 0; width:200px; height:44px;}
#extendedSearch li a.link_extendedSearch {font-family:arial; font-size:12px; color:#672181; background-image:url(../images/boutons/bloc_recherche.png); width:185px; height:36px; display:block;font-weight:bold;text-decoration:none;padding:8px 0 0 15px;}

/* NPH > 23-09-09 > thematiques */
#encart_listoffre3_thematique {min-height:10px;width:640px !important;}

/*AFO nouvelles pages thematiques 07/10/09*/
#container_thematique {padding-top:20px}
#container_thematique .gab_txt h1 {margin-bottom:7px;}
#container_thematique .gab_txt p {font-size:1.1em;}
#container_thematique dl.thematique  {height:75px;}
#container_thematique dl.thematique dd.descriptif {margin-bottom:8px;}
#container_thematique dl.thematique dt.photo img  {margin-bottom:10px;}
#container_thematique dl.thematique dd.lien_offre a {color:#fff;text-transform:uppercase;font-size:9px;font-weight:bold;background:#b62f6a url(../images/thematique/bg_btn_konowMore.gif) no-repeat 0 50%;padding:2px 8px 2px 18px;}
#container_thematique .news_slider .item {padding-top:15px;height:100px;}
#container_thematique .news_slider .item  p {margin-bottom:7px;}
#container_thematique .news_slider .item  p strong{font-size:12px;display:block;padding-bottom:3px;}
#container_thematique .news_slider .item a.itemlink {position:static;float:none;margin-left:104px;text-transform:uppercase;font-size:9px;font-weight:bold;height:auto;padding:3px 8px 3px 18px;background-position:0 50%;}
#container_thematique .seeAllResidency {display:block;color:#839608;font-size:14px;background:#efefef url(../images/fleche_mid_dossier_gris.gif) no-repeat 18px 1px;text-decoration:none;padding:0 0 7px 30px}
#container_thematique .center_search {padding:0;width:657px;background:#f9edf2;border:1px solid #eac0d3;margin-top:20px;}
#container_thematique .center_search h2 {color:#fff;background:url(../images/thematique/bg_title_form.gif) repeat-x 0 0;padding:5px 0 6px 10px;font-size:13px;}
#container_thematique .center_search form {background:none;padding: 2px 0 0 25px;}
#container_thematique .center_search form fieldset{background:none;}
#container_thematique .encart_listoffre3 {margin-bottom:0;}
#container_thematique .gab_txt h2.conseil {margin-top:22px;}
#container_thematique .center_search form fieldset.fieldset_submit {width:598px;}
#container_thematique .center_search form p {font-size:12px;font-weight:bold;color:#9548b0;}
#container_thematique .center_search form input.submit {background:url(../images/etablissement/fond_violet_continuer.gif) no-repeat 0 50%;padding:6px 5px 7px 17px;font-size:14px;width:auto;overflow:visible;}


.diapoImg{width:527px;margin:35px 8px 20px}
.contDiapo{width:495px;position:relative;padding:0 16px;overflow:hidden;margin:0 8px 0}
.leftDiapo{display:block;position:absolute;left:0;width:16px;height:44px;background:#fff url(../images/etablissement/fleche_slideshow_gauche_blc.gif) no-repeat center center;text-indent:-999em;cursor:pointer}
.rightDiapo{display:block;position:absolute;right:0;height:44px;width:16px;background:#fff url(../images/etablissement/fleche_slideshow_droite_blc.gif) no-repeat center center;text-indent:-999em;cursor:pointer}
.ulDiapo{width:3000px;margin:0;padding:0;list-style:none}
	.ulDiapo li{width:116px;height:44px;overflow:hidden;margin:0 8px 0 0;float:left;}
	.ulDiapo li img{width:116px;}

