/* Les commentaires sont au format C
	Conception NM le 23/12/03
	Titres en marron, fonte Times avec sérif
	Les couleurs sont des couleurs garanties pour le web
	Nadine Mauch le 31.12.03
22-may-2007	N.Mauch	Modif des fontes car certaines versions IE affichent un fantasy
			illisible. Pas publié pour l'instant sauf dans l'intranet.
08-jan-2008	N.Mauch	Changement de fontes tous azimuts à mettre en route.
*/
/*		h1 { color: #000080; font-family: "Criter" , fantasy,"Verdana","Arial",sans-serif ;
			font-style: italic ;
			font-weight: bold ; }
		h2, h3, h4, h5, p, td { color: #000080; 
			font-family: "Criter Bold", fantasy, "Verdana","Arial",sans-serif; }
*/			
		h1 { color: #75757c; font-family: "Times New Roman", "Courier", serif ; 
			font-style: italic ;
			font-weight: bold ; }
		h2, h3, h4, p, td { color: #75757c; font-family: "Times New Roman", "Courier", serif ; }

		h1 { font-size : 2.5em; }
		h2 { font-size : 1.8em; }		/* 2,5 */
		h3 { font-size : 1.1em; }
		h4 { font-size : 1.1em; text-decoration: underline; }
		h5 { font-size : 0.8em; }		
		P  { font-size : 1.1em; }
/*   */
		body.accueilRS { background:url(../images/FondEcran.png); }
/*	  */		
		td.normal { font-size: 1.1em; }
		td.rose 	 { background-color:#FFE8E8; }
		td.moyen  { font-size: 0.8em; }		
		td.petit  { font-size: 0.6em; }
		td.blanc  { font-size: 1.1em; background-color: white; color:#75757c; }
		td.gris	 { font-size: 1.1em; background-color: #ceced4; color:#75757c; }
		td.bleu	 { font-size: 1.1em; background-color: #ceced4; color:navy; }
		td.vert	 { font-size: 1.1em; background-color: green; color:white; }		
		td.hidden  { font-size: 1.1em; border-width:medium; border-style:hidden; }
		td.outset { font-size: 1.1em; border-width:medium; border-style:outset; }			
/*   */
		em.alert  { color: #FF0000; }		/* en rouge */
		em.cmd    { color: #00FF00; }		/* en vert  */
		em.navy   { color: #75757c; }		/* en gris */
		em.fuchsia { color:#FF00FF; }		/* en fuchsia */
/*  */
/*					
		li	  {color: #008000; font-family: "Criter Bold", fantasy,
			"Verdana","Arial",sans-serif; 
			font-size: 1.1em; }
*/
/* la couleur sera héritée */
		li	  {color: #75757c; font-family: "Times New Roman", "Courier", serif ; 
			font-size: 1.1em; }

		li.roman  { list-style-type: upper-roman; }					/* listes ordonnées en chiffres romains */
		li.rien   { list-style-type: none; }						/* sans numéros ni sigle */
		li.alpha  { list-style-type: lower-alpha; }					/* listes a, b, c, ... */
		li.coche  { list-style-image: url(../images/ok.png); list-style-position: inside; }
		li.fldrt  { list-style-image:url(../images/1rightarrow.png); list-style-position: inside; }
		li.fldrtbl { list-style-image:url(../images/1rightarrow_blc.png); list-style-position: inside; }
		li.fldrtvr { list-style-image:url(../images/1rightarrow_vert.png); list-style-position: inside; }
		li.fldrtgr { list-style-image:url(../images/1rightarrow_gris.png); list-style-position: inside; }		
/*   */
		a:link    { color: #000080; }		/* en navy */
		a:focus   { color: #AA0000; }		/* en brun */
		a:hover   { color: #FF0000; }		/* en rouge  */
		a:visited { color: #008000; }		/* en vert */
