/* Cascading Style Sheet, Level 1 */
/* Ajouter la commande suivante dans la section <HEAD> de votre fichier HTML */
/* <LINK rel="stylesheet" type="text/css" href="macos.css"> */

BODY { background-image: url(/images/bggrey.jpg) }

H1, H2, H3, H4, H5, H6 { font-family: verdana, helvetica, arial, sans-serif }
H1 { color: crimson; font-size: 24pt; text-align: center }
H2 { color: indigo; font-size: 20pt; }
H3 { color: darkgreen; font-size: 16pt; }
H4 { color: maroon; font-size: 14pt; }
H5 { font-size: 12pt; }
H6 { font-size: 10pt; }
H3.menu { color: darkgreen; font-size: 12pt; }
H4.menu { color: maroon; font-size: 10pt; }

Q { font-size: small; font-family: verdana, helvetica, arial, sans-serif }
TT { font-family: courier, monospace }
CODE { font-size: 9pt; font-family: profont, monaco, monospace }
