/* Default*/
body        {	background-color: #000000; }
body,td,th  { 	color: #CCCCCC; }

/* Lien */
a:link 		{	color: #CCCCCC;
				text-decoration: none;
			}
a:visited 	{	color: #CCCCCC;
				text-decoration: none;
			}
a:hover 	{	color: #FFFFFF;
				text-decoration: none;
			}
a:active 	{	color: #CCCCCC;
				text-decoration: none;
			}

/* Page d'album */	
body.album,td.album,th.album  { color: #FFFFFF; }
a.album:link 		{	color: #FFFFFF;
				text-decoration: none;
			}
a.album:visited 	{	color: #FFFFFF;
					text-decoration: none;
					}
a.album:hover 		{	color: #006600;
						text-decoration: underline;
					}
a.album:active 		{	color: #FFFFFF;
						text-decoration: none;
					} 

/* Police */
.TXT_Verdana	{	font-family: Verdana, Arial, Helvetica, sans-serif}
.TXT_Stencil	{	font-family: Stencil, Verdana, Arial, Helvetica, sans-serif}
.TXT_Broadway	{	font-family: Broadway}
.TXT_Segoe		{	font-family: "Segoe Script"}
.TXT_Segoe_2	{	font-family: "Segoe Script", Verdana, Arial, Helvetica, sans-serif}

/* Position Police */
.TXT_Justify		{	text-align:	justify	}
.TXT_Centre			{	text-align:center	}
.TXT_Marge_G_10		{	margin-left:10px	}
.TXT_Marge_D_10		{	margin-right:10px	}

/* Couleur Police */
.TXT_Blanc   		{	color: #FFFFFF}
.TXT_Noir   		{	color: #000000}
.TXT_Bleu_Fonce		{	color: #000033}
.TXT_Bleu			{	color: #0000FF}
.TXT_Bleu_agenda	{	color: #216ad8}
.TXT_Gris_Fonce 	{	color: #333333}
.TXT_Gris		 	{	color: #666666}
.TXT_Gris_Clair	 	{	color: #999999}
.TXT_Gris_T_Clair 	{	color: #CCCCCC}
.TXT_Cyan   		{	color: #00FFFF}
.TXT_Jaune  		{	color: #FFFF00}
.TXT_Orange 		{	color: #FF6600}

/* Taille Police */
.TXT_10px 	{ 	font-size:10px}
.TXT_12px 	{ 	font-size:12px}
.TXT_14px 	{ 	font-size:14px}
.TXT_16px 	{ 	font-size:16px}
.TXT_18px 	{ 	font-size:18px}
.TXT_20px 	{ 	font-size:20px}
.TXT_22px 	{ 	font-size:22px}
.TXT_24px 	{ 	font-size:24px}
.TXT_26px 	{ 	font-size:26px}
.TXT_28px 	{ 	font-size:28px}
.TXT_30px 	{ 	font-size:30px}
.TXT_32px 	{ 	font-size:32px}
.TXT_34px 	{ 	font-size:34px}
.TXT_36px 	{ 	font-size:36px}

/* Background */
.Background_Bio_Fond_Blanc{background-image:url(../image/fond_jazz_bossa_blanc.jpg)}
.Background_fond_jazz_bossa_blanc{background-image:url(../image/fond_jazz_bossa_blanc.jpg); background-repeat:no-repeat; }
.Background_fond_jazz_bossa{background-image:url(../image/fond_jazz_bossa.jpg); background-repeat:no-repeat; }
.Background_fond_jazz_bossa_R{background-image:url(../image/fond_jazz_bossa.jpg); }

.Div_Bio 	{	width:754px;  
				margin-left:10px; 
				margin-top:90px;}

/*-----------------------------------------------------------------------------------*/
/*Debut			Musiciens pour la Bio 												 */
.JB				{
				height:169px;
				font-size: 20px;
				}
.FRED		{	font-size: 20px;	}
.PZ			{	font-size: 20px;	}
.SERGIO		{	font-size: 20px;	}
.KIKI		{	font-size: 20px;	}
.PATOU		{	font-size: 20px;	}
.LOU		{	font-size: 20px;	}
.BENOIST	{	font-size: 20px;	}

.JB:hover		{	background: url(../image/musicien/jb.png); 		}
.FRED:hover		{	background: url(../image/musicien/fred.png); 	}
.PZ:hover		{	background: url(../image/musicien/pz.png); 		}
.SERGIO:hover	{	background: url(../image/musicien/sergio.png); 	}
.KIKI:hover		{	background: url(../image/musicien/kiki.png); 	}
.PATOU:hover	{	background: url(../image/musicien/patou.png); 	}
.LOU:hover		{	background: url(../image/musicien/lou.png); 	}
.BENOIST:hover	{	background: url(../image/musicien/benoist.png); }
.BIO_fond:hover	{
				background: background-repeat:no-repeat; 
				display: block; 
				width:250px; 
				height:169px;
				font-size: 24px;
				vertical-align:top
				}
/*Fin			Musiciens pour la Bio 												 */
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/* Debut Page instruments */	
a.instruments:link 		{	font-size:24px;
							color: #000000;
							text-decoration: none;
						}
a.instruments:visited 	{	font-size:24px;
							color: #000000;
							text-decoration: none;
						}
a.instruments:hover 	{	font-size:26px;
							color: #006600;
							text-decoration: none;
						}
a.instruments:active 	{	font-size:24px;
							color: #FFFFFF;
							text-decoration: none;
						}
/* Fin Page instruments */	
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/* Debut Page artiste*/	
a.artiste:link 		{	font-size:24px;
							color: #000000;
							text-decoration: none;
						}
a.artiste:visited 	{	font-size:24px;
							color: #000000;
							text-decoration: none;
						}
a.artiste:hover 	{	font-size:26px;
							color: #006600;
							text-decoration: none;
						}
a.artiste:active 	{	font-size:24px;
							color: #FFFFFF;
							text-decoration: none;
						}
/* Fin Page artiste */	
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/* Debut Page concert*/	
a.concert:link 		{	font-size:10px;
							color: #FF9900;
							text-decoration: none;
						}
a.concert:visited 	{	font-size:10px;
							color: #FF9900;
							text-decoration: none;
						}
a.concert:hover 	{	font-size:12px;
							color: #FFFF00;
							text-decoration: none;
						}
a.concert:active 	{	font-size:10px;
							color: #FF9900;
							text-decoration: none;
						}
/* Fin Page concert */	
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/* Debut Page Clips*/	
a.clips:link 		{	font-size:14px;
							color: #000000;
							text-decoration: none;
						}
a.clips:visited 	{	font-size:14px;
							color: #000000;
							text-decoration: none;
						}
a.clips:hover 	{	font-size:14px;
							color: #006600;
							text-decoration: none;
						}
a.clips:active 	{	font-size:14px;
							color: #000000;
							text-decoration: none;
						}
/* Fin Page Clips*/	
/*-----------------------------------------------------------------------------------*/
.navtext {
	width:235px;
	font-size:10pt;
	font-family:verdana;
	border-width:3px;
	border-style:outset;
	border-color: #006600;
	background-color: #003300;
	color:#CCCCCC;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	font-style: italic;
}

.navtext2 {
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:10000; 
	padding:10px; 
	background-color: #003300; 
	color: #FFFFFF; 
	font-size:14px; 
	border-top-color: #00FF00;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #00FF00;
	font-style: italic;
	font-family:verdana;
	border-width:3px;
	border-style:outset;
}
