/* page accueil */
.cont_play_g{
width:310px;
float:left;
margin-right:10px;
overflow:hidden;
}

.cont_play_d{
width:310px;
float:left;
overflow:hidden;
}

.ac_titcat{
float:left;
width:300px;
height:18px;
line-height:18px;
margin:15px 0 5px 0;
font-size:16px;
font-weight:bold;
text-align:left;
}

.ac_titcat a{
color:#128398;
}

.ac_titcat a:hover{
text-decoration:underline;
}

.ac_suit_titre{
float:left;
width:305px;
height:16px;
line-height:16px;
margin:2px 0 5px 0;
padding-right:10px;
text-align:right;
}

.ac_suit_titre a{
color:#930e00;
font-size:14px;
}

.ac_suit_titre a:hover{
text-decoration:underline;
}

/* partie commune */

.playsearch{
float:right;
width:270px;
height:50px;
line-height:50px;
text-align:right;
margin-right:30px;
}

.catdescr{
float:right;
margin-left:10px;
font-size:12px;
color:#7E7E7E;
}


.cont_playlist{
width:630px;
float:left;
}

.titr_trouv{
height:20px;
line-height:20px;
font-size:14px;
color:#393939;
}

.pl_bloc{
width:100%;
height:100px;
background: url('imgradio/fond_playlist.png');
float:left;
}

.pl_num{
float:left;
width:25px;
height:100px;
line-height:100px;
text-align:center;
color:#393939;
font-size:16px;
}

.pl_img{
float:left;
width:90px;
height:90px;
margin:5px;
}

.pl_artist{
height:19px;
font-size:16px;
color:#393939;
font-weight:bold;
margin-top:3px;
}

.pl_artistac{
height:19px;
font-size:16px;
color:#393939;
font-weight:bold;
margin-top:3px;
width:180px;
overflow:hidden;
}

.pl_titre{
height:16px;
font-size:14px;
color:#393939;
font-weight:normal;
}

.pl_titreac{
height:16px;
font-size:14px;
color:#393939;
width:180px;
overflow:hidden;
font-weight:normal;
}

.pl_ecoute{
height:18px;
}

.ecout2{
width:16px;
height:14px;
background:#e8e8e8;
position:relative;
left:263px;
top:-50px;
z-index:15;
margin:0;
padding:0;
}

.pl_votes{
margin-top:4px;
font-size:11px;
color:#585858;
height:12px;
}

.jaime a{
color:#0e9300;
padding:0 2px 0 2px;
}

.jaimebien a{
color:#de6300;
padding:0 2px 0 2px;
}

.jaimepa a{
color:#930e00;
padding:0 2px 0 2px;
margin:0;
}

.jaime a:hover, .jaimebien a:hover, .jaimepa a:hover{
text-decoration:underline;
}

.vote_red{
color:#930e00;
font-weight:bold;
}

.vote_green{
color:#0e9300;
font-weight:bold;
}

.pl_cliptel{
margin-top:1px;
}

.pl_cliptel a{
font-size:11px;
color:#ffffff;
background:#aaa;
padding:0 5px 0 5px;
}

.pl_cliptel a:hover{
background-color:#128398;
}

.pagin_glob{
float:left;
width:630px;
height:40px;
padding-top:20px;
text-align:center;
}

div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:80%;
	}
	div.pagination a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('imgradio/bar2.gif');
		background-position:bottom;
		text-decoration: none;
		color: #c0c0c0;
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #930e00;
		background-image:url(imgradio/invbar2.gif);
		background-color:#404040;
		color: #ffffff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #000000;
		font-weight: bold;
		background-color: #606060;
		color: #ffffff;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #808080;
	}