/* CSS Document */

.postit_transparent{
	position:absolute;
	cursor:move;
}
/* Postit n° 1 */
.postit_entete_image1{
	background-image: url(/admin/postit/images/punaise.gif);
	height: 80px; /* hauteur de l'image*/
}
.postit_corps1{
	padding: 2px; 
	margin-top: 0px; 
	background-color: #D8A093; 
	font-family: arial; font-size: 11px; 
	border-top-style: none;
}

.postit_titre1{
	padding: 2px; 
	font-family: arial; 
	font-size: 14px; 
	font-weight: bold; 
	background-color: #FFDEB1;
	text-align:center;
}

.postit_texte1{
	color: #FFFFFF;
	padding: 2px; 
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	background-color: #1E4580;
}
