body {
    background: #ead9db url(/static/img/fond-page.png) repeat-x;
}
p { text-align: justify; }
#menu-contact a span, 
#menu-atelier a span, 
#menu-facebook a span {
    display: none;
}
#menu-contact a, #menu-facebook a {
    display: block;
    height: 37px;
    width: 112px;
}
#menu-contact a {
    background: transparent url(/static/img/contact-top.png) no-repeat;
}
#menu-contact a:hover {
    background: transparent url(/static/img/contact-on.png) no-repeat;
}
#menu-facebook a {
    background: transparent url(/static/img/facebook-top.png) no-repeat;
}
#menu-facebook a:hover {
    background: transparent url(/static/img/facebook-on.png) no-repeat;
}
#menu-atelier a {
    display: block;
    height: 37px;
    width: 196px;
}
#menu-atelier a {
    background: transparent url(/static/img/atelier-on.png) no-repeat;
}
#menu-atelier a:hover {
    background: transparent url(/static/img/atelier-off.png) no-repeat;
}
#menu-interventions a {
    background: transparent url(/static/img/interventions-top.png) no-repeat;
    width: 208px;
}
#menu-interventions a:hover {
    background: transparent url(/static/img/interventions-on.png) no-repeat;
}
#menu-accueil-ecriture a {
    background: transparent url(/static/img/home-top.png) no-repeat;
    width: 35px;
}
#menu-accueil-ecriture a:hover {
    background: transparent url(/static/img/home-on.png) no-repeat;
}
#menu-atelier-ecriture a {
    background: transparent url(/static/img/atelier-ecriture-top.png) no-repeat;
    width: 150px;
}
#menu-atelier-ecriture a:hover {
    background: transparent url(/static/img/atelier-ecriture-on.png) no-repeat;
}
#menu-pourqui a {
    background: transparent url(/static/img/pourqui-top.png) no-repeat;
    width: 127px;
}
#menu-pourqui a:hover {
    background: transparent url(/static/img/pourqui-on.png) no-repeat;
}
#menu-seance a {
    background: transparent url(/static/img/seance-top.png) no-repeat;
    width: 197px;
}
#menu-seance a:hover {
    background: transparent url(/static/img/seance-on.png) no-repeat;
}
#menu-animatrice a {
    background: transparent url(/static/img/animatrice-top.png) no-repeat;
    width: 102px;
}
#menu-animatrice a:hover {
    background: transparent url(/static/img/animatrice-on.png) no-repeat;
}
#menu-principal span {
    display: none;
}
#menu-principal a {
    display: block;
    height: 31px;
}
/*#menu-principal li {
    padding: 0; margin: 0;
    list-style-type: none;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}
#menu-principal .first-menu {
    padding-left: 0;
}
#menu-principal .last-menu {
    padding-right: 0;
}*/
#titre-ecrire-pourquoi {
    background: center center transparent url(/static/img/titres/ecrire-pourquoi.png) no-repeat;
}
#titre-atelier-ecriture-besancon {
    background: center center transparent url(/static/img/titres/atelier-ecriture-besancon.png) no-repeat;
}
#titre-seance {
    background: center center transparent url(/static/img/titres/seance.png) no-repeat;
}
#titre-animatrice {
    background: center center transparent url(/static/img/titres/animatrice.png) no-repeat;
}
#header-top {
    background: url(/static/img/fond-head-top.png);
}
.nav-justified > li > a {
    padding: 0;
    margin: 0;
}
#menu-principal  {
    margin-top: 18px;
}
#menu-principal-mobile {
    margin-top: 10px;
}
h2, h3, h4, .lead { color: #7a518c; }
.titre-page {
    border-bottom:  1px dotted #7a518c;
}
.titre-page h2 {
    height: 48px;
}
.titre-page span {
    visibility: hidden;
}
hr { 
    border-top: 1px dotted #7a518c; 
}
.citation {
    font-style: italic;
    color: #7a518c;
}
.bloc-agenda {
    border-bottom: 1px dotted #7a518c;
}
.bloc-agenda h4 {
    margin-bottom: 5px;
}
.bloc-agenda-details {
    margin-left: 15px;
    padding-left: 5px;
    border-left: 2px solid #ccc;
}
.clients {
    margin-top: 15px;
    background-color: #fff;
    padding: 5px;
}
.clients img {
    max-width: 80px;
}
.clients h3 {
    padding: 0; margin: 0;
    font-size: 14px;
}
#menu-complet {
    /*border: 1px solid;*/
    margin: 0; padding: 0;
    padding-top: 18px;
}
#menu-complet li {
    /*border: 1px solid;*/
}
#menu-complet li {
    padding: 0; margin: 0;
    list-style-type: none;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 992px) {
    #menu-complet li {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1200px) {
    #menu-complet li {
        padding-left: 30px;
        padding-right: 30px;
    }
}
#menu-complet .first-menu {
    padding-left: 0;
}
#menu-complet .last-menu {
    padding-right: 0;
}
.actu-home  {
    margin-bottom: 30px;
}
