body {
	background-image: url("behind.jpg");
	background-attachment: fixed;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
}

/* =====================================================================================
   ====================================== HEADER =======================================
   ===================================================================================== */

header {
	height: 100px;
	margin: auto;
	margin-top: 0px;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Vivaldi, VivaldiItalic;
	font-weight: bold;
	font-size: 80px;
	color: white;
	background-color: black;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 31, 2012 */
@font-face {
    font-family: 'VivaldiItalic';
    src: url('vivaldii-webfont.eot');
    src: url('vivaldii-webfont.eot?#iefix') format('embedded-opentype'),
         url('vivaldii-webfont.woff') format('woff'),
         url('vivaldii-webfont.ttf') format('truetype'),
         url('vivaldii-webfont.svg#VivaldiItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =====================================================================================
   ======================================= MENU ========================================
   ===================================================================================== */

nav#menu {
	margin: 0;
	padding: 0;
	height: 3em;
}
nav#menu ul {
	list-style: none;
	margin:0;
}
nav#menu li {
	float: left;
	height: 100%;
	margin-right: 0.5em;
	padding: 0 1px;
	border: 1px solid MidnightBlue;
	background-repeat: no-repeat;
	background-position: left;
}
nav#menu li a {
	float: left;
	height: 100%;
	text-decoration: none;
	line-height: 3;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 40px;
	color: MidnightBlue;
}

.menu_accueil{
	background-image: url("menu_accueil.jpg");
}
.menu_goodies{
	background-image: url("menu_goodies.png");
}
.menu_dieux{
	background-image: url("menu_dieux.jpg");
}
.menu_origines{
	background-image: url("menu_origines.png");
}

/* =====================================================================================
   ======================================= CORPS =======================================
   ===================================================================================== */
   
section {
   width: 700px;
   color: black;
   background-color: white;
   font-size: 14px;
   font-family: Arial, Verdana, serif;
   text-align: justify;
   overflow: auto;
   margin: 20px auto;
   padding: 20px;
   height: 630px;
}
article {
	padding-bottom: 20px;
}
h1 {
	text-align: center;
}

/* =====================================================================================
   ====================================== FOOTER =======================================
   ===================================================================================== */
   
footer {
   font-size: 14px;
   font-family: Calibri, Arial, Verdana, serif;
   text-align: center;
   background: black;
   padding: 10px;
	color: white;
}