/*
Nom du Theme : ExplosionCamp
Theme : http://www.explosion-camp.com
Version: 1.0
Auteur: Fabien Besson
Structure de base AMY&PINK: http://www.amypink.com
*/
/* CSS Document */

html {
	height: 100%;
}
body{
	background: url(images/tv-static.gif) repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size : 11px;
	font-weight : normal;
	color : #555555;
	text-align:justify;
	height: 100%;
}

img{
	border: none;
}

ul, li {
 	line-height : 180%;
}

#bg_over {
	margin: 0 auto;
	z-index:-10;
	background:#FFFFFF;
	width: 800px;
	overflow:hidden;
}
#outer{ 
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 800px;
margin: 0 auto;
background-color:#FFF;
}

.all{ 
height:100%;
}


/* Layer Positioning */

#logo 
{ 
float: right;
height: 72px; width: 105px; 
margin-right: 15px;
}

ol
{ 
list-style: none;
margin-left:-39px;
}

/*** SPECIAL AJOUT */




#nav{
	float: left; width: 570px; padding: 0px 0px 10px 0px; margin: 0px 12px 0px;
    font-size: 13px;
	font-family: "Century Gothic", Geneva, Helvetica, Arial, Verdana;
	z-index:5;
}

#nav, #nav ul {
	list-style: none;
	line-height: 1;
	z-index:5;
}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	z-index:5;
	color:#474747;

}

#nav li {
	float: left;
	list-style:none;
	line-height : 1;
	z-index:5;
}

#nav a, #nav a:visited {
	display:block;
	font-weight:normal;
	color:009999;
	background-color:#dedede;
	padding: 5px 10px;
	margin-right: 5px;
	z-index:5;
}


#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	color: #898989;
	text-decoration:none;
	background-color:#e7e7e7;
	z-index:5;
}	

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	line-height : 1;
	z-index:5;
}

#nav li li {
	width: 174px;
	margin-left:-40px;
	background: #f9f9f9;
	font-size:10px;
	line-height : 1;
	z-index:5;

}

#nav li li a, #nav li li a:visited {
	width:100%;
	color:009999;
	
	border-bottom: 1px solid #cecece;
}

#nav li li a:hover, #nav li li a:active {
	background: #e7e7e7;
	border-bottom: 1px solid #cecece;
}	

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

a.main:hover
{
    background:none;
}

/*** special ajout fin*/

#intro 
{ 
clear: both; background: #fff url(images/teaser.jpg) no-repeat; height: 260px; padding: 20px 0 0 20px; text-align:left; z-index:0;
}
#intro h1 {
	letter-spacing:-1px; font-family:Trebuchet MS1, Helvetica, sans-serif; font-size:30px;
	margin: 0; background: #ffffff; opacity:0.8;  filter:alpha(opacity=80); color: #555555; display: inline; padding: 2px 5px; 
}

#intro h1 a:link, #intro h1 a:visited { 
	letter-spacing:-1px; 
	margin: 0; background: #ffffff;  color: #009999; 
}
#intro h1 a:hover, #intro h1 a:visited:hover { 
	letter-spacing:-1px; 
	margin: 0; background: #ffffff;  color: #555555; 
}

#intro p 
{ 
margin: 0; color: #343434; font-weight: bold; font-size: .9em; 
}


#bar{
	position : absolute;
	top : 305px;
	left : 15px;
	width : 700px;
	height : 15;
	z-index : 50;
}


#quote{
	text-align: center;
	position : absolute;
	top : 330px;
	left : auto;
	right : auto;
	width : 800px;
	z-index : 50;
}


#main{
	background-color:#FFF;
	position:relative;
	float:left;
	width : 540px;
	overflow:hidden;
}



#main_right{
	background-color:#FFF;
	position : absolute;
	top : 450px;
	left : 270px;
	width : 420px;
	z-index : 50;
	background-image : url(images/white.gif)
}

