
#banner_description{
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 'bold';
	position: absolute;
	bottom: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 100%;
	padding-top: 15px;
	padding-left: 4px;
	background-color: rgb(24,24,24); /* Pour les anciens navigateurs
	*/
	background-color: rgba(24,24,24,0.8);
	color: white;
	font-size: 2em;
	overflow-y:visible;
}
	
