
/* 
	Resets
	------
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

    a img {
        border: 0;
    }

sup, sub {
    line-height: 0;
}


/* 
	Base
	----
*/
html {
    background: #bebebe url("images/page_fond_2.jpg") no-repeat center top;
    min-width: 963px;
    font: 12px/1.6 "Arial", sans-serif;
    color: #81909a;
}

body {
    width: 963px;
    height: 1350px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
}

div#entete h1 {
    position: absolute;
    top: 16px;
    left: 88px;
    width: 516px;
    height: 121px;
    background: url("images/titre_webfolio_2.jpg") no-repeat left top;
}

body.lang-en div#entete h1 {
    background: url("images/eng_titre_webfolio_2.jpg") no-repeat left top;
}

div#entete h1 a {
    text-indent: -1000%;
    overflow: hidden;
    position: absolute;
    top: 13px;
    left: 16px;
    display: block;
    width: 328px;
    height: 53px;
}
