/* Tips CSS */
* {margin:0px; padding:0px}

.tool-tip {
	color: #242424;
	/*width: 224px;*/
	z-index: 13000;
	text-align:left;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #060708;
	padding: 8px 8px 8px 12px;
	background:#FEFEFE;
	/*background:url(../images/tipsBG3.gif) top left;*/
}

.tool-text {
	font-size:1.1em;
	padding: 4px 8px 8px 12px;
	color:#aea6a6;
	/*text-align:justify;*/
	background:url(../images/tipsBG3.gif) bottom right;
}

.tool-text ul {padding:0 0 0 17px}
.tool-text ul li {list-style-type:disc}

.custom-tip {
	color: #242424;
	width: 300px;
	z-index: 13000;
	text-align:justify;
	
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #060708;
	padding: 10px 10px 10px 10px;
	border: 1px solid #990000;
	background:#FEFEFE;
	/*background:#FEFEFE url(../images/puceInfos.gif) no-repeat;*/
	/*background-position:98% 3px;*/
}
 
.custom-text {
	font-size: 11px;
	padding: 8px 8px 8px 12px;
	background: #FEFEFE;
	
}

