html body {
    background-color: #E3FFFE;
}
#header {
    background-position:20% 0%;
}
#fil_date {
    background-position:20% 0%;
}

#deco_contenu {
    background-color: #E3FFFE;
}
#contenu h1 {
    color: #0B3432;
}
#contenu h2 {
    color:  #065350;
}
#contenu h3 {
    color: #065350;
    font-weight: normal;
    margin: 1em 0 0.2em 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #065350;
    overflow: hidden;
}
#contenu h5 {
    color: #065350;
    font-weight: normal;
    margin-top: 1em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #84BAB8;
    overflow: hidden;
}
#contenu h6 {
    color: #065350;
    font-weight: normal;
    font-style: italic;
}
#contenu h6>a>img {   /*  fleche retour  */
    float : left;
    border:none;
    margin: 0 5px 0 0;
    padding: 0px;
}

#contenu ul ul {
    list-style: none outside url('/web/images/front/main.png');
}
#contenu ul ul ul {
    list-style: square outside none;
}
#contenu ul.fond {
    list-style: none outside url('/web/images/front/main.png');
}
li.fond {
    margin:1em;
    margin-right:30%;
    padding: 3px 0 3px 1em;    background-color: #C7FFFD;
}
.coord{
    font-style: italic;
    color: #144241;
}
div.portage {
    display: inline-block;
}
div.portage p.port {
    margin-left:2em;
}

table.fond-bord {
    margin: 1em 2em;
}
table.fond-bord, table.tarifs {
    background-color: #AEF2EF;
}
table.fond-bord tbody > tr:nth-child(odd),
table.tarifs tbody > tr:nth-child(odd) {
    background-color: #C7FFFD;
}
table.fond-bord th, table.fond-bord td {
    vertical-align: middle;
}
table.fond-bord tr>th {
    font-size: 0.8em;
    font-style: normal;
}
table.fond-bord tr>td {
    font-size: 0.8em;
}

table.fond-relief tr {
    background-color: #C7FFFD;
    border-style: inset;
    border-width: 4px;
    border-color: #AEF2EF;
}
table.fond-relief tbody > tr:nth-child(even)  {
    background-color: #E3FFFE;
    font-size: 0.1em;
    border: none;
}

/* @label  ligne de tableau sans fond */
/* @longdesc ajoute une classe "sans-fond" à une ligne vide du tableau*/
/*
table.fond-relief tr.sans-fond {
    background-color: #E3FFFE;
    font-size: 0.1em;
    border: none;
}
*/
