/* Proprits des lments communs du site */

/* PAR DFAUT **************************************************************/
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
   color: #3F3D3D;
   background-color: White;
	margin: 0 0;
	padding: 10px 0;
	text-align: center;
}

TABLE, IMG, FORM, FIELDSET{
   border: 0;
}
P{
   margin-bottom: 10px;
}
LI {
	list-style: none;
}
A{
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
A:hover{
	text-decoration: underline;
}
ADDRESS{
	font-style: normal;
}
input[type=radio], input[type=checkbox]{
	margin-right: 2px;
}
/* FIN PAR DFAUT */


/* Class communes **************************************************************/
.spacer{
	display: block;
	clear: both;
	height:0;
}
.displayBlock{
	display: block;
}
.floatRight, .imgFloatRight{
	float: right;
}
.imgFloatRight{
	margin-left: 10px;
}
.floatLeft, .imgFloatLeft{
	float: left;
}
.jackpotLeft{
	width: 325px;
	float: left;
}

.imgFloatLeft{
	margin-right: 10px;
}
.alignLeft{
	text-align: left;
}
.alignCenter{
	text-align: center;
}
.alignRight{
	text-align: right;
}
.vAlignTop{
	vertical-align: top;
}
.vAlignBottom{
	vertical-align: bottom;
}
.vAlignMiddle{
	vertical-align: middle;
	padding-bottom: 1px;
}
.displayNone{
	display: none;
}
.separator{
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
	margin: 5px 0;
	background-color: #E6E0E0;
}
.bold{
	font-weight: bold !important;
}
.bigTxt{
	font-size: 15px;
}
.smallTxt{
	font-size: 10px;
}
.extraSmallTxt{
	font-size: 9px;
}
.blackTxt{
   color: Black;
}
.colorTxt{
	color: #A41031 !important;
}
.normalTxt{
   font-size: 11px;
}
.notBoldBlack{
   font-weight: normal;
   color: Black;
}
.marginLeft{
	margin-left: 10px !important;
}
.marginTop{
	margin-top: 10px !important;
}
.margTHalf{
	margin-top: 5px !important;
}
.marginTop15px{
	margin-top: 15px !important;
}
.marginBottom{
	margin-bottom: 10px !important;
}
.margBHalf{
	margin-bottom: 5px !important;
}
.marginBottomX2{
	margin-bottom: 20px !important;
}
.marginRight{
	margin-right: 10px !important;
}
html>body .margRadio{
   margin-right: 8px !important;
}
.marginRightX2{
	margin-right: 20px !important;
}
.noMargin{
	margin: 0 !important;
}
.paddT{
   padding-top: 10px !important;
}
/* Fin Class communes */


/* STRUCTURE DU SITE **************************************************************/

#page {
	position:relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#header{
   font-size: 9px;
   margin-bottom: 3px;
   height: 13px;
   overflow: hidden;
}
#left{
   width: 170px;
   height: 480px;
   color: #909197;
   background-color: #A41031;
   padding: 20px;
   voice-family: "\"}\"";
	voice-family:inherit; 
		width: 130px;
      height: 440px;
	voice-family: "\"}\"";   
}
#media{
   position: absolute;
   width: 810px;
   top: 16px;
   right: 0px;
   z-index: 0;
}
.flashRightNav{
   z-index: 5000;
}
#main{  
	position: absolute;
	top: 112px;
	left: 259px;
	width:720px;
	border-left: solid 1px #C8C8C8;
	background: url(../img/common/bg_right2.gif) right repeat-y White;
   	z-index: 100;
}
#mainflash{  
	position: absolute;
	width:980px;	
   z-index: 100;
}
#mainOverFlash{   
	position: absolute;
	top: 94px;
	left:259px;
	background: url(../img/common/bg_right.gif) right repeat-y transparent;
	z-index: 60;
	width:720px;
}

#mainOverFlash #right{
  float: right;
  width:180px;
  height: 380px;
  clear:both;
  position: relative;
  min-height: 403px;
  height: auto!important;
  height: 403px;
}

#main #right{
  float: right;
  width:180px;
  height: 380px;
  position: relative;
  min-height: 465px;
  height: auto!important;
  height: 465px;
}


.rightBtOverFlash{
   position: absolute;
   width: 180px;
   margin-left: 799px;
   margin-top: 387px;
   z-index: 500;
}
.rightBtOverFlash TD{
   width: 180px;
   height: 55px;
   vertical-align: bottom;   
}

#flashcontent{
   width: 540px;
   height: 491px;
   float: left;
   display: inline;
}

#content{
 /*  margin: 20px;
   width: 500px;
   float: left;
   display: inline;
	height: 345px;
	position:relative;*/
}
#content{
   margin: 20px;
   width: 500px;
   float: left;
   display: inline;
	height: 345px;
	position:relative;
	padding-bottom:80px;
}

html>body #content{
	height: auto;
	min-height: 345px;
}

#content.rareElement{
   width: 480px;
}

html>body #content.rareElement{
   width: 500px;
}
   
#right{
  width: 180px;
  float: right;
  background-color:#E6E0E0;  
  border-bottom :1px solid white ;
}
/* FIN STRUCTURE DU SITE */

/* Structure du popup */
#popupBody{
   padding: 0;
   margin: 0;   
}
/* Modifi� */
#popupContent{
   width: 355px;
   text-align: left;
   margin: auto;
   border: solid 1px #C8C8C8;
   padding: 5px 5px 10px 5px;
   voice-family: "\"}\"";
	voice-family:inherit; 
		width: 345px;
	voice-family: "\"}\"";
}
/* Fin Modifi� */
/* Fin Structure du popup */

/* HEADER */
#header LI{
   display: inline;
}
#header A{
   color: #666666;
}
.breadcrumb{
   width: 760px;
   float: left;
   margin-right: 10px;
}
.breadcrumb A:hover{
   text-decoration: underline;
}
.breadcrumb H2{
   display: inline;
   font-size: 9px;
   margin-right: 5px;
}
.breadcrumb UL{
   display: inline;
}
.switchLanguage{
   width: 210px;
   float: left;
   color: Black;
}
.soundControl{
   position: absolute;
   margin: 3px 0 0 700px;
   width: 43px;
}
.soundControlPrevisite{
   width: 43px;
}

/* END HEADER */
/* LEFT */
H1{
   margin-bottom: 35px;
   text-align: center;
}
.leftNav A, .leftNav li{
   font-size: 14px;
   letter-spacing: -1px;
   color: #E3B0BC;
}
.leftNav A:hover{
   color: White;
   text-decoration: none;
}
.leftNav LI{
   margin-bottom: 5px;
	color: White;
	font-size: 18px;
}
.subNav{
   margin-bottom: 20px;   
}
.leftNav .subNav A, .leftNav .subNav LI.subNavActive{
   font-size: 10px;
   letter-spacing: normal;
	background: url(../img/common/white_thinArrow_off.gif) 0 4px no-repeat;
	padding-left: 6px;
}
.leftNav .subNav LI{
   margin-bottom: 0;
	font-size: 10px;
   color: White;
}
.leftNav .subNav A:hover, .leftNav .subNav LI.subNavActive{
	background-image: url(../img/common/white_thinArrow.gif);
}
.leftNav .subNav LI.subNavActive{
	background-position: 0 5px;
}

