/**
 * Style principal.
 * Structure et mise en forme.
 */

/**
 * 1) STRUCTURE
 */

#raccourcis {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 150px;
}

#haut {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
}

#haut .logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
/*     float: left; */
    height: 175px;
    width: 150px;
}
#haut .titre {
/*     float: left; */
    position: absolute;
    top: 0;
    left: 0;
    height: 140px;
    width: 100%;
}
#haut .titre p {
    margin: 0 0 0 150px;
/*     line-height: 150px; */
}
#contenu {
    position: absolute;
    top: 175px;
    left: 150px;
    width: 760px;
    padding: 10px 20px;
}

#menu {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 35px;
/*     padding-left: 150px; */
}
#menu ul {
    margin: 0 0 0 150px;
/*     z-index: 2; */
/* min-height: 100%; */
}

#menu-prog {
    position: absolute;
    top: 175px;
    left: 0;
    width: 150px;
/*     min-height: 100%; */
}
#menu-prog ul {
    margin-top: 0;
}


/**
 * 2) MISE EN FORME
 */

html {
    font-size: 100%;
}
body {
    background-color: #F1F3E5;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* raccourcis d'accessibilité */
#raccourcis {
    font-size: .6em;
}
#raccourcis ul {
    margin: 0;
    padding: 0;
}
#raccourcis li {
    display: inline;
    margin: 0;
    padding:0 .5em;
    border-left:1px #879F2A solid;
}
#raccourcis li:first-child {
    border-left:none;
}
#raccourcis a {
    color: #879F2A;
}
/* fin raccourcis d'accessibilité */

/* barre du haut */
#haut {
}
#haut .logo {
    background-color: #3F612D;
}
#haut .logo h1 {
    margin: 0;
}
#haut .titre {
    background-color: #3F612D;
    background-image: url(../img/fond-haut.jpg);
}
#haut .titre p {
/*     width: 760px; */
    padding: 1.5em 0 0 2em;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
/*     text-align: center; */
}
#haut .titre p strong {
    font-size: 1.2em;
}
/* fin barre du haut */

/* zone de contenu principal */
#contenu {
    font-size: .8em;
}
#contenu a {
    color: #879F2A;
    text-decoration: none;
}
#contenu a:active, #contenu a:focus, #contenu a:hover {
    text-decoration: underline;
}
#contenu h2 {
    text-align: center;
}
/* fin zone de contenu principal */

/* menu principal */
#menu {
    background-color: #CCE310;
    background-image: url(../img/fond-menu.jpg);
    font-size: .8em;
    font-weight: bold;
}
#menu h2 {
    display: none;
}
#menu ul {
    padding: 0 0 0 2.5em;
}
#menu li {
    display: inline;
    margin: 0;
    padding:0 1em;
    line-height: 35px;
    border-left:2px #000 solid;
}
#menu li:first-child {
    border-left:none;
}
#menu a {
    color:#000;
    text-decoration: none;
}
/* fin menu principal */

/* menu programme */
#menu-prog {
    background-color: #CCE310;
    font-size: .8em;
    font-weight: bold;
}
#menu-prog h2 {
    display: none;
}
#menu-prog ul {
    margin: 3em 0 6em .5em;
    padding: 0;
    list-style-type:none;
}
#menu-prog li {
    display: block;
    height: 3em;
}
#menu-prog a {
    color:#000;
    text-decoration: none;
}
/* fin menu programme */

