body {
	width: 100%;
	margin: 0;
	font-family: Verdana, sans serif;
	font-size: 11px;
	background: url(../images/background.jpg) repeat-x #222;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}

#error {
	position: absolute;
	padding: 5px;
	left: 0;
	color: #ff0000;
}
#message {
	position: absolute;
	padding: 5px;
	left: 0;
	color: #fff;
}

#global {
	margin: auto;
	width: 850px;
}

#header {
	width: 850px;
	height: 115px;
}
#header .navigation {
	height: 40px;
	clear: both;
}
#header .navigation ul {
	margin: 0;
	padding: 0;
	float: left;
}
#header .navigation li {
	float: left;
	margin-right: 5px;
	list-style: none;
	margin-top: 9px;
	margin-top: 15px !ie;
}
#header .navigation a {
	display: block;
	width: 124px;
	height: 21px;
	background: url(../images/menu.png);
	text-align: center;
	line-height: 21px;
	color: #fff;
}
#header .navigation a:hover {
	background: url(../images/menu_h.png);
	color: #999;
	text-decoration: none;
}
#header #search {
	float: right;
}
#header #search img {
	vertical-align: middle;
	margin-bottom: -3px;
	margin-bottom: 9px !ie;
}
#header #search img:hover {
	cursor: pointer;
}
#header #search input[type=text] {
	width: 195px;
	font-size: 11px;
	height: 18px;
	line-height: 21px;
	border: none;
	padding: 3px 4px 0 4px;
	margin-top: 9px;
	margin-top: 15px !ie;
	background: url(../images/search.png);
	color: #fff;
}
#header img {
	border: 0;
}
#header .left img {
	padding-top: 18px;
}
#header .right {
	padding-left: 5px;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
}
#header .right a {
	color: #fff;
	text-decoration: none;
}
#header .right a:hover {
	text-decoration: underline;
}
#header input {
	font-size: 11px;
	padding: 1px;
	border: 1px solid #555;
	width: 100px;
	margin-top: 3px;
	background: url(../images/background_input.gif) #555;
	color: #fff;
}
#header input:hover {
	background: url(../images/background_input_h.gif);
}
#header input[type=submit] {
	border: none;
	width: 40px;
	height: 40px;
	background: url(../images/connect.png);
	font-size: 11px;
	color: #089bff;
	font-weight: bold;
}
#header input[type=submit]:hover {
	cursor: pointer;
	background: url(../images/connect_h.png);
}

#content {
	width: 850px;
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
}
#content a {
	color: #fff;
}
#content h1 {
	display: block;
	clear: both;
	font-size: 12px;
	margin: 0 0 -5px 0;
	padding: 8px 0 0 0;
	color: #089BFF;
}
#content h2 {
	display: block;
	clear: both;
	font-size: 12px;
	margin: 0 0 -5px 0;
	padding: 8px 0 0 0;
	color: #089BFF;
}
#content .right h2 {
	color: #5EE618;
}
#content ul {
	padding: 0 0 0 10px;
}
#content li {
	list-style-type: none;
	line-height: 14px;
}
#content li a {
	color: #fff;
}
#content .left {
	color: #fff;
}
#content .left .pagination {
	clear: both;
	width: 510px;
	color: #fff;
	margin-top: 5px;
	padding: 5px;
	line-height: 18px;
	text-align: center;
}
#content .left .pagination a {
	padding: 2px;
	border: 1px solid #111;
	color: #666;
	background-color: #222;
	margin-right: 3px;
}
#content .left .pagination a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #999;
}
#content .left .pagination .current {
	color: #fff;
	border-color: #999;
	background: #222;
}
#content .left .artiste {
	color: #fff;
	margin-top: 5px;
	padding: 5px;
	line-height: 18px;
	text-align: center;
}
#content .left .artiste a {
	padding: 2px;
	border: 1px solid #111;
	color: #fff;
	background-color: #222;
}
#content .left .artiste a:hover {
	text-decoration: none;
	border-color: #fff;
	background-color: #555;
}
#content .left .display {
	width: 240px;
	height: 52px;
	background: url(../images/clip_musique.png);
	color: #5c5c5c;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	line-height: 18px;
}
#content .left .display .left {
	padding-right: 5px;
}
#content .left .display .left a {
	color: #5c5c5c;
}
#content .left .display b {
	color: #fff;
}
#content .left .display .left b a {
	color: #fff;
}
#content .left .display img {
	vertical-align: top;
	border: 1px solid #fff;
}
#content .left .display .play_clip {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}
#content .left .display .play_clip a {
	display: block;
	width: 43px;
	height: 43px;
	background: url(../images/play.png);
}
#content .left .display .play_clip a:hover {
	background: url(../images/play_h.png);
}
#content .left table th {
	width: 160px;
	text-align: left;
}
#content table td input[type=text], #content table td input[type=password] {
	border: 1px solid #555;
	background: url(../images/background_input.gif) #555;
	padding: 2px;
	font-size: 11px;
	color: #fff;
	width: 200px;
}
#content table td input[type=text]:hover, #content table td input[type=password]:hover {
	background: url(../images/background_input_h.gif) #555;
}
#content table td input[type=submit] {
	border: none;
	background: url(../images/menu.png) transparent;
	width: 124px;	
	height: 21px;
	font-size: 12px;
	color: #fff;
}
#content table td input[type=submit]:hover {
	cursor: pointer;
	background: url(../images/menu_h.png);
	color: #fff;
}

