.module_accordeon > ul > li {
   position: relative;
   border: 1px solid #eeeeee;
   background: #fff;
   margin: 0 0 20px 0;
}

.module_accordeon > ul > li.hide {
   height: 54px;
   overflow: hidden;
   background: #fff;
}

.module_accordeon ul li .titre_accordeon {
   font-size: 17px;
   height: 54px;
   padding: 0 0 0 20px;
   line-height: 54px;
   cursor: pointer;
}


.module_accordeon ul li .titre_accordeon .arrow {
   height: 29px;
   width: 29px;
   position: absolute;
   top: 13px;
   right: 13px;
   background: url('../../img/modules/arrow_bloc_deroulant.png') no-repeat left top;
}

.module_accordeon ul li .titre_accordeon:hover .arrow, .module_accordeon ul li.show .titre_accordeon .arrow {
   background: url('../../img/modules/arrow_bloc_deroulant.png') no-repeat left bottom;
}

.module_accordeon ul li .contenu_accordeon {
   padding: 5px 20px 20px 20px;
}

.module_accordeon ul li .contenu_accordeon.avec_module {
   padding-bottom: 0;
}.module_actualites_liste .contenu_actu{
    overflow:hidden;
}

.module_actualites_liste .visuel_actu{
    vertical-align: top;
    padding: 0 15px 0 0;
}

.module_actualites_liste .texte_actu {
    vertical-align: top;
}

.module_actualites_liste .texte_actu h2 {
    color: ;
    font-family: '';
    font-size: 24px;
    margin: 0;
    font-weight: bold;
}

.module_actualites_liste .texte_actu h3 {
    color: #888888;
    font-family: '';
    font-size: 16px;
    margin-bottom:10px;
    margin-top: 0!important;
    font-weight: normal;
}

.module_actualites_liste hr.separateur_actu {
    width: 100%;
    border: none;
    border-top:solid #aaaaaa 1px;
    text-align: left;
    margin: 20px auto;
    padding: 0;
}.module_chambres_accordeon h3.titre {
    font-size: 18px;
    cursor: pointer;
    color: ;
    font-family: '';
    padding: 15px 46px 15px 15px;
}
.module_chambres_accordeon h4.sous_titre {
    color: ;
    font-family: '';
    font-size: 15px;
    padding: 0;
    margin:0 0 4px;
    font-weight: 600;
}

.module_chambres_accordeon > ul > li {
   position: relative;
   padding: 0 0 20px 0;
   border: 1px solid #eeeeee;
   margin: 0 0 20px 0;
}

.module_chambres_accordeon > ul > li.hide {
   height: 30px;
   overflow: hidden;
   background: #fff;
}

.module_chambres_accordeon > ul > li.show {
   background: #eeeeee;
}


.module_chambres_accordeon ul li.show .titre {
   font-weight: bold;
}

.module_chambres_accordeon ul li .titre .arrow {
   height: 29px;
   width: 29px;
   position: absolute;
   top: 11px;
   right: 13px;
   background: url('../../img/modules/arrow_bloc_deroulant.png') no-repeat left top;
   display:block;
}

.module_chambres_accordeon ul li .titre:hover .arrow, .module_chambres_accordeon ul li.show .titre .arrow {
   background: url('../../img/modules/arrow_bloc_deroulant.png') no-repeat left bottom;
}
.module_chambres_accordeon .conteneur{
    padding : 0 15px;
    overflow:hidden;
}
.module_chambres_accordeon .contenu {
    font-size: 12px;
}

.module_chambres_accordeon .visuel {
    float: left;
    margin: 5px 15px 10px 0;
}

.module_chambres_accordeon .information {
    text-align: right;
}

.module_chambres_accordeon .information .prix_a_partir_de {
    margin: 0 0 7px 0;
}

.module_chambres_accordeon .information .prix {
    font-size: 20px;
    color: ;
}
.module_chambres_accordeon .separateur{
    display:none;
}

.module_chambres_accordeon .galerie_container {
    position: relative;
}

.module_chambres_accordeon .launch_diaporama {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}.module_chambres ul li {
    position: relative;
    float: left;
    display: block;
    width: 270px;
    margin: 0 22px 40px 32px;
}

.module_chambres ul li .detail {
   padding: 10px 0;
}

.module_chambres ul li .detail .titre {
   font-family: '';
   font-size: 18px;
   text-align: center;
}

