/*@charset "UTF-8";*/
/* CSS Document */

/*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: #E4E4CB;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
}

body
{
    position: relative;
    margin: 0 auto;
    width: 774px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
}

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: 0.95em;
}

.Control
{
    font-size: 0.95em;
}

.Titre
{
    font-weight: bold;
    font-size: 1em;
}

.TableWithBackground 
{
    background-color: #CCCC99;
}


/* Boutons */


.btn
{
    display: block;
    position: relative;
    background: #aaa;
    padding: 5px;
    float: right;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/*

.btn *
{
    font-style: normal;
    background-image: url(btn2.png);
    background-repeat: no-repeat;
    display: block;
    position: relative;
    font-weight: bold;
}

.btn i
{
    background-position: top left;
    position: absolute;
    margin-bottom: -5px;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
}

.btn span
{
    background-position: bottom left;
    left: -5px;
    padding: 0 0 5px 10px;
    margin-bottom: -5px;
}

.btn span i
{
    background-position: bottom right;
    margin-bottom: 0;
    position: absolute;
    left: 100%;
    width: 10px;
    height: 100%;
    top: 0;
}

.btn span span
{
    background-position: top right;
    position: absolute;
    right: -10px;
    margin-left: 10px;
    top: -5px;
    height: 0;
}

/*star html hack to address IE6 only
* html .btn span, * html .btn i
{
    float: left;
    width: auto;
    background-image: none;
    cursor: pointer;
}

*/

.btn.green
{
    background: #3C8005;
    font-weight: bold;
    color: #FFFFFF;
}

.btn.greencenter
{
    background: #3C8005;
    font-weight: bold;
    color: #FFFFFF;
    float: none;
}

.btn.greenleft
{
    background: #3C8005;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
}

.btn.blue
{
    background: #0056AD;
    font-weight: bold;
    color: #FFFFFF;
}

.btn.bluecenter
{
    background: #0056AD;
    font-weight: bold;
    color: #FFFFFF;
    float: none;
}

.btn.blueleft
{
    background: #0056AD;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
}

.btn:hover
{
    background-color: #CC6600;
    color: #000000;
}

.btn:hover:visited
{
    background-color: #CC6600;
    color: #000000;
}


/*
.btn:active
{
    background-color: #444;
}

.btn[class]
{
    background-image: url(shade.png);
    background-position: bottom;
}
*/

/* Master */

.lblH1 /*invisible */
{
    position: absolute;
    text-indent: -9999px;
}

.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: absolute;
    top: 165px;
    width: 100%;
}

/* Master2Col */

.pnlLeft
{
    position: absolute;
    left: 0;
    width: 186px;
}

.pnlRight
{
    position: absolute; /*absolute*/
    left: 195px;
    width: 579px;
}

/* Default */

div#content-search
{
    position: absolute;
    left: 370px;
    width: 210px;
}

/* ucAtouts.ascx */

.pnlAtouts
{
    position:relative ;
    width: 184px;
    padding: 2px;
    background-color: #CCCC99;
}

.liAtouts
{
    list-style-type: circle;
    margin: 3px 0px 3px 18px;
}

/* ucContact.ascx */

