/*@charset "UTF-8";*/
/* CSS Document */
#Button1 {
    background-color : yellow;
}
/*Normalise les marges et le remplissage  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, bloquote, th, td {
    margin: 0;
    padding: 0;
}

/* Supprime list-style pour les listes */
li {
    list-style-type: none;
}

/* Supprime les bordures dans les tableaux 
table
{
    border-collapse: collapse; /*border-spacing:0;
}/*

/* Supprime les bordures dans les éléments fieldset et img */
fieldset, img {
    border: 0;
}

/* Normalise les styles et graisses de font: font-style et font-weight son "normal" */
adress, caption, cite, code, dfn, em, th, var /*, strong */ {
    font-style: normal;
    font-weight: normal;
}

/* Général */

html {
    text-align: center;
    background-color: #FFFFFF;
    /*color: #000000;*/
    color: #524A25;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

body {
    position: relative;
    margin: 0 auto;
    width: 950px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1Opt;
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #0056AD;
}

    a:hover {
        text-decoration: underline;
        color: #CC6600;
    }

    a:visited {
        text-decoration: none;
        color: #0056AD;
    }

        a:visited:hover {
            text-decoration: underline;
            color: #CC6600;
        }

h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #666633;
    border-bottom: #666633 dotted thin;
    margin-bottom: 5px;
}

.Error {
    font-weight: bold;
    color: #FF0000;
}

.ErrorBox {
    padding: 0px 0 4px 0;
    font-weight: bold;
    color: #FF0000;
    font-size: 1em;
    text-align: center;
}

.Label {
    margin-right: 4px;
    font-size: 10 px;
}

.LabelWhite {
    margin-right: 4px;
    font-size: 10 px;
    color: #FFFFFF;
}

.Control {
    font-size: 14px;
}

.Titre {
    font-size: 18px;
    font-family: georgia;
    color: #524A25;
}

.SousTitre {
    font-weight: bold;
}

.TableWithBackground {
    /*background-color: #CCCC99;*/
}


/* Master */

.lblTopLeft {
    font-family: georgia;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}


.lnkMenu {
    font-family: Georgia;
    font-size: 13px;
    color: #FFFFFF;
}

.lnkFooter {
    font-family: Verdana;
    font-size: 9px;
    color: #34301A;
}

    .lnkFooter:visited {
        font-family: Verdana;
        font-size: 9px;
        color: #34301A;
    }

.lnkMenu:visited {
    font-family: Georgia;
    font-size: 13px;
    color: #FFFFFF;
}


.lblH1 {
    font-family: Georgia;
    font-size: 13px;
    color: #5A623C;
    font-style: italic;
}

