/*Pour le post it*/
#eleAbsolute{
z-index:1;
	position:relative;
width:1024px;
margin:auto;
}
	

#postit{
position:absolute;
top:100px;
left:131px;
width:215px;
height:210px;

}



#ctPostit{
background-image:url("images/fond_postit.png");
background-repeat:no-repeat;
width:215px;
height:270px;
padding:0 30px 10px 20px;
}


#ctPostit #minHeightPostit{
min-height:100px;
}


* html #ctPostit #minHeightPostit{
height:100px;
}

#ctPostit a{
position:relative;
z-index:99;

}

#ctPostit ul{
	position:relative;
	font-family:arial;
	list-style-type: square;
	margin-left:25px;
	color:#47484A;
	
}



#ctPostit ul li {

	margin-bottom:10px;
}

#ctPostit ul li span.gris{
		position:relative;

	font-size:11px;
}

#ctPostit ul li span.gris a{
	position:relative;
	color: #383536;
	text-decoration: none;
	height:10px;

}

#ctPostit ul li span.gris a:hover{
position:relative;
	height:10px;
	color: #383536;
	text-decoration: underline;
}

#ctPostit ul li span.blue{
	font-size:10px;
	color:#2190c2;
}

#ctPostit ul li span.blue span.bold{
	font-family: verdana;
	font-weight:bold;
}

#ctPostit p.lienannonces a{

	font-family: arial;
	position:relative;
	color: #7f7f7f;
	font-size: 10px;
	text-decoration: underline;
	margin: 10px 0 0 120px;
}

