html{
    height: 100%;
    background-color: #681212;
}
body {
	font-size: 12px;
	font-family: sans-serif;
	color: #FFFF00;
	margin: 0px;
}
body footer {
	font-size: 80%;
	font-style: italic;
	text-align: right;
}
header{
    margin:0;
    padding:0;
    border:0;
    font-size:100%; 
    text-align: left;
    }
figure{
    margin: 0;
}

.logo{
	float: left;
	height:50px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 2px;

}
.logo:hover{
	position:fixed;
	height:200px;
	z-index: 100;
}
.maxime{
	padding-top: 10px;
	font-style: italic;
}


/* navigation menu général */
#nav_principal {
	margin: 27px auto 0;
	position: relative;
	width: 600px;
	height: 50px;
	background-color: #7E2424;
	border-radius: 8px;
	font-size: 0;
}

#nav_principal a {
	line-height: 50px;
	height: 100%;
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #FFFF00;;
	cursor: pointer;
	  text-shadow:
    2px 2px 2px black;

}
#nav_principal .animation {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 0;
	transition: all .5s ease 0s;
	border-radius: 8px;
}
#nav_principal a:nth-child(1) {
	width: 120px;
}
#nav_principal a:nth-child(2) {
	width: 120px;
}
#nav_principal a:nth-child(3) {
	width: 120px;
}
#nav_principal a:nth-child(4) {
	width: 120px;
}
#nav_principal a:nth-child(5) {
	width: 120px;
}
nav .debut-accueil, #nav_principal a:nth-child(1):hover~.animation {
	width: 120px;
	left: 0;
	background-color: #FF0000;
}
nav .debut, #nav_principal a:nth-child(2):hover~.animation {
	width: 120px;
	left: 120px;
	background-color: #FF0000;
}
nav .debut-histoire, #nav_principal a:nth-child(3):hover~.animation {
	width: 120px;
	left: 240px;
	background-color: #FF0000;
}
nav .debut-archives, #nav_principal a:nth-child(4):hover~.animation {
	width: 120px;
	left: 360px;
	background-color: #FF0000;
}
nav .debut-contact, #nav_principal a:nth-child(5):hover~.animation {
	width: 120px;
	left: 480px;
	background-color: #FF0000;
}

#nav_spect {
	display: block;
	float: left;
	margin-left: 0px;
}
#nav_spect ul {
	list-style: none;
	margin-left: 0;
}
#nav_spect a, #nav_spect li{
	height: 20px;
	background-color: black;
	color: #FFFF00;
	padding-bottom: 10px;
	text-decoration: none;
	padding-left: 0;
}
.lien {
display: inline-block;
vertical-align: 20%;
font-size: 12px;
}	
article {
	height: 850px;
	background-size: 800px;
	background-image: url('../illustrations/spectacles.jpg');	
	background-repeat: no-repeat;
	background-position: center top;
	}
article h1     {
	
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}
.commentaires, article ul {
	padding-left: 300px;
}

