 /*------------------------------------------------------*
  *-------------    ICARE-NET.COM ---  CSS POST It  ----*
  *------------------------------------------------------*/

#postit{
	position: absolute;
	z-index: 10;
	cursor:move;
	text-align: center;
	background-image: url(../images/post-it/fond-post-it.png);
	height: 225px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	left: 600px;
	top: 100px;
}
#postit_index{
	position: absolute;
	z-index: 10;
	cursor:move;
	text-align: center;
	background-image: url(../images/post-it/fond-post-it.png);
	height: 225px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	left: 100px;
	top: 175px;
}

#postit h2,#postit_index h2 {
	color: #006600;
	font-size: 20px;
	margin-top: 20px;
}
#postit p,#postit_index p {
	color: #40B522;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
