#barretitre {
	width: 100%;
    background-color: #FFF;
	border-style: none;
	vertical-align: top;
}

#titrepage {
    background-color: #FFF;
	width: 962px;
	margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 29px;
    
    font-size: 19px;
	font-family: 'Brimo-Lato-Bold', sans-serif;
    text-transform: uppercase;
}

    .menupage {
        font-size: 12px;
        letter-spacing:0px;
        font-family: 'Brimo-Lato-Bold', sans-serif !important;
        color:#686868;
    }

    .menupage a:hover {
        color:#2b2b2b;
        transition: color 0.5s;
    }

#page {
	z-index: 1;
	width: 100%;
    background-color: #FFF;
	border-style: none;
	vertical-align: top;
    border-bottom: 22px solid #FFF;
}

#globaldiv {
	z-index: 2;
	width: 962px;
	margin: 0 auto;
    padding: 0;
}

#expotxts {
    float: left;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    
    font-size: 12px
}

    .foirselc {
        font-family: 'Brimo-Lato-Bold', sans-serif;
        text-transform: uppercase;  
        line-height: 16px;
        color: #ad8c6e !important;
            margin-bottom: 12px;
    }

        .foirselc span {
            text-transform: capitalize;
            line-height: 16px;
        }

    .foirautr {
        font-family: 'Brimo-Lato-Regular', sans-serif;
        text-transform: uppercase;
        color: #686868;
        line-height: 16px;
            margin-bottom: 12px;
    }

        .foirautr a:hover {
            color: #2b2b2b;
        }

        .foirautr span {
            text-transform: capitalize;
            line-height: 16px;
        }

    .lieuimg {
        margin-top: 16px;
    }

        .lieuimg img  {
            max-height:200px;
            max-width:200px;
        }

    .foirlien {
        margin-top: 20px;
    }

        .foirlien a {
            font-size: 13px !important;
            color: #ad8c6e !important;
        }

        .foirlien a:hover {
            text-decoration: underline;
        }

#expoimgs {
    float: left;
    margin: 0;
    padding: 0;
    width: 742px;
    min-width: 742px;
    max-width: 742px;
}

    #expoimgs .lozdiv {
        float: left;
        width:228px;
        height:228px;
        min-width:228px;
        min-height:228px;
        max-width:228px;
        max-height:228px;
        margin: 0 19px 19px 0 !important;
    }

    #expoimgs .lozdiv a {
        display: none;
        background: url(../images/fondactuclosedplus.png) right 0px top 20px no-repeat;
        position: absolute;
        width:228px;
        min-width:228px;
        max-width:228px;
        height:inherit;
        min-height:inherit;
    }

    #expoimgs .lozdiv:hover > a {
        display: block;
        transition: display 0.5s;
    }

    #expoimgs .lozimg {
        float: left;
        width:228px;
        height:228px;
        min-width:228px;
        min-height:228px;
        max-width:228px;
        max-height:228px;
        background-size: 228px 228px;
        margin: 0 0 19px 19px;
    }


#topspace {
    clear:both;
    min-height:108px;
}

#bottomspace {
    clear:both;
    min-height:24px;
}