body {
	height: 100%;
	width: 100%;
	min-height: 730px;
	min-width: 1200px;
	margin: 0;
	padding: 0;
}

/* Liens */
a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover { color: yellow; text-decoration: underline; }

/* Pas d'encadrement en pointillé autour des images */
a:focus { outline: 0; }

/* Pas de cadre autour des images */
img { border: 0; }

/* Pas de point pour le menu */
ul { list-style-type: none; }

* { margin: 0; padding: 0; }

/* Ligne horizontale */
hr { color: #C0B8A3; }

/* Fond de l'écran */
#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	min-height: 730px;
	min-width: 1200px;
}

/* Cadre contenant toute les parties du site */
#page {
	position: relative;
	display: block;
	height: 700px;
	width: 1200px;
	margin: auto;
}

/* Titre */
#titre a {
	position: absolute;
	top: 10px;
	left: 50px;
	height: 147px;
	width: 500px;
	background: url("image/fillindia.png") 0 0 no-repeat;
}
#titre a:hover { 
	background-position: 0 -147px;
}

/* Lien */
#lien {
	position: absolute;
	top: 200px;
	left: 50px;
	height: 300px;
	width: 100px;
}

/* Menu */
#menu {
	position: absolute;
	top: 200px;
	left: 200px;
	height: 300px;
	width: 300px;
}

/* Copyright */
#copyright {
	position: absolute;
	top: 490px;
	left: 80px;
	height: 20px;
	width: 200px;
	text-align: left;
	font-family: Arial, "Arial Black", "Times New Roman", serif;
	color: #2F322C;
	font-size: 10pt;
	cursor: default;
	text-shadow:  2px 3px 5px rgba(62, 62, 62, 0.75);
}

/* Scrolling */
#wrapper {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 650px;
	height: 700px;
	width: 500px;
}

.ln_facebook a, .ln_youtube a, .ln_bandcamp a, .ln_soundcloud a {
	position: relative;
	display: block;
	height: 52px;
	width: 52px;
	margin: auto;
	margin-top: 18px;
	text-align: center;
}
.ln_facebook a:hover, .ln_youtube a:hover, .ln_bandcamp a:hover, .ln_soundcloud a:hover { 
	background-position: 0 -52px;
}
.ln_facebook a  {
	background: url("image/facebook.png") 0 0 no-repeat;
}
.ln_youtube a {
	background: url("image/youtube.png") 0 0 no-repeat;
}
.ln_bandcamp a {
	background: url("image/bandcamp.png") 0 0 no-repeat;
}
.ln_soundcloud a {
	background: url("image/soundcloud.png") 0 0 no-repeat;
}

/* Boutons du menu */
.bt_concept a, .bt_musique a, .bt_photo a {
	position: relative;
	display: block;
	height: 65px;
	margin-top: 30px;
	margin-left: 50px;
}
.bt_concept a {
	width: 225px;
	background: url("image/concept.png") 0 0 no-repeat;
}
.bt_musique a {
	width: 227px;
	background: url("image/musique.png") 0 0 no-repeat;
}
.bt_photo a {
	width: 168px;
	background: url("image/photo.png") 0 0 no-repeat;
}
.bt_concept a:hover, .bt_musique a:hover, .bt_photo a:hover {
	background-position: 0 -65px;
}
.bt_concept a span, .bt_musique a span, .bt_photo a span {
	position: absolute;
	display: none;
}
.bt_concept a:hover span , .bt_musique a:hover span, .bt_photo a:hover span {
	display: block;
	margin-left: -50px;
}

#mask {
	position: relative;
	overflow: hidden;
	height: 400%;
	width: 100%;
}

/* Titres */
.titre-concept {
	position: absolute;
	display: block;
	top: -60px;
	left: 75px;
	width: 340px;
	height: 140px;
	background: url("image/titre-concept.png") 0 0 no-repeat;
}
.titre-musique {
	position: absolute;
	display: block;
	top: -60px;
	left: 84px;
	width: 327px;
	height: 161px;
	background: url("image/titre-musique.png") 0 0 no-repeat;
}
.titre-photo {
	position: absolute;
	display: block;
	top: -60px;
	left: 84px;
	width: 351px;
	height: 137px;
	background: url("image/titre-photo.png") 0 0 no-repeat;
}

