

body {
    font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    margin-top: 20px;
    padding: 0px;
    _background-color: #7C4D3C; /*roter Hintergrund */
    _background-color: #FDE2A9; /*Creme Hintergrund */
    background-color: #f0f0f0; /*grauer Hintergrund */
    _background-color: #c9ba7c; /* olive Hintergrund */
    _background-color: white;
}

.conteneur {
    width: 800px;
    height: 1350px;
    color: #0;
    background-color: white; /*D0D0C0;*/
    border: 1px dashed black;
    border: 1px dotted #c0c0c0;
    
    background-image: url(./images/back_1.jpg);
    background-repeat: no-repeat;

}

.header {
    background-image: url(./images/header2.png);
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-right: 30px; height : 100px;
    text-align: right; right : 30px;
    width: 770px;
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    right: 30px;
    height: 60px;
}

.menu {
    float: right;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #eaeaea;

}

* html .menu {
    margin-left: -3px;
}

.centre {
    padding: 20px;
    padding-left: 40px;
}

.pied {
    height: 25px;
    text-align: right;
    padding-right: 10px;
    padding-top: 3px;
    border-top: 1px solid #0f0f0f;
}

.menu-list {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.menu li {
    margin: 0px;
    border-bottom: 1px solid #eaeaea;
    color: white; /* #D9CEB8; */
    font-size: 1.1em;
    text-decoration: none;
    _background-color: #8F4C44;
    background-color:  grey; 
    padding: 0px;
}

.menu li a {
    margin: 0px;
    display: block;
    color: white; /* #eaeaea; */
    font-size: 1.1em;
    text-decoration: none;
    padding: 5px;
    width: 200px;
}

.menu li a:hover {
    text-decoration: none;
    background-color: #BBBBBB;  /*grauer Hintergrund */
    /* #5B766D; */
}

.sub-title {
    margin-left: -20px;
    margin-top: 15px;
    padding-left: 5px;
    font-size: 1.3em;
    color: #0a0a0a;
}

.title {
    margin-left: -30px;
    margin-top: 5px;
    padding-left: 5px;
    font-size: 1.6em;
    color: #eaeaea;
}

.header-title {
    font-size: 2.3em;
    border-top: 2px solid #0;
}

.header-title-two {
    font-size: 1.1em;
    padding-bottom: 3px;
    border-bottom: 1px solid #0;
}

a {
    color: #303030;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