/* INFOBULLE */
.pop{
cursor:default;
text-decoration: none;
}
.pp0{
position: absolute;
left:-999px;
top:0;
width: 150px;
z-index:500;
margin-left: 40px;
margin-top: -10px;
padding: 5px;
background : #990000 ;
font-size: 80% ; 
border: 1px solid White; 
color: White;
text-align: left;
}

/* END INFOBULLE */

/* END LEFT */

/* RIGHT */
.rightNav {
   background-color: #E6E0E0;
   padding-bottom: 22px;
   font-size: 10px;
}
.rightNav H2{   
   font-size: 18px;   
   font-weight: normal;
   padding: 20px 10px 10px 10px;
}
.rightNav H2 STRONG{
   color: Black;
   font-weight: normal;
   font-size: 12px;
   letter-spacing: -1px;
}
.rightNav UL{
   margin-left: 1px;
   margin-right: 1px;
}
.rightNav A{
   display: block;
   background: url(../img/common/black_arrow.gif) 10px 5px no-repeat;
   padding: 1px 0 1px 17px;
   color: #3F3D3D;
   height: 14px;
}
html>body .rightNav A{
	height: auto;
	min-height: 14px;
}
.rightNav A:hover, .rightNav .rightNavActive{
   background-color: White;
   text-decoration: none;
}
.rightNav .rightNavActive{
   padding-bottom: 1px;
}
.rightNav .rightNavActive, .rightNav .rightNavOn{
   background: url(../img/common/black_arrow_down.gif) 9px 6px no-repeat White;
	padding: 1px 0 1px 17px;
}
.rightNav .rightNavOn{
	background-image: url(../img/common/black_arrow.gif);
}

.rightNav .rightNavActive A.rightLkActive{
   color: Black;
   background: none;
   padding-left: 0;
}

.rightNav .rightNavActive .rightSubNavActive A, .rightNav .rightNavActive .rightSubNavActive A:hover{
   background: none;
   padding-left: 0;
   color: Black;
}

.rightNav .rightNavActive LI A{
   background: url(../img/common/rightNav_thinArrow_off.gif) 0 4px no-repeat;
   color: #7F7B7B;
   padding: 0 0 0 6px;
   height: auto;
   display: inline;
}
.rightNav .rightNavActive LI A:hover, .rightNav .rightSubNavActive{
   color: Black;
	background-image: url(../img/common/black_thinArrow.gif);	
}
.rightNav .rightSubNavActive{
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 6px;
}
.rightNav .rightNavActive LI{
   margin-left: 17px;
}
.otherLinks {
   position:absolute;
   width:180px;
   bottom:1px;
   *bottom:0px;
}
.otherLinks LI{
   padding: 5px 10px;
}
.otherLinks A{
   color: White;
   background: url(../img/common/white_arrow.gif) 0 6px no-repeat;
   padding-left: 8px;
   font-size: 15px;
}
.otherLinks A:hover{	
   text-decoration: none;
}
.otherLinks li.affil{
   padding: 0px;
   height:auto !important;
   background-color: #E6E0E0 !important;
   display: inline;
}
.otherLinks li.affil img{
   display: block;
}
.otherLinks li.affil a{
   padding: 0px;
}
.bt_red{
   background-color: #A41031;
}
.bt_brown{
   background-color: #B7A9A9 !important;
}
.margB1px{
	margin-bottom: 1px;
}
.whiteSeparator{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	background-color: White;
	margin-top: 20px;
	margin-bottom: 10px;
}
.rightSearchForm{
	padding: 10px 10px 0 10px;
	font-size: 10px;
}
.rightSearchForm .btSubmit{
	background-color: White;
	border: solid 1px #B7A9A9 !important;
	font-size: 10px;
}
.rightSearchForm .textField{
	width: 135px;
	border: 0;
	font-size: 10px;
	padding: 2px;
}
.rightSearchForm .btOk{
	background-color: #A41031;
	color: White;
	border: 0;
	padding: 2px 2px 1px 2px;
	font-size: 9px;
}
.rightSearchForm H3{
	font-size: 11px;
	margin-bottom: 10px;
}
.selectField{
	font-size: 9px;
	width: 160px;
	color: #7F7B7B;
}
.downloadAcrobat{
	background: url(../img/common/bg_acrobat.gif) bottom right no-repeat;
	padding: 20px 10px;
	font-size: 9px;
}
.downloadAcrobat .thinArrowLk{
	font-size: 9px;
}
.anchorNav{
	margin-top: 20px;
	margin-left: 10px;
}
.anchorNav H2{
	color: #666666;
	font-size: 9px;
	margin-bottom: 10px;
}
.anchorNav A{
	font-size: 9px;
	color: #3F3D3D;
}

/* END RIGHT */

/* promoList */
/*.newsOverFlash{
   margin-top: 444px;
   margin-left: 259px;
   position: absolute;
   z-index: 100;
}*/

.newsOverFlash{
	position: absolute;
	top:442px;
	left:259px;
	z-index: 2000;
}
.size1{
	top:468px;
}

