/* French Homepage */

/* Header */

#topnav-logo, #conttbl1 img { width: 210px; height: 85px; }
#topnav li { padding-left: 15px; }

.real {
	display:block;
	width:24px;
	height:24px;
	background: url(/img/iconesplayer.png) no-repeat 0 0;
	float:left;
	margin:2px 8px;
	margin-left:24px;
}

.real:hover {
	background: url(/img/iconesplayer.png) no-repeat 0 -24px;
}

.winamp {
	display:block;
	width:24px;
	height:24px;
	background: url(/img/iconesplayer.png) no-repeat -24px 0;
	float:left;
	margin:2px 8px;
}

.winamp:hover {
	background: url(/img/iconesplayer.png) no-repeat -24px -24px;
}

.itunes {
	display:block;
	width:24px;
	height:24px;
	background: url(/img/iconesplayer.png) no-repeat -48px 0;
	float:left;
	margin:2px 8px;
}

.itunes:hover {
	background: url(/img/iconesplayer.png) no-repeat -48px -24px;
}

.wmp {
	display:block;
	width:24px;
	height:24px;
	background: url(/img/iconesplayer.png) no-repeat -72px 0;
	float:left;
	margin:2px 8px;
}

.wmp:hover {
	background: url(/img/iconesplayer.png) no-repeat -72px -24px;
}

.quicktime {
	display:block;
	width:24px;
	height:24px;
	background: url(/img/iconesplayer.png) no-repeat -96px 0;
	float:left;
	margin:2px 8px;
}

.quicktime:hover {
	background: url(/img/iconesplayer.png) no-repeat -96px -24px;
}

.vlc {
	display:block;
	width:24px;
	height:24px;
	background: url(/img/iconesplayer.png) no-repeat -119px 0;
	float:left;
	margin:2px 8px;
}

.vlc:hover {
	background: url(/img/iconesplayer.png) no-repeat -119px -47px;
}


