/* Mise en Forme Bibliotheques */
body { /* Si marges définies pour les frame ça ne marche pas avec FireFox, seulement avec safari */
	margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:10px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/* color: #CC0000; */
}
img { /* NoOcr , évite que l'utilisateur sélectionne le texte d'une image */
	-webkit-user-select: none; /* !important; */
	cursor: auto; /* default; */
}
.Titre_Page {
	font-size: large;
	font-weight: bold;
	color: #622800;
}
.Titre_Etg {
	/* font-size: medium; */
	font-weight: bold;
	color: #622800;
}
.Text_Page {
	/* font-size: x-small; */
	color: #622800;
}
.Pt_Text_blc {
	font-size: x-small;
	color: #FFFFFF;
}
.Transp_b {
	opacity: 0.4; /* Même valeur que  ImgLnPgB  */
}
.ImgLnPgA {
	opacity: 1;
	transition: 0.3s;
}
.ImgLnPgA:hover {
	opacity: 0.5;
}
.ImgLnPgB {
	opacity: 0.4; /* Même valeur que  Transp_b , 0.7 dans mes autres sites  */
	transition: 0.3s;
}
.ImgLnPgB:hover {
	opacity: 1;
}
table.Tbl_SsBdSsEsp {
	border: 0; /* 1px solid red; */
	border-collapse: collapse; /* separate; */
	/* display: inline-table;
	margin: 1em;
	border: dashed 6px;
	border-width: 6px; */
}
table.Tbl_SsBdSsEsp th, table.Tbl_SsBdSsEsp td {
	border: 0; /* 1px solid green; */
	padding: 0; /* 6px; */
	/* padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 40px; */
}
table.Tbl_Bib3a { /* 3 étagères fond 'a' */
	border: 0; /* 10px solid red; */
	border-collapse: collapse;
	background-image:url('../images/Fd_Biblio_3_avBtn.png');
	background-repeat:no-repeat;
	background-position:left top;
	background-size:1024px 628px; /* 100% 100%; pas contain car rétrécie proportionnellement https://www.w3schools.com/cssref/css3_pr_background-size.php */
}
table.Tbl_Bib3a th, table.Tbl_Bib3a td {
	border: 0; /* 1px solid green; */
	padding: 0; /* 6px; */
	/* padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 40px; */
}
table.Tbl_Bib4a { /* 4 étagères fond 'a' */
	border: 0; /* 10px solid red; */
	border-collapse: collapse;
	background-image:url('../images/Fd_Biblio_4_avBtn.png');
	background-repeat:no-repeat;
	background-position:left top;
	background-size:1024px 820px; /* 100% 100%; pas contain car rétrécie proportionnellement http://www.w3schools.com/cssref/css3_pr_background-size.asp */
}
table.Tbl_Bib4a th, table.Tbl_Bib4a td {
	border: 0; /* 1px solid green; */
	padding: 0; /* 6px; */
	/* padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 40px; */
}
