body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: black;
	background-color: white;
}

/* Liens */
a:link { color: #7A7978; text-decoration: none; }
a:visited { color: #7A7978; text-decoration: none; }
a:hover { color: black; 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; }

/* Format de la page */
#page {
	margin: auto;
	height: 725px;
	width: 800px;
	text-align: center;
	background-color: white;
}

#haut {
	height: 100px;
}

#corps {
	height: 525px;
	background: url("image/fond.png") center center no-repeat;
}

#bas {
	height: 100px;
}

/* Bandeau de lien */
#lien {
	height: 60px;
}

/* Ligne Copyright */
#copyright {
	height: 40px;
	margin-top: 10px;
	color: black;
	cursor: default;
}

/* Retour */
.retour {
	font-family: "Courier New", Courier, sans-serif;
	font-size: 24px;
	position: relative;
	display: block;
	top: 40px;
	text-align: center;
}

/* Lien Facebook */
.facebook a {
	display: block;
	margin-top: 5px;
	margin: auto;
	height: 50px;
	width: 50px;
	background: url("../image/facebook.png") 0 0 no-repeat;
}
.facebook a:hover {
	background-position: 0 -50px;
}

audio {
	margin-top: 250px;
	margin-left: 200px;
}

ul {
	border: solid 5px #989695;
	font-family: sans-serif;
	font-size: 20px;
	list-style: none;
	margin: auto;
	padding: 0px;
	margin-top: 10px;
	margin-left: 365px;
	width: 260px;
	height: 125px;
	background-color: #ECECEC;
}
ul li:nth-child(even) {
	text-align: left;
	background-color: #D4D4D4;
}
ul li:nth-child(odd) {
	text-align: left;
	background-color: #ECECEC;
}
ul li a,
ul li a:visited,
ul li a:hover {
	margin-left: 20px;
}
ul li a:hover {
	color: black;
	text-decoration: none;
}