.promoList LI{
   width: 180px;
   height: 122px;
   padding: 10px;
   float: right;
   overflow: hidden;
   font-size: 9px;
   color: White;
   voice-family: "\"}\"";
	voice-family:inherit; 
		width: 160px;
      height: 102px;
	voice-family: "\"}\"";
}
.bgColor1, .bgColorOnePush1, .bgColorTwoPush1{
   background-color: #F65C0E;
}
.bgColor2, .bgColorOnePush, .bgColorTwoPush, .bgColorThreePush{
   background-color: #FF6D11;
}
.bgWithMotif, .bgWithMotif2{
	/* background-image: url(../img/common/bg_motif.gif); */
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bgWithMotif2{
	/* background-image: url(../img/common/bg_motif2.gif); */
}
.promoList LI.bgColorOnePush{
	padding-left: 0; 
	voice-family: "\"}\"";
	voice-family:inherit; 
	width: 720px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorOnePush1{
	padding-left: 0; 
	voice-family: "\"}\"";
	voice-family:inherit; 
	width: 720px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorOnePush3{
	padding-left: 0; 
	voice-family: "\"}\"";
	voice-family:inherit; 
	width: 720px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorTwoPush{
	padding-left: 0;
	width: 350px;
	voice-family: "\"}\"";
	voice-family:inherit; 
	width: 350px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorTwoPush1{
	padding-left: 0;
	width: 720px;
	voice-family: "\"}\"";
	voice-family:inherit; 
	width: 720px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorThreePush{
	padding-left: 0;
	width: 720px;
	voice-family: "\"}\"";
	voice-family:inherit; 
		width: 720px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorFourPush{
   padding-left: 10px;
   padding-right: 10px;
	width: 720px;
   background-color: #F65C0E;
	voice-family: "\"}\"";
	voice-family:inherit; 
		width: 700px;
	voice-family: "\"}\"";
}
.bgColor3, .bgColorOnePush3{
   background-color: #FF8614;
}
.bgColor4{
   background-color: #FF9717;
}
.bgGreen{
   background-color: #62AC27;
}
.bgPurple{
   background: url(../img/common/bg_coins.gif) bottom right no-repeat #68308B;
}
.promoList H2, .promoList H2 a{
   font-size: 18px;
   font-weight: normal;
   margin-bottom: 5px;
}
.promoList H2, .promoList A{   
   color: #511B00;
}
.promoList p A{   
 	color: #FFF;
	text-decoration: none;
}
.promoList p A:hover, .promoList H2 a:hover{  
	text-decoration: none;
}
.promoList p A.thinArrowLk{
	color: #511B00;
	text-decoration: none;
}
.promoList p A.thinArrowLk:hover{
	text-decoration: underline;
}
.promoList .bgPurple H2, .promoList .bgPurple A, .promoList .bgPurple A.thinArrowLk{
	color: #FFCB1F;
}
.promoList .bgPurple p A{
	color: #FFF;
}
.promoList .bgPurple A.thinArrowLk{
	background-image: url(../img/common/yellow_arrow.gif);
}
.contentimgDatePicker img{
	vertical-align: middle;
}
/* END promoList */

#xiti-logo{
   margin: 0;
   padding: 0;
   height: 1px;
}

/* BOOKING FORM */
.clear
{
    overflow:hidden;
    *height:1%;
}

#booking-date {
   cursor:pointer;
}

#booking {
	position:absolute;
	bottom:-19px;
	left:-20px;
	width:520px;
	padding:4px 10px;
	background:#a41031 url(../img/common/bg_booking.png) 10px -3px no-repeat;
}

#booking legend {
	color:#FFF;
	font-size:11px;
	margin-bottom:4px;
}
#booking .inner  {
	/*margin:-20px 0 0 0;*/
	margin:-3px 0 0;
}
#booking .inner div {
	float:left;
	padding:0 10px 0 0;
}
#booking label {
	display:inline-block;
	color:#FFF;
	font-size:10px;
	padding:5px 0 1px 0;
}
#booking div.form-select.first select {
    /* margin:5px 0 0; */
    width:195px;
}
#booking div.form-select.first label span {
    /* display:none; */
    font-size:11px;
    font-weight:bold;
}
#booking div.form-select select {
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#booking div.form-select select#booking-nights,
#booking div.form-select select#booking-rooms {
	width:35px;
}
#booking div.form-select select option {
	padding:0 10px 0 0;
}
#booking div.form-text input {
	height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#booking div.form-text input#booking-date {
	width:80px;
	background:#FFF url(../img/common/calendrier.png) right 1px no-repeat;
}
#booking div.form-submit {
	padding:0;
	float:right;
}
#booking div.form-submit input {
	display:block;
	border:1px solid #e8e8e8;
	background:#a41031 url(../img/common/fleche_bouton.png) 6px center no-repeat;
	height:19px;
	font-size:12px;  
	text-align:center;
	padding:0 8px 4px 12px;
	*padding:0 0 4px 4px;
	margin:17px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	cursor:pointer;
}
#booking div.form-link {
	clear:both;
	text-align:right;
	width:100%;
	padding:3px 0 0 0;
}
#booking div.form-link a {
	color:#fdff57;
	font-size:9px;
}

#booking #msg_error {
	float:left;
	font-size:9px;
	font-weight:bold;
	width:152px;
	color: yellow;
	margin-bottom:0px;
	text-align: left;	
}

#bookinghome {
	position:absolute;
	/*top:438px;*/
	bottom:0px;
	left:259px;
	width:520px;
	padding:4px 10px;
	background:#a41031 url(../img/common/bg_booking.png) 10px -3px no-repeat;
	overflow: hidden;
	z-index: 1000;
}
#bookinghome legend {
	color:#FFF;
	font-size:11px;
	margin-bottom:4px;
}
#bookinghome .inner  {
	/*margin:-20px 0 0 0;*/
	margin:-3px 0 0;
}
#bookinghome .inner div {
	float:left;
	padding:0 10px 0 0;
}
#bookinghome label {
	display:inline-block;
	color:#FFF;
	font-size:10px;
	padding:5px 0 1px 0;
}
#bookinghome div.form-select.first select {
    /* margin:5px 0 0; */
    width:195px;
}
#bookinghome div.form-select.first label span {
	/* display:none; */
    font-size:11px;
    font-weight:bold;
}
#bookinghome div.form-select select {
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#bookinghome div.form-select select#booking-nights,
#bookinghome div.form-select select#booking-rooms {
	width:35px;
}
#bookinghome div.form-select select option {
	padding:0 10px 0 0;
}
#bookinghome div.form-text input {
	height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#bookinghome div.form-text input#booking-date {
	width:80px;
	background:#FFF url(../img/common/calendrier.png) right 1px no-repeat;
}
#bookinghome div.form-submit {
	padding:0;
	float:right;
}
#bookinghome div.form-submit input {
	display:block;
	border:1px solid #e8e8e8;
	background:#a41031 url(../img/common/fleche_bouton.png) 6px center no-repeat;
	height:19px;
	font-size:12px;
	text-align:center;
	padding:0 8px 4px 12px;
	*padding:0 0 4px 4px;
	margin:17px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	cursor:pointer;
}
#bookinghome div.form-submit input:hover {
	background-color: #B9333E;
}
#bookinghome div.form-link {
	clear:both;
	text-align:right;
	width:100%;
	padding:3px 0 0 0;
}
#bookinghome #msg_error {
	float:left;
	font-size:9px;
	font-weight:bold;
	width:152px;
	color: yellow;
	margin-bottom:0px;
	text-align: left;	
}
#bookinghome div.form-link a {
	color:#fdff57;
	font-size:9px;
}



/*bookinghomeFouquets*/

#bookinghome.fouquets {
	background:#5d220b url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#bookinghome.fouquets div.form-submit input {
	background:#5d220b url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#bookinghome.fouquets div.form-submit input:hover {
	background-color: #7f4b37;
}


/*bookinghomeCml*/

#bookinghome.cml {
	background:#a5aab3 url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#bookinghome.cml div.form-submit input {
	background:#dab200 url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#bookinghome.cml div.form-submit input:hover {
	background-color: #9f881d;
}

