@charset "utf-8";


body { 

background: #524c4c;

}
.header {
	height: 100px;
	left: 10px;
	top: 0px;
	position:fixed;
	width: 100%;
	background:#524c4c;
	z-index: 10;
}
.menu{
	height: 240px;
	left: 250px;
	top: 60px;
	position: fixed;
	width: 100%;
	z-index:11;
}
	
.titre {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	
	color: #e7e7e7;
}
.infos {
	font-family:Verdana, Geneva, sans-serif ;
	font-size: 9px;
	color: #e7e7e7;
}


.content {
	position:absolute;
	left: 20px;
	top: 130px;
	width: 100%;
	z-index:1;
}
.content2 {
	top: 750px;
	position:absolute;
	width: 100%;
}

.content span {
    font-style: italic;
	color: #b3b3b3;
}

h2 {
	font-size:18px;
	font-weight:bold;
}
h4 {
	font-size:18px;
	font-weight:bold;
}
h3 {
    font-weight: bold;
    display: block;
    width: 100%;
    border-bottom: 1px double #e7e7e7;
}
footer{
	position:fixed; bottom: 0; left: 0; right: 0 ;
    background-color: #403939;
	text-align: center;
	z-index:2;
}
footer img {
	display: block;
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
footer p {
	margin: auto;
	color: #9f9f9f;
	font-size:9px;
	margin-bottom: 10px;
}
