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

#mediatheque {
	width: 640px;
	padding: 20px;
	border: 1px solid rgb(0,141,211);
	background: rgba(0,141,211,0.2);
	float: left;
}

#mediatheque h1 {
	font-size: 16px;
	margin: 10px 0 5px 0;
}

#mediatheque #background {
	background: url(../mediatheque/background.png) no-repeat center;
}

#mediatheque #apercu, #mediatheque #lecteur_video {
	width: 640px;
	height: 427px;
}

#mediatheque #lecteur_video {
	display: none;
}

#mediatheque #precedent {
	width: 60px;
	height: 60px;
	background-image: url(../mediatheque/precedent.png);
	float: left;
	margin-top: 180px;
}

#mediatheque #suivant {
	width: 60px;
	height: 60px;
	background-image: url(../mediatheque/suivant.png);
	float: right;
	margin-top: 180px;
}

#mediatheque #description {
	color: #FFF;
	background: rgb(0,141,211);
	width: 620px;
	padding: 10px;
}

#mediatheque #evenements {
	padding-top: 10px;
}

#mediatheque #evenements #photos div, #mediatheque #evenements #videos div {
	line-height: 16px;
	padding-left: 20px;
	margin-bottom: 4px;
	text-decoration: underline;
	cursor: pointer;
}

#mediatheque #evenements #photos div {
	background: url(../mediatheque/puce_photo.png) no-repeat;
}

#mediatheque #evenements #videos div {
	background: url(../mediatheque/puce_video.png) no-repeat;
}

.VideoForEverybody {
	padding: 70px 80px;
}

.VideoForEverybody .download {
	color: #999999;
	text-align: center;
}

.VideoForEverybody .download a {
	color: #999999;
}
