@CHARSET "ISO-8859-1";

#page {
    float: left;
    clear: both;
    padding: 9px 0 0 0;
}


/*  Grand bandeau de l'accueil principal
------------------------------------------------- */

#homeBigPict .homeBigTextBox,
.homeBigTextBox {
    top: 55px;
    left: 71px;
    width: 320px;
}


#homeBigPict h1 {
    font-size: 3.5em;
    width: 310px;
}

.homeBigTextBox img {
    position: absolute;
    top: -20px;
    right: -40px;
}

#homeBigPict h2 {
    font-size: 2em;
}

#homeBigPict p {
    font-weight: normal;
    font-size: 1.1em;
}


#homeBigPict {
    width: 970px;
    height: 310px;
    position: relative;
}

#homeBigPict .homeMain,
#homeBigPict .homeShadow {
    display: block;
    position: absolute;
    visibility: visible;
    top: 0;
    left: 0;
    width: 970px;
    height: 310px;
    z-index: 2;
    text-decoration: none;
}


#homeBigPict .homeMain {
}

#homeBigPict .homeShadow {
    visibility: hidden;
    z-index: 1;
}

#homeBigPict .homeShadowVisible {
    visibility: visible;
}

#homeBigPict var {
    display: none;
}

#bandeauFlecheD,
#bandeauFlecheG {
    display: block;
    position: absolute;
    bottom: 18px;
    right: 45px;
    width: 24px;
    height: 23px;
    background: url(../img/bandeauFlecheG.gif) top right no-repeat;
    z-index: 50;
}


#bandeauFlecheD {
    right: 19px;
    width: 26px;
    background: url(../img/bandeauFlecheD.gif) 0 0 no-repeat;
}

#bandeauListe {
    float: left;
    width: auto;
    position: absolute;
    bottom: 24px;
    right: 81px;
    z-index: 50;
}

#bandeauListe a {
    float: left;
    clear: none;
    width: 11px;
    height: 11px;
    margin-right: 11px;
    background: url(../img/bandeauRond.gif) 0 0 no-repeat;
}


#bandeauListe a.current {
    background-image: url(../img/bandeauRondCurrent.gif);
}






.productBox {
    width: 296px;

}
* html .productBox {
    width: 310px;
}



/*  Boîte agenda / atelier
------------------------------------------------- */

.planningBox {
    width: 278px;
    height: 145px;
}
* html .planningBox {
    width: 310px;
    height: 145px;
}

.planningMediumBox {
    width: 266px;
    height: auto;
    background: transparent;
}

.planningMediumBox h2 {
    width: auto;
}

.planningMediumBox h3.bigZoneSubTitle {
    width: auto;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.planningMediumBox a.bookLink {
    width: auto;
    padding-bottom: 8px;
}




.actuBox {
    width: 290px;
}

#agenda {
    width: 284px;
    height: auto;
}
* html #agenda {
    width: 316px;
    height: auto;
}