/*bookingFouquets*/

#booking.fouquets {
	background:#5d220b url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#booking.fouquets div.form-submit input {
	background:#5d220b url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#booking.fouquets div.form-submit input:hover {
	background-color: #7f4b37;
}


/*bookingCml*/

#booking.cml {
	background:#a5aab3 url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#booking.cml div.form-submit input {
	background:#dab200 url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#booking.cml div.form-submit input:hover {
	background-color: #9f881d;
}
/*bookingMercure*/

#booking.mercure {
	background:#7c0040 url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#booking.mercure div.form-submit input {
	background:#7c0040 url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#booking.mercure div.form-submit input:hover {
	background-color: #d90861;
}

/*bookinghomemercure*/

#bookinghome.mercure {
	background:#7c0040 url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#bookinghome.mercure div.form-submit input {
	background:#7c0040 url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#bookinghome.mercure div.form-submit input:hover {
	background-color: #d90861;
}

/*bookingMajestic*/

#booking.majestic {
	background:#b5975b url(../img/common/bg_booking.png) no-repeat scroll 10px -3px;
}
#booking.majestic div.form-submit input {
	background-color:#b5975b;
}
#booking.majestic div.form-submit input:hover {
	background-color:#cfa653;
}
#booking.majestic div.form-link a {
color:#FFFFFF;
}


/*bookinghomemajestic*/

#bookinghome.majestic {
	background:#b5975b url(../img/common/bg_booking.png) no-repeat scroll 10px -3px;
}
#bookinghome.majestic div.form-submit input {
	background-color:#b5975b;
}
#bookinghome.majestic div.form-submit input:hover {
	background-color:#cfa653;
}

#bookinghome.majestic div.form-link a {
color:#FFFFFF;
}



/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, #ui-datepicker-div, .ui-datepicker-inline {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    background: #ffffff;
    font-size: 1.1em;
    border: 4px solid #d3d3d3;
    width: 15.5em;
    padding: 2.5em .5em .5em .5em;
    position: relative;
}
#ui-datepicker-div, .ui-datepicker-div {
    z-index: 9999; /*must have*/
    display: none;
    background: #ffffff;
}
.ui-datepicker-inline {
    float: left;
    display: block;
}
.ui-datepicker-control {
    display: none;
}
.ui-datepicker-current {
    display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
    position: absolute;
    left: .5em;
    top: .5em;
    background: #e6e6e6 url(./e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next {
    left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
    background: #dadada url(./dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
    text-indent: -999999px;
    width: 1.3em;
    height: 1.4em;
    display: block;
    font-size: 1em;
    background: url(./888888_7x7_arrow_left.gif) 50% 50% no-repeat;
    border: 1px solid #d3d3d3;
    cursor: pointer;
}
.ui-datepicker-next a {
    background: url(./888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
    background: url(./454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
    background: url(./454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
    background: url(./222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
    background: url(./222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
    border: 1px solid #d3d3d3;
    color: #555555;
    background: #e6e6e6;
    font-size: 1em;
    line-height: 1.4em;
    position: absolute;
    top: .5em;
    margin: 0 !important;

}
.ui-datepicker-header select.ui-datepicker-new-month {
width: 7em;
left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
width: 5em;
left: 9.4em;
}
table.ui-datepicker {
    width: 15.5em;
    text-align: right;
}
table.ui-datepicker td a {
    padding: .1em .3em .1em 0;
    display: block;
    color: #555555;
    background: #e6e6e6 url(./e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    cursor: pointer;
    border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
    border: 1px solid #999999;
    color: #212121;
    background: #dadada url(./dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
    border: 1px solid #dddddd;
    color: #222222;
    background: #ffffff url(./ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
    padding: .3em 0;
    text-align: center;
    font-size: .9em;
    color: #222222;
    text-transform: uppercase;
    /*border-bottom: 1px solid #d3d3d3;*/
}

table.ui-datepicker .ui-datepicker-title-row td a {
    color: #222222;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* QUICKSEARCH */

p.quicksearch{
	padding:5px 0 5px 5px;
	border-bottom: 1px solid #B7A9A9;
	margin:0;
}

p.quicksearch select{
	width:170px;
}

p.quicksearch.majestic {
	padding:5px 0 5px 5px;
	margin:0;
}

/* NEW FOOTER */

#footer{
  	position: absolute;
  	right:0;
  	width:979px !important;
  	background:#e7e7e7;
	margin:10px 0 0 0;
	text-align:left;
	font-size:11px;
	color:#7d7d7d;
  	padding-top:10px;
  	padding-bottom:15px;
}
#footer li{
  	display: inline;
}
#footer a{
	color:#7d7d7d !important;
	font-size:11px;
	display:block;
}
#footer .col-01{
	width:435px;
	background:url(../img/images_footer/filet_footer.png) no-repeat right 20px;
}
#footer .col-01 img{
	display:block;
	float:left;
	padding:18px 0 20px 15px;
}
#footer .col-01 p,
#footer .col-01 .bt-more{
	padding-left:165px;
}
#footer .col-01 .bt-more img{
	padding:0;
}
#footer .col-01 p{
	padding-top:18px;
	padding-right:20px;
}
#footer .col-01,
#footer .col-02,
#footer .col-03,
#footer .col-04,
#footer .col-05{
	float:left;
	background:url(../img/images_footer/filet_footer.png) no-repeat right 20px;
}
#footer h4{
	color:#5C5C5C !important;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	height:22px;
	padding-top:7px;
	vertical-align:top;
}
#footer h4 a{
	font-weight:normal;
	font-size:13px;
	color:#5c5c5c !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
}
#footer .col-02, #footer .col-03, #footer .col-04, #footer .col-05 {
       min-height:120px;
       height:auto !important;
       height:120px;
}
*html #footer .col-02{
	padding:0 10px 0 15px;
	height:120px;
}
*html #footer .col-03l{
	padding:0 10px 0 15px;
	height:120px;
}
*html #footer .col-04{
	padding:0 10px 0 15px;
	height:120px;
}
*html #footer .col-05{
	padding:0 10px 0 15px;
	height:120px;
}
#footer .col-02{
	width:123px;
	padding:0 10px 0 20px;
}
#footer .col-03{
	width:90px;
	padding:0 10px 0 20px;
}
#footer .col-04{
	width:110px;
	padding:0 10px 0 20px;
}
#footer .col-05{
	width:90px;
	padding:0 10px 0 20px;
}
#footer .col-last{
	background:none;
}

