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

    #toilecont {
        width: 100%;
        height: 100%;
        margin: 0 auto;            
        }

            #contimg {
                display: block;
                width: 100%;
            }

                #contimg img {
                    display: block;
                    float: right;
                    max-width: 100%;
                    max-height: 100%;
                }

            #conttxt {
                clear: both;
                width: 100%;
                color: #333;
            }


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

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

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

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

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

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