<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*======== PAGE DE BD ========*/
/*-----------Espace BD-----------*/
#pageBD {
	cursor:url('Images/cd.cur'), pointer;
	border: solid black 3px;
	background-color: white;
	width: 100%;
	height: 100%;
	color : rgb(67, 75, 77);
	font-family : arial;
	font-size : 14pt;
	text-align : center;
}
.titre{
	font-family : arberkley, verdana;
	font-size : 40pt;
	text-align : center;
	text-decoration : none;
	color : black;
	margin: 10px 10px 10px 10px;
}
#player{
	visibility: hidden;
	height:10px;
}
/*numéro de la page*/
.numStyle{
	text-align:center;
	font-size : 14pt;
	color:black;
	text-decoration:none;
	margin: 10px 10px 10px 10px;
}
#vignettes{
	text-align : left;
	color: blue;
}

/*-----------Une seule vignette-----------*/
.vignette{
	background-color: white;
	width:400px;
	height:430px;
	border: solid black 1px;
	padding: 12px 12px 12px 12px;
	display: inline-block;
	text-align:justify;
	vertical-align:top;
	position:relative;
}

/*-----------div image-----------*/
.image{
	text-align:center;
	width:100%;
	/*position: absolute;
	bottom:0px;
	left:0px;*/
}
.image img{
	width:300px;
}

.colonneSommaire{
	display: inline-block;
	margin: 20px 50px 20px 50px;
}

/*======== LIENS ========*/
#pageBD a {
	color: rgb(67, 75, 77);
	text-decoration: none;
	font-weight: bold;
}
#pageBD a:visited {
	color: rgb(67, 75, 77);
	text-decoration: none;
	font-weight: bold;
}
#pageBD a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/*======== BOUTON ========*/
.boutonStyle{
	cursor: pointer;
	display:block;
	width:150px;
	line-height:50px;
	text-align:center;
	vertical-align:middle;
	font-size : 12pt;
	background:url(../../Images/bouton.png) no-repeat;
	color:white;
	text-decoration:none;
}
/*============= MENU ========*/
#menu-accueil{
	cursor:url('Images/cd.cur'), pointer;
}
#menu-perso{
	cursor:url('Images/menu-perso.cur'), pointer;
}
#menu-lunettes{
	cursor:url('Images/menu-lunettes.cur'), pointer;
}
</pre></body></html>