@charset "utf-8";
/* CSS Document */

/* TITRES */

h1 {

}

h2 {
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

h3 a{
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #f26234;
	display: inline;
	padding: 0 5px;
	margin: 0;
	text-transform: uppercase;
	float: left;
	color: #fff;
}


h3 a:hover{
	background-color: #bc3100;
	padding: 0 5px;
	margin: 0;
}




/* CONTENU */

.contenu .texte {
	width: 435px;
	min-height: 387px;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
	font-size: 12px;
}


.artistes {
	height: 50px;
}

.artistes .fl{
	float: left;
	display: block;
	margin: 0 10px 0 0;
	border: 2px solid #f26234 ;
}

.fiche-artiste {
	width: 300px;
	height: 50px;
	float: left;
	display: ;
}

.artistes p{
	font-style: italic;
	float: left;
	display:block;
	font-size:11px;
}

.decouvertes {
	color:  #000;
	font-weight: bold;
	margin: 5px 0 20px 0;
}

.decouvertes a{
	color:  #bc3100;
}

.decouvertes a:hover{
	color:  #b1bb00;
}