

/* @group cadre */

.cadre {
	height: 89px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.cadre p {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	float: left;
	position: absolute;
	width: 412px;
	height: 130px;
	top: 122px;
	left: 463px;
	font: 12px/22px "Lucida Grande", Verdana, Arial;
	z-index: 101;
	color: #8c8c8c;
}

.cadre img {
	float: left;
	position: absolute;
	top: 0px;
	left: 25px;
	z-index: 5;
}

.cadre p a:hover {
	color: #fdfffc;
	text-decoration: none;
	border-bottom: 1px solid #656367;
}


/* @end */