#side{
	background-color:#FFF;s
	position : absolute;
	top : 350px;
	left : 714px;
	width : 190px;
	z-index : 50;
}

#side_left{
	background-color:#FFF;
	float:left;
	width : 190px;
	margin: 0px 30px 0px 20px;
	padding: 0px 0px;
	overflow:hidden;
}

#copy{
	margin-left : 125px;
	margin-top : 0px;
	z-index : 50;
}
ul.list {
	padding:0px 0px;
	margin:0px 0px 0px 10px;
	
}

ul.list li a:link, ul.list li a:visited {
	display:block;
	margin: 0px 0px 3px 0px;
	padding:: 0px 0px 3px 0px;
	border-bottom: 1px dashed #555555;
	color:#555555;
}

ul.list li a:hover, ul.list li a:visited:hover {
	border-bottom: 1px dashed #009999;
	color:#009999;
}

.list_columns a:link,
.list_columns a:visited {
	display:list-item;
	clear:both;
	font-weight:normal;
	color:#555555;
	margin: 0px 0px 3px 0px;
	padding-bottom:3px;
	border-bottom: 1px dashed #555555;
	list-style:none;
}

.list_columns a:hover,
.list_columns a:visited:hover {
	color:#009999;
	border-bottom: 1px dashed #009999;
}

#footer {
	clear:both;
	float:left;
	background-color:#202020;
 	background-image:url(images/footer.jpg);
	width:800px;
	height:100%;
}

#footer .footer-content-1 {
	float:right;
	padding: 60px 15px 10px 10px;
	color:#999999;
}



#footer .footer-content-1 a:link, 
#footer .footer-content-1 a:link:visited {
 border-bottom: 1px dashed #FFFFFF;
 font-weight:normal;
 margin: 2px 5px;
}
#footer .footer-content-1 a:hover, 
#footer .footer-content-1 a:visited:hover {
	color:#ffffff;
}

/* Text Styling */

p{  /* body text */
	background-color : transparent;
	line-height : 120%;
}

h1{  /* body text */
	font-family : "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #999999;
	text-transform : uppercase;
	background-color : transparent;
	line-height : 120%;
	margin-bottom : 0;
	margin-top : 0;
}

h2{  /* body text */
	font-family : "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size : 16px;
	color : #009999;
	background-color : transparent;
	line-height : 120%;
	margin-bottom : 0;
	margin-top : 0;
	border-bottom: 1px dashed #ffffff;
}

h3{  /* body text */
	font-family : "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #343434;
	text-transform : uppercase;
	background-color : transparent;
	line-height : 120%;
	margin-bottom : 0;
	margin-top : 0;
}

h4{  /* body text */
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight:bold;
	color : #7a7a7a;
	text-transform : uppercase;
	background-color : transparent;
	line-height : 120%;
	margin-bottom : 10px;
	margin-top : 0;
	padding-top:2px;
	border-bottom:1px dashed #a9a9a9;
}

#main p{  /* body text */
	background-color : transparent;
	font-size:11px;
	line-height : 150%;
}

#main h1{  /* main : heading */
	font-weight : bold;
	color : #7c7c7c;
	text-transform : uppercase;
	background-color : transparent;
	line-height : 120%;
	margin-top : 0;
}

#main_right p{  /* body text */
	font-weight : normal;
	color : #555555;
	background-color : transparent;
	line-height : 120%;
	margin-bottom : 0;
	margin-top : 0;
}

#main_right h1{  /* main : heading */
	font-weight : bold;
	color : #009999;
	text-transform : uppercase;
	background-color : transparent;
	line-height : 120%;
	margin-top : 0;
}


#side p{  /* body text */
	font-size : 11px;
	font-weight : normal;
	color : #555555;
	background-color : transparent;
	line-height : 120%;
	margin-top : 0;
}

#side_left p{  /* body text */
	font-size : 11px;
	font-weight : normal;
	color : #555555;
	background-color : transparent;
	line-height : 150%;
	margin-top : 0;
}



