@charset "utf-8";



/**********************************/
/*********** Karaoke *************/
/*********************************/
.presentationList{
	/*list-style-type: disc;*/
	background-color: black;
	width: 600px;
	margin: 10px auto;
	padding: 10px;
	box-shadow: 0 0 66px #ddd;
	border-radius: 50px;
}
.presentationList li{
	line-height: 2em;
	font-size: 24px;
}


/**********************************/
/*********** Mediatheque *************/
/*********************************/
.noLink{
	text-decoration: none;
}
#photos, #videos, #audio{
	margin: 30px 0 50px 0;
}
#audio {
	margin-bottom: 0px;
}
#mediatheque h3{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 20px 0;
	display: inline-block;
}
#mediatheque h4{
	font-size: 14px;
	font-weight: bold;
}
#photosContainer{
	width: 90%;
	box-shadow: 0 0 10px 5px #e0b61c;
	border-radius: 10px;
	margin: 30px auto;
	padding: 30px;
	padding-bottom: 70px;
	background-color: #111;
	position: relative;
}
#photosContainer img{
	height: 100px;
	margin: 5px;
	cursor: pointer;
}
#audio audio{
	width: 400px;
	display: block;
	margin: 5px 0;
}
.audioSection{
	width: 80%;
	margin: 0 auto;
}
#audio table{
	margin: 10px auto;
}
#audio table td{
	vertical-align: middle;
	font-weight: bold;
}
#audio table td:first-child{
	padding-right: 30px;
}
#videos video{
	width: 50%;
	margin: 10px 25%;
}
#videos iframe{
	margin: 20px 0 30px 0;
}
.loadMore{
	width: 100px;
	padding: 10px 5px;
	border: 1px solid transparent;
	border-radius: 3px;
	background-color: #ccc;
	color: black;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 56px);
}