/*
---------o TEXTES
*/
.txtpostit {
	font: normal 10px/120% Verdana, Arial, Helvetica, sans-serif;
	color:black;
	padding:0 25px 0 25px;
	list-style-position: outside;
	list-style-image: url(../gfx/top/carre.gif);
	text-align:left;
}
.titrepostit {
	text-align:center;
	font: bold 11px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #661A00;
}
/*
---------o POST-IT ®
*/
.postit_Vert{
	float:left;
	width:240px;
	margin:5px 0 10px 10px;
	background:url(gfx/postit/postitVert/postit_fond.gif) repeat-y center;
}
.postit_Vert .postit_VertPied{
		height:43px;
		background:url(gfx/postit/postitVert/postit_pied.gif) no-repeat center;
	}

.postit_Jaune{
	float:left;
	width:240px;
	margin:0 0 10px 10px;
	background:url(gfx/postit/postitJaune/postit_fond.gif) repeat-y center;
}
.postit_Jaune .postit_JaunePied{
		height:43px;
		background:url(gfx/postit/postitJaune/postit_pied.gif) no-repeat center;
	}

.postit_Orange{
	float:left;
	width:240px;
	margin:19px 0 10px 10px;
	background:url(gfx/postit/postitOrange/postit_fond.gif) repeat-y center;
}
.postit_Orange .postit_OrangePied{
		height:43px;
		background:url(gfx/postit/postitOrange/postit_pied.gif) no-repeat center;
	}

