BODY.NAVIG		{		// CADRE DE NAVIGATION
	font-family     	: Verdana;
	font-size       	: 12;
	color           	: white;
	background-color	: darkblue;
}

BODY.MAIN		{		// CADRE PRINCIPAL
	font-family     	: Tahoma;
	font-size       	: 12;
	color           	: black;
	background-color	: #FFFFCC;
}

BODY.TOP		{		// CADRE DU HAUT
	font-family     	: Tahoma;
	font-size       	: 12;
	color           	: blue;
	background-color	: yellow;
	background-position	: right;
	background-repeat	: no-repeat;
}

A:hover.NAVIG		{		// SUR LIEN DE NAVIGATION
	font-family		: Verdana;
	font-size		: 12;
	font-weight		: bold;
	color			: darkblue;
	background-color	: yellow;
	text-decoration		: underline overline;
}

A.NAVIG			{		// LIEN DE NAVIGATION
	font-family		: Verdana;
	font-size		: 12;
	color			: white;
	text-decoration		: none;
}

A.CREDITS		{		// LIEN POUR LES CREDITS
	font-family		: Verdana;
	font-size		: 12;
	font-weight		: bold;
	color			: white;
}

A.VOIR		{			// LIEN DE VISUALISATION
	font-family		: Tahoma;
	font-size		: 10;
	color			: red;
}

A.PLUS			{		// LIEN DE RENSEIGNEMENT
	font-family		: Tahoma;
	font-size		: 10;
	color			: darkblue;
}

A.NAVTITRE		{		// TITRE DANS BARRE DE NAVIGATION
	font-family		: Tahoma;
	font-size		: 14;
	font-weight		: bold;
	color			: white;
	text-decoration		: underline;
}

A:hover.NAVTITRE	{		// TITRE DANS BARRE DE NAVIGATION
	font-family		: Tahoma;
	font-size		: 14;
	font-weight		: bold;
	color			: white;
	text-decoration		: none;
}

A.SOUSTITRE		{		// SOUS-TITRE DE PAGE PRINCIPALE
	font-family		: Verdana;
	font-size		: 14;
	font-weight		: bold;
	color			: black;
	text-decoration		: none;
}

A:hover.SOUSTITRE	{		// SOUS-TITRE DE PAGE PRINCIPALE
	font-family		: Verdana;
	font-size		: 14;
	font-weight		: bold;
	color			: brown;
	text-decoration		: underline;
}

A.PAGE			{		// RENVOI SUR PARAGRAPHE
	font-family		: Verdana;
	font-size		: 12;
	font-weight		: none;
	color			: blue;
	text-decoration		: none;
}

A:hover.PAGE		{		// RENVOI SUR PARAGRAPHE
	font-family		: Verdana;
	font-size		: 12;
	font-style		: italic;
	font-weight		: none;
	color			: black;
	text-decoration		: underline;
}

FONT.TITRE		{		// TITRE DE PAGE PRINCIPALE
	font-family		: Verdana;
	font-size		: 20;
	font-weight		: bold;
	color			: green;
	text-decoration		: underline;
}

FONT.PARA		{		// PARAGRAPHE
	font-family		: Tahoma;
	font-size		: 12;
	font-weight		: bold;
	color			: green;
	text-decoration		: none;
}

FONT.SOUSTITRE		{		// SOUS-TITRE DE PAGE PRINCIPALE
	font-family		: Tahoma;
	font-size		: 14;
	font-weight		: bold;
	color			: blue;
	text-decoration		: underline;
}

FONT.CHAPITRE		{		// TITRE DE CHAPITRE DANS BANDEAU
	font-family		: Tahoma;
	font-size		: 36;
	font-weight		: bold;
	color			: blue;
	text-decoration		: none;
}

TABLE			{		// MISE EN FORME DANS LES TABLEAUX
	font-family		: Tahoma;
	font-size		: 12;
	color			: black;
}

TD.NOM		{
	width			: 200;
}
