
/* Dernier Communique */

#dercomm {
    background-image: url(/img/fond_dercomm.gif);
    background-position: 0 1em;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    color: Black;
    background-color: white;
    height: 3.5em;
}

#dercomm h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 0.8em;
    letter-spacing: 0.1em;
    color: #336633;
}

#dercomm p {
    font-size: 0.8em;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
#dercomm p.twol {
    margin-top: 2px;
}

#dercomm a {
    color: #336633;
    font-weight: bold;
}

#dercomm a:visited {
    color: #336633;
}

#dercomm a:hover {
    text-decoration: none;
}

/* Dernier Arrêté */

div.derarrTop {
    background-image: url(/img/fond_derarr-haut.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-top:10px;
    margin-top:30px;
}
div.derarrBottom {
    background-image: url(/img/fond_derarr-bas.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom:10px;
}
#derarr {
    background-image: url(/img/fond_derarr.png);
    background-position: 0 1em;
    background-repeat: repeat-y;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    color: Black;
    background-color: white;
    height: 8em;
}

#derarr h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 0.8em;
    letter-spacing: 0.1em;
    color: #336633;
}

#derarr p {
    font-size: 0.8em;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px; 
}
#derarr p.twol {
    margin-top: 2px;
}

#derarr a {
    color: #336633;
    font-weight: bold;
}

#derarr a:visited {
    color: #336633;
}

#derarr a:hover {
    text-decoration: none;
}

/* Evenement */

#eveacc {
    background-image: url(/img/eveacc.gif);
    background-position: 0 -1em;
    background-repeat: repeat-y;
    padding: 0;
    margin: 0;
    margin-top: 35px;
    color: Black;
    background-color: transparent;
}

#eveacc h3 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    color: #336633;
    margin-bottom: 15px;
}

#eveacc h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    color: #336633;
}

.png {
    float: right;
/*
    width: auto;
    height: auto;
*/
    margin-left: 10px;
}

#eveacc p {
    width: auto;
    text-align: justify;
    position: relative;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    word-spacing: 0.1em;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#eveacc a {
    /*display: block;*/
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    color: #336633;
    font-weight: bold;
}

#eveacc a:visited {
    color: #336633;
}

#eveacc a:hover {
    text-decoration: none;
}

/*#contenu h2 {
    font-size: 2em;
    letter-spacing: 1px;
    color: #B2D37D;
}*/



/* Que faire au cas ou ? */

#quefaire {
    background-image: url(/img/quefaire.gif);
    background-position: top left;
    background-repeat: repeat-y;
    padding: 0;
    margin: 0;
    margin-top: 45px;
    color: Black;
    background-color: White;
    padding-bottom: 15px;
}

#quefaire h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    color: #663300;
}

#quefaire h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
    letter-spacing: 0.1em;
    color: #663300;
    margin-top: 1em;
}

#quefaire h4 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    padding-top: 10px;
    color:#992200;
}

#quefaire h5 {
   color:#AA2200;
   font-size: 0.9em;
}

#quefaire img {
    float: right;
    width: 300px;
    margin-left: 10px;
}

#quefaire ul {
    width: auto;
    text-align: justify;
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8em;
}

#quefaire li {
    margin-top: 1ex;
}

#quefaire a {
    color:#663300;
    text-decoration: none;
}

#quefaire a:hover {
    text-decoration: underline;
}

