#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: table;
        position: relative;
        z-index: 2;
        width: 88%;
        height: 98%;
        margin: 0 auto;
        padding: 1% 1%;
            
        background-color: #FFF;
	    letter-spacing: normal;
        font-family: 'Britannic_T_Med_Regular', sans-serif !important;
    }

        #contxt {
            display: table-cell;
            width: 80%;
            height: 100%;
            margin: 0 auto;     
        }