.module_chambres ul li .detail .titre a {
   text-decoration: none;
}

.module_chambres ul li .detail .prix_a_partir_de {
   font-size: 12px;
   text-align: center;
   color: #999999;
}

.module_chambres ul li .detail .prix_a_partir_de .prix {
   font-size: 22px;
    color: ;
}

.image {
   position: absolute;
   bottom: 0;
   left: 0;
}

.module_chambres ul li .actions {
    position: absolute;
    top: 0;
    left: -33px;
}

.module_chambres ul li .actions a {
    display: block;
    width: 33px;
    height: 33px;
    margin: 0 0 2px 0;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}

.module_chambres ul li .actions a .icon {
    display: inline-block;
    color: #aaaaaa;
    background-color: ;
    width: 33px;
    height: 33px;
    line-height: 35px;
    text-align: center;
    background-repeat: no-repeat;
    background-position-x: left;
    font-weight: bold;
    margin-right: -0.25em;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -moz-transition: background-color .3s ease, color .3s ease;
    -ms-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
}

.module_chambres ul li .actions a .icon.information {
   background-image: url('../../img/modules/icone-information.png');
}
.module_chambres ul li .actions a .icon.reservation {
   background-image: url('../../img/modules/icone-reservation.png');
}

.module_chambres ul li .actions a .icon.reservation {
   background-color: ;
}

.module_chambres ul li .actions a .details {
    display: inline-block;
    background-color: #ffffff;
    height: 33px;
    line-height: 33px;
    text-align: left;
    font-weight: bold;
}

.module_chambres ul li .actions a .details strong {
    display: inline-block;
    color: #333333;
    font-size: 15px;
   font-weight: normal;
    padding: 0 10px 0 8px;
}.module_chambres_liste{
    position:relative;
    overflow:hidden;
}
.module_chambres_liste .chambre{
    position:relative;
    overflow:hidden;
    padding:10px;
    margin: 0 0 20px 0;
}
.module_chambres_liste .chambre td {
    vertical-align: top;
}
.module_chambres_liste .visuel{
    padding-right:10px;
}
.module_chambres_liste .content{
    padding-right:20px;
    width: 100%;
}

.module_chambres_liste h3.titre {
    font-size: 16px;
    cursor: pointer;
    color: ;
    font-family: '';
    margin:0;
    padding:0;
}
.module_chambres_liste h4.sous-titre {
    color: ;
    font-family: '';
    font-size: 14px;
    padding: 0;
    margin:0;
    font-weight: 600;
}
.module_chambres_liste .contenu p {
    margin:0;
    font-size:12px;
}
.module_chambres_liste .contenu a.plus{
    color:;
    font-size:12px;
}

.module_chambres_liste .information{
    text-align:center;
    position:relative;
    float:right;
    margin-top:31px;
}
.module_chambres_liste .prix{
    margin-top:-18px;
}

.module_chambres_liste .prix_a_partir_de {
   font-size: 12px;
   text-align: center;
   color: #333333;
}

.module_chambres_liste .prix_a_partir_de .prix {
   font-size: 18px;
    color: ;
}
.module_chambres_liste .reservation{
    margin-top:20px;
}
.module_chambres_liste .reservation input[type="submit"], input[type="button"] {
    padding:2px 12px;
    font-size: 12px;
}

.module_chambres_liste .separateur{
    color:#ffffff;
}
.module_chambres_liste .arrow{
    display:none;
}.module_chambres_onglet #chambres_onglets {
   font-size: 0;
}

.module_chambres_onglet #chambres_onglets a {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border-right: #fff solid 1px;
    vertical-align: bottom;
    margin: 6px 0 1px 0;
}

.module_chambres_onglet #chambres_onglets a:hover, .module_chambres_onglet #chambres_onglets a.onglet_actuel {
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    margin: 0 0 1px 0;
}

.module_chambres_onglet #chambres_onglets_content .un_onglet_content {
    display: none;
}

.module_chambres_onglet #chambres_onglets_content .un_onglet_content.onglet_content_default {
    display: block;
}

.module_chambres_onglet h3.titre {
    font-size: 22px;
    font-family: '';
    color:;
    font-weight: bold;
    margin:2px 0 0 0;
}

.module_chambres_onglet h4.sous_titre {
    font-size: 15px;
    font-family: '';
    color: #333;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.module_chambres_onglet .conteneur{
    overflow:hidden;
    margin-top:20px;
    }
