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

.multimedia_title {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.multimedia_link {
	width: 100%;
}
.link_left {
	position: absolute;
	width: 260px;
	margin-left: 112px;
	margin-right: 376px;
	z-index: 2;
}
.link_right {
	position: absolute;
	width: 260px;
	margin-left: 375px;
	margin-right: 113px;
	z-index: 1;
	text-align: right;
}

/* photos */

#photos_top{
	width: 100%;
	height: 18px;
	z-index: 110;
}
#photos_top #photos_titre{
	position: absolute;
	width: 450px;
	margin-left: 102px;
	z-index: 120;
}
#photos_top #photos_retour{
	position: absolute;
	width: 60px;
	margin-left: 584px;
	text-align: right;
	z-index: 130;
}
#simpleviewer{
	width: 100%;
	z-index: 100;
}

/* paroles */

.lyrics_title{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.lyrics_body{
	width: 100%;
	text-align: center;
}

/* chroniques */

.chronique_title{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}
.chronique_link{
	width: 90%;
	margin-left: 10%;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-weight: bold;
}
.chronique_body{
	width: 90%;
	margin-left: 10%;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}
.chronique_signature{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: right;
	text-weight: bold;
}
