#masque{
	position: relative;
	width: 100%;
	height: 231px;
	width: 100%;
	background: transparent url("../images/masque_bandeau.png") top left;
}
/* titre */
#titre{
	position: absolute;
	bottom: 166px;
	right: 610px;
	max-width: 370px;
	z-index: 200;
}
#titre h1{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 10px;
	text-align: right;
	background: #f0f3f5;
	background-color: rgba(240, 243, 245, 0.5);
	font-size: 20px;
	font-weight: bold;
	text-transform : uppercase;
}
/* description */
#description{
	position: absolute;
	right: 610px;
	top: 65px;
	height: 20px;
	min-width: 135px;
}
#description h2{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 1px 10px;
	text-align: center;
	background: #adb9c2;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	
}
/* Le lieu */
#lieu{
	position: absolute;
	top: 156px;
	right: 218px;
	min-width: 380px;
	height: 30px;
	background: #adb9c2;
	color: #ffffff;
}
#lieu h2{
	padding-top: 5px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
/* la date */
#date{
	position: absolute;
	top: 186px;
	right: 218px;
	min-width: 380px;
	height: 30px;
	background: #f0f3f5;
	background-color: rgba(240, 243, 245, 0.5);
	color: #ffffff;
}
#date h2{
	padding-top: 5px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #adb9c2;
	text-transform: uppercase;
}
#home{
	position: absolute;
	width: 37px;
	height: 37px;
	bottom: 24px;
	right: 140px;
}
#home a{
	display: block;
	width: 37px;
	height: 37px;
}
#home span{
	display: none;
}
