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

    #firstcont {
        display: table;
        position: relative;
        z-index: 2;
        width: 68%;
        height: 98%;
        margin: 0 auto;
        padding: 1% 1%;
            
        background-color: #FFF;
	    letter-spacing: normal;
        font-family: 'Britannic_T_Med_Regular', sans-serif !important;
    }

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

            #contimg {
                width: 50%;
                height: 100%;
                float: left;
            }

                #contimg img {
                    float: right;
                    max-width: 100%;
                    max-height: 100%;
                    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.5);
                }

            #conttxt {
                width: 50%;
                height: 100%;
                float: left;
                color: #333;
            }


                #conttxt #tittxt {
                    font-size: 32px;
                    margin: 4% 0 4% 4%;
                }

                #conttxt #hautxt {
                    font-size: 20px;
                    margin: 0 0 1% 4%;                    
                }

                #conttxt #lartxt {
                    font-size: 20px;
                    margin: 0 0 4% 4%;                    
                }

                #conttxt #tectxt {
                    font-size: 20px;
                    margin: 0 0 2% 4%;                    
                }

            #carrous {
                clear: both;
                width: 100%;
                vertical-align: bottom;
                margin: 4% 0 1% 4%;   
                color: #900;
                font-size: 14px;
                font-family: 'Calibri_Regular', sans-serif;
                letter-spacing:0em;
                line-height:1em;
            }

                #carrous a:hover {
                    color: #333;
                }



    @media screen and (max-width: 1600px) {
         #firstcont {
            width: 90% !important;  
            max-width: 90% !important;
        }
    }
