* {
	margin: 0;
	padding: 0;
	border: 0;
}

body, table, input, select, textarea {
	font: 11px Tahoma, sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #0e0e0e;
}

.center {
  text-align: center;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

label {
	font-size: 14px;
	color: #00fcfe;
}

ul {
  padding-left: 15px;
}

a {
	color: #fff;
}

form label.error {
	color: #f00;
}

input.text {
	background: url(../images/front/input_background.png) no-repeat;
	height: 15px;
	padding: 0 2px;
	padding-top: 3px;
}

textarea.text {
	background: url(../images/front/input_background.png) no-repeat;
	height: 100px;
	width: 200px;
	padding: 0 2px;
	padding-top: 3px;
}

.generic-hr {
  margin: 4px 0;
  border-top: 1px dashed #fff;
}


/*CONTAINER*/
#container {
	margin: auto;
	width: 1050px;
	min-height: 100%;
	_height: 100%;
	padding: 0 50px;
	background: url(../images/front/container_background.png) repeat-y;
}

#container-border-left {
	float: left;
	width: 50px;
	height: 100%;
	background: url(../images/front/container_border_left.png) repeat-y;
}

#container-body {
	float: left;
	width: 1050px;
	height: 100%;
	background: url(../images/front/hatch_background.png) 0 48px repeat;
}

#container-border-right {
	float: left;
	width: 50px;
	height: 100%;
	background: url(../images/front/container_border_right.png) repeat-y;
}


/*HEADER*/

#container-header {
	position: relative;
	width: 1040px;
	height: 145px;
	padding-top: 10px;
}

#languages {
	position: relative;
}

#languages, #languages a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#languages a:hover {
	color: #fe0079;
}

#header-logo {
	position: absolute;
	top: 22px;
	left: 378px;
	border: 0;
}

/*MENU*/
#container-menu {
	position: relative;
	width: 1050px;
	height: 272px;
}

.container-menu-anonymous {
	background: url(../images/front/menu_background.png) no-repeat;
}

.container-menu-logged {
	background: url(../images/front/menu_logged_background.png) no-repeat;
}

#container-menu form {
	position: absolute;
	top: 110px;
	left: 705px;
	width: 400px;
}

#form-login, #form-password, #form-button {
	position: relative;
	float: left;
	margin-left: 5px;
	_margin-left: 0;
	margin-right: 5px;
}

#form-button {
	padding-top: 15px;
	padding-right: 36px;
}

#form-login input, #form-password input {
	width: 120px;
}

#logged-links {
	position: absolute;
	top: 100px;
	left: 850px;
}

#link-private {
	position: relative;
	display: block;
	width: 156px;
	height: 27px;
}

.link-private-fr {
	background: url(../images/front/fr/private_off.png) no-repeat;
}

.link-private-fr:hover {
	background: url(../images/front/fr/private_on.png) no-repeat;
}

.link-private-us {
	background: url(../images/front/us/private_off.png) no-repeat;
}

.link-private-us:hover {
	background: url(../images/front/us/private_on.png) no-repeat;
}

#link-exit {
	position: relative;
	display: block;
	width: 129px;
	height: 26px;
	margin-left: 27px;
}

.link-exit-fr {
	background: url(../images/front/fr/exit_off.png) no-repeat;
}

.link-exit-fr:hover {
	background: url(../images/front/fr/exit_on.png) no-repeat;
}

.link-exit-us {
	background: url(../images/front/us/exit_off.png) no-repeat;
}

.link-exit-us:hover {
	background: url(../images/front/us/exit_on.png) no-repeat;
}

#bt-sign {
	position: absolute;
	top: 56px;
	left: -10px;
	
}

.bt-sign-fr {
	width: 160px;
	height: 43px;
	background-image: url(../images/front/fr/bt_sign.png);
}

.bt-sign-us {
	width: 135px;
	height: 43px;
	background-image: url(../images/front/us/bt_sign.png);
}

#bt-how {
	position: absolute;
	top: 104px;
	left: -10px;
}

.bt-how-fr {
	width: 248px;
	height: 43px;
	background-image: url(../images/front/fr/bt_how.png);
}

.bt-how-us {
	width: 188px;
	height: 43px;
	background-image: url(../images/front/us/bt_how.png);
}

#menu-links {
	position: relative;
	top: 157px;
	height: 24px;	
}

.menu-links-fr {
	left: 138px;
}

.menu-links-us {
	left: 288px;
}

.menu-pix {
	width: 1px;
	height: 24px;
	float: left;
	background-color: #090909;
}

#link-signup, #link-findfan, #link-findartist, #link-webtv, #link-soon {
	float: left;
	display: block;
	height: 24px;	
}

