/* CSS Document */

/*   DEFAULT   */
/***************/

* {margin:0;padding:0;}

.bannerWrap {
	clear: both !important;
	display: block;
}
.adServer {
	display: block;
	clear: both;
	}

html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #eee6d9;
	font-size: 100%;
	color: white;
	height:100%;
	width: 100%;
	margin: 0 auto;
}

p {
	font:normal 0.7em/1.3em Arial, Helvetica, sans-serif;
	color: white;
	text-align:justify;
	margin-bottom:1em;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eee;
	text-align: left;
	padding: 0 0 0 10px;
}

a img {
	border: none;
}

a { 
	color: #95A823; 
	text-decoration: none;
}

a:hover { 
	color: #222; 

}

u { 
	text-decoration: none;
	border-bottom: dotted 1px #333;
}

h1 {
	margin: 0px 0px 0px -3px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	height: auto;
	color: #555;
	font-size: 27px;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #a6b36e;
	font-size: 16px;
}

div#mainContent h2 {font-size:30px;margin:0 0 10px -5px;}

h3 {
	margin: 10px 0 10px 0;
	padding: 0px;	
	color: #858d17;
	font-size: 16px;
	font-weight: normal;
}

h4 {
	margin: 0 0 0 0 !important;
	padding: 10px 0 0 0;	
	font-size: 14px;
	color: #ffffff !important;
	font-weight: normal;
}

ul {
	margin: 15px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}

.alt {
	display: none;
}

.hidden {
	display: none;
}

.btn {
	cursor: pointer;
}

/* END DEFAULT */
/***************/


/* LAYOUT */
/***************/
#nouvelles, #greybox, #musique, #spectacles, #extras, #a_propos, #babillard {
	margin: 0;
	padding: 25px;
	background: url(/medias/images/grey.png) top left repeat-y;
	z-index: 100;
	clear: both;
}

#musique, #spectacles, #extras, #babillard, #a_propos, #opendisc {
	width: 855px;
	margin: 0px 20px 0px 0px;
	padding: 25px 50px;
	min-height:600px;
}

#nouvelles {margin-bottom:30px;}

#bio {

	float:left;	width:310px;
}

#a_propos #bio {
	float:left;
	background:none;
	margin-top:0px;
	width: 500px;
}

/* END LAYOUT */
/***************/


/****************/
/*    CONTENU   */

#container {
	margin: 100px auto 0px auto;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
	background:url(/medias/images/bg.png) top left repeat-y;
	z-index: 1;
}

#wrapper {
	width: 100%;
	position: fixed;
	bottom: 0px;
	margin: 0px;
	padding: 0 0 0 25px;
	height: 512px;
	background-image:url(/medias/images/bg_amylie.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 10px;
	z-index: 1;
}

#mainContent {
	padding: 0px;
	margin: 40px 0 0 14px;
	width: 875px;
}
/*******************/
/* END BACKGROUNDS */




/**********/
/* HEADER */

#header {
	margin: 0px 0 0 0;
	width: 900px;
	height: 100px;
}

#menu {
	position:absolute;
	top:62px;
	left:290px;
	color:#96a924;
	width:625px;
}/*

#menu h2 {
	font-size:15px;
	display:block;
	margin-right:20px;
}*/


#menu ul {
	margin:0;
	padding-top:7px;
	display:block;
	margin:0 auto;
}

#menu ul li {
	color:#96A924;
	float:left;
	list-style:none;
	font:normal 14px/1em futura, "Trebuchet MS", arial, helvetica, sans-serif;
	margin:0 7px;
}

#menu ul li a {color:#96a924;}
#menu ul li a:hover {color:#5b6616;}


/* END HEADER */
/***************/



/***************/
/*  NOUVELLES  */

div.dropShadow { 
	width: 220px;
	height: 220px;
	background-image: url(/medias/images/dropShadow.png); 
	background-repeat: no-repeat; 
	padding: 10px 10px 10px 10px; 
}