#copy p{ /* copyright notice */
	font-size : 8px;
	font-weight : normal;
	color : #009999;
	line-height : 120%;
	margin-top : 10px;
	padding-top : 10px;
}

#news_head{
	position : absolute;
	top : 0px;
	left : 15px;
	width : 420px;
	height : 70px;
	z-index : 50;
}

#news_bar{
	position : absolute;
	top : 75px;
	left : 15px;
	width : 420px;
	height : 35px;
	z-index : 50;
}

#news_content{
	position : absolute;
	top : 110px;
	left : 20px;
	width : 420px;
	z-index : 50;
}

#faq_questions{
	position : absolute;
	top : 0px;
	left : 125px;
	width : 295px;
	height : 170px;
	overflow : auto;
	z-index : 50;
}

#faq_break{
	position : absolute;
	top : 185px;
	left : 0px;
	width : 420px;
	height : 1px;
	z-index : 50;
}

#faq_answers{
	position : absolute;
	top : 201px;
	left : 125px;
	width : 295px;
	height : 200px;
	z-index : 50;
}

a:link, a:visited, a:active{
	color : #7a7a7a;
	font-weight : bold;
	text-decoration : none;
}

a:hover{
	color : #343434;
	text-decoration:line-through;
	font-weight : bold;
}

/* Other Html Elements */
.titles { font-family:Georgia, "Times New Roman", Times, serif; font-weight: bold; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
underline: none;
font-size: 24px;
font-weight: bold;
border-bottom-width: 0;
}


/* classes */
.contentarea {
	clear:both;
}

.contentdetail {
	float:left;
	padding-bottom:15px;
}
.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	padding-right:15px;
}
.date .month {
	display: block;
	color: #FFF;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}
.searchform {
 float:right;
}
.searchform input{
	float:left;
	border: 1px #e7e7e7 solid;
	font: 1em;
	padding:2px 2px;
	margin:2px 5px 0px 0px;
}


.title_news{ font-size : 11px; font-weight : bold; color : #009999 } 
.artist_news{ font-weight : bold; color : #009999; } 
.release_news{ font-weight : bold; color : #009999; }
.minihead_news{ font-size : 10px; font-weight : bold; color : #7c7c7c; }
.date_news{ font-weight : bold; color : #009999; }

.yellow{ color : #FF9900 }
.orange{ color : #ED5802 }
.red{ color : #C40514 }
.magenta{ color : #E9004A }

.sub{ text-transform : none; font-weight : normal } 
 
 .divider2
{
position: relative;
height: 1px;
width: 540px;
border-bottom: dashed 1px #009999;
margin: 2.0em 0em 2.0em 0em;
}

 .divider1
{
position: relative;
height: 1px;
width: 190px;
border-bottom: solid 1px #009999;
margin: 2.0em 0em 2.0em 0em;
}

 .flickr img
{
padding-bottom:10px;
}

/*page de commentaires params */
.commentlist li {
	display:block;
	border: 1px dashed #ffcde1;
	background-color:#fff0f6;
	padding:5px 5px;
	margin: 0px 0px;
}
.commentlist li.alt {
	background-color:#ffffff;
}

.commentlist li span.minihead_news {
	text-transform:uppercase;
	color:#ff217a;
}
.commentlist li:hover {
	border: 1px dashed #009999;
}

label.commenttitre {
	display:block;
	width: 100%;
	background:#f2f2f2;
	color:#009999;
	font-weight:bold;
	font-size:10px;
	padding:2px 2px;
	margin-top:8px;
}

input.commentform, textarea.commentform  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:534px;
	border: 1px dashed #c4c4c4;
	color:#555555;
	letter-spacing:1px;
	font-size:10px;
	padding: 2px 2px;
	margin: 0px 0px;
}

input.commentbtn {
	float:right;
	clear:both;
	background-image:url(images/button-bg.gif);
	background-repeat:repeat-x;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	color:#222222;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 2px;
	margin-bottom: 5px;
	}
