body {
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
	background-color: white;
	color: white;
	text-align: center;
	margin-top:0px;
	background-repeat: no-repeat;
	width:900px;
	height:390px;
	background-image: url('Player/fond.jpg');
	margin: auto;
}


a
{
	text-decoration:none;
	color:#fcfcfc;
}

a:hover
{
	text-decoration:underline;
	color:#fcfcfc;
}

img {
	border:0px;
}

#pulsradio
{
	width:142px; 
	height:107px; 
	background-image:url('Player/choix-pulsradio.jpg');
	cursor:pointer;
}

#pulsradio:hover
{
	width:142px; 
	height:107px; 
	background-image:url('Player/choix-pulsradio-hover.jpg');
}

#pulstrance
{
	width:148px; 
	height:107px; 
	background-image:url('Player/choix-pulstrance.jpg');
	cursor:pointer;
}

#pulstrance:hover
{
	width:148px; 
	height:107px; 
	background-image:url('Player/choix-pulstrance-hover.jpg');
}

#puls80
{
	width:97px; 
	height:107px; 
	background-image:url('Player/choix-puls80.jpg');
	cursor:pointer;
}

#puls80:hover
{
	width:97px; 
	height:107px; 
	background-image:url('Player/choix-puls80-hover.jpg');
}

#puls90
{
	width:98px; 
	height:107px; 
	background-image:url('Player/choix-puls90.jpg');
	cursor:pointer;
}

#puls90:hover
{
	width:98px; 
	height:107px; 
	background-image:url('Player/choix-puls90-hover.jpg');
}

#nomute
{
	width:26px; 
	height:26px; 
	background-image:url('Player/btn-mute-off-nohover.png');
	position:absolute; 
	margin-top:133px; 
	margin-left:335px; 
	cursor: pointer;
}

#nomute:hover
{
	width:26px; 
	height:26px; 
	background-image:url('Player/btn-mute-on-hover.png');
	position:absolute; 
	margin-top:133px; 
	margin-left:335px; 
	cursor: pointer;
}

#mute
{
	width:26px; 
	height:26px; 
	background-image:url('Player/btn-mute-on-hover.png');
	position:absolute; 
	margin-top:133px; 
	margin-left:335px; 
	cursor: pointer;
}

#mute:hover
{
	width:26px; 
	height:26px; 
	background-image:url('Player/btn-mute-off-nohover.png');
	position:absolute; 
	margin-top:133px; 
	margin-left:335px; 
	cursor: pointer;
}