#nouvelles a {color:white;}

table.video-table {float:left;}

.box-nouvelles {
	float:left;
	width:350px;
}
/***************/




/***************/
/*   MUSIQUE   */

table.playlist {
	margin-top:10px;
	border-collapse:collapse;
}

table.playlist tr {margin:0; padding:0;}

table.playlist tr td {margin:0; padding:0;}

table.playlist tr td p {
	margin: 0.4em 0;
	color: white;
}

#gallery {  /* sous-menu scroll albums */
	height: 100px;
	overflow: hidden;
	margin: -20px 0 0 0;
	z-index: 1000;
	width:620px;
}

#gallery ul {
	margin: 0px 0px;
	padding: 0;
	float: right;
	z-index: 2000;
}

#gallery li {
	display: inline;
	float: left;
	padding: 0 20px 0 0;
	z-index: 3000;
}

#scroll {
	width: 550px;
	height: 100px;
	overflow: hidden;
}

#holder {
	width: 10000px;
	overflow: hidden;
	display: block;
	padding: 0px 0 0px 0;
}  			

#left_scroll {
  float: left;
  margin: -75px 0 0 0;
  cursor: pointer;
  width: 9px;
  height: 16px;
  z-index: 10000;
}

#right_scroll {
  float: right;
  margin: -75px 0 0 0;	
  cursor: pointer;
  width: 9px;
  height: 16px;
  z-index: 10001;
}/* end sous-menu scroll albums */

.dropShadow-tbn { 
	width: 75px; 
	height: 75px; 
	background-image: url(/medias/images/dropShadow-tbn.png);
	background-repeat: no-repeat; 
	padding: 10px 0 0 10px;
	margin:0px;
	overflow: hidden;
	display: block;
  	z-index: 3005;
}

.tableau {
	width: 600px;
	margin: -90px 0 10px -70px;
	padding: 95px 50px 40px 70px;
	z-index: 100;
}

#boxLyrics {
	margin: 0 0 0 0;
	width: 600px;
}

.lyrics {
	position: absolute;
	margin: -55px 0 0 -75px;
	padding: 60px 60px 40px 75px;
	display: none;
	line-height: 14px;
	width: 600px;
}

.showLyrics {
	font-size: 11px;
	opacity: .6;
}

.showLyrics:hover {
	opacity: 1;
}

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




/*   VIDEOS - EXTRAS  */
/**********************/

#gallery_extras {
	height: 120px;
	overflow: hidden;
	margin: 0px 0 0 0;
	width:650px;
}


#scroll_extras {
	width: 550px;
	height: 120px;
	overflow: hidden;
}


#mediaPlayer {
	width: 600px;
	height: 325px;
	font-weight: bold;
	margin: 20px 0 0 0;
}


#gallery_extras ul {
	margin: 8px 12px 20px 0;
	padding: 0 6px 10px 3px;
	border-right: dotted 1px #666;
	border-left: dotted 1px #666;
	display: block;
	float: left;
	overflow: hidden;
}

#gallery_extras li {
	display: block;
	float: left;
	padding: 0 18px 0 0;
	margin: 0;
	overflow: hidden;
	/*background-image: url(/medias/images/star.png); 
	background-repeat: no-repeat;
	background-position: center right;*/
}

#gallery_extras b {
	display: block;
	clear: both;
	padding: 0px 10px;
	margin: 0;
	font-size:12px;
	font-weight: normal;
	overflow: hidden;
}

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




/****************/
/*   OPENDISC   */
/****************/

#opendisc_height {height: 1000px;}

#gallery_opd {
	height: 160px;
	width:815px;
	margin: 5px 0 0 -20px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	overflow: hidden;
}

#gallery_opd ul {
	margin: 8px 12px 8px 0;
	padding: 0 0 10px 3px;
	border: solid 1px #222;
	display: block;
	float: left;
	overflow: hidden;
}

