/* Contenu de la home */


/* Decor */
#filet {
	position: absolute;
	left: 697px;
	top: 143px;
	width: 1px;
	height: 177px;
	overflow: hidden;
	background-color: #ccc;
}


/* Présentation */
#presentation {
	position: absolute;
	left: 598px;
	top: 56px;
	width: 269px;
	height: auto;
	max-height: 100px;
	overflow: hidden;
	font-size: .9em;
	text-align: right;
	z-index: 20;
}


/* Livres recents */
#recent {
	position: absolute;
	left: 240px;
	top: 93px;
	width: 676px;
	height: 214px;
	padding: 44px 35px 20px;
	background: url(../images/fondnouveau.jpg) 0 0 no-repeat;
	z-index: 10;
}
.qtip h2 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}
.qtip p {
	margin: .4em 0;
	text-align: left;
}
.qtip .auteur {
	font-size: 1em;
	font-style: italic;
	font-family: Georgia, Times;
	margin-bottom: .7em;
	border-bottom: 1px dotted #ddd;
}
.qtip .description {
	font-size: 1.1em;
	line-height: 1.2em;
}
.qtip .prix {
	font-size: 1.2em;
	font-weight: bold;
	margin: .6em 0;
	padding-bottom: 1em;
	color: #903;
}
#recent a, #recent a:visited { color: #000; }
#recent a:hover { color: #4896f3; }

.stepcarousel {
	position: relative; /* leave this value alone */
	overflow: scroll; /* leave this value alone */
	width: 600px; /* Width of Carousel Viewer itself */
	height: 170px; /* Height should enough to fit largest content's height */
}
.stepcarousel .belt {
	position: absolute; /* leave this value alone */
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /* leave this value alone */
	overflow: hidden; /* clip content that go outside dimensions of holding panel DIV */
	margin: 0 5px; /* margin around each panel */
	width: 117px; /* Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel .panel img {
	border: 1px solid #666;
}
.tip { visibility: hidden; }

/* Actualités */
#actus {
	position: absolute;
	left: 262px;
	top: 339px;
	width: 632px;
	height: 267px;
	font-size: .9em;
	background: url(../images/fondactus.jpg) 0 0 no-repeat;
	padding: 
}
#actus h2 {
	font-size: 1em;
	font-weight: bold;
	margin: -3px 0 0;
	padding: 0;
}
#actus h2 a, #actus h2 a:visited {
	border-bottom: 1px dotted 8da8d0;
	color: #000;
}
#actus h2 a:hover { color: #4896f3; }
#actus hr { margin: .8em 0 1em; }

/* partie scrollable */
div.scrollable {	
	position:relative;
	overflow:hidden;
	top: 43px;
	left: 25px;
	width: 551px;
	height: 203px;
}
div.scrollable div.items {	
	position:absolute;
	height:20000em; 
}

/* scrollbar */
div.scroll {
	position: absolute;
	left: 605px;
	top: 60px;
	width: 2px;
	height: 172px;
	background: url(../images/scroll.gif) 0 0 no-repeat;
}
#actus a.go {
	display: block;
	position: absolute;
	left: 595px;
	top: 40px;
	width: 22px;
	height:19px;
	background:url(../images/up.gif) no-repeat;
	margin: 0;
	padding: 0;
	cursor:pointer;
}
#actus a.go:hover { background-position: 0px -19px; }
#actus a.go.down {
	top: 233px;
	background-image: url(../images/down.gif);
}