/* Divers */
/* liens */
a img {
    border: none;
}
a[hreflang]:after {
    content: " [" attr(hreflang) "]";
    font-size: 80%;
}
a.img:after {
    content: "";
}
/* touches clavier */
code,kbd{
    font-family: "Lucida Console", "DejaVu Sans Mono", monospace;
    color: green;
}
kbd:before{
    content: "[";
}
kbd:after{
    content: "]";
}
/* Langues : si précisée, mise en italique, si précisée ET fr, rien */
*[lang]{
    font-style: italic;
}
*[lang^="fr"]{
    font-style: inherit;
}
/* Citations*/
:lang(fr)>blockquote, :lang(fr)>q, blockquote[lang=fr], q[lang=fr] {
    quotes: "\ab\a0" "\a0\bb" "\201c\a0" "\a0\201d"; /* "« " " »" "“ " " ”" */
}
:lang(en-us)>blockquote, :lang(en)>blockquote, :lang(en-us)>q, :lang(en)>q,
blockquote[lang=en-us], blockquote[lang=en], q[lang=en-us], q[lang=en] {
    quotes: "\201c" "\201d" "\2018" "\2019"; /* "“" "”" "‘" "’" */
}
:lang(en-gb)>blockquote, :lang(en-gb)>q, blockquote[lang=en-gb], q[lang=en-gb] {
    quotes: "\2018" "\2019" "\201c" "\201d"; /* "‘" "’" "“" "”" */
}
:lang(de)>blockquote, :lang(de)>q, blockquote[lang=de], q[lang=de] {
    quotes: "\201e" "\201c" "\201a" "\2018"; /* "„" "“" "‚" "‘" */
}
blockquote p:before {
    content: open-quote;
}
blockquote p:after {
    content: no-close-quote;
}
blockquote p:last-child:after {
    content: close-quote;
}


/* page d'accueil*/
.page-index, .page-plan {
    text-align: center;
}
.page-index a, .page-plan a {
    color:#000;
    text-decoration: none;
}
.page-index div.images1,
.page-index div.images2,
.page-index div.images3 {
    clear: both;
    margin: 0 auto;
    font-size: .9em;
    font-style: italic;
    color: #666;
    text-align: center;
}
.page-index div.images1 div,
.page-index div.images2 div,
.page-index div.images3 div {
    float: left;
    margin: .5em 10px;
}
.page-index div.images1 {
    width: 478px;
}
.page-index div.images2 {
    width: 322px;
}
.page-index div.images3 {
    width: 256px;
}
.page-initiatives-citoyennes dl {
    margin-left: 5em;
}
.page-initiatives-citoyennes dt {
    display: list-item;
    margin: 2em 0 0 0;
    font-size: 1.1em;
    font-weight: bold;
}
.page-initiatives-citoyennes dd {
    margin: .1em 0 .1em 1em;
}
.page-conferences dl {
    margin-left: 5em;
}
.page-conferences dt {
    display: list-item;
    margin: 2em 0 0 0;
    font-size: 1.1em;
    font-weight: bold;
}
.page-conferences dd {
    margin: .1em 0 .1em 1em;
}
.page-conferences div.images {
    margin: 0 auto;
    font-size: .9em;
    font-style: italic;
    color: #666;
    text-align: center;
}
.page-conferences div.images div {
    float: left;
    margin: 0 1em;
}
.page-projection p {
    margin: 3em 0 0 0;
}
.page-projection ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.page-projection strong {
    font-size: 1.2em;
    font-weight: normal;
}
.page-projection em {
    font-weight: bold;
}
.page-enfants h4 {
    margin-left: 2em;
}
.page-enfants p, .page-enfants ul {
    margin-left: 4em;
}
.page-spectacles p, .page-spectacles ul {
    margin-left: 2em;
}
.page-balades-nature div.images {
    margin: 0 auto;
    font-size: .9em;
    font-style: italic;
    color: #666;
    text-align: center;
}
.page-balades-nature div.images div {
    float: left;
    margin: .5em 1em;
}
.page-restauration h3 {
    margin-top: 3em;
}
.page-restauration p.intro {
    margin-left: 0;
    text-align: center;
    font-style: italic;
}
.page-restauration ul.intro {
    margin-left: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.page-restauration ul.intro li {
    display: inline;
    margin: 0;
    padding:0 .5em;
    border-left:1px #000 solid;
}
.page-restauration ul.intro li:first-child {
    border-left:none;
}
.page-restauration p, .page-restauration ul {
    margin-left: 2em;
}
.page-restauration div.images {
    text-align: center;
}
.page-restauration {
}
    
.page-partenaires div.lien {
/*     width: 310px; */
    margin: 1em auto 4em auto;
    text-align: center;
    font-size: .9em;
}
.page-partenaires div.lien a img {
    display: block;
    margin: .2em auto;
}
.page-a-propos h4 {
    margin-left: 1em;
}
.page-a-propos p, .page-a-propos ul {
    margin-left: 2em;
}
.page-a-propos ul.valide {
    padding-left: 0;
}
.page-a-propos ul.valide li {
    margin-left: 0;
    list-style-type: none;
}
.page-a-propos {
}

