/* 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: #ffffff; 
	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-weight: bold; 
	background-color: #1676a3;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-align: left;

}

.postit_texte1{
	color: #000000;
	padding: 2px; 
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	background-color: #FFFFFF;
}

span.titre_postit {
padding: 2px; 
	font-family: arial; 
	font-weight: bold; 
	background-color: #1676a3;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-align: center;
	}