.link-signup-fr {
	width: 132px;
	background: url(../images/front/fr/menu_signup_off.gif) no-repeat;
}

.link-signup-fr:hover {
	background: url(../images/front/fr/menu_signup_on.gif) no-repeat;
}

.link-signup-us {
	width: 91px;
	background: url(../images/front/us/menu_signup_off.gif) no-repeat;
}

.link-signup-us:hover {
	background: url(../images/front/us/menu_signup_on.gif) no-repeat;
}

.link-findfan-fr {
	width: 204px;	
	background: url(../images/front/fr/menu_findfan_off.gif) no-repeat;
}

.link-findfan-fr:hover {
	background: url(../images/front/fr/menu_findfan_on.gif) no-repeat;
}

.link-findfan-us {
	width: 146px;
	background: url(../images/front/us/menu_findfan_off.gif) no-repeat;
}

.link-findfan-us:hover {
	background: url(../images/front/us/menu_findfan_on.gif) no-repeat;
}

.link-findartist-fr {
	width: 179px;	
	background: url(../images/front/fr/menu_findartist_off.gif) no-repeat;
}

.link-findartist-fr:hover {
	background: url(../images/front/fr/menu_findartist_on.gif) no-repeat;
}

.link-findartist-us {
	width: 127px;
	background: url(../images/front/us/menu_findartist_off.gif) no-repeat;
}

.link-findartist-us:hover {
	background: url(../images/front/us/menu_findartist_on.gif) no-repeat;
}

.link-webtv-fr {
	width: 98px;
	background: url(../images/front/fr/menu_webtv_off.gif) no-repeat;
}
.link-soon-fr {
width: 98px;

}

.link-webtv-fr:hover {
	background: url(../images/front/fr/menu_webtv_on.gif) no-repeat;
}
.link-soon-fr:hover {
	
}

.link-webtv-us {
	width: 86px;
	background: url(../images/front/us/menu_webtv_off.gif) no-repeat;
}

.link-webtv-us:hover {
	background: url(../images/front/us/menu_webtv_on.gif) no-repeat;
}

#container-menu-body {
	position: relative;
	left: -50px;
	height: 100%;
	padding-left: 282px;
}

.container-menu-body-search-artist-fr {
	background: url(../images/front/fr/search_artist_title.png) no-repeat;
}

.container-menu-body-search-artist-us {
	background: url(../images/front/us/search_artist_title.png) no-repeat;
}

.container-menu-body-search-fan-fr {
	background: url(../images/front/fr/search_fan_title.png) no-repeat;
}

.container-menu-body-search-fan-us {
	background: url(../images/front/us/search_fan_title.png) no-repeat;
}

.container-menu-body-investment-fr {
	background: url(../images/front/fr/investment_title.png) no-repeat;
}

.container-menu-body-investment-us {
	background: url(../images/front/us/investment_title.png) no-repeat;
}

#tab-styles {
	position: relative;
}

#tab-style-rock-fr, #tab-style-rock-us {
	position: absolute;
	display: block;
	width: 63px;
	height: 73px;
	top: 43px;
	left: -107px;
}

.tab-style-rock-fr-on, #tab-style-rock-fr:hover, .tab-style-rock-us-on, #tab-style-rock-us:hover {
	background: url(../images/front/style_1_tab_on.png) no-repeat;
}

.tab-style-rock-fr-off, .tab-style-rock-us-off {
	background: url(../images/front/style_1_tab_off.png) no-repeat;
}

#tab-style-rap-fr, #tab-style-rap-us {
	position: absolute;
	display: block;
	width: 88px;
	height: 91px;
	top: 15px;
	left: 77px;
}

.tab-style-rap-fr-on, #tab-style-rap-fr:hover, .tab-style-rap-us-on, #tab-style-rap-us:hover {
	background: url(../images/front/style_2_tab_on.png) no-repeat;
}

.tab-style-rap-fr-off, .tab-style-rap-us-off {
	background: url(../images/front/style_2_tab_off.png) no-repeat;
}

#tab-style-nouvellescene-fr, #tab-style-nouvellescene-us {
	position: absolute;
	display: block;
	width: 79px;
	height: 103px;
	top: -7px;
	left: 265px;
}

.tab-style-nouvellescene-fr-on, #tab-style-nouvellescene-fr:hover {
	background: url(../images/front/fr/style_3_tab_on.png) no-repeat;
}

.tab-style-nouvellescene-fr-off {
	background: url(../images/front/fr/style_3_tab_off.png) no-repeat;
}

.tab-style-nouvellescene-us-on, #tab-style-nouvellescene-us:hover {
	background: url(../images/front/us/style_3_tab_on.png) no-repeat;
}

