.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 
 
.clearfix {display: inline-block;} 
 
/* Hides from IE-mac */ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

* {
	margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; color: #000000;
}

.header {
	width: 800px; margin: 0px auto 0px auto; background: #474E58; height: 35px; padding-top: 15px;
}

h1 {
	font-size: 20px; color: #FFFFFF; margin-left: 20px; display: inline; text-transform: uppercase; font-weight: bolder;
}

h2 {
	color: #FFFFFF; font-size: 18px; display: inline; text-transform: uppercase; font-weight: bolder;
}

h3 {
	font-weight: bolder; font-size: 22px; text-transform: uppercase; margin-bottom: 5px; color: #CC0000;
}

h4 {
	font-size: 18px; margin-bottom: 15px; text-align: left;
}

table {
	margin: 0px auto 0px auto;
}

.pub {
	width: 800px; margin: 0px auto 5px auto; background: url('../images/fond_pub.jpg'); height: 95px; text-align: center; padding-top: 5px;
}

.panel_ecoute {
	width: 716px; margin: 0px auto 0px auto; padding: 10px 45px 30px 35px; border: 2px solid #CCCCCC;
}

.selection {
	border: 1px solid #CCCCCC; padding: 10px; background: url('../images/degrade.jpg') repeat-x;
}

.univers {
	text-align: center;
}

.univers a {
	font-size: 16px; font-weight: bolder; margin: 0px 7px 0px 7px; padding-bottom: 7px; color: #CC0000;
}

.ecoute_avancee {
	float: right; width: 110px; border: 1px solid #CCCCCC; border-top: none; text-align: center; padding: 4px;
}

.ecoute_avancee a {
	font-size: 10px; color: #333333; font-style: italic;
}

.bloc_selection_artiste {
	width: 330px; float: left; border: 1px solid #CCCCCC; padding: 10px; background: url('../images/degrade.jpg') repeat-x;
}

.liste_lettres, .liste_artistes, .liste_titres {
	text-align: center; margin-bottom: 7px;
}

.liste_lettres span{
	color: #CC0000; margin: 0px 4px 0px 4px; text-decoration: underline; cursor: pointer; font-weight: bolder;
}

.bloc_recherche_artiste {
	width: 330px; float: right; border: 1px solid #CCCCCC; padding: 10px; text-align: center; background: url('../images/degrade.jpg') repeat-x;
}

#artistes_trouves {
	background-color:#CCCCCC; display:none; position: absolute; left: 50%; margin-left: -137px; width:275px;
}

#artistes_trouves p:hover {
	cursor:pointer;
}

#artistes_trouves p {
	width:275px; font-size:12px; border: 1px solid #777777; background: #FFFFFF; padding: 2px; margin-bottom: 4px; text-align: left;
}

.player {
	cursor: pointer;
}


