body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}

/********** gobal ***********/

body{font-family:Verdana;background:white;}
embed{margin-bottom:0px}

.banners{background:#AAA; width:100px}

#artistPage{margin:auto;background:white}
#artistPage td{vertical-align:top;}

.listEntity{list-style:none;padding:0;margin:0;}
.listEntity li{list-style:none;padding:0;margin:0;line-height:17px}

 .prev, .next {width:28px;height:28px; cursor:pointer;position:absolute; margin-left:370px;}

.roundBox5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  -o-border-radius: 5px; 
  -icab-border-radius: 5px; 
  -khtml-border-radius: 5px;
}

.roundBoxBottom5 {
 -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.roundBoxTop5 {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}


.modulesBasic {
	width: 400px;
	position: relative;
	margin: 0px 0 30px 0;
	border-left: 7px solid #1A1A1A;
	padding-left: 10px;
}
.modulesBasic h2{
	font-weight: bold;
	font-size: 31px;
	line-height: 31px;
	letter-spacing: -1px;
	color: #1a1a1a;
	margin-bottom:15px;
}

.modulesBasic h3{
	font-weight: bold;
	font-size: 31px;
	line-height: 20px;
	letter-spacing: -1px;
	color: #1a1a1a;
	margin-bottom:10px;
}

.modules{
	width: 400px;
	position: relative;
	margin: 0px 0 30px 0;
	border-left: 7px solid #3CDBF5;
	padding-left: 10px;

}

.modules h2{
	font-weight: bold;
	font-size: 31px;
	line-height: 31px;
	letter-spacing: -1px;
	color: #3CDBF5;
	margin-bottom:15px;
}


/********************************/

/********** mAlbums ***********/
.covers li { 
    float:left; 
    width:75px; 
    height:75px; 
    margin:0px 4px; 
    padding:0; 
    list-style:none; 
    color:#FFF; 
    font:3em/1.2 Georgia, "Times New Roman", Times, serif; 
    text-align:center; 
}


#listMAlbums, .covers{text-align:left;padding:0;margin:0}

#listMAlbums .prev{background: url('images/common/arrow-left.gif') no-repeat; margin-top:10px; margin-left:340px;}
#listMAlbums .next{background: url('images/common/arrow-right.gif') no-repeat; margin-top:40px; margin-left:340px;}
/********************************/


body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #dbdbdb;
	color: #1a1a1a;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* ************ HEADER **********/

#header {
	/*width: 850px;*/
	height: 49px;
	position: relative;
	margin: 0 auto;
	background: url('images/common/header-bg.gif') repeat-x ;
}
#header-content {
	width: 900px;
	height: 49px;
	position: relative;
	margin: 0 auto;
	background:  url('images/common/header-bg.gif') repeat-x;
}
#header-left {
	float: left;
	width: 300px;
	height: 49px;
	position: relative;
	margin: 0;
}
#header-right {
	float: right;
	width: 300px;
	height: 49px;
	position: relative;
	margin: 0;
	padding: 0 17px 0 0;
}

#header-youtube, #header-youtube a:link, #header-youtube a:visited,
#header-facebook, #header-facebook a:link, #header-facebook a:visited,
#header-twitter, #header-twitter a:link, #header-twitter a:visited,
#header-myspace, #header-myspace a:link, #header-myspace a:visited
{
	display: block;
	float: right;
	width: 46px;
 	height: 39px;
	line-height: 39px;
}
#header-youtube a:hover,
#header-facebook a:hover,
#header-twitter a:hover,
#header-myspace a:hover
{
	background-position: left bottom;
}
#header-right iframe{float:right;}

/********************************/

/* BANNER */

#banner {
	width: 900px;
	
	position: relative;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
}
#banner a {
	display: block;
	height:118px;
	width:900px;
	margin: 0;
	border: 0;
}

/********************************/

/* NOM DU GROUPE */

#artistName {
	width: 900px;
	min-height: 20px;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
}
#artistName h1,#artistName p{
	padding: 36px 0 18px 16px;
	font-weight: bold;
	font-size: 80px;
	line-height: 62px;
	letter-spacing: -4px;
}

/********************************/

/* CONTENT */

#tableCtt {
	width: 100%;
}
#centralCtt {
	width: 900px;
}

#content {
	width: 860px;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 20px 20px 0;
}
#contentLeft {
	float: left;
	width: 436px;
	min-height:3px;
	position: relative;
	margin: 0;
}
#contentRight {
	float: left;
	width: 424px;
	position: relative;
	margin: 0;
}

#clearer {
	clear: both;
	width: 860px;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	height: 54px;
}

/********************************/

/* FOOTER */

#footer {
	height: 300px;
	position: relative;
	margin: 0 auto;
	display: block;
	clear: both;
	background-color: #1a1a1a;
	color: #dbdbdb;
	font-size: 12px;
	line-height: 22px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999999;
}
#footer a:hover {
	color: #ffffff;
}

