/* PLAYER HOME CSS Document */

#players-conteneur {
	width:447px;
	height:220px;
	margin:12px 0 0 0;
}

/* PLAYER PHOTOS */
#player-photos {
	width:209px;
	height:174px;
	padding:45px 0 0 14px;
	float:left;
	position:relative;
	
	background:url(../images/bg-player-photos.jpg) left top no-repeat #000;
}

#player-photos #player-nav {
	width:30px;
	height:11px;
	position:absolute;
	left:75px;
	top:10px;
	font-size:1px;
}

#player-photos #player-nav img, #player-videos #player-nav img {
	border:none;
}

/* PLAYER VIDEOS */
#player-videos {
	width:210px;
	height:174px;
	padding:45px 0 0 14px;
	float:right;
	position:relative;
	
	background:url(../images/bg-player-videos.jpg) left top no-repeat #000;
}

#player-videos #player-nav {
	width:30px;
	height:11px;
	position:absolute;
	right:75px;
	top:10px;
	font-size:1px;
}

/* COMMUN PHOTOS & VIDEOS */
#player-photos img, #player-videos img {
	border:#FFF solid 1px;
}

#player-videos div.rss {
	float:left;
	width:30px;
	height:13px;
	margin:7px 0 0 2px;
}

#player-videos div.rss img {
	border:none;
}

#player-videos div.rss a {
	display:inherit;
	background:none;
	padding:0;
	margin:0;
}

#player-photos p.suite, #player-videos p.suite { margin-right:12px;_margin-right:6px;}
#player-photos p.suite a,#player-videos p.suite a {color:#FFF;}
#player-photos p.suite a:hover, #player-videos p.suite a:hover {color:#CCC;}
#player-videos p.suite {float:right;}