.tab-style-nouvellescene-us-off {
	background: url(../images/front/us/style_3_tab_off.png) no-repeat;
}

#tab-style-electro-fr, #tab-style-electro-us {
	position: absolute;
	display: block;
	width: 75px;
	height: 88px;
	top: -2px;
	left: 458px;
}

.tab-style-electro-fr-on, #tab-style-electro-fr:hover, .tab-style-electro-us-on, #tab-style-electro-us:hover {
	background: url(../images/front/style_4_tab_on.png) no-repeat;
}

.tab-style-electro-fr-off, .tab-style-electro-us-off {
	background: url(../images/front/style_4_tab_off.png) no-repeat;
}

#tab-style-world-fr, #tab-style-world-us {
	position: absolute;
	display: block;
	width: 77px;
	height: 85px;
	top: -9px;
	left: 644px;
}

.tab-style-world-fr-on, #tab-style-world-fr:hover {
	background: url(../images/front/fr/style_5_tab_on.png) no-repeat;
}

.tab-style-world-fr-off {
	background: url(../images/front/fr/style_5_tab_off.png) no-repeat;
}

.tab-style-world-us-on, #tab-style-world-us:hover {
	background: url(../images/front/us/style_5_tab_on.png) no-repeat;
}

.tab-style-world-us-off {
	background: url(../images/front/us/style_5_tab_off.png) no-repeat;
}

/* CONTENT */

#container-content {
	position: relative;
	width: 1050px;
	background-color: #1A1A1A;
	background: url(../images/front/content_background.png) 0 -110px repeat-y;
	_background: url(../images/front/content_background.png) 0 -20px repeat-y;
}

#container-content-body {
	position: relative;
	margin-top: -30px;
	width: 1050px;
	background-color: transparent;
}

.container-content-body-generic {
	width: 850px !important;
	padding: 0 100px;
}

/* SEARCH */

#form-search label{
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	margin-right: 5px;
}

#form-search .submit {
	position: relative;
	top: 8px;
	margin-left: 5px;
}

#form-search .combobox {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	text-align: center;
}

#search-result-box {
	margin-top: 10px;
	margin-left: -20px;
	width: 842px;
	height: 388px;
	padding: 42px 24px 24px 24px;
	background: url(../images/front/search_result_background.png) no-repeat;
}

#search-result-box .row {
  margin: 0 14px;
  padding-top: 17px;
  height: 74px;
}

#search-result-box .row .photo {
  float: left;
  margin-right: 8px;
}

#search-result-box .row .picto {
  position: relative;
  top: 4px;
  margin-left: 5px;
}

#search-result-box .artist-info-name, #search-result-box .artist-info-tribe {
	line-height: 12px;
	float: left;
}

#search-result-box .artist-info-name span, #search-result-box .artist-info-tribe span {
	color: #fe0079;
}

#search-result-box .artist-info-other {
	line-height: 12px;
	float: right;
	text-align: right;
}

#search-result-box .row div a {
  position: relative;
  top: -5px;
}

/* INVEST */

#invest-chair {
	float: left;
}

#invest-step-title {
	float: left;
	padding-top: 60px;
	width: 368px;
	font-size: 13px;
	text-align: center;
}

#invest-artist {
	float: left;
	width: 306px;
	height: 120px;
	padding-top: 39px;
	padding-left: 40px;
	background: url(../images/front/invest_artist_box_background.png) no-repeat;
}


#invest-artist .artist-info-name, #invest-artist .artist-info-tribe {
	line-height: 12px;
	float: left;
}

#invest-artist .artist-info-name span, #invest-artist .artist-info-tribe span {
	color: #fe0079;
}

#invest-artist .photo {
  float: left;
  margin-right: 8px;
}

#invest-artist .picto {
  position: relative;
  top: 4px;
  margin-left: 5px;
}

#invest-text {
	text-align: center;
	font-size: 14px;
}

#invest-form {
	margin: auto;
	width: 737px;
	height: 100px;
	padding-top: 56px;
	padding-left: 20px;
	color: #000;
	font-size: 16px;
	background: url(../images/front/invest_part_box_background.png) no-repeat;	
}

#invest-form-body {
	width: 600px;
	height: 72px;
	text-align: center;
}

#form-cic {
	text-align: center;
	font-size: 14px;
}

#form-cic form input {
	margin-top: 15px;
	background-color: #00fcfe;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#payment-button {
	text-align: center;
}


#ok-button {
	text-align: center;
}

#invest-success {
	margin: auto;
	color: #000;
	font-size: 16px;
}

