	/* Auteur : Jean Philippe Grondin */
	
  /* PAGE DE 3IÈME NIVEAU */

	/* Entête du voir aussi (header) */
	.eHd_1_voir {
		background-color: #666666;
	}
	/* Entête du voir aussi (header) */
	.eHd_2_voir {
		background-color: #CCCCCC;
	}
	/* Corps du voir aussi (body) */
	.eBd_voir {
		background-color: #E7E7E7;
	}
	
	h1 {
		font-size: 14px;
		font-weight: bold;
		color: #8C0000;
	}
	
	.e_stitre {
		font-size: 10px;
		font-weight: bold;
		color: #333333;	
	}
	
	h2 {
		margin: 30px 0px 18px 0px;	
		font-size: 13px;
		font-weight: bold;
		color: #666666;	
	}
	
	h3 {
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color: #333333;
	}
	
	p {
		font-size: 11px;
		color: #333333;
		line-height: 18px;
	}	
		
	td { /* Cellule de tableau générale */
		font-size: 11px;
		color: #333333;
		line-height: 18px;
	}
	
	.legende {
		font-size: 10px;
		color: #666666;
	} 
	
	
	/* LISTE PAR DÉFAUT */
	ul {
		margin: 10px 15px 0px 15px;
		padding:0px; 	
		list-style-type: none;
	}
	
		ul li {
			line-height: 18px;
			color: #333333;
			font-size: 11px;
		}
	
		@media screen { /* Affichage de la liste à l'écran */
			ul li {
				padding: 1px 0px 1px 16px;
				background: url(/pls/portal/docs/page/librairie_fr/images/fleche_noir.gif.gif) no-repeat 5px 8px;				
			}
		}
		
		@media print { /* Impression de la liste */
			ul li {
				list-style-type: disc; /* Mozilla */
				_list-style-image: url(/pls/portal/docs/page/librairie_fr/images/fleche_noir.gif);	/* IExplorer */
			}
		}		
			
	/* LIENS PAR DÉFAUT */	
	a:link {
		font-size: 11px;
		line-height: 18px;
		color: #333333;
		text-decoration: underline;
	}
	a:visited {
		font-size: 11px;
		line-height: 18px;
		color: #333333;
		text-decoration: underline;
	}
	a:hover {
		font-size: 11px;
		line-height: 18px;
		color: #999999;
		text-decoration: underline;
	}
	a.legende:active {
		font-size: 10px;
		line-height: 18px;
		color: #333333;
		text-decoration: underline;
	}
		

/***** FIN PAGE DE 3IÈME NIVEAU *****/