.module_chambres_onglet .contenu {
    font-size: 12px;
}

.module_chambres_onglet .visuel {
    float: left;
    margin: 5px 15px 10px 0;
}

.module_chambres_onglet .information {
    text-align: right;
    padding:10px 0;
}

.module_chambres_onglet .information .prix_a_partir_de {
    margin: 0 0 7px 0;
}

.module_chambres_onglet .information .prix strong {
    font-size: 20px;
    color: ;
}

.module_chambres_onglet .galerie_container {
    position: relative;
}

.module_chambres_onglet .launch_diaporama {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}.module_contenu .contenu {
    }.module_encart_contenu.template_default {
    position: relative;
}

.module_encart_contenu.template_default h3.titre {
    color: ;
    font-family: '';
    font-size: 22px;
}
.module_encart_contenu.template_default h4.sous-titre {
    color: ;
    font-family: '';
    font-size: 18px;
    font-weight: 600;
    text-decoration:none;
    margin-bottom:-7px;
}

.module_encart_contenu.template_default .content {
    padding: 5px 10px;
}

.module_encart_contenu.template_default .lien {
    display: block;
    text-align:right;
}

.module_encart_contenu.template_default .lien:hover span {
    text-decoration: underline;
}

.module_encart_contenu.template_default .visuel.absolute {
    position: absolute;
    bottom: 0px;
}

.module_encart_contenu.template_default .visuel + .lien {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 39px;
    border-top: 1px solid #fff;
    background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.5);
    text-align:left;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    text-transform:uppercase;
}

.module_encart_contenu.template_default .visuel + .lien span {
    padding: 0 0 0 20px;
}.module_flux_facebook .dark_background{
    background-color: #333333;
}.module_flickr .titre {
    color: ;
    font-family: '';
    padding: 0 0 10px 0;
    font-size:18px;
}
.module_flickr a img {
    margin-bottom: 3px;
}.module_galerie.template_default {
    position: relative;
    padding: 0 15px 15px 15px;
}

.module_galerie.template_default .titre {
    color: ;
    font-family: '';
    padding: 10px 0;
    font-weight: bold;
    font-size:18px;
    text-transform: uppercase;
}

.module_galerie.template_default .galerie_container {
    position: relative;
}

.module_galerie.template_default .bx-wrapper .bx-prev {
    background: url("../../img/modules/slider_prev_blanc.png") no-repeat left top;
    width:15px;
    height:22px;
    left: 10px;
    margin-top: -22px;
    z-index: 1500;
}

.module_galerie.template_default .bx-wrapper .bx-next {
    background: url("../../img/modules/slider_next_blanc.png") no-repeat left top;
    width:15px;
    height:22px;
    right: 10px;
    margin-top: -22px;
    z-index: 1500;
}

.module_galerie.template_default .contenu {
    padding: 5px;
    text-align: center;
}

