#tronc {
	font-family: Tahoma;
	margin-left:auto; /*Pour centrer. Marche pas !*/
	margin-right:auto;
	/*margin-left: 260px;*/
	font-size: 80%;
	font-style:italic;
	/*width:710px;*/
	top:233px;
	width:828px;	/*Un peu plus grand que la largeur de l'image de fond*/
	position:absolute;
	height:710px;



	background-image: url(images/notes1.png);
	background-position:left;
	background-repeat:no-repeat;
	
	/*border:2px solid #BBDAFF;*/
}

#postit {
	position:absolute;
	/*border:10px double #CCCC00;*/
	z-index:100;
	font-family: Comic Sans MS;
	padding-top:60px;
	padding-right:28px;
	position:relative; /*Pour centrer.*/
	margin-left:auto; /*Pour centrer.*/
	margin-right:auto;
	top:40px;
	background-image: url(images/postit4.png);
	background-repeat: no-repeat;
	background-position:center;
	margin-left: -40px;
	height:200px;
	width:189px;
	font-size: 91%;
}

