/*@import url(debug.css);*/

/* menu déroulant */

.menuh {
    position: relative;
    z-index: 1000;
    margin: 0px;
    font-family: arial, sans-serif;
    width: 700px;
}
/* hack to correct IE5.5 faulty box model */
* html .menuh {width:700px; w\idth:700px;}
/* remove all the bullets, borders and padding from the default list styling */
.menuh ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuh li { float:left; margin-right: 50px; position:relative; }
.menuh li.first { margin-left:40px; _margin-left: 20px; }
.menuh li.last { margin-right: 0px }
.menuh ul ul li.first { margin: 0px; }
.menuh ul ul li { width: 185px; }
/* style the links for the top level */
.menuh a:link, .menuh a:visited {
    display: block;
    font-size:12px;
    text-decoration: none;
    color:#8CC226;
    height:34px;
    line-height:34px;
    text-transform: uppercase;
    font-weight: bold;
    /* background: url(medias/puce-off.gif) no-repeat 0px 12px; 
    background-color: #00FF00;  */

}
.menuh a:link span, .menuh a:visited span {
background-image: url(medias/puce-off.gif);
background-repeat: no-repeat;
background-position: 0px 12px; 

}
.menuh a:hover {
    color: #BC3093;
    text-decoration: none;
        background: url(medias/puce-on.gif) no-repeat 0px 12px;

}
.menuh a:hover span {
    background: url(medias/puce-on.gif) no-repeat 0px 12px;
}


.menuh li.accueil a:link, .menuh li.accueil a:visited {
    _width: 66px;
    text-decoration: none; 
}
.menuh li.vous-etes a:link, .menuh li.vous-etes a:visited {
    _width: 80px;
        text-decoration: none; 
}
.menuh li.je-vous-propose a:link, .menuh li.je-vous-propose a:visited {
    _width: 127px;
        text-decoration: none; 
}
.menuh li.qui-suisje a:link, .menuh li.qui-suisje a:visited {
    _width: 55px;
        text-decoration: none; 
}.menuh li.contact a:link, .menuh li.contact a:visited {
    _width: 71px;
        text-decoration: none; 
}

.menuh li.accueil ul a:link, .menuh li.accueil ul a:visited,
.menuh li.vous-etes ul a:link, .menuh li.vous-etes ul a:visited,
.menuh li.je-vous-propose ul a:link, .menuh li.je-vous-propose ul a:visited,
.menuh li.qui-suisje ul a:link, .menuh li.qui-suisje ul a:visited,
.menuh li.contact ul a:link, .menuh li.contact ul a:visited {
    _width: 185px; 
}


.menuh a:link span, .menuh a:visited span {
    padding-left: 15px;
    display: block; 
}


.menuh li.active a:link, .menuh li.active a:visited {
    background: url(medias/puce-on.gif) no-repeat 0px 12px; 
    color: #BC3093;
}
.menuh li.active a:link span, .menuh li.active a:visited span {
    background: url(medias/puce-on.gif) no-repeat 0px 12px; 
}
.menuh li.active ul a:link span, .menuh li.active ul a:visited span {
    color: #2A2313;
}
.menuh li.active ul a:hover span {
    color: #8CC226; 
}

.menuh ul ul li {
    border-bottom: 1px solid #2A2112;
}

.menuh ul ul li {
    text-align:left;
    padding-left: 0px;
    background-color: #ff00ff; 

}

.menuh ul ul li a:hover {
    background-image: none; 
}
.menuh ul ul {visibility:hidden; position:absolute; height:0; top:34px; left:0; width:185px; }

.menuh table {position:absolute; top:0; left:0; border-collapse:collapse;}

.menuh ul ul a:link, .menuh ul ul a:visited,
.menuh li.active ul a:link, .menuh li.active ul a:visited {
    text-decoration: none;
    background:#8CC226;
    color:#2A2313;
    height:auto;
    line-height:1em;
    padding:5px 5px; 
    text-transform: none;
    font-size: 11px;
    display: block; 
}

.menuh ul ul a:hover, .menuh ul ul ul a:hover, .menuh li.active ul a:hover {
    color: #8CC226; 
    text-decoration: none;
    background-color: #2A2014;
}

/* yet another hack for IE5.5 
* html .menuh ul ul a, * html .menuh ul ul a:visited {width:158px;w\idth:160px;}*/

/* style the top level hover */
/* .menuh :hover > a, .menuh ul ul :hover > a { } */

/* make the second level visible when hover on first level list OR link */
.menuh ul li:hover ul,
.menuh ul a:hover ul{visibility:visible; }
.menuh ul :hover ul :hover ul{ visibility:visible;}


