/* CSS Document */

body {
	background-image: url(pharchemin_fond_ecran.jpg);
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 { 
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	font-weight: bold;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}

p {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000FF:
	text-decoration: underline;
}

a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
