@charset "utf-8";
/* CSS Document */
img {
	border: none;
}
/* ---------- bibliotheque ----------------------- */
.books {
	
	list-style: none;
	margin: 0;
	padding: 0;
	width: 530px;
}
.books li {
	padding: 15px;
	margin: 0;
	float: right;
	position: relative;
	width: 130px;
	height: 192px;
}
.books li:hover img {
	border-color: #000;
}
.books img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.books em {
	background: #069;
	color: #fff;
	font: 100%/140% Georgia,serif;
	font-style: italic;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.books a {
	text-decoration: none;
}
.books a:hover em {
	color: #069;
	background: #fff url(../francais/images/orange-gradient.gif) repeat-y;
	border-color: #069;
}
#welcometxt{
	clear:both;
}
a.biblink {
	text-decoration:none;
	color: #36C;
}
a.biblink:hover{
	color: #F90;
	text-decoration: none;
}
	