.pnlContact
{
    position: relative;
    width: 184px;
    height: 117px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.imgContact
{
    float: left;
    width: 88px;
}

.lnkContact
{
    position: relative;
    top: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    font-style: italic;
}

/* ucNewsletter.ascx */

.pnlNewsletter
{
    position: relative;
    width: 184px;
    background-color: #CCCC99;
    padding: 2px;
}

.liNewsletterTitre
{
    font-weight: bold;
}

/* ucNewsletter.ascx */

.pnlCommentReserver
{
    position: relative;
    width: 184px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pnlCommentReserver li
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.pnlMenuGauche
{
    position: relative;
    width: 184px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pnlMenuGauche li
{
    margin-top: 5px;
    margin-bottom: 5px;
}



/* ucCartesCredit.ascx */

.pnlCartesCredit
{
    position: relative;
    width: 184px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.imgCartesCredit
{
    float: left;
    margin-top: 1px;
}

/* ucLicence.ascx */

.pnlLicence
{
    position: relative;
    width: 184px;
    font-size: 10px;
    text-align: center;
}

/* ucCopyright.ascx */

.pnlCopyright
{
    position: relative;
    width: 184px;
    font-size: 10px;
    text-decoration: none;
    cursor: default;
    text-align: center;
}
/*ucHebergement.ascx */

.pnlHebergement
{
    position: absolute;
    left: 0px;
    width: 145px;
}

.lnkRegion
{
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
    margin: 5px 0 3px 0;
    font-weight: bold;
}
.lnkTypeHebergement
{
    text-indent: 0.9em;
    text-transform: none;
}

/* ucVoyages */

.pnlVoyages
{
    position: absolute;
    left: 0px;
    top: 220px;
    width: 145px;
}

/* ucNews */

.pnlNews
{
    position: absolute;
    left: 0px;
    top: 220px;
    width: 350px;
}

/* ucThemes */

.pnlThemes
{
    position: absolute;
    left: 150px;
    width: 212px;
}

.pnlThemesWithCms
{
    position: absolute;
    left: 0px;
    top: 222px;
    width: 360px;
}

/* 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 */

.pnlSearchGauche
{
    position: absolute;
    left: 0px;
    width: 360px;
    margin-top: 4px;
}

.pnlSearchDroite
{
    position: absolute;
    margin-top: 4px;
    left: 364px;
    width: 410px;
    height: 415px;
    overflow: auto;
}

.SearchAgriturismoNom
{
    font-weight: bold;
    color: #666633;
}

.SearchProvince
{
    font-size: .8em;
}

.SearchLogements
{
    font-size: 0.95em;
    color: #000000;
    font-weight: bold;
}

.SearchLogements:visited
{
    font-size: 0.95em;
    color: #000000;
    font-weight: bold;
}

.SearchPrixPour
{
    font-size: .95em;
}

.SearchDetails
{
    font-weight: bold;
    text-decoration: underline;
}

/* Detail.aspx */

.divDetailTitre
{
    font-size: 16px;
    text-transform: uppercase;
    color: #666633;
    border-bottom: #666633 dotted thin;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 12px;
    width: 100%;
}

div#detail-gauche
{
    position: absolute;
    left: 0px;
    width: 300px;
}

.lnkPlusDePhotos
{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    vertical-align: middle;
}

div#detail-droite
{
    position: absolute;
    left: 304px;
    width: 470px;
}

div#detail-liens
{
    display: block;
    position: relative;
    padding: 5px;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 6px;
    text-align: center;
}

div#detail-liens li
{
    display: inline;
    margin-right: 6px;
}

.DetailTitre
{
    font-weight: bold;
    line-height: 2em;
    vertical-align: baseline;
}

.DetailCommentaire
{
    margin: 5px;
    border: 2px solid #CCCC99;
    display: block;
    position: relative;
    padding: 5px;
    color: #000000;
    font-size: 1.25em;
    background-color: #FFFFCC;
}



/* frmBasket.aspx */

.basket-tblEtapes
{
    border: thin solid #CCCCCC;
    width: 774px;
    margin-bottom: 6px;
    margin-top: 6px;
}

table.basket-tblDemande
{
    border-collapse: collapse;
    border: thin solid #FFFFFF;
}

.basket-tblDemande td
{
    padding: 1px;
    border-collapse: collapse;
    border: medium solid #FFFFFF;
}

.basket-tblReservation
{
    width: 774px;
    margin-bottom: 6px;
}

.basket-tblReservation td
{
    padding: 1px;
}

.basket-trTitre
{
    padding: 2px;
    background-color: #CCCC99;
    font-weight: bold;
}



