/* =================================================================================
** Tooltip
*/
@import "cdcReset.css";

div.tooltip {
    border: 2px solid #579abc; 
    padding: 10px 0px 10px 40px; 
    position: absolute; 
    background-color : #fff;
    opacity: 1;
	/*filter: alpha(opacity=100);*/
	display : inline;
}

div.tooltip ul {
    list-style-type : none;
	display : inline;
}

div.tooltip ul li {
    float : left;
    clear : both;
    background-position : left center;
    background-repeat : no-repeat;
    padding-left : 20px;
    padding-top : 9px;
    height : 20px;
    vertical-align : middle;
    font-weight : bold;
	display : inline;
	margin-right : 20px;
}

div.tooltip-load {
    background-image:url("/img/load.gif");
    background-position : center center;
    background-repeat : no-repeat;
    width:130px;
    height:40px;
}

/* =================================================================================
** Message  dans la tooltip
*/
div.tooltip p {
	font-size: 12px;
	text-align: left;
}

div.tooltip h1 {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
    margin-right : 20px;
	color: #f5a700;
	background: #ffffff;
}

div.tooltip h2 {
	text-align: left;
    font-size : 14px;
    font-weight : bold;
    border-bottom : 1px solid #416bf6;
    margin-bottom : 1em;
    margin-right : 20px;
}

div.tooltip h5 {
	text-align: left;
	font-size: 12px;
    font-weight : normal;
	font-style: italic;
    margin-right : 20px;
}

