
#ascendance {
	display: none;
}

.alaune {
	display: block;
	margin-bottom: 30px;
	position: relative;
	_height: 200px;
	_width: 550px;
}
.alaune .fond {
	position: absolute;
	_width: 100%;
	_height: 90px;
	top: 66%;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	z-index: 1;
	opacity: 0.5;
	filter : alpha(opacity=50);
}
.alaune h2 {
	position: absolute;
	top: 70%;
	left: 30px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
	z-index: 10;
	margin: 0;
	padding: 0;
}
.alaune h2 a {
	color: #fff;
	text-decoration: none;
}
.alaune h3 {
	position: absolute;
	top: 75%;
	left: 30px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	z-index: 10;
	margin: 0;
	padding: 0;
}
.alaune h3 a {
	color: #fff;
	text-decoration: none;
}
.alaune p {
	display: inline;
	margin: 0;
	padding: 0;
}

.composant {
	margin-bottom: 30px;
}

.composant .texte {
	margin-bottom: 0;
}

