<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DIV de chaque page ---------------------------------------------------------------- */
#dmenu{
	position : absolute;
	top : 110px;
	left : 3px;
	width : 205px;
	padding : 0px;
	margin : 0px;
}
#dtitre{
	background-image : url(../Images/Titre_Bibliotheque_2009.jpg);
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	height : 100px;
	padding : 3px;
	margin : 0px;
}
#dcontenu{
	position : absolute;
	top : 110px;
	left : 210px;
	width : 79%;
	height : 80%;
	padding : 0px 0px 0px 5px;
	margin : 0px;
	overflow : auto;
}
/* TITRE DU MENU ---------------------------------------------------------------- */
h1.menu {
	background-image : url(../Images/Livre1.gif);
	color : yellow;
	font : italic 14pt Georgia;
	width : 180px;
	margin : 5px 0px 0px 0px;
	padding : 50px 20px 10px 0px;
	text-align : center;
}
h2.menu {
	background-image : url(../Images/Menu2.gif);
	color : yellow;
	font : bold 10pt Georgia;
	margin : 0px 0px 0px 0px;
	padding : 0px 15px 0px 15px;
}
/* TITRES ---------------------------------------------------------------- */
h1 {
	color : rgb(58,41,125);
	font : bold italic 16pt Georgia;
	margin-top : 20px;
	margin-bottom : 10px;
	text-align : center;
}
h2 {
	color : rgb(110,110,253);
	font : bold 14pt Georgia;
	margin-top : 12px;
	margin-bottom : 6px;
}
/* STYLE DE PARAGRAPHES ---------------------------------------------------------------- */
p {
	font : Georgia;
	text-align : justify;
	margin-top : 3px;
	margin-bottom : 6px;
}
p.alphabet {
	font : bold 16pt Verdana;
	margin : 10px 20px 10px 20px;
	text-align : center;
}
p.auteur {
	font : bold italic Verdana;
	margin-right : 50px;
	margin-bottom : 20px;
	text-align : right;
}
p.image {
	margin-top : 6px;
	margin-bottom : 12px;
	text-align : center;
}
p.liensBP {
	font : 10pt;
	padding-top : 6px;
	padding-bottom : 6px;
	margin-top : 20px;
	margin-left : 30px;
	margin-right : 30px;
	background-color : aqua;
	text-align : center;
}
p.maj {
	font : italic 8pt Verdana;
	margin-right : 50px;
	margin-left : 400px;
	margin-top : 50px;
	margin-bottom : 20px;
	text-align : right;
	border-color : silver;
	border-top-style : solid;
}
p.new {
	color : red;
}
p.presse {
	font : italic Arial;
	margin-right : 50px;
	margin-top : 3px;
	margin-bottom : 6px;
	text-align : right;
}
p.spe {
	font : bold;
	color : red;
	background-color : yellow;
	padding : 5px 5px 5px 5px;
	text-align : justify;
}
p.web {
	font : 8pt;
	text-align : center;
}
/* STYLE DE PARAGRAPHES POUR LES LIVRES---------------------------------------------------------------- */
p.livtit {
	font : bold 14pt Verdana;
	margin-bottom : 10px;
}
p.livaut {
	margin-bottom : 5px;
}
p.livedt {
	font : italic Verdana;
	margin-bottom : 5px;
}
p.livres {
	font : italic 10pt Verdana;
	margin-bottom : 5px;
}
/* POUR LES ACTUALITES ---------------------------------------------------------------- */
span.actu1 {
	font : 10pt Verdana;
	color : red;
}
span.actu2 {
	font : 10pt Verdana;
}
ul {
	margin-left : 20px;
}
/* POUR LA PAGE plan du site ---------------------------------------------------------------- */
p.plan {
	font : 12pt;
	background-color : yellow;
	margin : 10px 5px 0px 3px;
	padding : 3px 3px 3px 3px;
}
p.plan2 {
	font : 10pt;
	margin : 0px 5px 0px 10px;
}
p.plan3 {
	font : italic 8pt;
	margin : 0px 5px 0px 30px;
}
p.plan4 {
	font : 8pt;
	margin : 0px 5px 0px 50px;
}
/* POUR LES LIENS ---------------------------------------------------------------- */
li.lien {
	margin-top : 0px;
	margin-bottom : 20px;
}
a.menu:link {
	color : yellow;
	text-decoration : none;
}
a.menu:visited {
	color : yellow;
	text-decoration : none;
}
a.menu:focus {
	color : red;
	text-decoration : none;
}
a.menu:hover {
	color : red;
	background-color : none;
	text-decoration : none;
}
a.smenu:link {
	color : blue;
	text-decoration : none;
}
a.smenu:visited {
	color : blue;
	text-decoration : none;
}
a.smenu:focus {
	color : red;
	text-decoration : none;
}
a.smenu:hover {
	color : red;
	background-color : none;
	text-decoration : none;
}
a:link {
	color : blue;
	text-decoration : none;
}
a:visited {
	color : blue;
	text-decoration : none;
}
a:focus {
	color : red;
	text-decoration : none;
}
a:hover {
	color : red;
	background-color : yellow;
	text-decoration : none;
}
</pre></body></html>