/* class for Title ***************************************************************/
.maintitle, .maintitle2{
   font-size: 16px;
   font-weight: normal;
   color: Black;
   margin-bottom: 5px;
}
.maintitle2{
   font-size: 20px;
}
.subtitle, .redtitle{   
   font-size: 24px;
   color: Black;
   margin-bottom: 18px;
}
.subtitleGrayBg{
	background-color: #F1EDED;
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	vertical-align: middle;
	padding-left: 10px;
}
.redtitle{
	color: #FF310F;
   font-weight: normal;
}
.subtitle2{
   font-size: 12px;
   color: Black;
   border-bottom: solid 1px #AC9B9B;
   margin-bottom: 7px;
   z-index:1;
/*   position:relative; */
}
.subtitle2 EM{
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}
.smallSubtitle, .xSmallSubtitle, .xSmallSubtitle2{
	font-size: 12px;
	color: Black;
	margin-bottom: 10px;
}
.xSmallSubtitle{
	font-size: 11px;
	font-weight: normal;
}
.xSmallSubtitle2{
	border-bottom: solid 1px #E6E0E0;
	font-size: 11px;
}
.smalltxtUnderline{
   font-size: 10px;
   border-bottom: solid 1px #E6E0E0;
   padding-bottom: 5px;
}
.redTxt{
	color: #FF310F;
}
/* End class for Title */

/* Class for list ********************************************************************************************/
.arrowList{
	margin-bottom: 2px;
}
.arrowList DT, .arrowList LI{
	background: url(../img/common/black_arrow.gif) 0 4px no-repeat;
   padding-left: 7px;
	margin-top: 10px;
}
.arrowList LI{
	margin-top: 0;
}
.arrowList LI A{
	color: #3F3D3D;
	font-size: 11px;
	text-decoration: underline;
}
.arrowList LI A:hover{
	text-decoration: none;
}
.arrowList A{
	font-size: 10px;
}
.arrowList DD{
	background: url(../img/common/black_thinArrow.gif) 7px 6px no-repeat;
	border-bottom: solid 1px #E6E0E0;
	padding-bottom: 5px;
	padding-left: 13px;
}
.puceList LI, .puceList DT{
   background: url(../img/common/puce.gif) 0 6px no-repeat;
   padding-left: 8px;   
}
.puceList DT, .DLList DT{
   color: Black;
}
.puceList DD{
   padding-left: 8px; 
}
.puceList LI, .puceList DD, .DLList DD{
   margin-bottom: 5px;
}
.twoColsList LI{
	width: 45%;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.listLIWithMargB LI{
   margin-bottom: 5px;
}
/* End Class for list */

/* Class for links and buttons *****************************************************/
.grayLk{
	font-size: 11px;
	color: #3F3D3D;
	text-decoration: underline;
}
.grayLk:hover{
	text-decoration: none;
}
.arrowLk, .thinArrowLk, .thinArrowList LI{
	background: url(../img/common/black_arrow.gif) 0 4px no-repeat;
   padding-left: 6px;
}
.thinArrowLk, .thinArrowList LI{
	background-image: url(../img/common/black_thinArrow.gif);
}
.thinArrowList LI{
	background-position: 0 5px;
}
.btSubmit, .btBack, .btGray, .btGray2, .btColor, .btColor_book, .btColor_book_Cml, .btColor_book_Fouquets{
	background: url(../img/common/black_arrow.gif) 7px 7px  no-repeat #F1EDED;
	color: Black;
	border: solid 1px #AC9B9B;
	padding: 2px 0 1px 5px;
	font-size: 11px;
}
html>body .btSubmit{
	padding-left: 12px;
	padding-right: 2px;
	text-align: left;
}
A.btSubmit, A.btBack, .btGray, .btGray2, .btColor, .btColor_book, .btColor_book_Cml, .btColor_book_Fouquets{
	padding-left: 13px;
	padding-right: 5px;
}
A.btSubmit:hover, A.btBack:hover{
   text-decoration: none;
}
.btBack{
	background-image: url(../img/common/black_arrow_left.gif);
}
#right .btSubmit{
	border: 0;
}
.btGray, .btGray2{
	background-color: #F1EDED;
	border: solid 1px #AC9B9B;
	font-size: 10px;
}
.btColor{
	background-image: url(../img/common/color_arrow.gif);
	background-color: #FCE6EB;
	border: solid 1px #A41031;
	color: #A41031;
	font-size: 10px;
}
.btColor_book{
	background-image: url(../img/common/white_arrow.gif);
	background-color: #A41031;
	border: solid 1px #FCE6EB;
	color: white;
	font-size: 12px;
}

.btColor_book_Cml{
	background-image: url(../img/common/white_arrow.gif);
	background-color: #DAB200;
	border: solid 1px #FCE6EB;
	color: white;
	font-size: 12px;
}

.btColor_book_Fouquets{
	background-image: url(../img/common/white_arrow.gif);
	background-color: #5D220B;
	border: solid 1px #FCE6EB;
	color: white;
	font-size: 12px;
}

.btGray2{
   font-size: 11px;
}

div.bookprice {
	margin-top:20px;
	border-bottom : 1px dotted #E6E0E0;
	border-top : 1px dotted #E6E0E0;
	padding-top:2px;
	width:320px;
	text-align: right;
}

div.bookprice p {
	display:inline;
}

div.bookprice p.bt_resa {
float:left;
padding-top:4px;
}

/* End Class for link */

/* Class for FORMS ***********************************************/
.cotationForm{
	font-size: 10px;
	margin-bottom: 10px;
}
.cotationForm .textField, .textFieldLarge, .fileField{
	width: 75px;
	border: solid 1px #B7A9A9;
	margin-right: 5px;
	font-size: 10px;
	vertical-align: top;
	margin-top: -1px;
}
.textFieldLarge{
   width: 260px;
   padding: 2px;
}
.selectFieldLarge{
   width: 266px;
   font-size: 10px;
}
html>body .selectFieldLarge{
   padding: 2px 0;
}
.fileField{
   width: 266px;
   padding: 2px;
}
.cotationForm .textLabel, .cotationForm .textLabelB, .textLabelR{
	width: 150px;
	text-align: right;
	margin-right: 10px;
	float: left;
	line-height: 15px;
	vertical-align: middle;
}
.cotationForm .textLabelB{
   line-height: normal;
}
.cotationForm .textareaField{
	width: 260px;
	border: solid 1px #B7A9A9;
	font-size: 10px;
}

.mentioncnil{
	border-top:1px solid #E6E0E0;
	margin:10px 0;
	padding-top:10px;
	font-size: 9px;
}
SELECT{
   font-size: 10px;
}
p.quicksearch select{
   width: 162px;
   margin: 4px;
}
.textLabelR{
   width: 315px;
   text-align: left;
   margin-right: 0;
}
#popupContent .cotationForm .textLabel{
   width: 60px;
}
/* Class for FORMS */

/* push ***********************************************/
.cardInfiniment{
   position: absolute;
   margin-top:-3px;
   margin-left:851px;   
   text-decoration:none;
   z-index: 5000;
}

