body {
    margin-top: 220px;
	margin-left: 100px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	background-image: url(../images/back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#content {
    width: 900px;
    margin-top: 220px;
    padding-left: 150px;
    text-align: justify;
}

div#copyright {
    relative: absolute;
    bottom: 0px;
    padding-top: 10px;
    padding-left: 60px;
}

img {
    border: none;
}

.Petit {
  font-size: 10px;
  color: #999999;
}
a {
	color: rgb(40, 100, 150);
	text-decoration: underlined;
	font-weight: bold;
}


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
