body{
    background-image: url("../br/backgroundblanc.png");
    background-repeat: repeat;
}

#wrapper {
    background-color : white;
    padding-left : 10px;
    padding-right: 10px;
    border-left : 5px double #888;
    border-right : 5px double #888;
    max-width : 800px;
    font-family : Arial, Helvetica, sans-serif;
}
#wrapper, table {
    margin : 0 auto;
    text-align : center;
}
.borderupdown {
    border-top : 5px solid blue;
    border-bottom : 5px solid blue;
}
a{
    text-decoration : none;
    color : #7480C4;
}
h1, h2 {    
    margin : 2px;
}
.letitre {
    color : #A80000;
}
.leslogan {
    color : #44008F;
    font-size : 0.9rem;
}
.bloc {
    margin : 70px 5px 70px 5px;
    text-align: justify;
}
td {
    border : 1px solid black;
    padding : 7px;
    margin : 1px;
}
#footer {
    margin : 50px 5px 50px 5px;
    padding-bottom : 10px;
    font-size : 0.95rem;
}
.textegras {
    font-weight: bold;
    background-color : #222;
    color : white;
}
.grisclair {
    color : #777
}