
#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}


.fermer {
	font-weight: bold;
	float: right;
	font-size: 18px;
	position: relative;
	top: -30px;
}

.fermer a {
	text-decoration: none;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 4%;
	left: 25%;
	width: 500px;
	margin: 0 auto;
	padding: 1em;
	border: 1px solid #303AFA;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
	font-size: 12px;
	padding-top: 40px;
	padding-left: 50px;
	margin-bottom: 20px;
	max-height: 700px;
}

/*.leightbox a:focus p {display: none;}*/

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}



.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
