h1 {
	font-size: 14px;
	font-weight: bold;
	color: #af2f32;
}

h2 {
	margin: 30px 0px 18px 0px;	
	font-size: 13px;
	font-weight: bold;
	color: #484848;	
}

h3 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666;
}

table#calendrier_eve h3 {
	border-top:#000 dashed 1px;
	display:block;
	padding-top:10px;
}


h4 {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

h1#imgTitre{
	margin:20px 0 0 15px;
	padding:0 0 0 0;
	border:none;
}
h1.cache{
	display:none;
}
h2.cache{
	display:none;
}
h2#imgTitre{
	margin:20px 0 0 15px;
	border:none;
}
/* TITRE DE SECTION pas H1*/
.imgTitre{
	margin:20px 0 0 15px;
	border:none;
}
/* FIN TITRE DE SECTION */	

/* boite recherche */
#recherche{
	background-color:#343434;
}
/* fin boite recherche */

p {
	font-size: 10px;
	color: #333;
	line-height: 18px;
}	
	
td { /* Cellule de tableau générale */
	font-size: 10px;
	color: #333;
	line-height: 18px;
}

.legende {
	font-size: 10px;
	color: #666;
} 

/*Liste Pdf*/
ul.listePdf, ul.listeLiens {
	width:auto;
}

/* LIENS PAR DÉFAUT */	
a {
	color: #333;
	text-decoration: underline;
}

a:visited {
}

a:hover {
	color: #999;
	text-decoration: none;
}

/* MENU UTILITAIRES - FOND PÂLE */
.lightBg {
	background-color: #EFEFEF;
}
/* MENU UTILITAIRES - FOND MÉDIUM */
.mediumBg {
	background-color: #E7E7E7;
}
/* MENU UTILITAIRES - FOND FONCÉ */
.darkBg {
	background-color: #CECECE;
}	

#plan {
	margin:0 0 0 5px;
	padding:0 5px 5px 0;
	background:url(/pls/portal/docs/page/librairie_fr/images/point175.gif) no-repeat top;
	width: 153px; /* Pour Mozilla à cause du Box Model 
					 185px - Valeur de gauche (padding:10px et bordure:1px) - 
									 valeur à droite (padding:10px et bordure:1px) */
	_width: 175px; /* Pour IExplorer */		
}

	/* Calqué sur ePlan pour reproduire le style original sur ce type de lien */
	/* Mais simplifié pour éviter les répétitions inutiles (du genre font-family...) */
	#plan a {
		font-size:9px;
		color: #000;
		font-weight:bold;
		text-decoration:none;
	}
	
	#plan a:link {
		font-size:9px;
		color: #000;
		font-weight:bold;
		text-decoration:none;
	}
	
	#plan a:visited {
		font-size:9px;
	}
	
	#plan a:hover {
		text-decoration:underline;
	}
	
/* MENU UTILITAIRES ET SA LISTE */

table.menu_utilitaires {
	margin: 0px 5px 0px 5px;	
	width: 175px;
}
	table.menu_utilitaires td {
		padding: 7px 10px 7px 10px;	
		font-size: 9px;
		color: #333333;			
	}
		
table.menu_utilitaires ul {
	margin: 0px; 
}

	table.menu_utilitaires ul li {
		color: #333333;	
		font-size: 9px;						
	}
	
	@media screen { /* Affichage de la liste à l'écran */
		table.menu_utilitaires ul li {
			padding-left: 10px;
			background: url(/pls/portal/docs/page/librairie_fr/images/ic_li_dr.gif) no-repeat 0px 8px;		
		}
	}
	
	@media print { /* Impression de la liste */
		table.menu_utilitaires ul li {
			list-style-type: disc;
			_list-style-image: url(/pls/portal/docs/page/librairie_fr/images/ic_li_dr.gif);	
		}
	}		
	
	table.menu_utilitaires ul li a:link {
		color: #333333;
		font-weight: normal;
		text-decoration: underline;
		font-size: 9px;		
	}	
	table.menu_utilitaires ul li a:visited {	
		color: #333333;
		font-weight: normal;
		text-decoration: underline;
		font-size: 9px;			
	}	
	table.menu_utilitaires ul li a:hover {	
		color: #666666;
		font-weight: normal;
		text-decoration: underline;
		font-size: 9px;	
	}	
	table.menu_utilitaires ul li a:active {		
		color: #333333;
		font-weight: normal;
		text-decoration: underline;	
		font-size: 9px;	
	}	

