/* 
 * style05.css : Feuille de style pour le site http://www.chez.com/jbergami
 * 
 * Jean-Louis Bergami / 26 décembre 2004
 *
 *
 *		================
 *		Corps de la page
 *		================
 */

P {		/* Paragraphe */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 10pt;
		FONT-WEIGHT: bold;
		FONT-STYLE: normal;}

TD {		/* Tableaux */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 10pt;
		FONT-WEIGHT: bold;
		FONT-STYLE: normal;}

LI {		/* Listes à puces */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 10pt;
		FONT-WEIGHT: bold;
		FONT-STYLE: normal;}

CAPTION {	/* Légendes des tableaux */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 11pt;
		FONT-WEIGHT: bold;
		FONT-STYLE: normal;}

H1 {		/* En-tête taille 6 : Titre, auteur et année */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 16pt;
		FONT-WEIGHT: bold;
		FONT-STYLE: normal;}

H2 {		/* En-tête taille 5 : Titre des chapitres */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 14pt;
		FONT-WEIGHT: bold;
		FONT-STYLE: normal;}

H3 {		/* En-tête taille 4 : Titres des morceaux */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 12pt;
		FONT-WEIGHT: bold;
		FONT-STYLE: normal;}

H4 {		/* En-tête taille 3 : Liste des morceaux, auteurs */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 11pt;
		FONT-WEIGHT: bold;
		FONT-STYLE: normal;}

H5 {		/* En-tête taille 2 : Navigation */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 8pt;
		FONT-WEIGHT: bold;
		FONT-STYLE: normal;}

H6 {		/* En-tête taille 1 : Date de dernière mise à jour */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 7pt;
		FONT-WEIGHT: bold;
		FONT-STYLE: normal;}

A:LINK {	/* Liens à visiter */
		COLOR: darkred;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-WEIGHT: bold; 
		TEXT-DECORATION: none;}

A:VISITED {	/* Liens déjà visités */
		COLOR: dimgray;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-WEIGHT: bold; 
		TEXT-DECORATION: none;}

A:ACTIVE {	/* Lien courant */
		COLOR: darkred; 
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-WEIGHT: bold; 
		TEXT-DECORATION: none;}

A:HOVER {	/* Lien sur lequel le pointeur de la souris est positionné */
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-WEIGHT: bold; 
		TEXT-DECORATION: underline;}

/*
 *		==============
 *		Entête de page
 *		==============
 */

H1.Entete {		/* Titre du disque, du livre, etc */
			COLOR: #1C0B5A;
			FONT-FAMILY: Arial, Times New Roman, serif;
			FONT-SIZE: 18pt;
			FONT-STYLE: normal;
			FONT-WEIGHT: bold;
			TEXT-DECORATION: none;}

A:LINK.Entete {	/* Liens à visiter */
			COLOR: #1C0B5A;
			FONT-FAMILY: Arial, Times New Roman, serif;
			FONT-SIZE: 10pt;
			FONT-STYLE: normal;
			FONT-WEIGHT: bold;
			TEXT-DECORATION: none;}

A:VISITED.Entete {	/* Liens visités */
			COLOR: darkmagenta;
			FONT-FAMILY: Arial, Times New Roman, serif;
			FONT-SIZE: 10pt;
			FONT-STYLE: normal;
			FONT-WEIGHT: bold;
			TEXT-DECORATION: none;}

A:HOVER.Entete {	/* Lien sur lequel le pointeur de la souris est positionné */
			FONT-FAMILY: Arial, Times New Roman, serif;
			FONT-SIZE: 10pt;
			FONT-STYLE: normal;
			FONT-WEIGHT: bold;
			TEXT-DECORATION: underline;}

A:ACTIVE.Entete {	/* Lien courant */
			COLOR: darkmagenta;
			FONT-FAMILY: Arial, Times New Roman, serif;
			FONT-SIZE: 10pt;
			FONT-STYLE: normal;
			FONT-WEIGHT: bold;
			TEXT-DECORATION: none;}

/*
 *		===================================
 *		Pied de page, infos techniques, etc
 *		===================================
 */

P.Pied {	/* Paragraphe */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 10pt;
		FONT-STYLE: normal;
		FONT-WEIGHT: none; 
		TEXT-DECORATION: none;}

TD.Pied {	/* Tableaux */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 10pt;
		FONT-STYLE: normal;
		FONT-WEIGHT: bold; 
		TEXT-DECORATION: none;}

LI.Pied {	/* Listes à puces */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 10pt;
		FONT-STYLE: normal;
		FONT-WEIGHT: bold; 
		TEXT-DECORATION: none;}

CAPTION.Pied {	/* Légendes des tableaux */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 10pt;
		FONT-STYLE: normal;
		FONT-WEIGHT: bold; 
		TEXT-DECORATION: none;}

H6.Pied {	/* En-tête taille 1 : Date de dernière mise à jour */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 8pt;
		FONT-STYLE: normal;
		FONT-WEIGHT: bold; 
		TEXT-DECORATION: none;}

A:LINK.Pied {	/* Liens à visiter */
		COLOR: Black;
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 8pt;
		FONT-STYLE: normal;
		FONT-WEIGHT: bold; 
		TEXT-DECORATION: underline;}

A:VISITED.Pied {	/* Liens déjà visités */
			COLOR: darkgray;
			FONT-FAMILY: Arial, Times New Roman, serif;
			FONT-SIZE: 8pt;
			FONT-STYLE: normal;
			FONT-WEIGHT: bold; 
			TEXT-DECORATION: none;}

A:ACTIVE.Pied {	/* Lien courant */
		COLOR: darkgray; 
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 8pt;
		FONT-STYLE: normal;
		FONT-WEIGHT: bold; 
		TEXT-DECORATION: none;}

A:HOVER.Pied {	/* Lien sur lequel le pointeur de la souris est positionné */
		FONT-FAMILY: Arial, Times New Roman, serif;
		FONT-SIZE: 8pt;
		FONT-STYLE: normal;
		FONT-WEIGHT: bold; 
		TEXT-DECORATION: underline;}
