/* CSS Document */

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

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 11px;
	color: #555;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 555;
	text-align:justify;
	padding:0 0 0 0;
}

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

a img {
	border: none;
}

a { 
	color: #222; 
	text-decoration: none;
}

a:hover { 
	color: #555; 

}

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: 40px;
}

h2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	height: auto;
	color: #555;
	font-size: 18px;
	
}

h3
{
	margin: 0 0 0 -3px;
	padding: 0px;	
	font-size: 24px;
	color: #555;
	font-weight: normal;
	display: block;
}

h4
{
	margin: 0px;
	padding: 10px 0 0 0;	
	font-size: 14px;
	color: #555;
	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 */
/***************/


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

#container {
	margin: 0px auto;
	background-repeat: no-repeat;
	width: 820px;
	min-height: 760px;
	background-color: #FFF;
}

#mainContent {
	padding: 0px;
	position: relative;
	margin: -25px auto;
	width: 820px;
}

/*******************/
/* END BACKGROUNDS */


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

#header {
	padding: 20px;
	margin: 0px;
	width: 820px;
	height: 200px;
}

#nom_artiste {
	margin: 0 0 0 0;
	padding: 0px;
	clear: none;
	float: left;
	width: 226px;
}

#menu {
	color: #FFF;
	float: left;
	width: 500px;
	padding: 113px 0 0 0;
}

#languages {
	border-bottom: solid 1px #CCC;
	padding: 0 0 3px 4px;
	margin: 0 0 8px 0;
	width: 130px;
}

#languages a {
	color: #FFF;
}

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


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


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

#nouvelles {
	width: 420px;
	margin: 20px 0 10px 100px;
	padding: 55px 150px 20px 150px;
}

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

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


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

#musique {
	width: 620px;
	margin: 20px 20px 20px 20px;
	padding: 55px 90px 20px 90px;
	height: 1000px;
}

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

#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  */
/**********************/

#extras {
	width: 620px;
	margin: 20px 20px 20px 20px;
	padding: 25px 90px 20px 90px;
	height: 1000px;
}

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


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


#mediaPlayer {
	width: 600px;
	text-align:center;
	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 #333;
	border-left: dotted 1px #333;
	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 {
	width: 840px;
	height: 160px;
	margin: 5px 0 0 5px;
	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 {
	width: 420px;
	margin: 20px 0 10px 100px;
	padding: 55px 150px 20px 150px;
	height:400px;
}

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



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

#a_propos {
	width: 620px;
	margin: 20px 20px 20px 20px;
	padding: 25px 90px 20px 90px;
	height: 1400px;
}

#left_col {
	float:left;
}

#contact {
	width: 200px;
}


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

#telechargement p {
	margin: 0px 0px 20px 0px;
}


.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: 5px 25px 5px 25px;
	padding: 15px 0 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;
	
}

#bio {	
	padding: 0px 25px 0px 0px;
	float: right;
	width: 310px;
}

#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 {
	
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.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: -50px 0 0 -23px;
padding: 5px;
}

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

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



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

#babillard {
	width: 620px;
	margin: 20px 0px 20px 0px;
	padding: 55px 60px 20px 60px;
	height: 1000px;
}

.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: 180px;
}

.right {
	float: right;
}

.left {
	float: left;
}

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



