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

#deco_contenu {
    background-color: #FEECFC;
}

#contenu h1 {
    color: #34002E;
}
#contenu h3 {
    color: #5E0353;
    font-weight: normal;
    margin: 1em 0 0.2em 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #5E0353;
    overflow: hidden;
}
#contenu h5 {
    color: #5E0353;
    font-weight: normal;
    margin: 1.1em 0 0.2em 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #5E0353;
    overflow: hidden;
}
#contenu h6 {
    color: #5E035B;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0;
}

#contenu ul  {
    list-style: none outside url('/web/images/front/main.png');
}

table.fond-bord, table.fond-bord thead {
    background-color: #FED8F9;
}
table.fond-bord tbody > tr:nth-child(odd) {
    background-color: #FEE5FB;
}

