P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : Green;
	font-family : Verdana;
}

A:Visited  {
	color : Teal;
}

A:Active  {
	color : Gray;
}

A:Hover  {}

A.menu_gauche  {
	color : White;
	text-decoration : none;
	font-weight : normal;
}

A.menu_gauche:Active  {
	color : White;
	font-weight : normal;
}

A.menu_gauche:Hover  {
	color : White;
	text-decoration : underline;
}

A.menu_gauche:Visited  {
	color : White;
	font-weight : normal;
}

BODY  {}

.titre  {
	font-size : large;
	font-family : Arial Black;
	#color : White;
}
