@charset "utf-8";
/* CSS Document */
html {
    -webkit-text-size-adjust: none;
}

body {
    color: #000000;
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    font: 0.8em helvetica, sans-serif;
}

div#conteneur {
    width: 960px;
    height: 760px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 8px solid #000000;
}

div#content {
    width: 872px;
    height: 700px;
    margin: 0 auto;
    background: url(../img/herbes.jpg) transparent 0 100% no-repeat;
}

h1#header {
    height: 111px;
    background: url(../img/header-en.jpg) no-repeat center;
    margin: 40px 0 10px 0;

}

h1#header span {
    display: none;
}

div#menu {
    width: 872px;
}

ul#menu {
    height: 18px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #FFFFFF;
}

ul#menu a span {
    display: none;
}

a.accueil {
    background: transparent url(../img/btn-home.jpg) 0% 0% no-repeat;
    width: 88px;
    height: 16px;
}

a.accueil:hover {
    background: transparent url(../img/btn-home_hover.jpg) 0% 0% no-repeat;
}

a.naturo {
    background: transparent url(../img/btn-naturopathy.jpg) 50% 0% no-repeat;
    width: 140px;
    height: 16px;
    padding: 0 5px;
}

a.naturo:hover {
    background: transparent url(../img/btn-naturopathy_hover.jpg) 50% 0% no-repeat;
}

a.questions {
    background: transparent url(../img/btn-questions-en.jpg) 50% 0% no-repeat;
    width: 114px;
    height: 16px;
    padding: 0 5px;
}

a.questions:hover {
    background: transparent url(../img/btn-questions-en_hover.jpg) 50% 0% no-repeat;
}

a.consultation {
    background: transparent url(../img/btn-consultations.jpg) 50% 0% no-repeat;
    width: 141px;
    height: 16px;
    padding: 0 5px;
}

a.consultation:hover {
    background: transparent url(../img/btn-consultations_hover.jpg) 50% 0% no-repeat;
}

a.soins {
    background: transparent url(../img/btn-care.jpg) 50% 0% no-repeat;
    width: 71px;
    height: 16px;
    padding: 0 5px;
}

a.soins:hover {
    background: transparent url(../img/btn-care_hover.jpg) 50% 0% no-repeat;
}

a.presse {
    background: transparent url(../img/btn-presse_en.jpg) 50% 0% no-repeat;
    width: 96px;
    height: 16px;
    padding: 0 5px;
}

a.presse:hover {
    background: transparent url(../img/btn-presse-en_hover.jpg) 50% 0% no-repeat;
}

a.contact {
    background: transparent url(../img/btn-contact-en.jpg) 50% 0% no-repeat;
    width: 96px;
    height: 16px;
    padding: 0 5px;
}

a.contact:hover {
    background: transparent url(../img/btn-contact-en_hover.jpg) 50% 0% no-repeat;
}

ul#menu li {
    float: left;
    text-align: center;
    /*padding: 20px;*/
    margin: 0;
}

ul#menu li a {
    line-height: 18px;
    display: block;
    border-right: 2px solid #605C5E;

}

div.hr {
    margin: 3px 0 0 0;;
}

div hr {
    border: 0;
    width: 872px;
    color: #605C5E;
    background-color: #605C5E;
    height: 2px;
    margin: 0;
}

div#trans {
    filter: Alpha(opacity=30);
    -moz-opacity: 0.30;
    opacity: 0.30;
    background-color: #afadac;
    width: 520px;
    height: 270px;
    margin: -440px 0 0;
}

div p#contenu {
    text-align: justify;
    font: 13px helvetica, sans-serif;
    width: 490px;
    height: 410px;
    padding: 15px;
    position: relative;
    z-index: 1;
}

div#contenu a {
    color: #8a0;
}

div#contenu a:hover {
    color: #9b2;
}

div#footer {
    margin: 0;
    padding-right: 15px;
    line-height: 30px;
    text-align: left;
    color: #000;
    padding: 250px 10px 0;
}
