#coverglob {
    position: absolute;
    z-index: 88000;
	height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    background-color: #FFF;
    overflow: hidden;
}

#covertop {
    position: absolute;
    z-index: 88002;
	height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
}

#coverbot {
    position: absolute;
    z-index: 88001;
	height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
}

#covertop:hover {
    cursor: pointer;
}

#diaporama {
    padding: 0;
}

    .carousel-caption {
        padding: 0;
        background: rgba(0, 0, 0, 0.33) !important;
        
        font-family: 'Raleway', sans-serif !important;
        color: #FFF !important;
        letter-spacing:1px;
    }


    .carousel-caption h5 {
        font-size:24px !important;
        font-weight: 300 !important;
        line-height:28px !important;
    }

    .carousel-caption p {
        font-style: italic !important;
        font-size:20px !important;
        font-weight: 300 !important;
        line-height:24px !important;
    }


#texttop {
    width: 98%;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    text-align: justify;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}


#locations {
    margin: 0 auto;
    padding: 0;
    width: 98%;
    min-width: 98%;
    max-width: 98%;
}

#inscriptions {
    padding: 0 2% 0 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

    #titinscriptions {
        font-family: 'KotoriRose-Regular' !important;
        text-transform: uppercase;
        color:#e95f25;
        height: 36px;
        min-height: 36px;
        max-height: 36px;
    }

    #diainscriptions {
        background-color: #999;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        overflow: hidden;
    }

    #diainscriptions .image {
    }

    #txtinscriptions {
        width: 100%;
        padding: 6px 0 0 0;
        margin: 0 auto;
        font-family: 'Raleway', sans-serif;
        text-align: justify;
        font-size: 13px;
        color: #000;
        font-weight: 400;
    }

    #liensinscriptions {
        width: 100%;
        text-align: right;
        padding: 24px 0 0 0;
        margin: 0 auto;
        font-family: 'Raleway', sans-serif;
        font-size: 12px;
        color: #666;
        font-weight: 500;
    }

        #liensinscriptions span {
            padding: 0 6px;
        }

        #liensinscriptions a:hover {
            color: #000;
            transition: color 0.5s;
            cursor: pointer;
        }

    #bulletin {
        margin-top: 12px;
        width: 100%;
        text-align: center;
        padding: 12px%;
        background-color: #EEE;
    }

#informations {
    padding: 0 2% 0 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

    #titinformations {
        font-family: 'KotoriRose-Regular' !important;
        text-transform: uppercase;
        color:#e95f25;
        height: 36px;
        min-height: 36px;
        max-height: 36px;
    }

    #diainformations {
        background-color: #999;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        overflow: hidden;
    }

    #diainformations .image {
        width: 100%;
        background: url(../img/diainformations/informations_facade.jpg);
        background-size: cover;
        height: 264px;
    }

    #txtinformations {
        width: 100%;
        padding: 6px 0 0 0;
        margin: 0 auto;
        font-family: 'Raleway', sans-serif;
        text-align: justify;
        font-size: 13px;
        color: #000;
        font-weight: 400;
    }

    #liensinformations {
        width: 100%;
        text-align: right;
        padding: 24px 0 0 0;
        margin: 0 auto;
        font-family: 'Raleway', sans-serif;
        font-size: 12px;
        color: #666;
        font-weight: 500;
    }

        #liensinformations span {
            padding: 0 6px;
        }

        #liensinformations a:hover {
            color: #000;          
            transition: color 0.5s;
            cursor: pointer;
        }

    #carteacces {
        margin-top: 12px;
        width: 100%;
        text-align: center;
        padding: 12px%;
        background-color: #EEE;
    }
