
body {
    color: black;
    background-color: white;
    background-image: url(../img/blanc_090.jpg);
    background-position: center;
}

table {
    margin: 0 0 20px 0;
    background-color: #ddb;
    border-style: ridge;
    width:100%;
}

td, th {
    border-style: ridge;
}

table, td, th {
    color: black;
    border-color: white;
    border-width: 3px;
    text-align:center;
}

h1 {
    color: black;
    font-style: italic;
    font-weight:normal;
    border-left:30px;
    text-align: center;
}

h2 {
    color: black;
}

a {
    text-decoration: none;
}

/*
a:link {color:#f80;}
a:visited {color:#0f0;}
*/

a:hover {
    text-decoration: underline;
    font-style:italic;
}

a:active {color:white;}

.entete img {
        float:right;
        border:3px;
        border-style:outset;
        border-color:#555;
}

.content {
    color: black;
    background: #FFF;
    border:1px ridge black;
    float: left;
    margin:10px 5px;
    padding: 10px 5px;
}

.content {
    width: 50%;

}


#enBref {
    margin:10px 0;
    padding: 10px 0;
    border:1px ridge black;
    float:right;
    width:40%;
    background:#FFF;
    /*color:white;*/
    font-size:14px;
    /*font-style:italic;*/
}

#enBref h2 {
    color:black;
    font-style:normal;
}

.colLeft ul, .colRight ul {
    padding:0 5px 0 20px;
}

#enBref ul {
    padding:0 5px 0 20px;
}

#enBref li.encours {
    color:black;
}

#enBref li.termine {
    color:#888;
}
