/* reset */
* {
    margin:             0;
    padding:            0;
    border:             0;
}
html {
    background:         #413A34;
    font-family:        Arial, Helvetica, sans-serif;
    color:              #000;
}
#page {
    margin:             0 auto;
    width:              955px;
}

/* header */
#header {
    position:           relative;
    height:             45px;
}
#header #nav {
    font-family:        Arial, Helvetica, sans-serif;
    position:           absolute;
    top:                7px;
    font-size:          1.1em;
}
#header #nav>li {
    border:             1px solid #D3CBBE;
    float:              left;
    margin-right:       9px;
}
#header #nav>li>a {
    display:            block;
    color:              #FFF;
    background:         url(/image/element/nav_li_bg.png) repeat-x;
    /*
    height:             30px;
    line-height:        30px;
    padding:            0 19px;
    */
    padding:            6px 17px 8px 16px;
}
#header #nav li a:hover,
#header #nav li.nav.active  a{
    background:         url(/image/element/nav_li_on_bg.png) repeat-x;
    text-decoration:    none;
}
/*
#header #nav ul.snav {
    display:            none;
    z-index:            1000;
    position:           absolute;
    top:                100%;
    background:         #6A4922;
}
#header #nav ul.snav li {
    display:            block;
    padding:            2px 1em;
}
#header #nav ul.snav a {
    color:              #FFFFFF;
    font-size:          .9em;
}
#header #nav ul.snav a:hover{
    color:              #D9FFC3;
}
*/
#header #nav ul.snav {
    display:            none;
}
#header #nav li:hover ul.snav {
    display:            none;
}
#header #nav_aside {
    position:           absolute;
    top:                86px;
    left:               10px;
    z-index:            100;
}
#header #nav_aside li {
    background:         url(/image/element/c1_snav_bg.png) no-repeat left center;
    padding:            5px 0;
    width:              175px;
    border-bottom:      solid 1px #D9D9D9;
}
#header #nav_aside li a {
    color:              black;
    margin-left:        7px;
    padding:            0 10px;
    display:            block;
}
#header #nav_aside li a:hover,
#header #nav_aside li.active a {
    color:              #FF6900;
    text-decoration:    none;
}
/* fin header */

/* main */
#main {
    background:             #EFE8E2 url(/image/element/main_bg.png) no-repeat top;
    min-height:         510px;
    padding-top:        20px;
    width:                930px;
}
#main a {
    font-weight:        bold;
}
#main p,
#main ul{
    margin-bottom:      1em;
}
#main div#c1,
#main div#c2,
#main div#c3 {
    float:              left;
}

#main #c1 {
    margin-left:        10px;
    font-size:            .9em;
}
#main #c1 #contact {
    background:            url(/image/element/contact_bg.png) no-repeat bottom;
    margin-top:            310px;
    width:              165px;
    height:             82px;
    padding:            105px 10px 10px 10px;
}
#main #c2 {
    width:              690px;
    padding-left:         30px;
}
#main #c2 h1 {
    text-align:         right;
    margin-bottom:      10px;
}
#main #c2 #slideshow_nav {
    margin:                .4em 0;
    float:                left;
}
#main #c2 #slideshow_nav a img {
    padding:            3px;
    border:             1px solid #EFE8E2;
}
#main #c2 #slideshow_nav a.activeSlide img {
    border:             1px solid #B1B1B1;
}
#main #c2 #texte {
    padding:            2em 1em 1em 0;
    font-size:          .9em;
    min-height:         200px;
    text-align:            justify;
}
#main #c2 #texte_bottom {
    color:              #665C50;
    font-size:          .9em;
    margin-bottom:      1em;
}
#main #c2 ul {
    list-style:            square;
    padding:             0 0 1em 2em;
}
#main #c2 ul li {
    margin:             .2em 0;
}
#main #c2 table {
    border:                1px solid #DADADA;
    padding:            1px;
    width:              95%;
}
#main #c2 table caption {
    background:            #6A4922;
    color:                white;
    padding:            3px;
    font-weight:        bold;
    text-align:            left;
    text-transform:        uppercase;
}
#main #c2 table th {
    background:            #D9FFC3;
    text-align:            left;
    font-weight:        normal;
    padding-left:        1px;
}
#main #c2 table td {
    border:                1px solid #DADADA;
    padding:            1px;
}
#main #c2 #slideshow {
    z-index:            5;
    height:             245px;
}
#main #c2 img.border {
    padding:    3px;
    border:     1px solid #B1B1B1;
}
#main #c2 #c2_1 {
    width:              626px;
    padding-right:      20px;
    float:              left;
}
#main #c2 #c2_2 {
    float:              left;
}
#main #c2.room #c2_1 {
    width:              520px;
}
#main #c2.room #c2_2 {
    width:              95px;
}
#main #c2.vertical #c2_1 {
    width:              450px;
}
#main #c2.vertical #c2_2 {
    width:              105px;
}
#main #c2 #texte  #c2_2 a.picto{
    display:            block;
    text-align:         center;
    font-size:          .9em;
    text-transform:     uppercase;
    margin:             20px auto 5px auto;
}
#main #c2 #texte  #c2_2 a#bt_tarifs{
    width:              52px;
    padding-top:           48px;
    background:            url(/image/picto/tarifs.png) no-repeat top center;
}
#main #c2 #texte  #c2_2 a#bt_reservation{
    width:              70px;
    padding-top:           40px;
    background:            url(/image/picto/print.png) no-repeat top center;
}