.cardInfiniment img{
   border:0;
}
.highlightNews{
	position: absolute;
	background-color: white;
	width: 445px;
	height: 122px;
	padding: 10px;
	top:324px;
	left:259px;
	/*margin: 324px 0 0 354px;*/
	font-size: 12px;
	overflow: hidden;
	z-index: 1000;
	voice-family: "\"}\"";
	voice-family:inherit; 
	width: 520px;
	height: 102px;
	voice-family: "\"}\"";
}
.position0{
	top:359px;
}

.position1{
	top:320px;
}

* html body .position1{
	top:320px;
}
.position2{
	top:375px;
}

.highlightNews H2{
   font-size: 14px;
   color: #B20027;
   margin-bottom: 10px;
}
.highlightNews H2 STRONG{
   font-size: 18px;
}
.highlightNews H2.colorTitle{
	color: Black !important;
	font-size: 12px;
	margin-bottom: 5px;
}
.highlightNews H2.colorTitle STRONG{
	color: #A41031;
}
.highlightNews P.normalTxt{
	margin-bottom: 5px;
}
.imgMotif{
	float: left;
	margin: -10px 10px 0 -10px;
}
/* End push */

/* Page communication ***************************************************************/
.halfBlock{
	width: 50%;
	float: left;
}
.legend{
	position: absolute;
	margin: -80px 5px 0 125px;
	color: White;
}
.legend EM{
	font-style: normal;
	font-size: 10px;
}
.msgPresBgBlue, .msgPresBgBrown{
	padding: 10px;
	color: Black;
}
.msgPresBgBlue{
	background-color: #C2CFE3;	
}
.msgPresBgBrown{
	background-color : #E6E0E0;
}
.articleDate{
	float: right;
	font-size: 10px;
	margin-left: 10px;
}
/* End Page communication */

/* List of press articles ******************************************************/
.pagination{
	font-size: 10px;
	color: Black;
}
.pagination IMG{
	vertical-align: middle;
}
.pagination A{
	color: #7F7B7B;
}
/* End List of press articles */

/* Page Offres *****************************************************************/
.back{
	background: url(../img/common/black_thinArrow_left.gif) 0 4px no-repeat;
	padding-left: 6px;
	float: right;
	margin-top: 15px;
}
.biggerLk{
	font-size: 11px !important;
}
.asterix{
	font-size: 10px;
	font-style: normal;
}
.visuFloatRight{
    float:right;
    border-left: solid 15px white;
    position:relative;
    z-index:10;
}
.visuFloatLeft{
	float: left;
	border-right: solid 15px White;
}
.paraWithBorder{
	border: solid 1px #E6E0E0;
}
.linksCol{
	border-right: solid 1px #E6E0E0;	
	width: 140px;
	padding: 2px 10px;
	line-height: 13px;
	voice-family: "\"}\"";
	voice-family:inherit; 
		width: 120px;
	voice-family: "\"}\"";
}
.grayCol{
	background-color: #E6E0E0;
}
.offersTable .linksCol{
	border-right: none;
	width: 90px;
	padding-right: 0;
}
.priceCol{
	text-align: center;
	margin: auto;
	width: 180px;
	padding: 2px 10px;
	font-size: 10px;
	voice-family: "\"}\"";
	voice-family:inherit; 
		width: 160px;
	voice-family: "\"}\"";
}
.offersTable{
	width: 100%;
}
.offersTable TD{
	border-bottom: solid 1px #E6E0E0;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: top;
}
.offersTable .smallSubtitle{
	font-size: 11px;
	margin-bottom: 5px;
}
.price{
	/*font-size: 26px;*/
	font-size: 20px;
	color: Black;
	vertical-align: middle;
}

.grayBg{
	background-color: #F1F1F1;
	width: 100%;
}
.grayBgWithPadd, .grayBgWithPadd10px{
	padding: 2px 5px;
	background-color: #F1F1F1;
}
.grayBgWithPadd10px{
	padding: 10px;
	width: 500px;
	voice-family: "\"}\"";
	voice-family:inherit; 
		width: 480px;
	voice-family: "\"}\"";
}
.grayBg .visuFloatRight{
	border-left: solid 15px #F1F1F1;
}
/* End Page Offres */

/* Page Jackpots ***********************************************************************/
.jackpotArticle{
	font-size: 10px;
	margin-bottom: 0px;
}
.jackpotArticle .subtitle2{
	font-size: 18px;
	color: #3F3D3D;
	position:relative;
}
.jackpotArticle H4{
	font-size: 11px;
}
.jackpotArticle H4.bigH4{
	font-size: 16px;
}
.jackpotArticle .price{
	font-size: 34px;
	color: #FF310F;
	margin-right: 10px;
	float: left;
}
.jackpotArticle .thinArrowLk{
	background-image: url(../img/common/red_thinArrow.gif);
	color: #FF310F;
	font-size: 9px;
}
.flashJackpot{
   position: absolute;
   margin: 100px 0 0 530px;
   z-index: 2000;
}
.flashRightNav{
   position: absolute;
   margin: 110px 0 0 799px;
}
.jackpotForm{
	margin-bottom: 15px;
}
LEGEND{
	display: block;
	font-weight: bold;
	margin-left: -6px;
	margin-bottom: 10px;
}
.jackpotForm LEGEND{	
	color: #3F3D3D;
}
.jackpotForm .selectField, #jackpotForm .selectField{
	width: auto;
   margin-bottom: 2px;
}
.jackpotForm .btSubmit{
	background-image: none;
	padding: 0;
}
.jackpotForm TD{
	padding-right: 15px;
	font-size: 10px;
}
.resultsList LI{
	background: url(../img/common/black_arrow.gif) 0 4px no-repeat;
	padding-left: 7px;
	border-bottom: solid 1px #E6E0E0;
	min-height: 25px;
}
* html body .resultsList LI{
	height: 25px;
}
.resultsList TH{
   font-size: 10px;
   color: Black;
   border-bottom: solid 1px #AC9B9B;
}
.resultsList TD{
   border-bottom: solid 1px #E6E0E0;
}
.casinoName{
	float: left;
	width: 183px;
	font-size: 10px;
	display: block;
}
.casinoName A{
	font-size: 11px;
	color: Black;
}
.winDate{
	float: left;
	/*width: 150px;*/
	width: 170px;
	font-size: 10px;
	margin-left: 10px;
	display: block;
}
.winPrice{
	float: left;
	width: 120px;
	text-align: right;
	font-size: 10px;
	margin-left: 10px;
	display: block;
}
TABLE .casinoName, TABLE .winDate, TABLE .winPrice{
   float: none;
}
TABLE .winDate{
   margin-left: 0;
   margin-right: 10px;
   font-size: 11px;
}
/* End Page Jackpots */

