/* Cluetip design */

#cluetip-outer {
		margin-bottom:20px;
		margin-left:20px;
		width:325px;
		height:150px;
		background: transparent url('../img/categories_bg.gif') no-repeat top left;
		text-align:right;
		opacity:0.95;
	}
	
	#cluetip-inner div.bloc_left{
		float:left;
		width: 140px;
	}
	#cluetip-inner div.bloc_left img {
		display:block;
		position:relative;
		top:-10px;
	}
	#cluetip-inner div.bloc_right {
		float:left;
		width:175px;
		padding-top:30px;
		padding-right:10px;
	}
	#cluetip-inner div.bloc_right .title_desc{
		min-height:100px;
	}
	#cluetip-inner div.bloc_right .title_desc h4{
		font-size:18px;
		font-weight:normal;
		color:#64A9B4;
	}

/* END Cluetip design */

#scenes .screen_scene {
	margin:0 auto;
}

#scenes a.cluetip{
	display:block;
	position:absolute;
	text-decoration:none;
}

/*TMP*/
#scenes a.cluetip span{
	background:transparent url(../img/icon/cible.gif) no-repeat scroll center center;
	color:black;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	height:23px;
	padding-top:5px;
	text-align:center;
	width:23px;
}
/*TMP*/

#scenes .thumbs_banner{
	margin:10px auto;
	width:100%;
}

#scenes .thumbs_banner .space-keeper{
	width:25px;
	float:left;
	display:block;
	height:100%;
}

#scenes .thumbs_banner .space-keeper a.prev{
	background:transparent url(../img/icon/serial_scroll_left.gif);
	display:none;
	width:25px;
	text-align:center;
	font-size:1.5em;
	text-decoration:none;
	background-color:#EEE;
}

#scenes .thumbs_banner #scenes_list{
	overflow:hidden;
	width:504px;
	float:left;
	border:1px solid #EEE;
}

#scenes .thumbs_banner #scenes_list ul{
	list-style-type:none;
}

#scenes .thumbs_banner #scenes_list ul li{
	float:left;
}

#scenes .thumbs_banner #scenes_list ul li a{
	display:block;
}

#scenes .thumbs_banner a.next {
	background:transparent url(../img/icon/serial_scroll_right.gif);
	width:25px;
	float:left;
	display:block;
	text-align:center;
	font-size:1.5em;
	text-decoration:none;
	background-color:#DDD;
}