.lnkLogo {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

.imgBanner {
    position: absolute;
    top: 25px;
}

.pnlMenu {
    position: absolute;
    top: 0px;
    left: 174px;
    width: 600px;
}

.pnlContent {
    position: relative;
    width: 950px;
}

.pnlFooter {
    border-color: #D2D1B5;
    position: relative;
    bottom: 0px;
    font-size: 0.90em;
    width: 950px;
    text-align: center;
    top: 12px;
    clear: both;
    border-top-style: solid;
    border-top-width: thin;
}

/* Master2Col */

.pnlTop {
    position: relative;
    /*width: 950px; modif carl*/
    width: 949px;
}

.pnlLeft {
    position: relative;
    width: 190px;
    float: left;
}

.pnlRight {
    position: relative; /*absolute*/
    /*width: 755px; carl*/
    width: 760px;
    float: right;
}

/* Default */

.pnlRecherche {
    top: 0px;
    position: relative;
    /*width: 186px; carl*/
    width: calc(100% - 3px);
    background-color: #D6D3B5;
    padding: 2px;
    float: left;
    clear: none;
    color: #524B26;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    /*height: 234px;     Carl*/
    left: 0px;
}

.pnlCarte {
    top: 2px;
    position: relative;
    width: 190px;
    background-color: #797955;
    float: left;
    clear: none;
}

.pnlAccesDirect {
    position: relative;
    width: 186px;
    background-color: #797955;
    padding: 2px;
    float: left;
    clear: left;
    color: #FFFFFF;
    margin-top: 2px;
}

.pnlRechercheParRegionSearch {
    position: relative;
    width: 355px;
    background-color: #797955;
    padding: 2px;
    float: left;
    clear: left;
    color: #FFFFFF;
    margin-top: 4px;
}

/* ucNewsletter.ascx */

.pnlNewsletter {
    /*top: 4px;*/
    position: relative;
    width: 186px;
    background-color: #797955;
    padding: 2px;
    float: left;
    clear: left;
    margin-top: 2px;
}


.pnlMenuGauche {
    position: relative;
    width: 184px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .pnlMenuGauche li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

/*ucRegions.ascx */

.pnlRegions {
    position: relative;
    left: 0px;
    width: 755px;
    float: right;
    /*clear: none;*/
}

.pnlRegions_lnk {
    color: #524A25;
    font-size: 11px;
}

    .pnlRegions_lnk:visited {
        color: #524A25;
        font-size: 11px;
    }


.pnlThemes {
    left: 0px;
    width: 755px;
    float: right;
    clear: none;
    position: relative;
    background-color: #D2D1B5;
}

.pnlThemes_lbl {
    color: #524A25;
    font-size: 18px;
    font-family: georgia;
}

.pnlThemes_lnk {
    color: #524A25;
    font-size: 11px;
    font-family: verdana;
    font-weight: bold;
}

    .pnlThemes_lnk:visited {
        color: #524A25;
        font-size: 11px;
        font-family: verdana;
        font-weight: bold;
    }


.pnlThemesWithCms {
    position: absolute;
    left: 0px;
    top: 222px;
    width: 360px;
}

.pnlPourquoi {
    position: relative;
    left: 0px;
    width: 755px;
    float: right;
    clear: none;
}


/* ucVoyages */

.pnlVoyages {
    position: absolute;
    left: 0px;
    top: 220px;
    width: 145px;
}

/* ucNews */

.pnlNews {
    position: absolute;
    left: 0px;
    top: 220px;
    width: 350px;
}


/* ucCms */

.pnlCmsDefault {
    position: absolute;
    left: 0px;
    width: 360px;
    height: 220px;
    overflow: auto;
}

.CmsTexte {
    /*height: 415px;
    overflow: auto;*/
}

    .CmsTexte ol {
        margin-left: 18px;
        margin-top: 3px;
        margin-bottom: 3px;
    }


    .CmsTexte ul {
        margin-left: 18px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

        .CmsTexte ul li {
            list-style-type: disc;
            list-style-position: outside;
        }

    .CmsTexte ol li {
        list-style-type: decimal;
        list-style-position: outside;
        font-weight: bold;
        margin-top: 6px;
    }

    .CmsTexte ol ul li {
        list-style-type: disc;
        list-style-position: outside;
        font-weight: normal;
        margin-top: 3px;
    }

    .CmsTexte p {
        margin-bottom: 3px;
        margin-top: 6px;
    }


/* Search.aspx */

.pnlNouvelleRecherche {
    padding: 4px;
    background-color: #D6D3B5;
    margin-top: 4px;
    width: 350px;
    text-align: center;
    margin-bottom: 4px;
}

    .pnlNouvelleRecherche td, control {
        font-weight: bold;
        font-size: 14px;
    }

.pnlSearchGauche {
    position: relative;
    width: 360px;
    float: left;
}

.pnlSearchDroite {
    position: relative;
    width: 580px;
    float: right;
}

.SearchTitreListe {
    padding: 6px;
    font-size: 18px;
    font-family: georgia;
    color: #524A25;
    display: block;
}

.SearchMesssage {
    margin: 10px;
    padding: 6px;
    border-style: solid;
    border-width: thin;
    display: block;
    color: #FF0000;
    text-align: center;
}

.SearchAgriturismoNom {
    font-weight: bold;
}

.SearchProvince {
    font-size: .8em;
}

.SearchLogementsTitre {
    font-weight: bold;
    font-size: 10px;
}


.SearchLogements, .SearchLogements:visited {
    font-size: 10px;
    color: #000000;
}

.SearchAjouter {
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

.SearchSelectionne {
    font-size: 11px;
    color: #AAAA77;
    font-weight: bold;
}

.SearchPrixPour {
    color: #9E976B;
    font-size: 10px;
}

.SearchDetails {
    font-weight: bold;
    text-decoration: underline;
}

.SearchDescription {
    color: #9E976B;
}

.SearchDispo {
}

/* Detail.aspx */

.cellDetailNavigation {
    border: thin solid #FFFFFF;
    background-color: #9D986E;
    text-align: center;
}

.lnkDetailNavigation, .lnkDetailNavigation:visited {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
}

.cellDetailNavigationSelected, .CellDetailNavigationSelected:visited {
    background-color: #FFFFFF;
    text-align: center;
}

.lnkDetailNavigationSelected, .lnkDetailNavigationSelected:visited {
    color: #544C27;
    font-weight: bold;
    font-size: 11px;
}

.lnkDetailResultats, .lnkDetailResultats:visited {
    font-size: 11px;
    font-weight: bold;
    color: #544C27;
}

.rowLogementsTitre {
    background-color: #534B26;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
}

.cellLogementDetail {
    color: #524A25;
    padding: 4px;
    font-size: 12px;
    vertical-align: top;
}


/*Temoignages.aspx*/
.cellTemoignage {
    padding: 6px;
}


/* frmBasket.aspx */


.basket-tblEtapes {
    border: thin solid #CCCCCC;
    width: 950px;
    margin-bottom: 6px;
    margin-top: 6px;
    height: 64px;
}

.basket-tblDemandes {
    width: 950px;
    border: thin solid #C0C0C0;
}

.basket-cellDates {
    background-color: #534B26;
    color: #FFFFFF;
    height: 30px;
    font-weight: bold;
    padding-left: 10px;
}

.basket-tblTitreDemande {
    width: 925px;
    background-color: #D2D1B5;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.basket-tblDemande {
    border-collapse: collapse;
    border: thin solid #FFFFFF;
    width: 925px;
}

    .basket-tblDemande td {
        padding: 1px;
        border-collapse: collapse;
        border: thin solid #FFFFFF;
    }

.basket-tblReservation {
    width: 774px;
    margin-bottom: 6px;
}

.basket-trTitre {
    border-style: solid solid none solid;
    border-width: thin;
    border-color: #C0C0C0;
    padding: 4px;
    font-weight: bold;
    height: 60px;
}

.basket-tdContenu {
    border-style: none solid solid solid;
    border-width: thin;
    border-color: #C0C0C0;
    padding: 10px 10px 10px 60px;
}

.basket-tblFooterDemande {
    width: 925px;
    background-color: #D2D1B5;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.basket-Occupation {
    text-align: center;
}

.lnkSEO {
    font-size: 10px;
    margin: 6px;
    color: #808080;
}

    .lnkSEO:visited {
        font-size: 10px;
        margin: 6px;
        color: #808080;
    }

#eo_root > DIV > DIV:not(.eo_css_ctrl_ctl00_ctl00_Content_ContentLeft_ctl00_dpArrivee1) {
    position: absolute !important;
}

/*Modification Carl*/
#containerLeftRight {
    float: left;
}

.pnlTop #tblAge {
    min-width: 236px;
    max-width: 236px;
    width: 236px;
    min-height: 21px;
    border: solid 1px #65b2ff;
}

.pnlTop #ctl00_ctl00_Content_ContentTop_ctl00_Table select, .pnlTop #ctl00_ctl00_Content_ContentTop_ctl00_Table input {
    min-width: calc(100% - 6px);
}

