 .mui-box{
	width: auto;
	border:1px solid black;
	border-top: none;
	border-left: none;
	background-color: #e59b40;
	padding:8px;
	z-index:1001;
}

 .mui-box a {
 	color: #000;
	text-decoration: underline;
}


.mui-box-screen{
	background-color:#EFEFEF;
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	opacity:0.3;
}


/**
 * ToolTips Calendrier
 */
.tip			{ width:295px; font-size: 0.9466667em; background-color: #eaeeef; border: 1px solid #3d4041; z-index: 999; zoom: 1; }
.tip-top		{ border: none; }
.tip-title		{ color:#293e58; font-weight:bold; margin:5px 10px 0 10px; border: none; }
.tip-text		{ color:#404c5c; padding: 0 10px 10px 10px; border: none; }
.tip-bottom		{ border: none; }
 
.tip-title ul {
	margin-bottom: 0;
}
.tip-title li {
	margin-top: 3px;
}
