/* CSS Document */
td,th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	z-index:100;
}

span{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	z-index:100;
}
input,textarea,SELECT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #E0E0E0;
	border: none;
	text-align:left;
	border-bottom: none;
	border-bottom-width:thin;
}

body {
	background-color: #FFFFFF;
	margin-top: 0px;
}

.text_10 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.Text12pxBlc{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}

.Style1 {
	color:#FF0000;
}

a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}

a:hover {
	text-decoration: underline;
	color: #6e472e;
}

a:active {
	text-decoration: none;
	color: #6e472e;
}

//lightbox
/*--------- Lightbox -----------*/
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #555;
    padding-top: 0.5em;
}

#closeButton{ top: 5px; right: 5px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

#overlay{ background-image: url(images/lightbox/overlay.png); }

* html #overlay{ /*Hack IE */
    background-color: #000;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightbox/overlay.png", sizingMethod="scale");
}
/*-------- fin lightbox -------*/

a.info{
    position:relative; 
    z-index:24;
	/*background-color:#ccc;*/
    color:#000;
    text-decoration:none
}

a.info:hover{
	z-index:25;
	border:0;
	/*background-color:#ff0;*/
}

a.info span{display: none}

a.info:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
	/*display: inherit;*/
	display:block; 
 	position:absolute;	
	z-index: 500;
	top:-80px;
	left:-400px;
	width:390px;
	background: #009900;
	text-align: justify;
	color: #FFFFFF;
	padding: 0.2em;
	border: double #000000;
}

a.infomusique{
    position:relative;
	color: #FFFFFF; 
    z-index:24;
    text-decoration:none}

a.infomusique:hover{
	z-index:25;
	text-decoration: underline;
	color: #FFFF00;
	border:0;
}

a.infomusique span{display: none}

a.infomusique:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
	/*display: inherit;*/
	display:block; 
 	position:absolute;	
	z-index: 500;
	top:10px;
	left:65px;
	width:158px;
	height:40px;
	background-color: #CCCCCC; 
	text-align:left;
	color: #000000;
	padding: 0.0em;
	border: #000000;
}

/* css spécial texte des pages pour affichge visible des liens html*/
a.texte {
	color: #009900;
	text-decoration:none;
	border:1px dotted;
}

a.btemusique {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
}

a.btemusique:hover{
	text-decoration: underline;
	color: #FFFF00;
}