.menuh ul ul ul {
    position: relative;
    border: none;
    top:0px;
}
.menuh ul ul ul li {
    border-bottom: none;
    width: 185px;
}
.menuh ul ul ul a:link, .menuh ul ul ul a:visited {
    font-weight:normal;
    padding-left: 25px;
}


/* spécifique home */

#body-accueil #box-logo-page, #body-accueil #display-content, #body-accueil #box-sidebar {
    display: none; 
}
 
#body-accueil #box-content {
    background: none;
    width: 1000px;
    margin:0px; 
}
#body-accueil #box-content-prepend {
    background: url(medias/home/valerie-hitier-lallement.jpg) no-repeat top left; 
    height:314px;
}
#body-accueil #box-footer {
    margin: 0px; 
}
#box-actualites {
    width: 200px;
}
#display-actualites {
    padding-top: 60px;
    padding-left: 30px;
    text-align: justify;
    line-height: 20px; 
}
#box-contenu-home {
    width: 730px;
    float:right; 
}
#display-contenu-home {
    padding-top: 60px;

}
#body-accueil #box-header {
    background: url(medias/home/bandeau-haut.gif) no-repeat top left;
}
#body-accueil #box-header #box-menu-principal {
    margin-top: 91px; 
}

.mceContentBody {
    padding: 15px;
    background-image: none;
    background-color: #FFFFFF;
}
#google-map {
    color: #000000;
}
#box-wrap {
    position: relative;
    margin-left: -500px;
    left: 50%;
    width: 1000px;
    text-align: left;
}
#box-header {
    position: relative; 
    background: url(medias/page/bandeau-haut.gif) no-repeat top left;
    width: 1000px; 
}
#display-header {
    padding: 10px 0px 0px 20px; 
}
#box-header p {
    margin: 0px; 
}
#box-header #box-menu-principal {
    float: right;
    width: 700px;
    margin-right: 11px;
    margin-top: 76px;
}
#box-logo-page, #box-logo-home {
    height:110px; 
}

#box-sidebar {
    position: relative;
    width: 200px;
    float: left;
    margin-left: 11px;
    _margin-left: 5px; 
}
#box-sidebar .box {
    margin: 30px auto 10px 0px;
    width: auto;
    position: relative;
    overflow: hidden;
}
#box-sidebar h3 {
    background-color: #429399;
    font-size: 0.9em;
    margin: 0px 0px 5px 0px;
    padding: 2px 3px;
    color: #FFFFFF;
}
#box-sidebar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#box-sidebar ul li {
}
#box-sidebar ul li a:link, #box-sidebar ul li a:visited {
    color: #8cc226;
    text-decoration: none;
    line-height: 11px;
    display: block;
    padding: 5px 0px 5px 15px;
    background: url(medias/puce-nav2-off.gif) no-repeat 0px 7px;
    font-weight: bold; 
}
#box-sidebar ul li a:hover {
    background: url(medias/puce-nav2-on.gif) no-repeat 0px 7px;
    color: #BB2C95; 
}
#box-sidebar ul li.active a:link, #box-sidebar ul li.active a:visited {
    font-weight: bold;
    color: #BB2C95;
    background: url(medias/puce-nav2-on.gif) no-repeat 0px 7px;
}
#box-sidebar ul li ul li a:link, #box-sidebar ul li ul li a:visited {
    font-weight: normal;
    font-size: 11px;
    padding: 5px 5px 5px 25px;
    background:url(medias/puce-nav3-off.gif) no-repeat 10px 9px;
}
#box-sidebar ul li.active ul li a:link, #box-sidebar ul li.active ul li a:visited {
    font-weight: normal;
    padding: 5px 5px 5px 25px;
    color: #B5AA98;
    background: url(medias/puce-nav3-off.gif) no-repeat 10px 9px;
}
#box-sidebar ul li.active ul li a:hover {
    background: url(medias/puce-nav3-on.gif) no-repeat 10px 9px;
    color: #BB2C95; 
}
#box-sidebar ul li.active ul li.active a:link, #box-sidebar ul li.active ul li.active a:visited {
    font-weight: bold;
}

#box-content {
    width: 770px;
    float: right;
    background-color: #1C160A;
    margin-right: 11px;
    _margin-right: 5px;
    font-size: 13px; 
}
#display-content {
    text-align: justify;
    padding: 30px
}
#box-content-prepend, #box-content-append {
    padding: 0px 5px 0px 15px;
}
#box-debug {
    margin: 0px 10px 0px 10px;
}
#box-footer {
    clear: both;
    margin: 0px 10px 0px 220px;
    text-align: center;
}
#box-footer ul {
    list-style-type: none;
}
#box-footer ul li {
    display: inline;
    background: url(medias/tiret-footer.gif) no-repeat 0px 3px;
    padding-left: 10px;
    margin-right: 3px; 
}
#box-footer ul li.first {
    background: none; 
}
#box-footer ul li a:link, #box-footer ul li a:visited {
    font-weight: bold;
}
#box-footer ul li a:hover {
    color: #B4A898; 
}

