body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#ffffff;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
span.bold{
	font-weight:bold;
}
img{
	border:0px;
}
hr.clear{
	clear:both;
	float:none;
	display:block;
	height: 1px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	border: 0;
	visibility:hidden;
}
hr{
	height:1px;
}
#container{
	width:1000px;
	margin:0px auto;
	padding: 30px 0px 20px 0px;
	text-align:center;
	xbackground: #ccc;
}

p.description{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#777777;
	text-align:justify;
	width:1000px;
	margin:20px auto 20px auto;
	clear:both;
	float:none;
}
a.vid{
	font-family: Trebuchet MS, arial;
	font-size:22px;
	color:#0055cc;
	font-style:italic;
	margin:30px;
	display:block;
}
a.vid span{
	font-weight:bold;
	font-size:26px;
}
a.vid:hover{
	color:#CF004B;
}
a.vid:hover span{
	color:#CF004B;
}
h1{
	font-family: Trebuchet MS, arial;
	font-size:20px;
	line-height: 20px;
	xtext-align:left;
	color:#CF004B;
	margin:0;
	padding:0;
}
h1 em{
	color:#000000;
}
h2{
	font-family: Trebuchet MS, arial;
	font-size:16px;
	color:#CF004B;
	background:#FFBA00;
	height:15px;
	margin:30px 0 20px 0;
	padding:0;
	text-align:right;
	line-height:16px;
}
h2 span{
	background:#ffffff;
	padding:0 10px;
	margin-right: 30px;
}
h3{
	margin: 40px 0 10px 0;
	padding: 0;
	color: #aaa;
}
/*************************************/
.droite{
	width: 480px;
	float: left;
	text-align: left;
	margin-left: 40px;
}
.gauche{
	width: 480px;
	float: left;
	text-align: right;
}
.gauche p, .droite p{
	color: #777;
	font-size: 11px;
	text-align: justify;
}
.gauche p strong, .droite p strong{
	color: #000;
	font-size: 12px;
}
.left{
	text-align: left;
}
/**************************************************************************/
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:right;
	background:#ffffff url(../images/body-bk.gif) repeat-x left bottom;
}
#logo{
	position:relative;
	width:100%;
	height:47px;
	display:block;
}
#logo img{
	position: absolute;
	top:6px;
	left:25px;
}

#header p{
	position:absolute;
	top:70px;
	left:515px;
	font-family: Trebuchet MS, arial;
	font-size:15px;
	margin:0;
	padding:0;
	color:#000000;
	width:260px;
}
#header p strong{
	font-weight:normal;
}
#header p span{
	font-weight:bold;
}

#header object{
	position:absolute;
	top:0;
	left:0;
}


/****************** footer ***************/
#footer {
	position: relative;
	width:100%;
	height:32px;
	padding:0;
	margin:0;
	text-align:right;
	line-height: 28px;
	background: #444444;
	color:#cccccc;
	border-top:1px solid #ffffff;
}
#footer a{
	color:#cccccc;
	text-decoration:none;
}
#footer a strong{
	font-weight:normal;
}
/************************* fake thumb *********************/
.fake_thumbs{
	width: 780px;
	background: #eee;
	margin: 0 auto;
}
.fake_thumbs div.thumb{
	position: relative;
	margin: 7px 15px 7px 0px;
	float: left;
	width: 242px;
	height: 200px;
	text-align: center;
}
.fake_thumbs div.thumb a{
	color: #905;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	line-height:15px;
	display: block;
	width: 242px;
	height: 200px;
}
.fake_thumbs div.thumb a:hover{
	color: #f09;
	font-size: 16px;
	line-height:15px;
}

.fake_thumbs div.thumb a img, .fake_thumbs div.thumb img{
	border: 1px solid #905;
	display: block;
	margin-bottom: 3px;
}
.fake_thumbs div.thumb a:hover img{
	border: 1px solid #f00;
}

.fake_thumbs div.thumb a span.play{
	display: none;
	width: 240px;
	height: 180px;
}
.fake_thumbs div.thumb a:hover span.play{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: url(../images/play.gif);
	display: block;
/*
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
*/
}
/******************* lightbox *********************/

#overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	z-index:100;
	cursor: pointer;
    filter : alpha(opacity=75);
    -moz-opacity : 0.75;
    opacity : 0.75;
}

#stop{
	position: absolute;
	top: 0;
	left: 0;
	background : #f00;
	display: none;
	width: 100%;
	height: 40px;
	font-size: 28px;
	line-height: 40px;
	color: #fff;
	z-index:120;
}

#lightbox{
	display: none;
	position: absolute;
	left: 50%; 
	top: 50%;
	width: 760px;
	height: 510px;
	margin-left: -380px; /* half of the width */
	margin-top: -265px; /* half of the height */
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
	z-index:102;
}

#lightbox #exit{
	position: absolute;
	bottom: -22px;
	right: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
}
#lightbox_promo{
	margin: 20px;
}

#lightbox_promo img, #lightbox_promo a img{
    border: none;
}
