#div_bookshelf{
	text-align:left;
	margin-top:10px;
	width: 714px;
	height: 326px;
	background: url(../../img/bookshelf/bs_background.png) no-repeat;
}

#div_header_bookshelf{
	font-family: Trebuchet MS;
	font-size: 23px;
	padding-top: 15px;
	padding-left: 28px;
}

#div_the_bookshelf{
	text-align: center;
	/*margin-top: 64px;*/
}

#div_footer_bookshelf {
	z-index:10;
	position:relative;
	top:-210px;
	left:50px;
	width:271px;
}

.bookshelf_top_center{
	width: 230px;
	height:10px;
	background: url(../../img/bookshelf/top_center.png) repeat-x bottom;
}

.bookshelf_tile_right {
	width:15px;
	background: url(../../img/bookshelf/right_tile.png) repeat-y;
}

.bookshelf_tile_left {
	width:10px;
	background: url(../../img/bookshelf/left_tile.png) repeat-y;
}

.bookshelf_center{
	width: 230px;
	background: url(../../img/bookshelf/center.png) repeat-x #CCCCCC;
	
}

.bookshelf_bottom_center{
	width: 230px;
	background: url(../../img/bookshelf/bottom_center.png) repeat-x;
}

.bookshelf_titre {
	font-family: Trebuchet MS;
	font-size:14px;
	color: #646464;
	font-weight: bold;
	text-align:left;
	padding-top:5px;	
	padding-left:0px;	
}

.bookshelf_auteur {
	font-family: Trebuchet MS;
	font-size:11px;
	color: #646464;
	font-weight: bold;	
	text-align:left;
	padding-top:5px;	
	padding-left:0px;	
	padding-bottom:10px;
}

.bookshelf_prix {
	font-family: Trebuchet MS;
	font-size:14px;
	color: #F49C29;
	font-weight: bold;
	text-align:left;
	padding-top:10px;	
	padding-left:0px;	
}