.module_galerie.template_default .launch_diaporama {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.module_galerie.template_default .launch_diaporama .icone {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    text-decoration: none;
    opacity: 0.8;
}

.module_galerie.template_default .launch_diaporama:hover .icone {
    background: url("../../img/modules/galerie_zoom.png") no-repeat;
}.module_galerie.template_light {
    position: relative;
    padding: 0;
}

.module_galerie.template_light .galerie_container {
    position: relative;
}

.module_galerie.template_light .bx-wrapper .bx-prev {
    background: url("../../img/modules/slider_prev_blanc.png") no-repeat left top;
    width:15px;
    height:22px;
    left: 10px;
    margin-top: -22px;
    z-index: 1500;
}

.module_galerie.template_light .bx-wrapper .bx-next {
    background: url("../../img/modules/slider_next_blanc.png") no-repeat left top;
    width:15px;
    height:22px;
    right: 10px;
    margin-top: -22px;
    z-index: 1500;
}

.module_galerie.template_light .contenu{
    margin:0;
}.module_galerie.template_liste {
    position: relative;
    padding: 0;
}

.module_galerie.template_liste .galerie_container {
    position: relative;
}

.module_galerie.template_liste .galerie_container ul li {
    display: block;
    float: left;
    margin: 0 5px 10px 5px;
}.module_encart_meteo {
    position: relative;
    font-size: 13px;
}

.module_encart_meteo .meteo_container .heure {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    font-weight: 300;
    color: #666;
    padding: 3px 0 0 0;
}

.module_encart_meteo .meteo_container .date {
    text-align: center;
    color: #666;
    padding: 5px 0 0 0;
}

.module_encart_meteo .meteo_container .meteo {
    text-align: center;
    padding: 2px 0;
}

.module_encart_meteo .meteo_container .bloc_meteo {
    width: 65px;
    display: inline-block;
    text-align: center;
}

.module_encart_meteo .meteo_container .bloc_meteo img {
    width: 50px;
}

.module_encart_meteo .meteo_container .bloc_meteo .temperature_high {
    font-weight: 600;
    color: #333;
}

.module_encart_meteo .meteo_container .bloc_meteo .temperature_low {
    color: #666;
}

.module_encart_meteo .meteo_container .bloc_meteo .jour {
    color: #333;
}

.module_encart_meteo .meteo_container .bloc_meteo .jour strong {
    font-weight: 600;
}

.module_encart_meteo .meteo_container .ville_pays {
    text-align: center;
    color: #666;
    font-weight: 600;
    padding: 7px 0 7px 0;
}.module_newsletter.template_default {
    position: relative;
    padding: 10px;
}

.module_newsletter.template_default .titre {
    color: ;
    font-family: '';
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size:18px;
}

.module_newsletter.template_default .contenu {
    margin: 0 0 10px 0;
}

.module_newsletter.template_default .news_ok {
    color: #46a546;
    font-weight: bold;
}

.module_newsletter.template_default .news_erreur {
    color: #d61f25;
    font-weight: bold;
}.module_newsletter.template_style_2 {
    position: relative;
    padding: 10px;
    text-align: center;
}

.module_newsletter.template_style_2 .titre {
    color: ;
    font-family: '';
    padding: 0;
    font-weight: bold;
    font-size:18px;
}

.module_newsletter.template_style_2 .contenu {
    margin: 0 0 10px 0;
}

.module_newsletter.template_style_2 .news_ok {
    color: #46a546;
    font-weight: bold;
}

.module_newsletter.template_style_2 .news_erreur {
    color: #d61f25;
    font-weight: bold;
}

.module_newsletter.template_style_2 .submit_button {
    margin-left: -4px;
}.module_offres.template_default .bloc_offre {
    width: 300px;
    float: left;
    margin: 0 12px 40px 12px;
    cursor: pointer;
}

.module_offres.template_default .bloc_offre h3 {
    font-size: 16px;
    font-weight: normal;
    font-family: '';
    color:;
    margin: 0;
    padding: 0;
}

.module_offres.template_default .bloc_offre .offre_details {
    position: relative;
    padding: 6px;
    height: 120px;
}

.module_offres.template_default .bloc_offre .offre_details .contenu {
    margin: 10px 0;
}

.module_offres.template_default .bloc_offre .offre_details .prix {
    font-style: italic;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.module_offres.template_default .bloc_offre .offre_details .prix strong {
    font-style: normal;
    font-size: 18px;
    font-family: '';
    color:;
}

.module_offres.template_default .bloc_offre .offre_details .prix i {
    margin-left: 3px;
}.module_offres.template_liste .bloc_offre {
    display: table;
    height: 110px;
    width: 100%;
    margin: 0 0 20px 0;
    cursor: pointer;
}

.module_offres.template_liste .bloc_offre h3 {
    font-size: 16px;
    font-weight: normal;
    font-family: '';
    color:;
    margin: 0;
    padding: 0;
}

.module_offres.template_liste .bloc_offre .visuel {
    display: table-cell;
    vertical-align: top;
    width: 240px;
}

.module_offres.template_liste .bloc_offre .offre_details {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 5px 10px 0 10px;
    height: 105px;
    width: 100%;
}

.module_offres.template_liste .bloc_offre .offre_details .contenu {
    margin: 10px 0;
}

.module_offres.template_liste .bloc_offre .offre_details .prix {
    font-style: italic;
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.module_offres.template_liste .bloc_offre .offre_details .prix strong {
    font-style: normal;
    font-size: 18px;
    font-family: '';
    color:;
}

.module_offres.template_liste .bloc_offre .offre_details .prix i {
    margin-left: 3px;
}.module_onglet .ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.module_onglet .ui-widget-content {
    border: 0;
}.module_pinterest .titre {
    color: ;
    font-family: '';
    padding: 0 0 10px 0;
    font-size:18px;
}
.module_pinterest .contenu span {
    overflow:hidden;
}.module_push_actualites.template_default {
    position: relative;
}

.module_push_actualites.template_default h3.titre {
    color: ;
    font-family: '';
    font-size: 22px;
    font-weight: normal;
    padding: 20px 10px 5px 10px;
}
.module_push_actualites.template_default h4.sous-titre {
    color: ;
    font-family: '';
    font-size: 18px;
    font-weight: normal;
    text-decoration:none;
    margin-bottom:-7px;
}
.module_push_actualites.template_default h4.sous-titre a:hover{
    text-decoration:none;
}
.module_push_actualites.template_default .date_actu {
    font-size: 12px;
    color: #888888;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

.module_push_actualites.template_default .content {
    padding: 5px 10px 25px 10px;
}

.module_push_actualites.template_default .visuel img{
     bottom:0;
}

.module_push_actualites.template_default .lien {
    display: block;
    text-align:right;
}

.module_push_actualites.template_default .lien:hover span {
    text-decoration: underline;
}

.module_push_actualites.template_default .visuel + .lien {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 39px;
    border-top: 1px solid #fff;
    background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.5);
    text-align:left;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    text-transform:uppercase;

}

.module_push_actualites.template_default .visuel + .lien span {
    padding: 0 0 0 20px;
}

.module_push_actualites.template_default .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    top:-13px;
    z-index:8000;
    position:absolute;
    height:13px;
}
.module_push_actualites.template_default.bas .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position:absolute;
    height:13px;
    top:-13px;
}

.module_push_actualites.template_default .toute_actus {
    position:absolute;
    bottom:5px;
    right:0;
    z-index:8001;
    text-transform: uppercase;
    color:;
    font-size:9px;
    padding-right:5px;
    text-decoration:underline;
}

.module_push_actualites.template_default .toute_actus .fa-plus {
    padding-right:2px;
}

.module_push_actualites.template_default .toute_actus .icone {
    color : #ffffff;
    font-size:20px;
    padding: 0 0 0 28px;
}.module_push_actualites.template_style_2 {
    position: relative;
}

.module_push_actualites.template_style_2 h3.titre{
    padding: 0 10px;
}

.module_push_actualites.template_style_2 .content{
    padding: 15px 10px 30px 10px;
}

.module_push_actualites.template_style_2 h3.titre {
    color: #333333;
    font-family: '';
    font-size: 18px;
    font-weight: normal;
    padding-top:0px;
    text-transform: uppercase;
    padding: 10px 40px 10px 10px;
}
.module_push_actualites.template_style_2 h4.sous-titre {
    color: #333333;
    font-family: '';
    font-size: 16px;
    font-weight: normal;
    text-decoration:none;
    margin-bottom:-3px;
}
.module_push_actualites.template_style_2 h4.sous-titre a:hover{
    text-decoration:none;
}
.module_push_actualites.template_style_2 .date_actu {
    font-size: 14px;
    color: #333333;
    font-style: italic;
    margin: 0 0 5px 0;
    font-weight:normal;
}

.module_push_actualites.template_style_2 .contenu {
    margin: 0 0 10px 0;
}

.module_push_actualites.template_style_2.content {
    padding:15px 0 0;
}

.module_push_actualites.template_style_2 .lien {
    background: none repeat scroll 0 0 #333333;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.module_push_actualites.template_style_2 .lien:hover span {
    text-decoration: underline;
}

.module_push_actualites.template_style_2 .bx-wrapper .bx-controls-direction a {
    top: auto;
    z-index:8000;
    position:absolute;
    bottom :4px;
}
.module_push_actualites.template_style_2 .bx-wrapper .bx-prev {
    background:url('../../img/modules/icone-arrow-left-circle.png') no-repeat scroll;
    width:15px;
    height:15px;
    left:6px
}
.module_push_actualites.template_style_2 .bx-wrapper .bx-next {
    background:url('../../img/modules/icone-arrow-right-circle.png') no-repeat scroll;
    width:15px;
    height:15px;
    right:6px
}
.module_push_actualites.template_style_2 .bx-wrapper .bx-prev:before {
   font-family: FontAwesome;
   content: "\f0a8";
}

.module_push_actualites.template_style_2 .toute_actus{
    position:absolute;
    top:0px;
    right:0;
    z-index:8001;
    text-transform: uppercase;
    text-decoration:underline;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #333333 transparent transparent;
}
.module_push_actualites.template_style_2 .toute_actus .fa-plus{
    color: #FFFFFF;
    font-size: 20px;
    position: absolute;
    right: -45px;
    top: 8px;
}
.module_push_actualites.template_style_2 .toute_actus .icone{
    color : #ffffff;
    font-size:20px;
    padding: 0 0 0 28px;
}.module_push_offres.template_default {
    position: relative;
}

.module_push_offres.template_default h3.titre {
    color: ;
    font-family: '';
    font-size: 22px;
    font-weight: normal;
    padding: 20px 10px 5px 10px;
}

.module_push_offres.template_default .no-slider h3.titre {
    padding: 7px 10px 5px 10px;
}
.module_push_offres.template_default h4.sous-titre {
    color: ;
    font-family: '';
    font-size: 18px;
    font-weight: normal;
    text-decoration:none;
}
.module_push_offres.template_default h4.sous-titre a:hover{
    text-decoration:none;
}
.module_push_offres.template_default .date_actu {
    font-size: 12px;
    color: #888888;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.module_push_offres.template_default .content {
    padding: 5px 10px 25px 10px;
}

.module_push_offres.template_default .visuel img{
     bottom:0;
}

.module_push_offres.template_default .lien {
    display: block;
    text-align:right;
}

.module_push_offres.template_default .lien:hover span {
    text-decoration: underline;
}

.module_push_offres.template_default .visuel + .lien {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 39px;
    border-top: 1px solid #fff;
    background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.5);
    text-align:left;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    text-transform:uppercase;

}

