@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity=0.5);
	opacity: 0.5;
}

.tooltipContent
{
	background-color: #DDE474;/*#FFFFCC*/
	font-size: smaller;
	text-align: center;
	padding:7px 5px 5px 7px; /*padding haut droit bas gauche */
	
	box-shadow: 3px 3px 3px black inset;
	/* 4 coins arrondis */
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px; 
}