#box-footer ul li.active a:link, #box-footer ul li.active a:visited {
    font-weight: bold;
}


body {
    background-color: #2A2014;
    font-family: sans-serif;
    font-size: 12px;
    color: #B2AA97;
    text-align: justify;
    margin: 0px; padding: 0px; 
}
table {
    clear: both;
    margin-top: 0px;
    font-size: 12px; 
}

.odd {
    background-color: #F2F2F2;
}
#comments dl {
    padding: 0px 5px;
}
#comments dl.odd {
    border: 1px solid #e9e9e9;
    background: #fafafa;
    padding: 5px 5px;
}
.postit {
    background-color: #e9e9e9;
}
a:link, a:visited, a:hover {
    color: #bc2e94;
    text-decoration: none;
}
a:hover {
    color: #bc2e94;
    text-decoration: underline;
}
form {
    clear: both;
    margin: 0px;
    padding: 0px;
}
form p {
    margin: 7px 0px;
}
h1 {
    position: relative;
    padding: 15px 15px;
    background-color: #429399;
    font-size: 1.6em;
    color: #8CC226;
    margin: 0px;
}
h2 {
    margin-bottom: 10px;
    margin-top: 15px;
    color: #8CC226;
    font-size: 1.2em;
    text-transform: uppercase;
}
h3 {
    clear: both;
    color: #bc2e94;
    font-size: 1.0em;
}
h4 {
    color: #8cc226;
    font-size: 12px;
}
p {
    margin-top: 0px;
    margin-bottom: 10px; 
}
img {
    border: none;
}
.stronger-vert {
    color: #8cc226;   
    font-weight: bold;
}
.img-droite {
    margin-left: 20px;
}
.img-gauche {   
    margin-right: 20px;
}
dl {
    padding: 0px;
    margin: 0px;
}
dt {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
}
dd {
    clear: both;
    margin-left: 5px;
    margin-bottom: 10px;
}
dd img {
    float: left;
    margin: 5px 5px 5px 0px;
}
ul {
    padding: 5px 5px 5px 20px;
    margin: 0px 0px 5px 0px;
    list-style-type: square;
}
ul ul {
    padding: 0px 0px 0px 15px;
    margin: 2px 0px 2px 0px;
    list-style-type: disc;
}
ul ul ul {
    list-style-type: circle;
}
.tools {
    clear: both;
}
.box-breadcrumbs {
    margin: 5px 10px 10px 10px;
}
.box-breadcrumbs ul {
    list-style-type: none;
    padding: 0px 5px;
    margin: 0px;
}
.box-breadcrumbs ul li {
    list-style-type: none;
    display: inline;
    margin-right: 7px;
}
.box-breadcrumbs li:before {
    content: "> ";
    color: #139EA7;
}
#box-content label, #box-content .label {
    display: block;
    width: 200px;
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    text-align: right;
}
#box-content p.label {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#box-content .fieldsInline {
    margin-left: 0px;
    padding-left: 0px;
}
#box-content .fieldsInline label, #box-content .formFilters label, #box-content .formFilters .label {
    margin-left: 0px;
    padding-left: 0px;
    border: none;
    display: inline;
    float: none;
    width: auto;
}
#box-content .fieldsInline li {
    display: inline;
    width: auto;
}
.intro {
}
.intro-thumb {
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
}
.box-post {
    border: 1px solid #e9e9e9;
    background: #fafafa;
    width: 640px;
    clear: both;
    margin-bottom: 10px;
}
.display-post {
    clear: both;
    padding: 5px;
}
.box-post cite {
    padding: 5px;
    margin: 0px;
    display: block;
    border: 1px solid #e9e9e9;
}
.display-post .tools {
    margin: 0px;
}
.box-post h3, .box-post h4 {
    color: #666666;
    display: block;
    background-color: #e9e9e9;
    margin-top: 0px;
    margin-bottom: 0px;
}
.info-post {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}
.link-category {
    margin-top: 0px;
    margin-bottom: 0px;
}
.permalink {
    margin-top: 0px;
}
.link-readit {
    margin-top: 0px;
    margin-bottom: 0px;
}
.link-comments {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
}
table .link-category {
    margin-bottom: 0px;
}
.box-post h3 .info-post {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}
.box-post h3 .actions-post {
    float: right;
}
.summary-category {
    margin-top: 0px;
    margin-bottom: 0px;
}
.post-modified {
    font-size: 0.9em;
    font-style: italic;
    text-align: right;
}
.actions-post {
    text-align: right;
}
.tablePages {
    clear: both;
}
.filesize {
    font-size: 0.8em;
}
.display-media {
    border: 1px solid #e9e9e9;
    background: #fafafa;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px;
}
.box-medias {
    width: 640px;
    clear: both;
}
.album-s, .media-s {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0px 2px 5px 2px;
    padding: 3px 1px 1px 1px;
    width: 150px;
    float: left;
    display: inline;
}
.album-s {
    border: 1px solid #666666;
}
.media-s {
    border: 1px solid #e9e9e9;
}
#box-content .album-s, #box-content .media-s {
    height: 160px;
}
#box-sidebar .album-s, #box-sidebar .media-s {
    width: 110px;
    height: 110px;
    margin: 1px;
    padding: 1px;
}
.album-s p, .media-s p {
    margin: 0px;
}
.media-l {
    margin: 0px 0px 5px 0px;
    text-align: center;
}
.box-media a:link, .box-media a:visited {
    text-decoration: none;
}
.media-s .link-comments {
    font-size: 0.8em;
    text-align: center;
}
.box-media .previous {
    margin: 0px;
    float: left;
}
.box-media .next {
    margin: 0px;
    float: right;
}
.box-media .title {
    text-align: center;
    font-weight: bold;
    margin: 0px;
}
.info-media {
    margin-top: 0px;
    margin-bottom: 0px;
}
.summary-media {
    margin-top: 0px;
    margin-bottom: 0px;
}
.accesskey {
    text-decoration: underline;
}
.submit {
    font-size: 0.9em;
    background-color: #8CC226;
    color: #FFFFFF;
    border: 0px;
    padding: 0px;
}
.reset {
    font-size: 0.9em;
    background-color: #8CC226;
    color: #FFFFFF;
    border: 0px;
    padding: 0px;
}
.preview {
    font-size: 0.9em;
    background-color: #8CC226;
    color: #FFFFFF;
    border: 0px;
    padding: 0px;
}
.text {
    width: 200px;
    border: 1px solid #666666;
    font-size: 0.9em;
}
.password {
    width: 200px;
    border: 1px solid #666666;
    font-size: 0.9em;
}
#box-sidebar .text, #box-sidebar .password {
    width: 150px;
}
.checkbox {
}
.select {
    border: 1px solid #666666;
    font-size: 0.9em;
}
.radio {
}
.textarea {
    width: 350px;
    height: 70px;
    border: 1px solid #666666;
    font-size: 1.3em;
}
.date {
    width: 80px;
}
.time {
    width: 60px;
}
.numeric {
    width: 60px;
}
.textareabigger {
    height: 200px;
}
.keywords {
    margin: 2px 0px;
}
.siteindex .active, .tags .active {
    background-color: #139EA7;
    color: #FFFFFF;
}
.tag0 {
    font-size: 60%;
}
.tag10 {
    font-size: 70%;
}
.tag20 {
    font-size: 80%;
}
.tag30 {
    font-size: 90%;
}
.tag40 {
    font-size: 100%;
}
.tag50 {
    font-size: 110%;
}
.tag60 {
    font-size: 120%;
}
.tag70 {
    font-size: 130%;
}
.tag80 {
    font-size: 140%;
}
.tag90 {
    font-size: 150%;
}
.tag100 {
    font-size: 160%;
}
.clear {
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}
.print {
    display: none;
}
@media print {
    body {
        color: #000000;
        background-color: #FFFFFF;
        background-image: none;
        margin: 0px;
    }
    div {
        background-image: none;
        background-color: #FFFFFF;
    }
    h1, h2, h3, h4, h5, h6 {
        color: #000000;
        background-color: #FFFFFF;
    }
    a:link, a:visited, a:hover {
        color: #000000;
        text-decoration: underline;
    }
    .noprint, .tools {
        display: none;
    }
    .print {
        display: block;
    }
    .tablePages {
        margin-bottom: 5px;
    }
    .box-post {
        border: 1px solid #000000;
    }
    table, .box-post, .odd, tr th, td {
        background-color: #FFFFFF;
    }
    table {
        background-color: #FFFFFF;
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
        border-bottom: 0 none;
    }
    tr th, td {
        border-bottom: 1px solid #000000;
    }
    #box-header, #box-sidebar, #box-footer {
        display: none;
    }
    #box-wrap, #box-content, #display-content {
        color: #000000;
        background-color: #FFFFFF;
        background-image: none;
        z-index: 10;
        width: 630px;
        height: auto;
        overflow: visible;
        float: none;
        position: relative;
        margin: 0px;
        padding: 0px;
        top: 0px;
        left: 0px;
    }
}