/* Page Job ********************************************************************/
.RHIntro{
	margin-bottom: 20px;
	color: White;
	font-size: 10px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
}
.RHIntroTxt{
	float: right;
	margin: 20px 10px;
	width: 230px;
}
.RHIntroTxt H3{
	font-size: 14px;
	margin-bottom: 15px;
}
.scrollPara{
	height: 73px;
	margin-bottom: 5px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-face-color: White;
	scrollbar-shadow-color: White;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: White;
	scrollbar-darkshadow-color: White;
	scrollbar-track-color: White;
	scrollbar-arrow-color: Black;
}
.jobHeader, .jobList{
	width: 95%;
}
.jobHeader TD, .jobList TD{
	font-size: 10px;
	padding: 5px 0;	
}
.jobHeader TD{
	color: Black;
	border-bottom: solid 1px #AC9B9B;
}
.jobList TD{
	border-bottom: solid 1px #E6E0E0;	
}
.jobList A{
	background: url(../img/common/gray_thinArrow.gif) 0 4px no-repeat;
	padding-left: 6px;
	color: #3D3D3D;
}
.paraTemoin{
	background-color: #F1EDED;
	width: 48%;
	float: left;
	margin-bottom: 5px;
}
.paraTemoinTxt{
	width: 120px;
	float: left;
	margin: 5px 2px 0 5px;
	font-size: 10px;
   height: 95px;
   overflow: hidden;
}
.paraTemoinTxt H4{
	font-size: 11px;
	font-weight: normal;
	color: Black;
	margin-bottom: 5px;
}
.paraTemoin P{
	margin-bottom: 0;
}
.paraTemoin .knowMore{
   background-color: White;
   text-align: right;
   padding-top: 10px;
}
.paraTemoinTxt H4 EM{
	font-size: 10px;
	font-style: normal;
}
.jobResults{
	font-size: 10px;
	width: 100%;
	margin-top: -7px;
}
.jobResults TH{
	color: Black;
	font-weight: normal;
	border-bottom: solid 1px #AC9B9B;
	padding-right: 10px;
}
.jobResults TD{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	border-bottom: solid 1px #E6E0E0;
}
.jobResults .lastLine TD{
	border-bottom: solid 1px #AC9B9B;
}
.paddRight{
	padding-right: 10px;
}
/* End Page Job */

/* Page Cotation *******************************************************************************/
.destinationsDispo{
	width: 260px;
	float: left;
	background: url(../img/common/bigArrow.gif) right center no-repeat;
	padding-right: 30px;
	margin-right: 10px;
	voice-family: "\"}\"";
	voice-family:inherit; 
		width: 230px;
	voice-family: "\"}\"";
}
.destinationsFavo{
	width: 230px;
	float: left;   
}
.destinationsDispo TD{
	padding: 3px 4px 2px 4px;
	border-bottom: solid 1px #E6E0E0;
}
.dispoColLeft{
	width: 175px;
	border-right: solid 1px #E6E0E0;
}
.dispoColRight{
	width: 55px;
	text-align: center;
	margin: auto;
}
.destinationsDispo TABLE, .favoTable{
	border: solid 1px #AC9B9B;	
}
.destinationsDispo TABLE A, .favoTable A{
	font-size: 9px;
}
.destinationsDispo CAPTION, .destinationsFavo CAPTION{
	font-size: 10px;
	text-align: left;
	white-space: nowrap;
}
.destinationsDispo TABLE{
	background-color: #F2EFEF;
}
.favoTable{
	width: 100%;
	background: url(../img/common/bg_itemNumber.gif) 20px 6px no-repeat;
}
html>body .favoTable{
	background-position: 20px 5px;
}
.favoTable TD{
	border-right: solid 1px #E6E0E0;
	border-bottom: solid 1px #E6E0E0;
	border-collapse: collapse;
}
.favoColLeft{
	width: 20px;
}
.favoColCenter{
	padding-left: 15px;
	padding-right: 4px;
}
.favoColRight{
	width: 65px;
	text-align: center;
	margin: auto;
}
.favoColRight A{	
	background: url(../img/common/pict_delete.gif) right 4px no-repeat;
	padding-right: 8px;
}
.cotationStep{
	border-bottom: solid 1px #AC9B9B;
	padding-bottom: 16px;
	margin-bottom: 5px;
}
.cotationStep LI{
	float: left;
	margin-right: 30px;
	font-size: 12px;
}
.cotationStep LI SPAN{
	float: left;
	border: solid 1px #AC9B9B;
	padding: 0 2px;
}
html>body .cotationStep LI SPAN{
	margin-right: 3px;
}
.cotationStep LI.stepOn{
	color: Black;
	font-weight: bold;
}
.cotationStep LI.stepOn SPAN{
	background-color: #AC9B9B;
}
/* End Page Cotation */

/* Page Infiniment */
.blockMember{
	float:left;
	width:240px;
	margin-right:20px;
}

.blockMember label{
	color: #7F7B7B;
}

.blockMember p{
	width:194px;
	margin-bottom:5px;
}

.blockMember p #member_carte, .blockMember p #member_name{
	border:1px solid #AC9B9B;
	width:190px;
	padding-left:2px;
}

.blockMember div{
	margin-top:15px;
}

.blockMember a.thinArrowLk{
	float:left;
	margin-top:5px;
}

.editoInfiniment{
	float:left;
	width:240px;
}

.editoInfiniment p{
	margin-bottom:5px;
	color:#7F7B7B;
}

.tableInfiniment{
	margin-bottom:20px;
}

.tableInfiniment TD{
	height:25px;
}

.tableInfiniment thead Th, .tableInfiniment tbody td{
	text-align: center;
}

.tableInfiniment tbody Th{
	font-weight: normal;
	text-align: right;
}
/* End Page Infiniment */

/* Page K5a_Accueil_Evenement */
.event{
   color: White;
   width: 100%;
   margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: top right;
}
.eventHtml{
   padding-top: 20px;
   padding-left: 20px;
	width: 144px;
	height: 209px;
}
html>body .eventHtml{
	min-height: 209px;
	height: auto;
}
.eventHtml .smallSubtitle{
   color: Black;
}
.artistName{
   font-size: 24px;
   margin-bottom: 15px;
}
.eventHtml A{
   color: Black;
}
.iframeEvent{
   width: 332px;
   height: 170px;
   float: left;
}
#iframeContent{
   text-align: left;
   padding: 0;
   margin: 0;
}
#iframeContent H1{
   font-size: 11px;
   color: Black;
   margin-bottom: 10px;
   text-align: left;
}
#iframeContent H2{
   font-size: 11px;   
   margin-bottom: 10px;
   font-weight: normal;
}
#iframeContent DD{
   margin-bottom: 10px;
}
.iframeLeft{
   float: left;
   margin-right: 5px;
   width: 167px;
}
/* End Page K5a_Accueil_Evenement */

/* Onglets chambres et suites */
.tabs {
	width:100%;
	overflow:hidden;
	z-index:1;
	position:relative;
}

