/* 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: #547AA8; 
	height: 200px; 
	border-bottom-style:solid;
	border-bottom-color: #333333; 
	border-bottom-width: 1px; 
	border-left-style:solid; 
	border-left-color: #333333; 
	border-left-width: 1px; 
	border-right-style:solid; 
	border-right-color: #333333; 
	border-right-width: 1px;font-family: arial; 
	font-size: 11px; border-top-style: none;
}

.postit_titre1{
	padding: 2px; 
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	background-color: #CFD9E6;
}

.postit_texte1{
	color: #000000;
	padding: 2px; 
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	
}

