header {
	width: 920px;
	max-width: 100%;
    max-height: 100%;
}
#banniereImage {
	margin-top: 5px;
	height: 100px;
	width: 920px;
	border-radius: 5px;
	position: relative;
	background: url('images/banniere_01.jpg') no-repeat;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
	max-width: 100%;
    max-height: 100%;
}
#menu {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13pt;
	text-align: center;
	display: inline-block;
    vertical-align: top;
   	background-color: #151515;
	height: 60px;
	width: 850px;
	margin-left: 30px;
	border-radius: 10px;
	margin-bottom: 25px;
	max-width: 100%;
}
#description {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFFFFF;
}
#blocPage {
	width: 920px;
	margin: auto;
	background-color: #000000;
	vertical-align: top;
	max-width: 100%;
}
#overlay {
  	display : none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	text-align: center; 
	background-color: rgba(0,0,0,0.6);
}
#overlay img {
 	margin-top: 25px;
 	border: 7px solid #FEFEFE;
 	border-radius: 5px;
}
.gallerie {
	display: inline-block;
    vertical-align: top;
    text-align: center;
	font-family: 'Trebuchet MS';
	padding: 0px;
	overflow: hidden;
	padding-left: 7px; 
}
.gallerie img {
	border: 1px solid rgba(255,255,255,0.25);
}
.accueil {
	display: inline-block;
    vertical-align: top;
    text-align: center;
	font-family: 'Trebuchet MS';
	padding: 0px;
	overflow: hidden;
	padding-left: 7px; 
}
/*#gallerie1 {
	display: inline-block;
    vertical-align: top;
	font-family: 'Trebuchet MS';
	padding: 0px;
	overflow: hidden;
	padding-left: 7px; */
}
.contenu {
	display: inline-block;
    vertical-align: top;
	font-family: 'Trebuchet MS';
	font-size: 13pt;
	text-align: justify;
	background-color: #FFFFFF;
	width: 800px;
	height: auto;
	padding: 30px;
	overflow: auto;
	border-color: black;
	margin-left: 130px;
	margin-top: 20px;
	border-radius: 10px;
	opacity: 0.95;
}
img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video{
    max-width: 80%;
    max-height: 80%;
}
body {
	font-family: 'Trebuchet MS';
	background-color: #151515;
	margin: auto;
	max-width: 100%;
    max-height: 100%;
}
nav {
	display: inline-block;
	width: 920px;
	text-align: center;
	max-width: 100%;
    max-height: 100%;
}
nav ul {
    list-style-type: none;
    max-width: 100%;
    max-height: 100%;
}
nav li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	max-width: 100%;
    max-height: 100%;
    color: #E6E6E6;
}
nav a {
	font-size: 13pt;
	color: #E6E6E6;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 100%;
    max-height: 100%;
}
footer {
	display: inline-block;
    vertical-align: bottom;
    bottom: 0px;
	width: 920px;
	height: 25px;
	color: #E6E6E6;
	font-family: 'Trebuchet MS';
	background-color: #000000;
	text-align: center;	
	font-size: 7pt;
	margin-top: 15px;
	max-width: 100%;
    max-height: 100%;
}
p {
	color : #E6E6E6;
	margin-left: 50px;
}
h1 {
	color : #E6E6E6;
	margin-left: 25px;
}