/* général */

p, h2, h3, #contenu ul {
    margin:1.5em 2em 1em 1em;
    }


h2  {
    padding:0;
    color:#FFB800;
    }

li  {
    list-style-type:square;
    }

h3  {
    text-decoration:underline;
    color:#FFB800;
    }


/* fiche commune */
#logo{
    float:left;
    margin:0 1em 0.5em 1em;
    height:200px;
    width:200px;
    }

/* Communes */
#contenu.communes ul {
    margin:2em 0 0 3em;
    font-size:1.2em;
    }

#contenu.communes li{
    background:url(s_sentiers.gif) no-repeat center left;
    list-style: none;
    padding-left:1em;
    margin:0.3em;
    }

/* sentiers */
.sentiers img.titre{
    margin-bottom:2em;
    }

#contenu.sentiers dt.surtitre,#contenu.sentiers dt.titre{
    margin:0 0 0 1.5em;
    text-decoration:none;
    color:#808080;
    }
#contenu.sentiers dt.titre{
    font-weight:bold;
    }
    
#contenu.sentiers dd.description{
    margin:0.3em 0 1em 1em;
    border-bottom:1px solid #FDCC0F;
    padding:0.5em 0 0.5em 0;
    }
#contenu.sentiers table{
    margin:5px;
    }
#contenu.sentiers table td{
    vertical-align:top;
    }