.download a {
	position: relative;
	display: block;
	top: 100px;
	height: 500px;
	width: 500px;
	margin: auto;
	text-align: center;
	background: url("image/le_murmure_des_autres_download.png") 0 0 no-repeat;
}
.download a:hover { 
	background-position: 0 -500px;
}

/* Fonds */
.fond-concept, .fond-photo, .fond-musique {
	position: relative;
	display: block;
	top: 100px;
	height: 600px;
	width: 500px;
	margin: auto;
	text-align: center;
}
.fond-concept {
	background: url("image/fond-concept.png") 0 0 no-repeat;
}
.fond-photo {
	background: url("image/fond-photo.png") 0 0 no-repeat;
}
.fond-musique {
	background: url("image/fond-musique.png") 0 0 no-repeat;
}

/* Bouton fermer */
.content-fermer a {
	position: absolute;
	display: block;
	bottom: 30px;
	right: 70px;
	height: 57px;
	width: 57px;
	background: url("image/fermer.png") 0 0 no-repeat;
}
.content-fermer a:hover {
	background-position: 0 -57px;
}

/* Affichage photos */
#photos {
	position: absolute;
	overflow: auto;
	height: 465px;
	width: 450px;
	margin-top: 40px;
	left: 7px;
	text-align: center;
}
#photos img {
	margin: 11px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}
.photos img:hover {
	border-color: #d5bc1d;
	border-style: solid;
	border-width: 1px;
}

#concept-texte {
	position: absolute;
	display: block;
	overflow: auto;
	height: 405px;
	width: 405px;
	margin-top: 85px;
	margin-top: 85px;
	left: 36px;
	padding-right: 5px;
	text-align: left;
	cursor: default;
}

/* Couleur du texte */
.rouge { color: #9D514B; }
.vert { color: #619268; }
.sable { color: #C0B8A3; }
.feuille { color: #97A24A; }
.gris { color: #9D9999; }
.green { color: #2e7637; }
.blue { color: #3d8dcf; }
.red { color: #990000; }
.yellow { color: #efd154; }

/* Alignement du texte */
.centre { text-align: center; }
.gauche { text-align: left; }
.droite { text-align: right; }
.justifie { text-align: justify; }
.souligne { text-decoration: underline; }
.normal { text-decoration: none; }
.texte-gras { font-weight: bold; }
.texte-normal { font-weight: normal; }

/* Couleur de fond */
.fond-noir { background: black; }
.fond-feuille { background: #2C682E; }
.fond-sable { background: #827D60; }

/* Taille du texte */
.superpetit { font-size: xx-small; }
.trespetit { font-size: x-small; }
.petit { font-size: small; }
.moyen { font-size: medium; }
.grand { font-size: large; }
.tresgrand { font-size: x-large; }
.supergrand { font-size: xx-large; }

/* Paragraphe */
p {
	font: 15px/2 Georgia, Serif;
	margin: 0 0 30px 0;
	text-indent: 40px;
}

/* Cadre lecteur */
#cadre_lecteur {
	position: absolute;
	display: block;
	width: 380px;
	height: 350px;
	margin: auto;
	margin-top: 100px;
	margin-left: 50px;
	text-align: center;
	background: url("image/cadre_player.png") 0 0 no-repeat;
}

/* Contenu défilement */
#nowhere, #concept, #musique, #photo {
	display: block;
	height: 25%;
	width: 100%;
	min-height: 700px;
	min-width: 500px;
}

audio {
	margin: auto;
	margin-top: 20px;
}

ul {
	font-family: sans-serif;
	font-size: 16px;
	list-style: none;
	margin: auto;
	margin-top: 10px;
	width: 280px;
	height: 200px;
}
ul li {
	text-align: left;
}
ul li a,
ul li a:visited,
ul li a:hover {
	margin-left: 20px;
}
ul li a:hover {
	color: grey;
	text-decoration: none;
}

.feat {
	font-size: 13px;

}

