@charset "utf-8";
/********************************/
/*         CSS ToolTip          */
/********************************/
.Tooltip {
	background-color: #FFFFFF;
	max-width:300px;
	width:300px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
	border: 1px solid #999;
	visibility:hidden;
	z-index:10000;
}
.TooltipIdentification {
	background-color: #FFFFFF;
	max-width:300px;
	width:300px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
	border: 1px solid #999;
	/*visibility:hidden;*/
	z-index:10000;
}	
#colDroiteInt .Tooltip, #divColDroite .Tooltip, .divInformationIdBloc .Tooltip {
	margin-left: -285px;
	margin-top: 22px;
}
#colGaucheInt .Tooltip {
	margin-left: -25px;
	margin-top: 22px;
}
.Tooltip {
	margin-left: -117px;
	margin-top: 22px;
}
.Tooltip_Title {
	background-color: #d4e6ed;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../Images/ToolTip/help.png);
	background-position: 8px center;
	background-repeat: no-repeat;	/*_width: inherit;*/
}
.Tooltip_Title_Close {
	background-image: url(../Images/ToolTip/icon_close.png);
	height: 16px;
	width: 16px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	float: right;
	position: absolute;
	top: 6px;
	_top:-25px;
	right: 6px;
	overflow: hidden;
	border: none;
}
.Tooltip_Content {
	padding: 10px;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}