#firstdiv {
    clear: both;
	z-index: 1;
	width: 100%;
    min-height: 40%;
    background-image:  url("../images/fondoeuvres.jpg");
	border-style: none;
    padding: 20px 0 20px 0;
}

    #firstcont {
        display: block;
        position: relative;
        z-index: 2;
        width: 70%;
        height: 100%;
        min-height:100%;
        margin: 0 auto;
            
	    letter-spacing: normal;
        font-family: 'Calibri_Regular', sans-serif !important;
    }

    
    #firstcont {
        width: 90%;
    }

        #firstdiv #firsttit {
            display: table;
            width:100%;
            min-width:100%;
            padding: 10px 0 20px 0;

            font-size: 32px !important;
            letter-spacing: normal;
            font-family: 'Britannic_T_Med_Regular', sans-serif !important;
            color: #FFF;
        }

        #firstcont .bandexpo {
            display: table;
            background-color: #FFF;
            width: 98%;
            min-width: 98%;
            height: 100%;
            margin: 0 auto 4% 0;
            padding: 1%;
        }

            #firstcont .bandexpo .expoinfos {
                display: inline-block;
                height:100%;
                min-height:100%;
                width: 65%;
                min-width: 65%;
                float: left;
                margin: 1% 0 0 0;
                
                background-repeat: no-repeat;
                background-position: center right;
                background-size: cover;
            }

                #firstcont .bandexpo .expoinfos .expolieu {
                    font-size: 18px;
                    line-height: 18px;
                    color: #900;
                }

                #firstcont .bandexpo .expoinfos .expodates {
                    font-size: 14px;
                    line-height: 14px;
                    font-weight: 600;
                    color: #333;
                    font-style: italic;
                    margin: 1% 0 0 0;
                }

                #firstcont .bandexpo .expoinfos .expoadres {
                    font-size: 14px;
                    line-height: 13px;
                    color: #333;
                }

            #firstcont .bandexpo .expoimg {
                display: none;
                width: 32%;
                min-width: 32%;
                float: left;
                padding: 0 0 0 0;
                overflow: hidden;
            }

                #firstcont .bandexpo .expoimg img {
                    height: 140px;
                    float: left;
                }

            #firstcont .bandexpo .expomap {
                display: inline-block;
                width: 35%;
                min-width: 35%;
                float: left;
                overflow: hidden;
            }

                #firstcont .bandexpo .expomap img {
                    height: 140px;
                    float: right;
                }