/*
	LUMIERE (COMMUN)
	----------------
	S. Barré 08/99
	
	portabilité:	- IE: les indications de bordures spécifiques ne semblent
					  êtres comprises qu'en notation shorthand (border:)
					  IE: ces bordures s'etendent sur tt la largeur.
					- pb avec small et smaller
*/

/*
	ELEMENTS HTML
	-------------
*/	

code {
	font-family: "Monotype.com", "Courier New", Courier, monospace;
}
hr.hr-fin {
	text-align: left;
	width: 50%;
}
blockquote, q { 
	font-style: italic;
}
div.div-exemple {
	/* font-size: 0.9em; */
	margin-left: 2em;
	/*	margin-right: 2em; */
	padding: 5px;
	width: auto; 
}
div.div-important { 
	font-style: italic;
	margin-left: 2em;
}
div.div-note { 
/*	font-size: 85%; */
	font-style: italic;
	margin-left: 2em;
	padding-left: 5px;
}
em.em-col-a { 
}
em.em-nom-film, em.em-nom-ecrit { 
	font-style: normal;
	font-weight: bold; 
}
td.td-titre-section {
	font-size: 0.9em; 
	font-family: verdana,helvetica,arial,sansserif
}

/* les tableaux de données */

table.table-reduit {
	font-size: 0.85em; 
}
td.td-legende {
	font-weight: bold; 
}
th.th-legende {
	font-weight: bold; 
}
tr.tr-legende {
	font-weight: bold; 
}

/* Gerer explicitement les imbrications en attendant que cela soit fait automatiquement ! */

cite em { 
	font-style: normal;
}
blockquote em { 
	font-style: normal;
}
q em { 
	font-style: normal;
}
div.div-important em { 
	font-style: normal;
}
div.div-note em { 
	font-style: normal;
}


/*
	STYLES TEMPORAIRES
	-------------------
*/	

body { 
	font-family: Georgia, Georgia, Times, serif;
/*	text-align : justify; */
}

/* pour ce stupide netscape */

td, ul, ol, li, dl, dt, p, h1, h2, h3, h4, h5, h6 { 
	font-family: Georgia, Georgia, Times, serif;
}

p.p-police-fixe { 
	font-family: "Courier New", Courier, monospace;
}


/*
	STYLES INDEPENDANTS
	-------------------
*/	

.nom-fichier {
	font-family: "Courier New", Courier, monospace;
}

.notation {
	font-family: "Courier New", Courier, monospace;
}