#content .right .right_header {
	width: 317px;
	height: 5px;
	background: url(../images/right_top.png);
	margin-top: 5px;
}
#content .right .right_content {
	width: 307px;
	background-color: #454545;
	border-right: #4b4b4b;
	border-left: #4b4b4b;
	padding: 0 5px 0 5px;
	color: #fff;
}
#content .right .right_content tr {
	height: 28px;
}
#content .right .right_content ul {
	margin: 0;
	padding: 0;
	color: #fff;
}
#content .right .right_content .cat li a {
	font-size: 12px;
	text-transform: uppercase;	
}
#content .right .right_content li {
	line-height: 22px;
	padding-left: 5px;
	padding-right: 2px;
	list-style-type: none;
	display: block;
	height: 22px;
}
#content .right .right_content li img {
	margin-top: -3px;
	margin-bottom: -3px !ie;
}
#content .right .right_content li:hover {
	background: #3b3b3b;
}
#content .right .right_content li a {
	float: left;
	width: 200px;
}
#content .right .right_content a {
	color: #fff;
}
#content .right .right_content a:hover {
	text-decoration: none;
}
#content .right .right_content .infos {
	float: right;
	font-size: 9px;
	color: #666;
}
#content .right .right_content .left img {
	border: 1px solid #000;
}
#content .right .right_content .clip {
	float: left;
	padding-left: 5px;
	line-height: 16px;
	width: 200px;
	overflow: hidden;
}
#content .right .right_content .clip i {
	color: #666;
	font-size: 10px;
}
#content .right .right_footer {
	width: 317px;
	height: 5px;
	background-image: url(../images/right_bot.png);
}

#footer {
	clear: both;
	width: 840px;
	height: 91px;
	padding: 5px;
	background-image: url(../images/bottom.png);
}
#footer a {
	color: #222;
}
#footer img {
	border: none;
}
#footer .right {
	padding-top: 10px;
	text-align: right;
	line-height: 16px;
	color: #222;
}
#footer .left {
	padding: 3px;
	color: #333;
	line-height: 14px;
}
#footer .left b {
	line-height: 18px;
	color: #555;
}
#footer .left a {
	text-decoration: underline;
	color: #333;
}
#footer .left a:hover {
	text-decoration: none;
}

/* DIVERS STYLES */
html .fb_share_link { 
	padding: 0 0 0 20px;
	height: 22px;
	background: url(../images/facebook.png) no-repeat center left;
}
.star {
	padding: 0 0 0 20px;
	height: 22px;
	background: url(../images/star.png) no-repeat center left;
}
.add {
	padding: 0 0 0 20px;
	height: 22px;
	background: url(../images/add.png) no-repeat center left;
}
.exclamation {
	padding: 0 0 0 20px;
	height: 22px;
	background: url(../images/exclamation.png) no-repeat center left;
}
.one {
	padding: 0 0 0 20px;
	height: 22px;
	background: url(../images/star_gold.png) no-repeat center left;
}
.two {
	padding: 0 0 0 20px;
	height: 22px;
	background: url(../images/star_silver.png) no-repeat center left;
}
.three {
	padding: 0 0 0 20px;
	height: 22px;
	background: url(../images/star_bronze.png) no-repeat center left;
}