/* --- STYLES DE BASE --- */ 

/* fonts */
@font-face {
	font-family: Myriad;
	src: url('../fonts/MYRIADPRO-COND.otf');
}
@font-face {
	font-family: League-Gothic;
	src: url('../fonts/LEAGUE-GOTHIC.otf');
}


/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0 auto; 
  font-size: .8em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  background: #41281b;
  font-family:Tahoma, Geneva, sans-serif;
  color:#3b3b3b;
  font-size:12px;
} 

#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
}
#header{
	margin:0 auto;
	background:url(../img/header_bg.png) repeat-x;
	height:223px;
	width:959px;
	padding-bottom:10px;
}
#header_news{
	margin:0 auto;
	background:url(../img/header_news.png) repeat-x;
	height:112px;
	width:480px;
	padding-bottom:10px;
}
#nav{
	margin:0 auto;
	background:url(../img/menu_bg.png) repeat-x;
	height:41px;
	width:960px;
	padding-bottom:10px;	
}
#menu{
	margin:0 auto;
	font-family:"Myriad";
	color:#FFF;
	font-size:23px;
	text-align:center;
}
#menu a:hover{
	//-moz-box-shadow : 1px 1px 12px #c9d30e;
	color:#c9d30e;
}
#content{
	-moz-border-radius: 15px;
    border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow : 1px 1px 12px #000;
}
#artiste_content{
	-moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
}
#content {
	margin:0 auto;
	padding:20px;
	background-color:#FFF;
	height:100%;
	width:920px;
	border:1px solid #999;
	overflow:auto;
}
#content_news{
	margin:0 auto;
	padding:20px;
	background-color:#FFF;
	height:100%;
	width:440px;
	border:1px solid #999;
	overflow:auto;
}
#footer{
}
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
  
/* Liens */ 
a { 
  text-decoration:none ; 
} 
a:link { 
  color: #FFF; 
} 
a:visited { 
  color: #FFF; 
} 
a:hover, a:focus, a:active { 
  color: #FFF; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 

#left{
	float:left;
	width:67%;
	text-align:justify;
}
#right{
	float:right;
	width:30%;
}
#artiste_right{
	float:right;
	width:30%;
	border-left: 1px solid #999;
	height:100%;
	padding-left:10px;
}
.bandes{
	font-family:"League-Gothic";
	color:#c20a08;
	font-size:38px;
	text-align:center;
	line-height:40px;

	
/*	background:url(../img/bandes.png) no-repeat;
	width:252px;
	height:157px;*/
}

.styles{
	font-family:Tahoma, Geneva, sans-serif;
	color:#c3c3c3;
	font-size:24px;
	text-align:justify;
	line-height:40px;
}
.styles a {
	color:#c3c3c3;
}
.styles a:hover {
	color:#a2b9c5;
}
#active_artiste{
	font-family:Tahoma, Geneva, sans-serif;
	color:#e31b1d;
	font-weight:bold;
}
.artiste_details{
	padding:5px;
	width:160px;
	height:115px;
}
.artiste_details_titre{
	font-family:"League-Gothic";
	color:#484240;
	font-size:38px;
	padding:5px;
	width:150px;
	height:40px;
}
.artiste_details_titre a{
	color:#de1c25;
}
#artiste_page_title{
	font-family:"League-Gothic";
	color:#353535;
	font-size:90px;
}
.artiste_page_tags_green{
	color:#8aa05a;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.artiste_page_tags_blue{
	color:#47bcf3;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}