<head>
<title>Style Sheet</title>
</head>
<body>
<pre>

h1, h2, h4, H1, H2, H4 { 
	font-family:	Georgia, 'Minion Web', 
		     	Palatino, 'Book Antiqua', 
		     	Utopia, 'Times New Roman', 
		     	serif; 
}

body, BODY {	
	color:		black;
	background:	#FFFFFF;
}	
	
b, B {
	font-weight:	bold;
}
	
i, I {
	font-style:	italic;
}

h1, h2, h3, H1, H2, H3 {	
	color:		#C00;
	background:	#FFFFFF;
}	

hr, HR {	
	color:	black;
}

/* */

</pre>
</body>
</html>

/*
BODY {
	text-align: left;
	margin: auto auto auto auto;
	color: black;
	font-size: normal;
	font-family: arial;
	background-image: url(images/fond.jpg);	 
	background-repeat: repeat-y }

.bandeau {
	text-align: right }


.Gtitre {
	font-size: x-large;
	margin-bottom: 2cm }

.titre, .Gtitre {
	margin-left: 2cm;
	color: teal }

.texte {
	margin-left: 3cm }

.menu, .retour {
	color: olive }

.retour {
	font: 10pt/12pt sans-serif }

.li {
	margin-top: 1em;
	margin-bottom: 0.5em }

HR { 
	width: 50%; 
	margin-left: 2cm;}

*/
