body {
    background: url(./jtile12.png) fixed;
    font: 1em Georgia, "Sans Serif";
}
a {
    color: #C78910;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
b {
    font-style: italic;
}
li {
    list-style-image: url(./fleche.png);
    padding: 0;
    margin-bottom: 3px;
    font-size: 0.8em;

}
li:hover, ul.SubList li {
    list-style-image: url(./fleche2.png);
}
ul.SubList {
    padding-left: 0;
    margin-left: 20px;
}
ul.SubList li {
    list-style-image: none;
    list-style-type: none;
    font-size: 1em;
}
#conteneur {
    position: absolute;
    width: 760px;
    left: 50%;
    margin: 0 auto 20px -380px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #C78910;
    border-width: 0 5px;
    background: #FAF7EC url(./helene34.jpg) repeat-x left top;
    /*opacity: 0.85;
    filter: alpha(opacity=85);*/
}
#header {
    margin: 37px auto 20px auto;
}
#header h1 {
    height: 10px;
}
#header h1 span {
    display: none;
}
#css {
    font-size: 0.7em;
    position: relative;
    float: right;
    width: 180px;
    top: -25px;
}
#css fieldset {
    border: 3px solid #C78910;
    padding: 10px;
}
#css select {
    background-color: #FAF7EC;
    font-family: Georgia, "Sans Serif";
}
#css input {
    cursor: pointer;
    width: 40px;
    border: 1px solid #C78910;
    background: none;
    font-family: Georgia, "Sans Serif";
}
#css input:hover {
    background-color: #C78910;
    color: #FAF7EC;

}
h2 {
    border-bottom: 5px solid #C78910;
    -moz-border-radius: 0 0 20px 0;
    margin: 0 0 0 -15px;
    height: 30px;
    background-position: 20px center;
    background-repeat: no-repeat;
    cursor: pointer;
}
div h2 span {
    display: none;
}
#civilite h2 {
    background-image: url(./etat_civil.png);
    width: 210px;
}
#formation h2 {
    background-image: url(./formations.png);
    width: 225px;
}
#competence h2 {
    background-image: url(./competences.png);
    width: 245px;
}
#experience h2 {
    background-image: url(./exp_pro.png);
    width: 510px;
}
#realisation h2 {
    background-image: url(./realisations.png);
    width: 241px;
}
#divers h2 {
    background-image: url(./divers.png);
    width: 315px;
}
p#photo {
    position: relative;
    float: right;
    top: -150px !important;
    top: -140px;
    right: 75px;
}
#photo img {
    border: 1px solid #C78910;
}
#footer {
    text-align: center;
    height: 60px;
    margin: auto -10px;
    background: #FAF7EC url(./helene34.jpg) repeat-x left bottom;
}