#footer-content {
	width: 900px;
	position: relative;
	margin: 0 auto;
	color:#999999;
}
#col1, #col2, #col3{
	float: left;
	width: 184px;
	position: relative;
	margin: 0;
	padding: 20px
}
#col4 {
	float: left;
	width: 184px;
	position: relative;
	margin: 0;
	padding: 20px;
	text-align: right;
}
.footerlink {
    width:170px;
    margin-top: 1px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #999999;  
}
/********************************/
/* CONCERTS */


.mConcertsReserve{
	font-size: 13px;
    color: #ffffff;
    background: #3cdbf5;
    border-width: 1px; 
    border-color: #3cdbf5;
    border-style: solid;
    padding: 1px 4px 1px 4px;  
    /*text-shadow: 0px 1px 0px #bbbbbb;*/
}

.mConcertsReserve a {color:#ffffff;}

.reserveLink:hover{
    background: #dbdbdb;
    border-color: #dbdbdb;
}
.mConcertsDate{
    color: #3cdbf5;
    padding: 0 8px 0 6px;
    display:inline-block;
    width:90px;
}

#listMConcerts {font-size:13px;}
#listMConcerts .prev{  background:url(images/common/arrow-top.png) no-repeat; margin-top:140px;}
#listMConcerts .next{ background:url(images/common/arrow-bottom.png) no-repeat; margin-top:170px;}
/********************************/

/* NEWS */

.mNewsDate{ color: #3cdbf5; padding: 0 8px 0 6px;}
.mNewsTitle{ cursor:pointer;}
.mNewsTitle:hover{text-decoration:underline;}
#listMNews .prev{  background:url(images/common/arrow-top.png) no-repeat; margin-top:45px;}
#listMNews .next{ background:url(images/common/arrow-bottom.png) no-repeat; margin-top:75px;}
#listMNews, #mNews {font-size:13px;}
#mNews h3{font-size:31px;line-height:30px;}
#mNews a{color:#3cdbf5;text-decoration:underline;}
#mNews{overflow:hidden;}

.iconTitle{margin-left:20px;}

/********************************/


/* NEWSLETTER */



#mNewsForm .inputText
{
	border: 1px solid #dbdbdb;
	background: #dbdbdb;
	color: #000000;
	font-size: 1em;
	margin: 2px 0 2px 10px;
	padding: 2px 0 2px 0;
	width:320px;
}
#mNewsForm .inputTextLittle
{
	border: 1px solid #dbdbdb;
	background: #dbdbdb;
	color: #000000;
	font-size: 1em;
	margin: 2px 0 2px 10px;
	padding: 2px 0 2px 0;
	width:50px;
}

#mNewsletter p{
	line-height: 19px;
	padding: 0px 0 3px 0px;
}

#mNewsletter {font-size:13px;}

#validNewsletter{
	width:120px;
	height:40px;	
	background:#3CDBF5;
	font-size:20px;
	color:#FFF;	
	cursor:pointer;
	margin-top:20px;
	position:relative;

}

#validNewsletterLayer{	
	background:#000;
	cursor:pointer;
	font-size:20px;
	color:#FFF;
	position:absolute;
	width:116px;
	height:36px;
	margin:2px;
	opacity:0;
	filter:alpha(opacity=0);		
}

#validNewsletter:hover #validNewsletterLayer{
	opacity:0.2;
	filter:alpha(opacity=20);
}

#validNewsletter p{
	text-align:center;
	width:100%;
	margin-top:11px;

}

/********************************/

/* PRO SPACE */

.proSpace
{
	width:404px;
	
	background:#dbdbdb;
	padding:10px;
	font-size:13px;
}

.proSpace h2{font-size:31px; font-weight:bold; margin-bottom:10px;}
.proSpace input{width:120px;border:0px;height:20px;}
.proSpace textarea{width:300px; margin-top:0px;border:0px;height:70px;float:left}
#proSpaceDl{margin-left:10x;text-align:center;margin-top:20px; position:relative;}
#proSpaceDl a{color:#444; text-decoration:none;width:90px;float:left;margin-left:10px;}
#proSpaceDl a:hover{text-decoration:none;color:#000;}
.proSpace span {position:absolute;margin-top:-2px;}
#proSpaceFeedback{width:170px; text-align:center; margin-top:10px;height:30px;display:inline;}
.proSpaceStar{cursor:pointer;}
#saveFeedback{width:30px;height:18px;margin-left:130px;}
#layerPro{display:none;position:absolute;opacity:0.8;filter:alpha(opacity=80);background:#FFF;width:430px;color:#000;font-size:20px; height:155px;margin-left:-10px;margin-top:-10px;z-index:99;text-align:center;padding-top:100px;cursor:pointer;}
#proSpaceFeedback{width:170px; text-align:center; margin-top:10px;height:30px;display:inline;}
.proSpaceStar{cursor:pointer;margin-left:-7px;}
#saveFeedback{width:30px;height:18px;margin-left:130px;cursor:pointer;}
.proSpace{margin-top:20px}
#submitLogPass{position:absolute; margin-left:5px; margin-top:-5px;cursor:pointer}


