/* Police de caractères */
p, h2 { font-family: "Verdana", sans-serif }
p { font-size: 10pt }

/* Couleurs */
body { background-color: #0099FF }
p, h2 { background-color: inherit; color: black }

/* Marges */
body { margin: 0px }
h2 { padding: 0px 40px }
table.entete { border-bottom: solid black 1px }
table.entete td { vertical-align: middle }
div.corps { margin: 10px }
