#note {
	z-index: 10;
	background: url(../images/post-it.png) no-repeat;
	position: absolute;
	top: 215px;
	left: 51%;
	width: 188px;
	height: 171px;
	padding-top: 3px;
	cursor: move;
}
#note #note-texte {
	width: 145px;
	height: 130px;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 20px;
}
#note #note-texte span {
	font-weight: bold;
}
#note #note-fermer {
	text-align: right;
	margin-right: 20px;
	margin-top: 5px;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#note #note-fermer a {
	text-decoration: none;
}
#note #note-fermer a:hover {
	text-decoration: none;
	color: #0000FF;
}