.module_push_offres.template_default .visuel + .lien span {
    padding: 0 0 0 20px;
}

.module_push_offres.template_default .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    top:-13px;
    z-index:8000;
    position:absolute;
    height:13px;
}
.module_push_offres.template_default.bas .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position:absolute;
    height:13px;
    top:-13px;
}

.module_push_offres.template_default .toute_actus {
    position:absolute;
    bottom:5px;
    right:0;
    z-index:8001;
    text-transform: uppercase;
    color:;
    font-size:9px;
    padding-right:5px;
    text-decoration:underline;
}

.module_push_offres.template_default .toute_actus .fa-plus {
    padding-right:2px;
}

.module_push_offres.template_default .toute_actus .icone {
    color : #ffffff;
    font-size:20px;
    padding: 0 0 0 28px;
}

.module_push_offres.template_default .prix {
    text-align: right;
}

.module_push_offres.template_default .prix strong {
    font-size: 20px;
    color: ;
}.module_push_offres.template_style_2 {
    position: relative;
}

.module_push_offres.template_style_2 h3.titre{
    padding: 0 10px;
}

.module_push_offres.template_style_2 .content{
    padding: 15px 10px 40px 10px;
}

.module_push_offres.template_style_2 h3.titre {
    color: #333333;
    font-family: '';
    font-size: 18px;
    font-weight: normal;
    padding-top:0px;
    line-height:50px;
    text-transform: uppercase;
}
.module_push_offres.template_style_2 h4.sous-titre {
    color: #333333;
    font-family: '';
    font-size: 16px;
    font-weight: normal;
    text-decoration:none;
    margin-bottom:-3px;
}
.module_push_offres.template_style_2 h4.sous-titre a:hover{
    text-decoration:none;
}
.module_push_offres.template_style_2 .date_actu {
    font-size: 14px;
    color: #333333;
    font-style: italic;
    margin: 0 0 5px 0;
    font-weight:normal;
}

