body {
    margin: 0px 0px 5px 0px;
/*    background: #FFFFFF; */
}

a {
    color: navy;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: purple
}

p, h1, h2, h3, h4, h5, h6, td, li, ul { font-family: Arial; }

h1 {
    font: 36 Georgia, serif;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}

.entete {
    font-family: Georgia, serif;
    font-weight: bold;
	 color: #666;
    font-size: 48px;
    /* background: #f8f8f8; */
    padding: 0;
    margin-top: 0;
    margin-bottom: 1ex;
}

