* {
        font-family: arial, helvetica, verdana, sans-serif;
        font-size: 12px;
        color: #000;
}
img { border:0px; }
body {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        background-color: #C7C7C7;
        text-align: center;
        /* part 1 of 2 centering hack */
        }
#content {
        width: 760px;
        padding: 0px;
        margin-top: 50px;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        /* opera does not like 'margin:20px auto' */
        background: #C7C7C7;
        border: 1px solid #330000;
        text-align:left;
        /* part 2 of 2 centering hack */
        width: 760px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 760px;
        }
html>body #content {
        width: 760px; /* ie5win fudge ends */
        }
#header {
        display: block;
        height: 38px;
        background-image: url(/images/bkg_header.png);
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

#header .menu {
        color: #fff;
    display: block;
        float: right;
    font-weight: normal;
    text-decoration: none;
    height: 15px;
        margin: 15px 0px 0px 0px;
    voice-family:"\"}\"";
    voice-family:inherit;
    padding: 2px 0px 1px 1px;
}
#header .menu a { padding: 2px 4px 3px 5px; font-size: 13px; color: #fff; text-decoration: none;}
#header .menu a:hover{ font-size: 13px; background-color: #9A8B8B; color: #330000; text-decoration: none;}
#footer {
        display: block;
        height: 26px;
        background-image:   url(/images/bkg_footer.png);
        background-position: bottom;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}
#footer .avatar {
         display: block;
        float: right;
        background: url(/images/maxence.gerard.png) no-repeat;
        width: 214px;
        height: 26px;
}
#home {
        position: relative;
        background: url(/images/home.jpg) no-repeat;
        background-color: #C5C5C5;
        height: 355px;
		width: 760px;
}
html>body #home {
        min-height: 355px;
}
#home span {
        background-image: url(/images/bkg_lign-v.png);
        background-position: left;
        background-repeat: repeat-y;
        position: absolute;
        top: 160px;
        left: 390px;
        padding: 0px 0px 0px 6px;
}
input, textarea {
        font-size : 1em;
        border-width : 1px;
        border-color : #ccc;
}

input[type], textarea[name] {
        background : #eee;
}

input[type=submit], input[type=reset] {
        background : #ccc;
        color : #000;
}

input[type=submit]:hover {
        background : #036;
        color : #fff;
}

textarea {
        width : 100%;
}
div.pres a {
	float:left;
}
