* {
    margin:0;
    padding:0;
    border:none;
}

a {
    color: #6D2207;
    outline: none;
}

html, body {
    background: #d2ad80;
    font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
    height: 100%;
}

h1 {
    clear: both;
    color: #faefe0;
    font-size: 0.9em;
    height: 26px;
    padding-left: 440px;
    padding-top: 5px;
    letter-spacing: 1px;
}

h2 {
    color:#86140e;
    font-size:1.2em;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
h1, h2 {
    text-transform: uppercase;
}
h3 {margin-top:15px;}

p {margin-bottom:18px;}

li {list-style: none;}

#header {
    background: #eedcc3;
}
#header .gauche {
    background: #d2ad80;
    float: left;
    text-align: right;
    width: 270px;
}
#header .principal {
    background: url(img/bg-header.jpg) #eedcc3 no-repeat left;
    height: 232px;
    margin-left: 270px;
    _position: relative;/*IE6*/
    _left: -3px;/*IE6*/
}

#menu {
    float: left;
    margin-top: 42px;
    text-align:right;
    width: 276px;
}
#menu li {
    list-style: none;
}
#menu li a {
    background: url(img/bg-menu-li-a.jpg) no-repeat 234px 1px;
    color:#fef0c9;
    display:block;
    font-size: 0.8em;
    height: 23px;
    padding-right:50px;
    padding-top:5px;
    text-decoration: none;
    text-transform: uppercase;
}
#menu li a:hover, #menu li a.selected {
    background: url(img/bg-menu-li-a-hover.jpg) no-repeat #eedcc3 234px;
    color: #812e0c;
}
#menu .sous-menu li a {
    background: none;
    color:#a7462a;
    text-transform: none;
}
#menu .sous-menu li a:hover, #menu .sous-menu li a.selected {
    color:#86140e;
}

#conteneur {
    background:url(img/coin-contenu.jpg) no-repeat #eedcc3;
    color:#6d2207;
    font-size: 0.8em;
    margin-left: 270px;
    padding: 60px 0 20px 88px;
    text-align: justify;
    position: relative;
    min-height: 100%
}

#contenu {width:560px;
    position: relative;
    min-height: 100%
}

#references img {
    border: 1px solid #6D2207;
    margin: 10px;
}

.bouton {
    background: #D2AD80;
    border-bottom: 3px solid #9F8363;
    border-left: 3px solid #9F8363;
    color: #6D2207;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    height: 21px;
    margin-bottom:30px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width:250px;
}
.bouton:hover {
    background: #DFC5A7;
    border-bottom-color: #BFA98F;
    border-left-color: #BFA98F;
    color: #8F381A;
}

.right {float: right;}
.center {margin: 0 auto;}