.tabs li {
	float:left;
	margin:0 5px 0 0;
	background:#FFF;
}

.tabs li a {
	display:block;
	border:1px solid #CCC;
	background:#FFF;
	padding:2px 5px;
}

.tabs li.active a {
	border-bottom:1px solid #FFF;
	color: black;
}

.content-tabs {
	border-top:1px solid #CCC;
	margin:-1px 0 0 0;
	padding:10px 0 0 0;
	z-index:0;
	position:relative;
}
.LVA {
	color:#A51031;
	font-size: 16px;
}

.LVA2 {
	color:#A51031;
}
.PAGE_OFFRE {
	color:gray;
	font-size: 12px;
}
.PAGE_OFFRE_SELECTED {
	color:#A51031;
	font-size: 12px;
}


/* AJOUTS CHRISTOPHE 19/06/2009
--------------------------------------------------------------------*/
.bt_detail a{
	background-color: #B7A9A9!important;
}

.mySelectBonus{
	padding: 10px 0;
	float: left;
	border-left: 10px solid #F1EDED;
}

*+html .mySelectBonus{ padding: 0; }

/* AJOUTS CHRISTOPHE 19/06/2009
--------------------------------------------------------------------*/
.newOffres .triForm{
	position: relative;
	padding: 7px 10px;
	overflow: hidden;
	zoom:1;
	height: 15px;
	background: #E6E0E0;
	margin-bottom: 10px;
	margin-top: 15px;
}

#affinerBullet{
	position: absolute;
	right: 180px;
	top: 25px;
	display: block;
	z-index: 10000!important;
}

.newOffres .triForm form{ float: left; }

.newOffres .triForm form label{ margin-right: 10px; vertical-align: middle; }

.newOffres .triForm form input{ vertical-align: middle; }

.newOffres .triForm ul{	float: right; }

.newOffres .triForm ul li{
	float: left;
	margin-left: 5px;
}

.newOffres .triForm ul li a{ 
	font-size: 12px!important;
	font-weight: bold;
}

.newOffres dl{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}

.newOffres dl img{
	float: left;
	margin-right: 10px;
}

.newOffres dl .reserverStuff{
	text-align: center;
	width: 100px;
	position: absolute;
	bottom: 20px;
	right: 0;
}

.newOffres dl .reserverStuff span{
	display: block;
	margin: 0 0 10px 0;
}

.newOffres dl .reserverStuff span strong{
	display: block;
	font-size: 20px;
}

.newOffres dl dt{
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin-left: 170px;
}


.newOffres dl dt span{
	color: #A41031;
	font-weight: bold;
	font-size: 12px;
}

.newOffres dl dd.cadeau{
	font-weight: bold;
	color: #999;
	margin-bottom: 5px;
	margin-left: 170px;
}

.newOffres dl dd.redac{ 
	margin: 0 110px 0 170px; 
}

.newOffres dl dd ul{
	margin-top: 10px;
	overflow: hidden;
	zoom:1;
}

.newOffres dl dd ul li{
	float: left;
}

.newOffres dl dd ul li a{
	padding: 0 15px 0 7px;
	background: url(/localized/file/resources/img/common/black_thinArrow.gif) no-repeat 0 4px;
}

.affinerForm{
	padding: 0 15px;
}

.affinerForm select{
	width: 100%;
	margin-bottom: 10px;
}

.rightRed{ 
	background: #A41031!important;
	overflow: hidden;
	width: 100%;
	color: #DDD!important;
}
#contactsOverFlash {
    position:absolute;
    top:131px;
    left:799px;
    background-color:#DEDEDE;
    font-size:9px;
    z-index: 2000;
}
 
#contactsOverFlash * { margin:0; }
 
#contactsOverFlash #text1 {
    background:url(../img/contact_img/fond-1.jpg) no-repeat left top;
    padding:8px 8px 0;
    width:164px;
    height:17px;
    color:#FFFFFF;
}
 
*html #contactsOverFlash #text1 { padding-bottom:2px; }
 
#contactsOverFlash #text2 {
    background:url(../img/contact_img/fond-2.jpg) no-repeat left top;
    padding:0 0 8px 8px;
    width:172px;
    height:17px;
    color:#FFFFFF;
}
 
#contactsOverFlash a { display:block; }
#contactsOverFlash img { display:block; border:none; }

#contactsOverFlashLanding {
    position:absolute;
    top:201px;
    left:799px;
    background-color:#DEDEDE;
    font-size:9px;
    z-index: 2000;
}
 
#contactsOverFlashLanding * { margin:0; }
 
#contactsOverFlashLanding #text1 {
    background:url(../img/contact_img/fond-1.jpg) no-repeat left top;
    padding:8px 8px 0;
    width:164px;
    height:17px;
    color:#FFFFFF;
}
 
*html #contactsOverFlashLanding #text1 { padding-bottom:2px; }
 
#contactsOverFlashLanding #text2 {
    background:url(../img/contact_img/fond-2.jpg) no-repeat left top;
    padding:0 0 8px 8px;
    width:172px;
    height:17px;
    color:#FFFFFF;
}
 
#contactsOverFlashLanding a { display:block; }
#contactsOverFlashLanding img { display:block; border:none; }

#contactsOverFlashMap {
    position:absolute;
    top:130px;
    left:799px;
    background-color:#DEDEDE;
    font-size:9px;
    z-index: 2000;
}
 
#contactsOverFlashMap * { margin:0; }
 
#contactsOverFlashMap #text1 {
    background:url(../img/contact_img/fond-1.jpg) no-repeat left top;
    padding:8px 8px 0;
    width:164px;
    height:17px;
    color:#FFFFFF;
}
 
*html #contactsOverFlashMap #text1 { padding-bottom:2px; }
 
#contactsOverFlashMap #text2 {
    background:url(../img/contact_img/fond-2.jpg) no-repeat left top;
    padding:0 0 8px 8px;
    width:172px;
    height:17px;
    color:#FFFFFF;
}
 
#contactsOverFlashMap a { display:block; }
#contactsOverFlashMap img { display:block; border:none; }


#contactsOverGray {
    position:absolute;
    top:112px;
    left:800px;
    background-color:#DEDEDE;
    font-size:9px;
    z-index: 2000;
}
 
#contactsOverGray * { margin:0; }
 
#contactsOverGray #text1 {
    background:url(../img/contact_img/fond-1.jpg) no-repeat left top;
    padding:8px 8px 0;
    width:164px;
    height:17px;
    color:#FFFFFF;
}
 
*html #contactsOverGray #text1 { padding-bottom:2px; }
 
#contactsOverGray #text2 {
    background:url(../img/contact_img/fond-2.jpg) no-repeat left top;
    padding:0 0 8px 8px;
    width:172px;
    height:17px;
    color:#FFFFFF;
}
 
#contactsOverGray a { display:block; }
#contactsOverGray img { display:block; border:none; }
