div#masque {
	opacity: 0.8;
	background-color: #000000;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 90;
}
div#contener {
	background: #fff;
	width: 500px;
	height: 464px;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 100;
	font-family: Verdana;
	font-size: 12px;
}
div#contener h2#title {
	margin: 0;
	padding: 10px 0 10px 10px;
}
div#contener div#texte {
	margin: 10px;
	margin-top: 0;
	padding: 5px;
	background: url(/Calendrier/images/bg_grey-white.png) repeat-x;
	height: 400px;
	border: 1px solid #ccc;
	overflow: auto;
}
div#contener div#texte img.load {
	margin-top: 50px;
}
div#contener img.close {
	float: right;
	margin: 12px 10px 0 0;
	cursor: pointer;
}