.module_push_offres.template_style_2 .contenu {
    margin: 0 0 10px 0;
}

.module_push_offres.template_style_2.content {
    padding:15px 0 0;
}

.module_push_offres.template_style_2 .lien {
    background: none repeat scroll 0 0 #333333;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 25px;
}

.module_push_offres.template_style_2 .lien a {
    color: #FFFFFF;
}

.module_push_offres.template_style_2 .lien:hover span {
    text-decoration: underline;
}

.module_push_offres.template_style_2 .bx-wrapper .bx-controls-direction a {
    top: auto;
    z-index:8000;
    position:absolute;
    bottom :4px;
}
.module_push_offres.template_style_2 .bx-wrapper .bx-prev {
    background:url('../../img/modules/icone-arrow-left-circle.png') no-repeat scroll;
    width:15px;
    height:15px;
    left:6px
}
.module_push_offres.template_style_2 .bx-wrapper .bx-next {
    background:url('../../img/modules/icone-arrow-right-circle.png') no-repeat scroll;
    width:15px;
    height:15px;
    right:6px
}
.module_push_offres.template_style_2 .bx-wrapper .bx-prev:before {
   font-family: FontAwesome;
   content: "\f0a8";
}

.module_push_offres.template_style_2 .toute_actus {
    position:absolute;
    top:0px;
    right:0;
    z-index:8001;
    text-transform: uppercase;
    text-decoration:underline;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #333333 transparent transparent;
}
.module_push_offres.template_style_2 .toute_actus .fa-plus{
    color: #FFFFFF;
    font-size: 20px;
    position: absolute;
    right: -45px;
    top: 8px;
}
.module_push_offres.template_style_2 .toute_actus .icone{
    color : #ffffff;
    font-size:20px;
    padding: 0 0 0 28px;
}

