/* Feuille de style CSS */
a:link { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; text-decoration:none;} /* #52188C; */
a:visited { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; text-decoration:none;}
a:hover { font-family: Arial, Helvetica, sans-serif; color: #0099FF; font-size: 11px;text-decoration:none;}
a:active { font-family: Arial, Helvetica, sans-serif; color: #0000de; font-size: 11px; text-decoration:none;}

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

/*conteneur global du site*/
#global{
	position: absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	background-color: #FFFFFF;
}

/*Haut de page*/
#header{
	width: 900px;
	height: 250px;
	background-image:url(../images/top23d.jpg);
	background-repeat:no-repeat;
}

		#options{
			width:900px;
			height:25px;
			background-color:#e9e9e9;
			text-align:left;
			margin-left:0px;
		}
			
		#options2{
			height:25px;
			background-color:#e9e9e9;
			text-align:right;
			margin-left:0px;
		}
		
		
		#menu{
			float:right;
			padding-top:160px;
			width: 900px;
		}


/*Contenu du site*/
#contenu{
	width:900px;
}

		#gauche{
			float:left;
			width: 240px;
			padding-left: 10px;
			padding-right: 5px;
			padding-bottom:30px;
		}
		
		#centre{
			float:left;
			width: 600px;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom:20px;
		}
				
				#colonne_gauche{
					float:left;
					width:300px;
				}
				
				#colonne_droite{
					float:right;
					width:300px;
				}
						
		#droite{
			float:left;
			width: 235px;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom:30px;
		}
				#droite img{
					padding-top:10px;
				}
		
		
/*pied de page*/
#footer{
	clear:both;
	width:900px;
	height:20px;
	background-color:#e9e9e9;
	text-align: center;
}


	/*Titre*/
	
.titre {
	padding-left:10px;
	width:140px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#000000;
	background-color: #dddddd;
}

#gauche .titre {
	background-color: #dddddd;
}

#centre .titre {
	background-color: #dddddd;
}

#droite .titre {
	background-color: #dddddd;
}


/*Formulaire*/
form{
	display:inline;	
}


/* Feuille de style CSS */

#menu dl {
	float: left;
	width: 100px;
	line-height:20px;
}

#menu dt {
	text-align: center;
	border: 0px;
	margin: 0px 1px 0px 0px;
	background: #CCCCCC;
}

#menu dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	border: 0 none;
}

#menu dt a:hover {
	background: #ffffff;
}

/*Contenu de la biographie*/
#biographie{
	width:900px;
}

		#bio_gauche{
			float:left;
			width: 200px;
			padding-left: 10px;
			padding-right: 5px;
			padding-bottom:30px;
		}
		
		#bio_centre{
			float:left;
			width: 560px;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom:30px;
		}
				
				#bio_colonne_gauche{
					float:left;
					width:500px;
				}
				
				#bio_colonne_droite{
					float:right;
					width:80px;
				}
						
		#bio_droite{
			float:right;
			width: 0px;
			padding-left: 0px;
			padding-right: 5px;
			padding-bottom:30px;
		}
				#droite img{
					padding-top:10px;
				}
				
				/*Titre*/
.titre_bio {
	padding-left:10px;
	width:140px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#000000;
}

#bio_gauche .titre_bio {
	background-color: #dddddd;
}

#bio_centre .titre_bio {
	background-color: #dddddd;
}

#bio_droite .titre_bio {
	background-color: #dddddd;
	width:100px
}

/*Lightbox*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/*Contenu de la discographie*/
#discographie{
	width:900px;
}

		#disco_gauche{
			float:left;
			width: 200px;
			padding-left: 10px;
			padding-right: 5px;
			padding-bottom:30px;
		}
		
		#disco_centre{
			float:left;
			width: 650px;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom:30px;
		}
				
				#disco_colonne_gauche{
					float:left;
					width:645px;
				}
				
				#bio_colonne_droite{
					float:right;
					width:0px;
				}
						
		#disco_droite{
			float:right;
			width: 0px;
			padding-left: 0px;
			padding-right: 5px;
			padding-bottom:30px;
		}
				#droite img{
					padding-top:10px;
				}
				
				/*Titre*/
.titre_disco {
	padding-left:10px;
	width:50px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#000000;
}

#disco_gauche .titre_disco {
	background-color: #dddddd;
}

#disco_centre .titre_disco {
	background-color: #dddddd;
}

#disco_droite .titre_disco {
	background-color: #dddddd;
}

.picturedesignR { float:right; margin-left: 15px;}
.picturedesignL { float:left; margin: 5px 30px 0 0;}

#discographiepochette{
	width:900px;
}

		#album_gauche{
			float:left;
			width: 200px;
			padding-left: 10px;
			padding-right: 5px;
			padding-bottom:30px;
		}
		
		#album_centre{
			float:left;
			width: 650px;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom:30px;
		}
				
				#album_colonne_gauche{
					float:left;
					width:100px;
				}
				
				#album_colonne_droite{
					float:right;
					width:500px;
				}
						
		#album_droite{
			float:right;
			width: 0px;
			padding-left: 0px;
			padding-right: 5px;
			padding-bottom:30px;
		}
				#droite img{
					padding-top:10px;
				}
				
/*Titre*/
.titre_disco {
	padding-left:10px;
	width:140px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#000000;
}

#album_colonne .titre_disco {
	background-color: #dddddd;
}

#album_colonne .titre_disco {
	background-color: #dddddd;
}

#album_colonne .titre_disco {
	background-color: #dddddd;
}
li{list-style-type:none;}