/* fin main */

/* footer */
#footer {
    width:                 830px;
    margin:             5px auto;
}
#footer a {
    font-size:          .9em;
    color:              #FFF;
}
#footer ul {
    float:              left;
    margin-left:        180px;
}
#footer ul li {
    display:            inline;
}
#footer ul li:before {
    content:            " |  ";
    color:                #FFFFFF;
}
#footer ul li:first-child:before {
    content:            "";
}
#footer a#version {
    float:              left;
}
#footer a#footer_cyberl {
    float:              right;
}
/* fin footer */

/* home specific */
#page.home #main {
    background:         #EFE8E2 url(/image/element/home_main_bg.png) no-repeat;
    padding-top:        13px;
}
#page.home #main #c1 {  
    width:                 297px;
    height:                inherit;
    font-size:          .85em;
    margin:                0;
    padding:            0;
    background:            none;
}
#page.home #main #c1 img {
    margin-bottom:      10px;
}
#page.home #main #c1 p,
#page.home #main #c1 ul{  
    padding:            0 15px;
    text-align:         justify;
}
#page.home #main #c1 ul{
    margin-left:        15px;
    list-style-type:    disc;
}
#page.home #main #c2 {
    width:                 423px;
    padding-left:         0;
}
#page.home #main #c2 #slideshow {
    height:             540px;
}
#page.home #main #c3 {
    width:                 205px;
    font-size:            .9em;
}
#page.home #main #c3 div#adresse {
    margin-top:            10px;
}
#page.home #main #c3 div#adresse p {
    margin-left:        2.2em;
}
#page.home #main p#gite_de_france {
    color:                #EF5C0C;
    font-size:            1.2em;
}
#page.home #main #c3 div#accroche {
    margin:                120px 0 0 27px;
    padding:             0 10px 5px 10px;
    font-size:          .95em;
    min-height:            190px;
    width:              150px;
    background:         #D9D3CE;
}
/* end home specific  */

/* ----- #references + infos bulle ----- */
div#references {
    background:     url(/image/content/parlent_nous/references.jpg) no-repeat top left;
    position:       relative;
    width:          630px;
    height:         705px;
}
div#references_content {
    display:        none;
}
div#references a#references_guidevert {
    top:            12px;
    left:           16px;
    width:          120px;
    height:         210px;
}
div#references a#references_charme {
    top:            32px;
    left:           166px;
    width:          120px;
    height:         204px;
}
div#references a#references_routard {
    top:            11px;
    left:           325px;
    width:          119px;
    height:         201px;
}
div#references a#references_AA {
    top:            33px;
    left:           469px;
    width:          129px;
    height:         200px;
}
div#references a#references_frankreich {
    top:            269px;
    left:           12px;
    width:          135px;
    height:         190px;
}
div#references a#references_michelinrouge {
    top:            535px;
    left:           163px;
    width:          139px;
    height:         139px;
}
div#references a#references_michelinchambres {
    top:            265px;
    left:           478px;
    width:          139px;
    height:         201px;
}
div#references a#references_gitesfrance {
    top:            285px;
    left:           169px;
    width:          128px;
    height:         201px;
}
div#references a#references_handicap {
    top:            255px;
    left:           327px;
    width:          118px;
    height:         200px;

}
div#references a#references_parisanous {
    top:            489px;
    left:           17px;
    width:          126px;
    height:         204px;

}
/* ----- end #references + infos bulle ----- */


#texte a.info {
    text-decoration:none;
    position:       absolute;
}
#texte a.info span {
    display:        none;
}
#texte a.info:hover {
    z-index:        500;
    background:     url(/js/blank.gif);
}
#texte a.info:hover span {
    display:        block;
    position:       absolute;
    bottom:         20px;
    left:           40px;
    background:     #EFE8E2 url(/image/content/parlent_nous/span_info_bg.gif) no-repeat left bottom;
    color:          #413A34;
    padding:        3px;
    border:         2px solid #413A34;
    width:          200px;
    padding:        10px 25px;
    font-size:      0.9em;
}
/* ----- end ----- */

#main #c2 #texte .vignette {
    float:        left;
    overflow:   hidden;
    margin:     20px 4px 2px 4px;
    width:      150px;
    font-size:  1em;
    text-align:    center;
}