.invest-success-fr {
	width: 620px;
	height: 147px;
	padding-top: 56px;
	padding-left: 130px;
	background: url(../images/front/fr/invest_promo_box_background.png) no-repeat;	
}

.invest-success-us {
	width: 650px;
	height: 148px;
	padding-top: 56px;
	padding-left: 150px;
	background: url(../images/front/us/invest_promo_box_background.png) no-repeat;	
}

#invest-success-body {
	width: 600px;
	height: 72px;
	text-align: center;
}

#invest-success-promo {
	position: absolute;
	display: block;
	top: 235px;
	left: 160px;
	width: 130px;
	height: 110px;
	text-decoration: none;
}

/* WEBTV */
#webtv-player {
	padding-bottom: 25px;
	margin: auto;
}

#webtv-title {
	color: #fe0079;
	text-align: center;
	margin-bottom: 10px;
}

#webtv-text {
	width: 500px;
	margin: auto;
	margin-bottom: 10px;
}

#webtv-link {
	text-align: center;
}

/*FOOTER*/
#container-footer {
	position: relative;
	width: 1040px;
	height: 32px;
	background: url(../images/front/footer_background.png) no-repeat;
	padding-top: 25px;
	padding-left: 10px;
}

#container-footer a {
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}

#container-footer a:hover {
	color: #fe0079;
}

/*AUTOCOMPLETE*/
div.auto_complete {
  position:absolute;
  width:250px;
  background-color: #000;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.auto_complete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.auto_complete ul li.selected { background-color: #000;}
div.auto_complete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:16px;
  cursor:pointer;
}

/* FORM */

table.form {
  border-collapse: collapse;
}

table.form td {
  padding: 5px 0;
  padding-left: 5px;
}

table.form td.label {
  padding-left: 0;
  padding-right: 5px;
  text-align: right;
}

table.form a {
	font-size: 12px;
	text-decoration: none;
	color: #fe0079;
}

table.form a:hover {
	text-decoration: underline;
}

table.form .error {
  position: relative;
  margin-left: 10px;
  padding: 4px 5px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #e90039 url(../images/front/bg_error.png) no-repeat;
}

table.form img.help {
  position: relative;
  top: 2px;
  _position: static;
}

/* PAGINATION */

.search-pagination {
  position: absolute;
  top: 485px;
  left: 101px;
  padding: 0 16px;
  width: 818px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.search-pagination a {
  margin: 0 2px;
  text-decoration: underline;
}

.search-pagination .left {
  float: left;
}

.search-pagination .right {
  float: right;
}

.search-pagination .current {
  color: #fe0079;
}


/* ALERTS */

#alerts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#alert-errors, #alert-infos {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	/*text-transform: uppercase;*/
	color: #fff;
	background-color: #e90039;
	border: 1px solid #FFF;
}

#alert-infos {
	background-color: #00c4c3;
}


.home_bloc_top_title_artist_fan {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.home_contain_bloc_top_white_text {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

.home_contain_bloc_top_green_text {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #8bfc04;
}

.home_contain_bloc_top_purple_text {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #fe0079;
}

.home_contain_bloc_newartist_link_name {
	font-family: Arial;
	font-size: 12px;
	font-weight: regular;
	color: #8bfc04;
	text-decoration: none;
}

.home_contain_bloc_best_song {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #fe0079;
	text-decoration: none;
}

.home_contain_bloc_top_artist_nickname {
	font-family: Arial;
	font-size: 12px;
	font-weight: regular;
	color: white;
	text-decoration: none;
}

.artist_bloc_artist_desc_title {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fd0079;
	text-decoration: none;
}

.artist_bloc_title_name {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: regular;
	color: white;
	text-decoration: none;
}

.artist_bloc_artist_desc_value {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: regular;
	color: white;
	text-decoration: none;
}

.artist_bloc_news_text{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: regular;
	color: black;
	text-decoration: none;
}

.artist_bloc_music_buy_title{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.artist_bloc_music_popularity{
	font-family: Arial;
	font-size: 12px;
	font-weight: regular;
	color: white;
	text-decoration: none;
}

.artist_bloc_biography_text_contain{
	font-family: Arial;
	font-size: 11px;
	font-weight: regular;
	color: white;
	text-decoration: none;
}

.artist_bloc_music_text_label{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: regular;
	text-decoration: none;
	color: white;
}

.purchase_music_text_label{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fe0079;
}

.purchase_choose_text_pay{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.purchase_label_text{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.purchase_paye_continue{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.purchase_paye_with_security{
	font-family: Arial;
	font-size: 18px;
	font-weight: regular;
	text-decoration: none;
	color: white;
}

.purchase_music_artist_name{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: regular;
	text-decoration: none;
	color: #84ff00;
}