.notebox {
	font-family: Verdana,Monotype,sans-serif; font-size: 1em;
	text-align: center;
}

.notebox.midget {
	float: left; margin: 0em 1em 1em 0pt;
	padding: 1em 0; background-color: #323232;
	width: 100px; border:1px solid #525252;
}

.note {
	background-color:#222222; border:1px solid #424242;
	margin:0 0 1em 0; padding:0.5em;
	text-align:justify;
}
	.note .titre {
		text-transform:uppercase; font-size:0.7em;
		margin-left:3em;
	}
	.note .date {
		color:#bbb; font-size:0.7em;
	}
	.note .header {
		background-color:#555555; width:inherit !important;
	}
	#notebox .new {
		background-color:#575757; color:#050505;
	}