body {
    margin: 0px;
    background-color: #ffe2fa;
}

h1 {
    color : #9F0431; 
    text-align : center; 
/*    text-shadow: 5px 5px 5px green;*/
}
h1.top {
    color: black;
    text-align : center; 
}
table.top {
    background-color: #7297d3;
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid black;
/*    position: fixed; */
}
table.container {
    margin: 10px;
}

/* Default tables */
table.bloc {
    border-collapse: collapse;
    border: 2px solid black;
    background-color: white;
    margin: 5px;
    text-align : left; 
}
td {
    padding: 3px;
}
th {
    text-align: center;
    background-color: #c47db8;
    color: white;
    border: 2px solid black;
    font-size: 120%;
}
.petit { 
    font-size: 8pt; 
    font-family: Arial Helvetica; 
    text-align: center; 
}
.lien { 
    font-family: Arial Helvetica; 
    color: #000000; 
    text-decoration: none; 
}
.lien:hover { 
    font-family: Arial Helvetica; 
    color: #00ff00; 
    text-decoration: underline; 
}

div.subtitle {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #9F0431;
    font-weight: bold;
    font-size: 110%;
    font-family: Arial, Helvetica;
/*    text-decoration: italic;*/
}
