/* Paramètres de base de la page (couleur de fond, de texte,...) */
body{
  color: #fff;
  font-family: 'Special Elite';
}


/* Titre Barren? */
/* Titre des rubriques */
h2 {color: black; background-color:white; padding-top: 12px; padding-bottom: 5px; padding-left:15px; margin:30px 0; }
h2.bottom {color: #fff; background:url('../images/bg.png'); padding-top: 12px; padding-bottom: 16px; padding-left:15px; margin:30px 0 20px 0; text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);}

#entrance   {
	width: 441px;
	margin-left: auto;
	margin-right: auto;
}
paroles{
  width:50px;
  margin-bottom: auto;
}

dessins{
    width:400px;
    float:right;
}


.clear20{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 20px;
}
.clear10{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 10px;
}

a.link{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
.img-wrapper{
	max-height:250px;
	margin-bottom:20px;
	overflow:hidden;
}

#playlist,audio{width:100%;}
#playlist{padding:0;list-style-type: none;}
.active a{color:#ccc;text-decoration:none;background:#222}
li a{color:#eeeedd;padding:5px;display:block;border-bottom:1px solid #222}
li a:hover{text-decoration:none;color:#ccc}