body,html {
	margin: 0px;
	padding: 0px;

}


A:link    	{
	color:#497100;
	font-weight: bold;
	text-decoration: none
}
A:visited 	{
	color:#497100;
	font-weight: bold;
	text-decoration: none
}
A:active  	{
	color:#497100;
	font-weight: bold;
	text-decoration: none
}
A:hover  	{
	color:#497100;
	font-weight: bold;
	text-decoration: underline
}

td {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
}

input {
	background-Color:#E4FF93;
	border:1 #dddddd;
	font-size: 12px;
}

.titre {
	font-size: 20px;
	font-weight: bold;
	color: #8CC642;
}

.exemple {
	padding: 10px;
	height: auto;
	width: auto;
	display: block;
	border: 1px dotted #98d14b;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 300px;
	border: 1px solid black;
	padding: 7px;
	background-color: #000000;
	color:#FFFFFF;
	font-family: Tahoma,Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

