Array
(
    [images] => on
)
/*
	couleurs de Betelgeuse :
		jaune pale RGB(253,253,179)
		jaune RGB(241,235,51)
		vert RGB(73,144,24) (ancien RGB(92,147,64))
		vert foncé RGB(70,90,60)


/*Style général */

select, option, form, input {background:url(leo_fond2.jpg);color:RGB(253,253,179);}
body
{	
/*	font-family:; */
	font-size: 12pt;
	text-align:left;
	padding:0;
	background:RGB(253,253,179);
	color:white ;
}

div#fond2
{ background:url(leo_iumsF.gif) no-repeat bottom right fixed;
	z-index:99;}

div#fond1
{ 	background:url(leo_desert.jpg) no-repeat RGB(73,144,24);}

/*les liens : */
a
{
	text-decoration:underline;
	font-weight:bold;
	color:white;
/*	white-space:nowrap; */
}
a:link {
 }
a:visited { }
a:hover { color:RGB(253,253,179); }
a:active { }

/* La boite de connection */
h2
{
	text-align: left;
	font-weight: bold;
}
#login {	background-color:transparent;
}

/* la liste de BDthèques */
/* Le nom de la BDthèque */
h1	{
	display:block;
/*	height:477px; */
/*	float:left; */
	font-size:40px;	
/*	background:transparent url(leo_iumF.gif) no-repeat;  */
	text-align:left;
	padding:5px;
	padding-left:300px;
	color:RGB(70,90,60);
}

/* la présentation */
/* le nb de BD */
p, pre	{ 
	clear:left;
	background-color:transparent;
	color: white; font-size: 12pt;
	text-align: center; text-indent: 15pt;}
div#comptes	{clear:left;}

/* la liste des BD */
table {
	border:solid white 2px;
	-moz-border-radius:20px;
	margin:20px;
	margin-left:20%; width:60%;
	background:transparent;}
th {text-align:center;font-weight: bold;height:50px;}
#listebds th span {display:none;}
td {background-color:transparent;}
th.serie {background:no-repeat url(leo_serie.gif) 40%; width:40%}
th.bd {background:no-repeat url(leo_tome.gif) 40%;}
td.serie a{
	display : block;
	height : 30px;
	padding-left:70px;
}
td.serie a:link { background:transparent no-repeat url(leo_gregoire.gif);}
td.serie a:visited {background:transparent no-repeat url(leo_gregoire2.gif);}
td.serie a:hover { background:transparent no-repeat url(leo_gregoire3.gif);}
a:active { }


/* les couv séries par séries */
#listebds{
	margin:20px;
}

.couverture img	{border:solid RGB(73,144,24) 2px;}
.couverture img:hover	{border:solid RGB(241,235,51) 2px;}
.couvertures { padding-top:5px;}

.titre  { 
	display:block;
	text-align:center; 
	width:160px;
	padding:2px;
	margin:2px;	
	margin-left:-5;
	border:solid RGB(241,235,51) 2px;
	-moz-border-radius:10px;
	text-decoration:none;
	background:url(leo_fond2.jpg) RGB(70,90,60);
}
.titre a { padding-left:30px; display:block; }
.titre a:link, .titre a:visited {	background:transparent no-repeat url(leo_ium.gif);}
.titre a:hover {background:transparent no-repeat url(leo_ium2.gif);}



	