TD.menu1 {
	color : black;
	background-color : #9FB6CD;
	height : 30;
}

TD.menu2 {
	color : black;
	background-color : #C6E2FF;
	height : 25;
}

TD.titre1 {
	color : black;
	background-color : #FFCC99;
	height : 30;
	font-family : "Verdana";
}

TD.titre2 {
	color : black;
	background-color : #ffebcd;
	height : 25;
	font-family : "Verdana";
}


A.menu {
   		 text-decoration : none;
		 color : black;
}
A.menu:hover {
		background-color : transparent;
		color : blue;
		text-decoration : underline;
}

A.content1 {
		text-decoration : none;
		color : #000060;
}
A.content2 {
		text-decoration : none;
		color : blue;
}
A.content2:hover {
		text-decoration : underline;
		color : blue;
		background-color : transparent;
}

A.content1:hover {
		text-decoration : underline;
		color : #000060;
		background-color : transparent;
}

A:hover {
		text-decoration : none;
		background-color : #C6E2FF;
		color : blue;
}
