/* Principaux */
html, body
{
	height:100%;
	margin:0px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 18px;
	background-image:url(../img/design/fond.png);
	background-attachment:fixed;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #87b705;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #87B705;
}
a:hover {
	text-decoration: none;
	color: #33a7ff;
}
a:active {
	text-decoration: none;
	color: #87B705;
}
/* DIV de structures */
#main
{
	position: relative;
	width:850px;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #A9A9A9;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
}
/* CONTENER TOP */
#top
{
	height: 126px;
	width:850px;
	background-image: url(../img/design/top_bg.jpg);
	background-repeat: repeat-x;
}
#top_logo
{
	float:left;
	position:relative;
	width:200px;
}
#top_content
{
	float:left;
	position:relative;
	width:450px;
}
#top_random
{
	float:right;
	text-align:right;
	position:relative;
	width:200px;
}
#search_box {
	width: 343px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	background-image:url(../img/design/top_search.png);
	background-repeat:no-repeat;
	padding-top:15px;
	text-align:center;
}
.search_form {
	width: 150px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	height: 15px;
	color: #0088B4;
	margin-left: 5px;
	margin-right: 5px;
	background-image:url(../img/design/top_search_icon.png);
	background-repeat:no-repeat;
	background-position: 1px 1px;
	border: #86AD38 1px solid;
	padding-left: 17px;
	padding-top: 1px;
}
ul#minitabs
{
	list-style: none;
	margin: 0;
	margin-top:20px;
	padding: 7px 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
ul#minitabs li
{
	display: inline;
	margin: 0 2px;
}
ul#minitabs a
{
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 4px solid #FFF;
	color: #ffffff;
}
ul#minitabs a.current
{
	border-color: #0066CC;
	color: #0066CC;
}
ul#minitabs a:hover
{
	border-color: #0066CC;
	color: #ffffff;
}
/* CONTENER MIDDLE */
#content
{
	clear:both;
	padding:10px;
	width:830px;
	position: relative;
}
#middle {
	width:630px;
	float:left;
	margin-bottom:30px;
}
#col {
	width:200px;
	float:right;
}
#index_artist
{
	width:310px;
	float:left;
	position:relative;
}
#index_album
{
	width:310px;
	float:left;
	position:relative;
	margin-left:5px;
}
#index_content_title
{
	margin-bottom:5px;
}
#index_artist_cover
{
	float:left;
	position:relative;
	width:110px;
}
#index_artist_content
{
	float:right;
	position:relative;
	width:190px;
	margin-left:10px;
}
#index_artist_content h2
{
	margin-top:-5px;
	margin-bottom:5px;
	font-size:14px;
}
#index_album_cover
{
	float:left;
	position:relative;
	width:110px;
}
#index_album_content
{
	float:right;
	position:relative;
	width:190px;
	margin-left:10px;
}
#index_album_content h2
{
	margin-top:-5px;
	margin-bottom:5px;
	font-size:14px;
}
#index_album_content a:link { color: #33a7ff; text-decoration: none; }
#index_album_content a:visited { color: #33a7ff; text-decoration: none; }
#index_album_content a:active { color: #33a7ff; text-decoration: none; }
#index_album_content a:hover { color: #33a7ff; text-decoration:underline }
#index_artist_content h2 a:link { color: #87B705; text-decoration: none; }
#index_artist_content h2 a:visited { color: #87B705; text-decoration: none; }
#index_artist_content h2 a:active { color: #87B705; text-decoration: none; }
#index_artist_content h2 a:hover { color: #87B705; text-decoration: underline; }
.image_frame_blue, .image_frame_green {
	padding: 5px;
	border: #CCCCCC 1px solid;
	background-color: #F5F5F5;
}
a:hover img.image_frame_blue {
	padding: 5px;
	border: #33a7ff 1px solid;
	background-color: #F5F5F5;
}
a:hover img.image_frame_green {
	padding: 5px;
	border: #87B705 1px solid;
	background-color: #F5F5F5;
}
#top_playlist {
	width:200px;
	float:right;
	position:relative;
	margin-left:5px;
}
.box {
	background:url(../img/design/topbox_fd.jpg);
	background-repeat:repeat-y;
}
.box_content {
	background:url(../img/design/topbox_top.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:7px;
	padding-right:7px;
}
.box_bottom {
	background:url(../img/design/topbox_bottom.jpg);
	background-repeat:no-repeat;
}
.box_separ {
	color:#999999;
	width:180px;
	margin:3px;
}
#top_playlist ul {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:10px;
	font-weight:bold;
}
#top_playlist h3 {
	margin:0px;
	color:#33a7ff;
	font-size:14px;
	padding-bottom:3px;
	margin-bottom:3px;
	padding-left:3px;
}
.playlist_auteur {
	font-size:10px;
	font-weight:normal;
}
a:link.playlist_auteur { color:#33a7ff; text-decoration:none }
a:visited.playlist_auteur { color:#33a7ff; text-decoration:none }
a:active.playlist_auteur { color:#33a7ff; text-decoration:none }
a:hover.playlist_auteur { color:#33a7ff; text-decoration:underline }
a:link.playlist_nom { color:#87B705; text-decoration:none }
a:visited.playlist_nom { color:#87B705; text-decoration:none }
a:active.playlist_nom { color:#87B705; text-decoration:none }
a:hover.playlist_nom { color:#87B705; text-decoration:underline }
#middle_box {
	clear:both;
}
#tags {
	float:left;
	width:200px;
	position:relative;
}
#tags h3 {
	margin:0px;
	color:#33a7ff;
	font-size:14px;
	padding-bottom:3px;
	margin-bottom:3px;
	padding-left:3px;
	padding-right:3px;
}
#tags ul {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
}
#tags li {
	display:inline;
}
.tags_1 { font-size:9px; }
.tags_2 { font-size:11px; }
.tags_3 { font-size:13px; }
.tags_4 { font-size:15px; }
.tags_5 { font-size:17px; }
.tags_6 { font-size:19px; }
#last {
	float:right;
	position:relative;
	margin-left:5px;
	margin-right:5px;
	width:420px;
}
#last_item {
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
}
#last_item a:link { color:#87B705; text-decoration:none }
#last_item a:visited { color:#87B705; text-decoration:none }
#last_item a:active { color:#87B705; text-decoration:none }
#last_item a:hover { color:#87B705; text-decoration:underline }
#last_content {
	clear:both;
	width:410px;
	padding:5px;
}
.last_date {
	float:left;
	position:relative;
	width:40px;
	font-weight:bold;
	color:#33a7ff;
}
.last_titre {
	float:left;
	position:relative;
	width:250px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
}
.last_btn {
	float:right;
	position:relative;
	width:115px;
}
#pub {
	float:right;
	position:relative;
}
/* CONTENER BOTTOM */
#bottom
{
	clear:both;
	height: 74px;
	background-image: url(../img/design/bottom_bg.jpg);
	background-repeat:repeat-x;
	position: relative;
	width:830px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#player
{
	padding:10px;
	width:165px;
	margin-left:auto;
	margin-right:auto;
}
/* LISTES DE DEFINITIONS */
dl.table-display
{
}

.table-display dt
{
	float: left;
	font-weight: bold;
}

/* hack de commentaire avec un antislash pour ie5 mac \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
	float: left;
}
#colsLeft {
	width:620px;
	float:left;
}
#colsRight {
	width:200px;
	float:right;
}

h2 {
	color:#33a7ff;
	padding-bottom:3px;
	border-bottom:#87B705 3px solid;
	margin-top:0px;
	max-width:620px;
}

h3 {
	color:#33a7ff;
	padding-bottom:2px;
	border-bottom:#87B705 1px dashed;
	margin-left:15px;
}

h4 {
	color:#CCC;
	border-bottom:#CCC 1px solid;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
}
/* PAGE ARTISTE */
#pic {
	width:110px;
	height:110px;
	float:left;
	padding:5px;
}
#bio {
	width:300px;
	height:110px;
	float:left;
	padding:5px;
	text-align:justify;
}
#link {
	width:180px;
	float:right;
	padding:5px;
	padding-right:10px;
	color:#CCC;
}
#link a:link { color:#999; }
#link a:active { color:#999; }
#link a:visited { color:#999; }
#link a:hover { color:#87B705; }
#album_artists {
	width:170px;
	float:right;
	padding:5px;
	border-left:#CCC 1px solid;
}
.artistTrackList {
	margin-left:15px;	
}
#middlepub {
	clear:both;
	width:100%;
	text-align:center;
	padding:20px;
}
tr:hover.roll {
	background-color:#EEE;
}
.tracklist {
	line-height: 1em;
	padding-left:20px
}
a:link .black_link { color:#999; }
a:visited .black_link { color:#999; }
a:active .black_link { color:#999; }
a:hover .black_link { color:#87B705; }

dl.gallery
{
	border: 1px solid #CCC;
	border: #CCCCCC 1px solid;
	background-color: #F5F5F5;
	width: 600px;
	padding: 5px;
	margin-right: 1em;
	height:112px;
}

.gallery dt img
{
	width: 100px;
	height: 100px;
	float:left;
}

.gallery dd img
{
	border: 1px solid #CCC;
}

.gallery dd
{
	font-weight: bold;
	margin: 0;
	padding: 0;
	float:left;
	margin-left:15px;
	top:0px;
	width:450px;
}

.blog {
    width: 620px; /* important to be same as image width */
    height: 125px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left:0px;
	margin-right:0px;
	margin-top:-10px;
	margin-bottom:20px;
}

.blog img {
    float: left;
    position: relative;
}

.blog span {
    position: absolute;
	font-weight:bold;
    padding: 10px 13px;
    width: 600px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
	bottom: 0;
    left: 0;
	height:25px;
	font-size:14px;
}

/* LIENS SPECIFIQUES */
a:link.album { color:#87B705; text-decoration:none }
a:visited.album { color:#87B705; text-decoration:none }
a:active.album { color:#87B705; text-decoration:none }
a:hover.album { color:#33a7ff; text-decoration:underline }

a:link.track { color:#33a7ff; text-decoration:none }
a:visited.track { color:#33a7ff; text-decoration:none }
a:active.track { color:#33a7ff; text-decoration:none }
a:hover.track { color:#87B705; text-decoration:underline }
#bottom a:link { color:#FFF; }
#bottom a:active { color:#FFF; }
#bottom a:visited { color:#FFF; }
#bottom a:hover { color:#FFF; }
#mentions {
	width:400px;
	float:left;
	color:#666;
}
#bottom #albums {
	width:200px;
	float:left;
	color:#CCC;
}
#bottom #artists {
	width:200px;
	float:right;
	color:#CCC;
}
#blog_post_info {
	margin-top:-10px;
	margin-bottom:30px;
	margin-left:15px;
	font-weight:bold;
	
}
#pagination {
	background-color: #F7F7F7;
	border: #CCC 1px solid;
	padding: 5px;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}
.rssbtn {
	border:#CCC 1px solid;
	background-color:#F2F2F2;
	width:100px;
	margin:5px;
	float:left;
	padding-left:20px;
	background-image:url(../img/design/rss.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
	font-size:10px;
	font-weight:bold;
	color:#33a7ff;
}
.rssbtn:hover {
	background-color: #E2E2E2;
}

span.alb {
	float:right;
	font-size:12px;
	color:#900;
	font-weight:normal;
	background-color: #F3F3F3;
	padding-left:5px;
	padding-right:5px;
	-moz-border-radius : 5px;
	border-radius : 5px;
	border: #BBB 1px solid;
}
span.alb a:hover {
	color:#33a7ff;
	text-shadow: #C7D8F8 1px 1px;
}

#sharing {
}
