a.telecharg1 {
	color : blue;
}

a.telecharg1:hover {
	color : red;
}

#postit1 {
	float: right;
				
	width : 250px;
	height : 250px;
	background-color : #F3F350;
	top : 0px;
	right: 50px;
	margin : 10px 10px 20px 40px;	
	padding : 20px;
	transform:rotate(20deg); 
	font-family : "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
	border-radius : 5px;
	z-index: 1;
}

#postit1:before {
	content : "";
	position : absolute;
	top : 0;
	right : 0;
	border-color : red #E1DFCE #DCDC2E blue;
	border-style : solid;
	border-width : 0 30px 30px 0;
	height : 0;
	width : 0;
	display : block;
	box-shadow : 0 2px 1px rgba(0, 0, 0, 0.2), -2px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius : 0 0 0 5px;
} 

/* -------------------------------------- */