@charset "utf-8";
/* CSS Document */

body
{s
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#content-lightbox
{
	display:none;
}

#popupWrapper
{
	width:500px;
	height:350px;
	margin:0;
	padding:0;
	background:#333 url(../images/programme.jpg) no-repeat;
	position:relative;
}

#editoContainer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
left:50%;
margin-left:-270px;
position:absolute;
text-align:center;
top:202px;
width:514px;
z-index:996;
}

#popupWrapper a
{
	position:absolute;
	display:block;
	width:500px;
	height:350px;
	top:0;
	font-size:14px;
	left:0;
	color:#eee;
	text-decoration:none;
	text-indent:-9999px;
}

/*
a.bt
{
	display:block;
	font-size:14px; font-weight:bold; text-decoration:none;
	color:#234560;
	text-transform:uppercase;
	line-height:42px;
	background:url(../images/bt-right.png) no-repeat 100% 0;
	padding-right:6px;
	width:260px;
	position:absolute;
	top:264px;
	right:36px;
}

a.bt span
{
	display:block;
	background:url(../images/bt-main.png) no-repeat 0 0;
	line-height:42px;
	padding-left:10px;
	padding-right:5px;
	text-align:center;
}
a.bt:hover
{
	color:#3989c8;
}
*/