Array
(
    [images] => off
)
/*
Pascal dit :
ton pb de margin
Pascal dit :
c'est sur quelle skin ?
Pascal dit :
remplace ton margin:2px;
Pascal dit :
par un .couvertures {
padding-top:2px;
}
Pascal dit :
c'est le position:absolute des couv qui fout la merde
*/

/*Style général */

input, body, select
{	background:RGB(4,142,197); color:white /*RGB(0,16,82)*/;}

body
{	
/*	font-family:; */
	font-size: 12pt;
	background:RGB(4,97,158) url(leo_fond.jpg) ;
	text-align:left;
	padding:5px;
}

div#fond1
{ background:url(leo_gregoireF.gif) no-repeat 90% 20% fixed }

/*les liens : */

a
{
	text-decoration:underline;
	color:RGB(119,212,227);
/*	white-space:nowrap; */
}
a:link {
 }
a:visited { }
a:hover { }
a:active { }

/* La boite de connection */
h2
{
	background-color:transparent;
	text-align: left;
	font-weight: bold;
}
#login {}

/* la liste de BDthèques */
/* Le nom de la BDthèque */
h1	{
	display:block;
/*	height:276px; */
/*	float:left; */
	font-size:40px;	
/*	background:transparent url(leo_iumF.gif) no-repeat;  */
	text-align:left;
	padding:5px;
	padding-left:300px;
	color:RGB(3,35,58);
}

/* la présentation */
/* le nb de BD */
p, pre	{ 
	clear:left;
	background-color:transparent;
	color: #black; 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 */
.couverture img	{border:solid white 2px;}
.couverture img:hover	{border:solid RGB(4,142,197) 2px;}
.couvertures { padding-top:5px;}

.titre  { 
	display:block;
	text-align:center; 
	width:160px;
	padding:2px;
	margin:2px;	
	margin-left:-5;
	border:solid white 2px;
	-moz-border-radius:10px;
	text-decoration:none;
	background-color:RGB(4,142,197);
}
.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);}



	