#gallery_opd li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#gallery_opd b {
	display: block;
	clear: both;
	padding: 0px 10px;
	margin: 0;
	font-size:12px;
	font-weight: normal;
	overflow: hidden;
}

#scroll_opd {
	width: 782px;
	height: 146px;
	overflow: hidden;
}

#mediaPlayerTitleOpendisc {
	padding: 0px 0 15px 5px; 
	font-size:12px;
	color: #336666;
}

#mediaPlayer.opd {
	width: 840px;
	text-align:center;
	padding: 20px 0 0 0; 
}
#mediaPlayer.text {
	width: 840px;
	text-align:center;
	padding: 30px 0 0 0;
}

/****************/
/*  Spectacles  */
/****************/

#spectacles table {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #96A924;
}
#spectacles table h4 {
	margin-top:0;
	padding-top:0;
	font:bold 1em/1em arial, helvetica, sans-serif;
}
#spectacles table a {
	color:#96A924;
}
#spectacles table a:hover {
	color:#222;
}

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



/*   A Propos   */
/****************/

#a_propos #bio h2 {margin-bottom:0;}

#left_col {
	float:left;
}

#contact {
	width: 200px;
	margin-bottom:50px;
}


#telechargement {	
	margin: 0 0 0 0px;
	width: 220px;
}

#telechargement p {
	margin: 0px 0px 20px 0px;
	text-align:left;
}


.medias {
	position: relative;
	display: none;
	width: 220px;
	text-align:center;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.media_scroll {
	height: 150px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	overflow: hidden;
	margin: 0px 25px 10px 0;
	padding: 15px 0;
}

p.media_scroll {
	padding:0;
	margin:0;
}

.login input
{
	border: none;
	width: 190px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	border: 1px dotted #666;
}

#bio_title {
	display: none;
}

#top_scroll_bio {
	position: absolute;
	margin: -40px 0 0 207px;
	padding: 5px;
}

#bottom_scroll_bio {
	position: absolute;
	margin: 505px 0 0 207px;
	padding: 5px;
}

#buttons {
	text-align: right;
	height: 40px;
}

#printDiv {margin-top:10px;}

.error {
	height: 32px;
	margin: 0 0 10px 0px;
	color:#CC0000;
}

.loading {
	background-image: url(/medias/images/loading.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	margin: 0 0 10px 27px;
}

.top_scroll {
position: absolute;
margin: -60px 0 -20px -23px;
padding: 5px;
}

.bottom_scroll {
position: absolute;
margin: 220px 0 0 -23px;
padding: 5px;
}

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



/*    BABILLARD    */
/*******************/

.embedBabillard {
	margin: 0px 0px 0px 0px;
}

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

/*     FOOTER     */
/******************/

#footer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 26px;
	background-image: url(/medias/images/footer-gradient.png);
	background-repeat: repeat-x;
	font-size: 10px;
	z-index: 10000;
	color: #999;
}

#anim-envois {
	float: left;
	margin: 6px 15px 0 0px;
	padding: 0px 0px 0 10px;
	font-size: 14px;
}

.abonnement {
	float: left;
	height: 14px;
	width: 180px;
	font-size: 10px;
	padding: 1px 4px;
	margin: 5px 10px 4px 0px;
	opacity: 0.8;
	background-color: #000;
	color: #888;
	border: solid 1px #333;
}

.go {
	float: left;
	font-size: 11px;
	padding: 1px 5px; 
	margin: 4px 0px;
	opacity: 0.75;

}

.logo_audiogram {
	display: inline;
	padding: 3px 0 0 5px;
}

.footnote {
	margin: 2px 20px 2px 0px;
	height: 28px;
	display: inline;
	float:right;
	width: 290px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {clear:both;}

/******************/
.bannerWrap {
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px !important;
}

.spectacles-details td {
	font-size: 12px !important;
}