.pnlTop #ctl00_ctl00_Content_ContentTop_ctl00_Table > tbody tr td {
    text-align: center;
}

.pnlTop #ctl00_ctl00_Content_ContentTop_ctl00_Table > tbody td:nth-child(1) {
    min-width: 110px;
    max-width: 110px;
}

.pnlTop #ctl00_ctl00_Content_ContentTop_ctl00_Table > tbody td:nth-child(2) {
    min-width: 80px;
    max-width: 80px;
}

.pnlTop #ctl00_ctl00_Content_ContentTop_ctl00_Table > tbody td:nth-child(3) {
    min-width: 80px;
    max-width: 80px;
}

.pnlTop #ctl00_ctl00_Content_ContentTop_ctl00_Table > tbody td:nth-child(6) {
    min-width: 80px;
    max-width: 80px;
}

.pnlTop #ctl00_ctl00_Content_ContentTop_ctl00_dpArrivee td:nth-child(1) {
    min-width: 90px !important;
    max-width: 90px !important;
}

.pnlTop #ctl00_ctl00_Content_ContentTop_ctl00_dpArrivee td:nth-child(2) {
    min-width: 23px !important;
    max-width: 23px !important;
}

.pnlTop #tblAge td {
    max-width: 7px !important;
    min-width: 10px !important;
    text-align: center;
}

#ctl00_ctl00_Content_ContentTop_ctl00_CallbackPanel1 {
    width: 100%; /*carl*/
    min-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.eo_css_ctrl_ctl00_ctl00_Content_ContentTop_ctl00_dpArrivee5 {
    color: lightgray !important;
}

.onError {
    background-color: lightcoral;
}

.pnlNouvelleRecherche {
    width: 942px;
    /*background-color: #fff481;*/
}

    .pnlNouvelleRecherche td {
        font-size: 12px;
    }

#ctl00_Content_ucNouvelleRecherche1_CallbackPanel1, #ctl00_Content_ucNouvelleRecherche1_tbl {
    width: 100%
}

#ctl00_Content_ucNouvelleRecherche1_lblErreur {
    color: blue;
}

#tblAge input.Control, #ctl00_Content_ucNouvelleRecherche1_tbl input.Control {
    text-align: center;
}
.grpdContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(128, 128, 128, 0.6784313725490196);
}
.rgpdPopup {
    width: 620px;
    height: 340px;
    background-color: #e3efef;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    top: 80px;
    background-image: url(/images/divers/GDPR.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

#ctl00_ctl00_btOKrgpd, #btOKrgpd {
    width: 151px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    left: 242px;
}

#ctl00_ctl00_Content_ContentLeft_ctl00_Table td.style1 select
{
	width: 87px;
}

#ctl00_ctl00_Content_ContentLeft_ctl00_Table tbody tr:nth-child(5) td
{
	padding-top: 8px !important;
}