/* @override http://localhost/dpx3/skin/v3.2/_mentions.css */
#content {
	display: block;
	text-align: justify;
	font-size: 0.9em;
}
#mentions {
	padding: 20px 20px 10px;
	width: 300px;
	border: 1px solid silver;
	background-color: #51504d;
	height: 34em;
	float: right;
	position: relative;
	margin-left: 20px;
	font-size: 1.1em;
	margin-bottom: 20px;
	color: #F9F2DA;
}

#mentions p {
	display: block;
	clear: both;
	line-height: 1.5em;
}
#mentions span {
	float: right;
	text-align: right;
}

span.sousTitre {
	font-weight: bold;
	color: #9C0;
}

hr {
	border-style: none;
	border-top: 1px solid silver;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

