/**
 * Affichage de l'illustration
 */
 
div.illustrations {
	position: relative;
	height: 295px;
	width: 800px;
	margin: 0px -25px 50px -25px;
}
 
dl.illustration {
	padding: 0px;
	position: relative;
	margin: 0px -25px 50px -25px;
}

div.illustrations dl.illustration {
	margin: auto;
	position: absolute;
}

dl.illustration dd {
	margin: 0px;
	padding: 0px;
}

dl.illustration dt, dl.illustration dd.comment, dl.illustration dd.footer {
	padding-left: 20px;
	position: absolute;
	color: white;
	left: 0px;
}

dl.illustration dt, dl.illustration dd.comment h1,
div.illustrations dl.illustration dt h1  {
	color: white;
	font-size: 1em;
}

dl.illustration dt a, dl.illustration dd.comment a, dl.illustration dd.footer a {
	color: white;
	text-decoration: underline;
}

dl.illustration dt a:hover, dl.illustration dd.comment a:hover, dl.illustration dd.footer a:hover {
	text-decoration: none;
}

dl.illustration dt {
	top: 10%;
	font-size: 1.7em;
	line-height: 1em;
	text-align: left;
	width: 50%;
}

dl.illustration dd.comment {
	top: 35%;
	font-size: 1.1em;
	width: 40%;
}

dl.illustration dd.footer {
	bottom: 10%;
	font-size: 1.4em;
	line-height: 1em;
	width: 35%;
}


/** NEW **/

dl.illustration dt {
	display: none;
}

dl.illustration dd.comment {
	top: 10%;
	font-size: 1.7em;
	line-height: 1em;
}

div.illustrations dl.illustration dt {
	display: inline;
	font-size: 1.7em;
	line-height: 1em;
}

div.illustrations dl.illustration dd.comment {
	top: 35%;
	font-size: 1.1em;
	width: 40%;
}

#pageflip {
	position: relative;
	margin-right: -25px;
}

#pageflip img {
	width: 60px;
	height: 62px;
	z-index: 99;
	position: absolute;
	right: 0px;
	top: 0px;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 50;
	right: 0px;
	top: 0px;
	text-indent: -9999px;
	background: url(/img/public/page_flip_pro.png) no-repeat right top;
}

div.infos {
	margin-top: 50px;
}
