

<style type="text/css">

A:link { color: #0000FF ; text-decoration: underline; } 
A:visited { color : #FF00FF; text-decoration: underline; } 
A:hover {color:#FF0000;background : yellow;text-decoration: underline ;} 
A:active {color: #008000; background: #CFDFEB; text-decoration: underline; } 

h1 {
	font-size: xx-large;
	font-weight: normal;
	text-transform: none;
	color: #FF0000;
	font-style: normal;
	text-align: center;
}
h2 {
	font-size: x-large;
	font-weight: normal;
	text-transform: none;
	color: #FF0000;
	font-style: normal;
	text-align: left;
}
h3 {
	font-size: x-large;
	font-weight: normal;
	text-transform: none;
	color: #003300;
	font-style: normal;
	text-align: left;
}
h4 {
	font-size: x-large;
	font-weight: normal;
	text-transform: none;
	color: #000066;
	font-style: normal;
	text-align: left;
	margin-left: 20px;
}
h5 {
	font-size: large;
	font-weight: normal;
	text-transform: none;
	color: #006666;
	font-style: italic;
	text-align: left;
	margin-left: 50px;
}
h6 {
	font-size: normal;
	font-weight: normal;
	text-transform: none;
	color: #006633;
	font-style: italic;
	text-align: left;
	margin-left: 50px;
}



.noirgras {
	font-weight: bold;
	color: #000000;
}

.rougegras {
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.rougemaigre {
	color: #FF0000;
}

.turquoisegras {
	font-weight: bold;
	color: #336666;
}

.turquoisemaigre {
	color: #336666;
}

.vertgras {
	font-weight: bold;
	color: #006600;
}
.vertmaigre {
	font-weight: normal;
	color: #006600;
}