.module_push_offres.template_style_2 .prix {
    text-align: right;
}

.module_push_offres.template_style_2 .prix strong {
    font-size: 20px;
    color: ;
}.module_reservation {
    position: relative;
    margin: 0 0 20px 0;
}

.module_reservation .titre {
    background: none repeat scroll 0 0 #eee;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-family:}

.module_reservation .reservation_content{
    padding: 12px 30px 2px;
    border-top: none;
}

.module_reservation .liste_ligne {
    margin-bottom: 12px;
    overflow: hidden;
    line-height: 25px;
}

.module_reservation .liste_ligne label {
    color: ;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    float:left;
    width:115px;
}
.module_reservation .liste_ligne .champ_resa{
    border: 1px solid ;
    float: left;
    color: ;
}

.module_reservation .liste_ligne.code_avantage{
    background: none repeat scroll 0 0 #eee;
    height: 34px;
    line-height: 34px;
    width: 185px;
}

.module_reservation .liste_ligne.code_avantage label{
    font-size:11px;
}

.module_reservation .liste_ligne.code_avantage input{
    margin-top: 4px;
}

.module_reservation .liste_ligne.reserver{
    text-align:center;
}

.module_reservation .liste_ligne.reserver input {
    width: 139px;
}

.module_reservation .meilleur_prix {
    display: none;
    font-style: italic;
}

.module_reservation .meilleur_prix strong {
    color: #bb312f;
    font-size: 18px;
}.module_tableau table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.module_tableau table td {
    padding: 5px 10px;
    text-align: center;
}

.module_tableau table thead {
    background: ;
    color: #fff;
    font-weight: bold;
}

.module_tableau table tbody tr.even {
    background: #eee;
}.module_tableau_seminaires table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: '';
}

.module_tableau_seminaires h3 {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
}

.module_tableau_seminaires table td {
    padding: 5px 10px;
    text-align: center;
}

.module_tableau_seminaires table thead {
    background: ;
    color: #fff;
}

.module_tableau_seminaires table tbody tr.even {
    background: #eee;
}.module_tripadvisor .contenu{
    margin:0 auto;
    display:table;
}.module_twitter{

}.module_video.template_default {
    position: relative;
    padding: 0 15px 15px 15px;
}

.module_video.template_default .titre {
    color: ;
    font-family: '';
    padding: 10px 0;
    font-weight: bold;
    font-size:18px;
}

.module_video.template_default .visuel {
    position: relative;
}

.module_video.template_default .visuel .launch_video {
    position: absolute;
    top: 0;
    left: 0;
}.module_video.template_light {
    position: relative;
}

.module_video.template_light .visuel {
    position: relative;
}

.module_video.template_light .visuel .launch_video {
    position: absolute;
    top: 0;
    left: 0;
}.module_vignettes {
    /*overflow:hidden;*/
}

.module_vignettes  ul li {
    position: relative;
    float: left;
    width: 270px;
    display: block;
    padding: 0;
    margin: 20px 22px 20px 32px;
}

.module_vignettes  ul li.has_lien {
    cursor: pointer;
}


.module_vignettes ul li .detail {
    padding: 15px;
}

.module_vignettes ul li .titre {
    color: ;
    font-family: '';
    font-weight: bold;
    font-size: 17px;
}
.module_vignettes ul li.has_lien:hover .titre {
    color: ;
}

