#displayer, .article {
	width: 960px;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	padding-top: 32px;
	float: left;
}

	#displayer  li, .article li {
		margin-left: 30px;
		list-style-type: disc;
		list-style-position: outside;
	}
	
#displayer p { margin-top: 20px; }
#displayer p:first-child { margin-top: 0px; }
#displayer b { color: #006cc7; }

.encadre {
	border: 2px solid #006cc7;
	padding: 10px;
	font-weight: bold;
	color: #fe0000;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#displayer .sbold {
	font-weight: bold;
	color: #006cc7;
}
