
/**
 *	Remote
 */
#remote {
	position:absolute; left:52%; top:0px; z-index:30;
	display:block;
	margin-left:483px; padding:5px 0 0;
	list-style:none; 
	padding-top: 0;
}

#remote li {
	position:relative;
	margin-bottom:5px;
	/*margin-bottom:80px;*/
}
#remote li a {
	display:block;
	width: 0.3125rem;
    height: 1rem;
	background-color:#000;
	transition: 0.2s ease;
}
#remote li.on a, #remote li a:hover, #remote li a:focus {
	width: 0.3125rem;
    height: 2rem;
	background-color:#e9041e;
}
#remote .tooltip {
	position:absolute; top:0; right:10000px;
	display:block;
	margin-top:7px; padding:0;
	width:250px;
	line-height:1.25;
}
#remote .tooltip .visu {
	float:left; 
	margin-right:10px;
	height:80px;
}
#remote li a:hover .tooltip, #remote li a:focus .tooltip {
	right:18px; z-index:25;
}
#remote .tooltip-inner {
	padding:10px;
}
#remote li .tooltip {background-color:#e9041e; color:#fff;}
#remote .tooltip .sprite {
	position:absolute; top:50%; right:-5px;
	margin-top:-6px;
	width:6px; height:12px;
	background:url(../images/picto/sprite-arrows-tooltip.png) no-repeat -14px 0;
	background-position:0 -24px;
}

#remote .color6 .tooltip .sprite {background-position:-6px 0;}