a {font-weight:bold;}
a:link {color:#1e88bd;} 
a:visited {color:#1e88bd;} 
a:focus, a:hover {color:#116691;} 
a:active {color:#116691;} 
a:link.onBackground {color:#ffffff;font-weight: normal;} 
a.insuranceTerms { font-weight:normal; }

body {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    text-align:center;
    background: #773342 url('') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

img, 
table, 
td, 
blockquote, 
code, 
pre, 
textarea, 
input, 
video {
	max-width: 100%;
}

.secured {
    color: #333333;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    padding: 4px 5px;
}

.secured div {
    margin: 3px 0 0 10px;
}

.secured img {
    float: left;
    margin: 0 1px 0 1px;
}

.secured a.help {
    color: #666666;
    text-decoration: underline;
    font-weight: bold;
    background:transparent url("images/help.gif") no-repeat;
    padding-left: 18px;
    padding-bottom: 5px;
}

.secured a.help:hover {
    text-decoration: none;
}

.div-width {
    width: 800px;
    margin: 0 auto;
}

.div-width.facebookBE {
    margin-top: -15px;
}

.div-width.facebookBE.confirm {
    margin-left: -5px;
}

div.corporateInfos {
    width: 100%;
}

div.corporateInfos div.corporateLogo {
    float: left;
}

div.corporateInfos div.corporateUser {
    float: left;
    color: #ffffff;
    text-align: left;
    margin-left: 10px;
    margin-top: 13px;
}

div.corporateInfos div.corporateLogout {
    float: right;
}

table.search { width:100%; }
table.search td { vertical-align: top; }
div.search { max-width: 595px; }

.button {
    padding: 5px 20px 5px 20px;
    cursor:pointer;
    text-decoration:none;
    font-weight: bold;
    font-size: 1.2em;

    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #1e88bd;

    box-shadow: 1px 2px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
}

.button:hover { 	
    background-color: #ffffff;
    color: #000000 !important;	 
}

.newbutton {
    padding: 6px 20px 6px 20px;
    cursor:pointer;
    text-decoration:none;
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;

    border: 1px solid #ffffff;
    color: #ffffff !important;

    background: #1e88bd;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e88bd), to(#1e88bd));
    background: -moz-linear-gradient(top, #1e88bd, #1e88bd);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e88bd', endColorstr='#1e88bd');
    ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e88bd', endColorstr='#1e88bd');

    text-shadow: 0 1px 1px rgba(255,255,255,0);
    -webkit-text-shadow: 0 1px 1px rgba(255,255,255,0);
    -moz-text-shadow: 0 1px 1px rgba(255,255,255,0);
    box-shadow: 1px 2px 2px #b4b4b4;
    -webkit-box-shadow: 1px 2px 2px #b4b4b4;
    -moz-box-shadow: 1px 2px 2px #b4b4b4;
}

.newbutton:hover { 
    color: #ffffff !important;

    background: #686868;
    background: -webkit-gradient(linear, left top, left bottom, from(#686868), to(#773342));
    background: -moz-linear-gradient(top,  #686868,  #773342);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#773342');
    ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#773342');

    text-shadow: 0 1px 1px rgba(255,255,255,0);
    -webkit-text-shadow: 0 1px 1px rgba(255,255,255,0);
    -moz-text-shadow: 0 1px 1px rgba(255,255,255,0);
}

*+html .button,
*html .button,
*+html .newbutton,
*html .newbutton {
    padding-left: 0;
    padding-right: 0;
}

.rounded.button,
.rounded.newbutton {
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
}

.disabled.button,
.disabled.newbutton {
    border: 1px solid buttonface;
    color: GrayText !important;
    background: buttonface;
    background: -webkit-gradient(linear, left top, left bottom, from(buttonface), to(buttonface));
    background: -moz-linear-gradient(top, buttonface, buttonface);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='buttonface', endColorstr='buttonface');
    ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='buttonface', endColorstr='buttonface');
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    cursor: default;
}

.disabled.button:hover,
.disabled.newbutton:hover {
    border: 1px solid buttonface;
    color: GrayText !important;
    background: buttonface;
    background: -webkit-gradient(linear, left top, left bottom, from(buttonface), to(buttonface));
    background: -moz-linear-gradient(top, buttonface, buttonface);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='buttonface', endColorstr='buttonface');
    ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='buttonface', endColorstr='buttonface');
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
}

.titlestyle, .section th {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: left;
    padding: 6px;
    color: #000000;
    font-size : 1.1em;
    font-weight: bold;
}

.section th.bottom {
    border-top: 1px solid #ffffff;
    border-bottom: none;
}

.section th.middle {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.subContainer {
    max-width: 620px;
    background-color: #773342;
    color: #000000;
    text-align: left;
}

* html .subContainer {
    width: expression(document.body.clientWidth > 620 ? "620px" : "auto" );
}

div.centered {
    margin: 0 auto 14px;
}

.subContainer table {
    width: 100%;
}

.libellestyle {
    float: left;
    text-align: left;
    margin: 6px;
    font-size: 1em;
}

.div-width .payment-iframe {
    height: 450px;
    width: 740px;
    border: none;
}

.guestBirthdate {
    float: right;
    margin-top: 7px;
    text-align: left;
    white-space: nowrap;
    margin-right: 16px;
    font-size: 1em;
}

table.section td.addGuest {
    border-top: none;
    padding: 0 0 6px 6px;
    text-align: left;
}

.currentSelectionStyle {
    float: left;
    text-align: left;
    margin: 6px 6px 0 6px;
    font-size: 1em;
}

a.selectionRate {
    color: #000000;
    font-weight: normal;
}
.currentSelectionSubStyle {
    float: left;
    text-align: left;
    margin: 2px 6px 6px 6px;
    font-size: 0.9em;
}

img.ui-datepicker-trigger {
    float:left;
    margin-top: 2px;
    margin-left: 1px;
    cursor: pointer;
}

*+html #StayDateRangeSelector_DepartureDatePanel,
*html #StayDateRangeSelector_DepartureDatePanel {
    width: 150px;
}

.nightsContainer {
    float:right;
    margin-top:5px;
}

*+html .nightsContainer,
*html .nightsContainer {
    float:right;
    margin-top:-15px;
}

.onBackground {
    color:#ffffff;
    font-weight: normal;
}

.occupancySelect {
    max-width: 240px;
}

*html .occupancySelect,
*+html .occupancySelect {
    width: expression(this.clientWidth > 240 ? '240px' : true)
}

.summary h2,
.summary p {
    color : #ffffff;
}

.section {
    width: 800px;
    margin: 0 auto 14px;
    margin-top: 5px;
    background-color: #ffffff;
}

.sectionSeparator {
    border-bottom : 1px solid #ffffff;
}

.section.popup {
    width: 600px;
}

.hr {
    border-bottom: 1px #ffffff solid;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.rateStructureView {
    margin-bottom: 5px;
}

div.rateStructureView img {
    padding-left: 5px;
}

div.rateStructureView h3 {
    margin-bottom: 5px;
}

div.rateStructureView .describe {
    font-size: 1.0em;
}

.priceRange {
    text-align: right;
    font-weight: normal;
}

table.section {
    border-collapse: collapse;
    font-size: 1em;
    font-family: Trebuchet MS, Arial, sans-serif;
    background-color: #ffffff;
    width: 100%;
}

table.section td {
    border-top: 1px solid #ffffff;
    padding: 6px;
}

.div-width table.section td.detailsSpacer {
    width: 23%;
}

.div-width table.section td.guestsSpacer {
    width: 22%;
    border-top:none;
}

.div-width.facebookBE table.section td.detailsSpacer {
    width: 19%;
}

.div-width.facebookBE table.section td.guestsSpacer {
    width: 18%;
    border-top: none;
}

table.section td.roomSpacer {
    padding: 0px;
    width: 6px;
}

table.section td.optionSpacer {
    border-top: none;
    padding: 0px;
    width: 6px;
}

table.section td.lenghtMessage {
    border-top: 1px solid #ffffff;
    text-align: left; 
}

table.form td {
    text-align: left;
    padding: 6px;
    border: none;
}

.formField {
    float: left;
    margin-top: 10px;
    margin-right: 8px;
    text-align: left;
}

.formField .checkRemember input[type=checkbox] {
    margin-left: 0;
}

table.form td.label { text-align: right; }

.grid th {
    text-align: center;
}

table.formtable td {
    text-align: left;
}

.section td.photo {
    padding: 4px;
}

.section td.option {
    border-top: 1px dotted #ffffff;
}

.section td.option-title {
    padding-left: 30px 
}

.section td.option-title a {
    color: #000000;
}

.actionbar {
    float: right;
    font-size:0.9em;
    margin-top: 40px;
    margin-right: 3px;
}

.personSelection {
    float: left;
    text-align: center;
    margin-top: 1px;
    width: 50px;
}

.personSelection select {
    width: 40px;
}

table.bookingsteps {
    width: 100%;
    margin-bottom: 18px;
    border-collapse: collapse;
}
table.bookingsteps td {
    border: 1px solid #ffffff;
    text-align: center;
    padding: 4px;
    color: auto;
    background-color: #ffffff;
}
table.bookingsteps td.current {
    font-weight: bold;
    color: #000000;
}

table.extendedsteps {
    width:100%;
    margin-bottom : 18px;
    border-collapse: collapse;
}

table.extendedsteps td {
    border-right: 1px dotted #ffffff;
    text-align: left;
    padding: 4px;
    color: auto;
    background-color: #ffffff;
}
table.extendedsteps td.current {
    font-weight: bold;
    color: #000000;
}

.step {
    font-size:2em;
    font-weight:bold;
}

.selected {
    font-weight: bold;
}

.photo {
    float:left;
/*	width: 150px;*/ /* <= conflit dans les rates : il faut pr�ciser le context avec de l'h�ritage  */
    margin-right: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

div.extra {
    float: left;	
    padding-left: 6px;
    padding-right: 6px;
}

div.extra a {
    color: #000000;
}

div.extraPhoto {
    float: left;
    width: 110px;
}

.price {
    font-size: 1.4em;
    font-weight: bold;
    white-space:nowrap;
}

.totalPrice {
    font-size: 1.2em;
    font-weight: bold;
    white-space:nowrap;
}

.dateprice {
    font-size: 0.9em;
    float: left;
    padding: 2px;
    border-right: 1px solid #ffffff;
    margin: 0;
}

.noborder {
    border: none;
}	

.spacer {
    clear: both;
}

.service-list td {
    padding: 4px;
    border: 0;
}

.description-text {
    float:right;
    width: 340px;
    text-align:left;
    margin: 6px 6px 6px 0;
}

.description-text.withoutImage {
    float: left;
    margin: 6px 6px 6px 6px;
}

.description-text h3 {
    margin:0;
    font-size:1.6em;
}

.description-text .hotel-name {
    float:left; 
    margin-right: 5px;
}

.description-photos {
    float:left;
    width: 200px;
    margin: 6px 0 6px 6px;
}

.description-photos img {
    margin-bottom: 6px;
}

.description-footer {
    margin-top: 5px;
    text-align: center;
}

.hotelDetails .hotelDescription {
    width: 100%;
}

.hotelDetails {
    width: 800px;
    margin: 20px auto;
}

.hotelDetails .hotelDescription .hotelName {
    color:#ffffff;
    float:left;
    margin-right: 5px;
}

.hotelDetails .hotelDescription .hotelName h2 {
    margin: 0;
    font-size: 2.0em;
}

.hotelDetails .hotelDescription > p {
    color:#ffffff;
    margin: 15px;
    text-align:justify;
}

.hotelDetails .hotelPhotos {
    width: 100%;
    text-align: center;
}

.hotelDetails .hotelPhotos img.hotelFirstPicture {
    max-height: 250px;
    height: expression(this.height > 250 ? "250px" : true);
}

.hotelDetails .hotelPhotos a {
    margin: 3px;
    float: left;
    cursor: default;
}

.hotelDetails .hotelPhotos img {
    border: 1px solid #ffffff;
}

.hotelDetails .hotelPhotos a.hotelMiniPicture img {
    height: 80px;
}

*+html .hotelDetails .bookTable input[type=text],
*html .hotelDetails .bookTable input[type=text] {
    width: 130px;
}

.hotelDetails .section {
    width: 800px;
    margin: 20px auto 14px;
    background-color: #ffffff;
    text-align: left;
}

.hotelDetails table.hotelInformations > tbody > tr > td {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    border-spacing: 0;
}

.hotelDetails table.hotelInformations td {
    border: 0;
}

.hotelDetails table.hotelInformations td h4 {
    margin: 0;
}

input, select, option {
    font-size: 1.0em;
}

.striked-price {
    text-decoration:line-through;
    font-size: 1.1em;
}

.dateprice {
    float: left;
}

.libellerightstyle {
    text-align: right;
}

.libellerightstyle input {
    margin-bottom: 10px;
}

div.section div.libellestyle td {
    border: 0;
}

.container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 805px;
    padding-left:10px;
    padding-right:10px;
}

.footer {
    text-align: center;
    margin-top:10px;
}

.window-contain {
    visibility:hidden;
    position:absolute;
    text-align:left;
}

.shadow {
  float:left;
  clear:left;
  position:relative;
  background: url('images/ombre1.png');
  margin: 10px 0 10px 10px !important;
  margin: 10px 0 10px 5px;
  padding: 0px;
}

.window-contain iframe {
    display:none;
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:600px;
    height:600px
}

.window {
  background: #ffffff;
  position:relative;
  bottom:6px;
  right: 6px;
  border: 1px #ffffff solid;
}

.windowTxt {
  padding:4px;
}
    
.windowTxt table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    padding: 0;
    font-size: 1.1em;
}
    
.thtop {
    background: #ffffff;
    border-bottom:1px #1e88bd solid;
    font-size: 1em;
    height: 15px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.windowTxt table td {
    border: 0;
    padding: 0;
}

.windowLabel {
    font-weight: bold;
    color: #000000;
    text-align: left;
    padding: 0;
}
    
.windowCross {
    text-align: right;
    font-weight: bold;
    padding: 0;
    padding-right: 4px;
}

.windowCross a {
    color: #1e88bd;
    text-decoration: none;
}

.windowCross a:hover {
 color: #ffffff;
}

.windowCross div {
    float:right;
    text-align: right;
    padding-right: 5px;
}

.smallPhoto {
    cursor: pointer;
}

.lang-current {
    padding-left:2px;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:0;
    color:#ffffff;
    text-decoration:none;
    cursor: pointer;
    *display: inline-block;
}

.logIn-current {
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:0;
    color:#ffffff;
    text-decoration:none;
    cursor: pointer;
    *display: inline-block;
}

.logIn-current img,
.lang-current img {
    padding-left:4px;
    padding-right:5px;
}

.LogInMenuPanel {
    z-index: 1000;
    background: url('images/menu-bg.gif') repeat-y 0 0 #FAFAFA;
    font-size: 11px;
    text-align: left;
}

a.LogInMenuItem {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    display: block;
    text-decoration: none;
    cursor: pointer;	
    padding: 4px 3px 4px 3px;
    white-space: nowrap;
}

a.LogInMenuItem:hover {
    border: 1px solid #1e88bd;
    background: #1e88bd;
    color: #ffffff;
}

.ContextMenuPanel {
    border: 1px solid #868686;
    z-index: 1000;
    background: url('images/menu-bg.gif') repeat-y 0 0 #FAFAFA;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
    text-align: left;
}

a.ContextMenuItem {
    margin: 1px 0 1px 0;
    color: #000000;
    display: block;
    text-decoration: none;
    cursor: pointer;	
    padding: 4px 19px 4px 3px;
    white-space: nowrap;
}

a.ContextMenuItem:hover {
    background-color: #FFE6A0;
    color: #000000;
    border: 1px solid #D2B47A;
    padding: 3px 18px 3px 2px;
}

a.ContextMenuItem img {
    border: 0;
    margin-right: 10px;
}

.MonthNameStyle {
    background: #ffffff;
}

.clear {
    clear:both;
}

input[type=checkbox] {
    cursor:pointer;
}

input[type=radio] {
    cursor:pointer;
}

label {
    cursor:pointer;
}

.ratingStar {
    float: left;
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: inline;
    background-repeat: no-repeat;
    background-image: url(images/ratingStar.png);
}

.propertyDetails {
    text-align:left;
    margin-left:5px;
    margin-right:5px;
    color: #ffffff;
}

.propertyDetails a {
    font-weight:bold; 
    text-decoration:underline; 
    color: #ffffff;
}

.propertyDetails .photo {
    float: left;
    text-align:center;
    /*width: 150px;*/
    margin-right: 12px;
    margin-bottom: 12px;
    overflow:hidden;
}

.propertyDetails .content {
    float:left;
    width: 475px;
    margin-bottom: 12px;
    text-align: left;
}

.propertyDetails .content .hotel-name {
    float:left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size:x-large;
    font-weight:bold;
}

.propertyDetails .content .subtitle {
    margin-top: 0;
    margin-bottom: 5px;
}

.propertyDetails .content .city-name {
    font-weight:bold;
    font-size: 1.1em;
    white-space: nowrap;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.propertyDetails .hotel-rating {
    float:left;
    width:85px;
    margin: 0 0 0 5px;
    padding:3px 0 0 0;
    white-space:nowrap;
}

.insuranceLogo {
    float:left;
}

.insuranceSummary {
    float:right; 
    text-align: right;
    width: 66%;
}

.insuranceValidationBox {
    text-align: right;
}
.insuranceSummary.facebookBE {
    width: 60%;
}

/* Validation */
.validationSummary {
    font-size: 1em;
    padding: 10px 10px 0 10px;
    border: 2px solid #FF0000;
    background-color: #FFFFE0;
    text-align: left; 
}
div.insuranceValidationSummary {
    border: 2px solid #FF0000; 
    background-color:#FFFFE0;
    padding-right: 2px;
}
div.insuranceValidationSummary label {
    color: #FF0000;
}
div.insuranceValidationSummary .message {
    margin-left: 5px; 
    color: #FF0000
}

/* ************** */

.separator {
    padding: 6px; 
    border-bottom: dotted 1px #000000;
}

input[type=text],
input[type=password],
textarea,
select {
    border: 1px solid #DDDDDD;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    border: 1px solid #1e88bd !important;
    box-shadow: 0 0 8px #1e88bd;
    -webkit-box-shadow: 0 0 8px #1e88bd;
    -moz-box-shadow: 0 0 8px #1e88bd;
}

/* ************** */

/* Style inline migration */

.date-selection-section-top {
    padding-bottom: 10px;
    margin-top: 20px;
}

.date-selection-night {
    float: left;
    margin-top: 20px;
    margin-left: -10px;
}

.date-selection-libelle-night {
    margin-left: 20px;
}

.date-selection-separator-secured {
    margin-top: 20px; 
    margin-bottom: 10px;
}

.date-selection-footer {
    margin-top: 20px;
}

.hotel-selection-date-calendar {
    overflow-x: visible; 
    overflow-y: hidden; 
    display: inline;
    margin-bottom: 0;
}

.hotel-selection-hotel-button {
    margin: 2px 0 0 0;
}

.hotel-selection-search-button {
    text-align: center; 
    margin-top: 5px;
}

.hotel-selection-sort-by-label {
    margin-top: 5px;
}

.address-selection-container {
    width: 382px;
}

/* ************** */
/* Html from Markdown style */

.markdown p {
    margin: 0.5em 0 0 0;
}

.markdown em {
    font-style: italic;
}

.markdown strong {
    font-weight: bold;
}

.markdown a, .markdown a:visited {
    text-decoration: none;
}

.markdown a:hover, .markdown a:focus {
    text-decoration: underline;
}

.markdown ul {
    list-style-type: disc;
    padding: 0 0 0 0.5em;
    margin: 0.5em 0 0 0;
}

.markdown ol {
    list-style-type: decimal;
    padding: 0 0 0 0.5em;
    margin: 0.5em 0 0 0;
}

.markdown h1 {
    font-size: 16px;
    font-weight: normal;
    margin: 0.5em 0 0 0;
}

.markdown h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0.5em 0 0 0;
}

.markdown h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0.5em 0 0 0;
}

.markdown h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0.5em 0 0 0;
}

.markdown h5 {
    font-size: 14px;
    font-weight: normal;
    margin: 0.5em 0 0 0;
}

.markdown h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 0.5em 0 0 0;
}

.markdown blockquote {
    margin: 0.5em;
}

.markdown h1:first-child, .markdown h2:first-child,
.markdown h3:first-child, .markdown h4:first-child,
.markdown h5:first-child, .markdown h6:first-child,
.markdown ul:first-child, .markdown ol:first-child,
.markdown ul ul, .markdown ul ol,
.markdown ol ol, .markdown ol ul,
.markdown p:first-child {
    margin-top: 0;
}