.module_vignettes ul li .contenu {
    font-size: 13px;
}

.module_vignettes ul li a.en_savoir_plus {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../../img/modules/vignettes_link.png') no-repeat;
}.module_visionneuse_pdf .titre {
    color: ;
    font-family: '';
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
}
.module_chambres_popin {
    width: 938px;
    height: 448px;
    background: #f00;
    text-align: left;
    border: #c8c8c8 solid 1px;
}

.module_chambres_popin .mCSB_container{
	margin-right:10px;
}

.module_chambres_popin .barre_top {
    height: 44px;
    background: ;
    color: #fff;
    padding: 8px 12px 8px 8px;
}

.module_chambres_popin .barre_top .titre {
    font-size: 20px;
    font-weight: bold;
    font-family: '';
}

.module_chambres_popin .barre_top .sous_titre {
    font-size: 16px;
    margin-top: -2px;
}

.module_chambres_popin .barre_top .voir_autres {
    float: right;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.module_chambres_popin .barre_top .voir_autres:hover {
    text-decoration: underline;
}

.module_chambres_popin .colonnes {
    position: relative;
}

.module_chambres_popin .colonnes .colonne {
    float: left;
    height: 348px;
    padding: 20px;
}

.module_chambres_popin .colonnes .colonne .titre {
    font-size: 18px;
    font-weight: normal;
    font-family: '';
    margin: 0 0 22px 0;
}

.module_chambres_popin .colonnes .colonne.colonne_gauche {
    width: 170px;
    background: #eeeeee;
    padding: 20px 0 20px 20px;
}

.module_chambres_popin .colonnes .colonne.colonne_gauche .slider_carrousel {
    height: 310px;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.module_chambres_popin .colonnes .colonne.colonne_gauche .slider_carrousel li {
    margin: 0 0 15px 0;
}

.module_chambres_popin .colonnes .colonne.colonne_gauche .slider_carrousel li a {
    display: block;
    width: 150px;
    height: 84px;
    padding: 4px 0 4px 4px;
}

.module_chambres_popin .colonnes .colonne.colonne_gauche .slider_carrousel li a.naked {
    width: auto;
    height: auto;
    padding: auto;
}

.module_chambres_popin .colonnes .colonne.colonne_gauche .slider_carrousel li a.active {
    background: url('../../img/modules/caroussel_active.png') no-repeat;
}

.module_chambres_popin .colonnes .colonne.colonne_gauche .slider_carrousel li a.naked.active {
    background: none;
}

.module_chambres_popin .colonnes .colonne.colonne_centre {
    width: 205px;
    background: #fff;
    padding-right:5px;
}
.module_chambres_popin .colonnes .colonne.colonne_centre .container {
    height: 310px;
    overflow-x: hidden;
}
.module_chambres_popin .colonnes .colonne.colonne_centre .contenu{
    padding-right:15px;
}

.module_chambres_popin .colonnes .colonne.colonne_centre .contenu .separateur {
    margin: 10px 0 0 0;
}

.module_chambres_popin .colonnes .colonne.colonne_droite {
    width: 478px;
    background: #eeeeee;
}

.module_chambres_popin .colonnes .colonne.colonne_droite .reservation_express {
    margin: 10px 0 0 0;
}

.module_chambres_popin .colonnes .colonne.colonne_droite .reservation_express .resa_titre {
    font-size: 16px;
    font-weight: bold;
    font-family: '';
    color: ;
    line-height:1;
}

.module_chambres_popin .colonnes .colonne.colonne_droite .reservation_express .bouton_reserver {
    outline: 1px solid #eeeeee;
}

.module_chambres_popin .colonnes .title_separator {
    position: absolute;
    top: 43px;
    left: 20px;
    width: 900px;
    height: 1px;
    background-image: url('../../img/modules/popin-chambres-separator.png');
}

.module_chambres_popin a.bouton, .module_chambres_popin input[type="submit"], .module_chambres_popin input[type="button"] {
    display: inline-block;
    background: ;
    color: #fff;
    padding: 4px 15px;
    text-decoration: none;
    font-size : 14px;
}

.module_chambres_popin a.bouton:hover, .module_chambres_popin input[type="submit"]:hover, .module_chambres_popin input[type="button"]:hover {
    background: ;
}