body {
	color: #F0E39E;
	background: #2C2F22;
	max-width: 1500px;
	min-width: 960px;
	margin: auto;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

#navigation {
	background: #181A12;
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

#principal {
	color: #181A12;
	background: #cbd888;
}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

#secondaire {
	background: #181A12;
}

body {
	padding: 20px 30px;
}

#entete {
	padding: 20px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

#centre {
	position: relative;
	width: 100%;
}

#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

#principal {
	margin-left: 200px;
	margin-right: 240px;
	padding: 10px 20px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

.imageflottante
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.imageflottante_droite
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#secondaire {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	padding: 12px 20px;
}

#copyright {
	margin: 20px 0;
	font-size: .85em;
	text-align: left;
}

