body
{
	background-color: black;
	margin: 0px;
	background-image: url('FVbg.jpg');
	background-position: center 0;
	background-repeat: no-repeat;
	color:  white;
}

.bg2
{
	background-image: url('FVbgcd2.jpg');
}

#video
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 125px;
	width: 640px;
	height: 800px;
}

#youtube
{
	width: 640px;
	height: 385px;
	display: none;
}

#lienen
{
	width: 170px;
	height: 100px;
	position: relative;
	float: left;
	margin-top:  25px;
	margin-left:  5px;
}

#lienen p
{
	width: 170px;
	height: 100px;
}

#lienen p a
{
	width: 170px;
	height: 100px;
	display:  block;
}

#lienfr
{
	width: 170px;
	height: 100px;
	position: relative;
	float: left;
	margin-top:  25px;
	margin-left:  290px;
}

#lienfr p
{
	width: 170px;
	height: 100px;
}

#lienfr p a
{
	width: 170px;
	height: 100px;
	display:  block;
}

/*********Countdown***************/

#countdown
{
	width: 640px;
	height: 385px;
}

#jours, #heures, #minutes, #secondes
{
	font-size: 50px;
	width: 100px;
	font-family: Verdana;
	font-weight: bold;
	margin: 0px;
	position: relative;
	float: left;
	letter-spacing: 15px;
}

#jours
{
	left: 60px;
	top: 240px;
	width: 160px;
}

#heures
{
	left: 75px;
	top: 240px;
}

#minutes
{
	left: 102px;
	top: 240px;
}

#secondes
{
	left: 128px;
	top: 240px;
}




