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;
	}
#fond {
	display: block;
	margin: auto;
}

/** 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, #nav_principal a:nth-child(1):hover~.animation {
	width: 120px;
	left: 0;
	background-color: #FF0000;
}
nav .debut-spectacles, #nav_principal a:nth-child(2):hover~.animation {
	width: 120px;
	left: 120px;
	/*background-color: #FF005B;*/
}
nav .debut-histoire, #nav_principal a:nth-child(3):hover~.animation {
	width: 120px;
	left: 240px;
	/*background-color: #FF00F6;*/
}
nav .debut-archives, #nav_principal a:nth-child(4):hover~.animation {
	width: 120px;
	left: 360px;
	/*background-color: #9600FF;*/
}
nav .debut-contact, #nav_principal a:nth-child(5):hover~.animation {
	width: 120px;
	left: 480px;
	/*background-color: #4000FF;*/
}

