
BODY {background-color: #FFFFCC; font-family: Arial; font-size: 16px;}
	A:link {color: blue;}
	A:visited {color: green;}
	A:hover {color: red;}


	H1 {
		font-weight: bold;
		font-size: 30px;
		font-family: Times;
		text-align: center;	
	}

	H2 {
		font-weight: bold;
		font-size: 12px;
		text-align: center;	
	}

	H3 {
		font-weight: normal;
		font-size: 16px;
		color: red;
	}

	H4 {
		font-weight: normal;
		font-size: 16px;
		color: green;
	}

	H6 {
		font-weight: normal;
		font-size: 12px;
	}

	.rouge {color: red;}
	.vert {color: green;}

