@charset "utf-8";
/* CSS Document */

#droite article {
	background: #fff;
	padding: 10px;
	position: relative;
}

#droite h2 {
	display: inline-block;
}

#droite p {
	margin-top: 10px;
}	

#droite .afficher {
	background: url(../../img/layout/info.png) center center no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	text-indent: -9999px;
}

#todo {
	position: relative;
}