body
{
    background-color: rgb(224, 218, 184);
    color: rgb(0, 0, 0);
    background-image:url(/images/exptextb.jpg);
    background-repeat:repeat;
    text-align: left;
}
a:link
{
    color: rgb(153, 51, 0);
}
a:active
{
    color: rgb(204, 51, 0);
}
a:visited
{
    color: rgb(102, 102, 0);
}

.titre
{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.barre_nav
{
    text-align: center;
    width: 140px;
    height: 50px;
    border: 0;
}

ul
{
list-style-image:url(/new/images/puce.gif);
}

.date_maj
{
    font-size:12px;
}

.pied_page
{
    font-size:10px;
}

#titre1 
{
    text-align:center;
    text-decoration:underline;
    display: block; 
    margin-left: auto;
    margin-right: auto; 

}

