﻿/* Elements */
body {
	margin: 0;
}
/* Classes */
.content {
	border-bottom: 3px solid #c2c3c6;
	padding: 1.2em;
}
.redWall {
	padding: 10px;
}
.shadow, .content {
	border-right: 3px solid #c2c3c6;
	border-left: 3px solid #c2c3c6;
}
.title {
	border-bottom: 3px solid #c2c3c6;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1.2em;
}
.whiteWall {
	min-height: 600px;
}
/* IDs */
#content {
	min-height: 350px;
}
#floatingImage {
	position: absolute;
	z-index: 2;
	top: 70px;
	left: 800px;
	height: 125px;
	width: 200px;
	background: url('images/bird.png');
}
#footer1 {
	background: url('images/fleur.png') repeat-x 50% top;
	min-height: 35px;
	margin: 5px;
}
#footer2 {
	min-height: 10px;
	margin: 5px;
	margin-bottom: 0;
}
#header {
	background: url('images/Logo.png') no-repeat left top;
	min-height: 150px;
	margin: 5px;
}
#menu {
	min-height: 40px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#menu li {
	padding: 10px;
	display: inline;
}
#menu li a {
	text-decoration: none;
}
#menu li:hover {
	cursor: pointer;
}
#menu ul {
	margin: 0;
	padding: 10px;
}
/* Palette */
.back-1 {
	/* Dark Dark Grey*/
	background-color: #2f2f2f;
	color: #fff;
}
.back-2, #footer1 {
	/* Dark Grey*/
	background-color: #333435;
	color: #fff;
}
.back-3, #menu, #footer2 {
	/* Medium Grey*/
	background-color: #7c7c7a;
	color: #fff;
}
.back-4, body {
	/* Light Grey */
	background-color: #d8d8d8;
}
.back-5, .whiteWall {
	/* White */
	background-color: #fff;
}
.back-6, .redWall, #menu li:hover {
	/* Red */
	background-color: #a30006;
	color: #fff;
}
.fore-white, #menu li a:hover, #menu li a {
	color: #fff;
}
