body {
	color: #F0E39E;
	background: #63503D;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Global */
#global {
	color: #F0E39E;
	/*background: #181A12; Voir -> Note 1 ci-dessous */
}

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

/* Contenu principal */
#contenu {
	color: #363B29;
	background: #EDEDEB;
	border: 10px #D3F308 solid;
	border-bottom: none;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 30px 50px 30px 50px; /* -> 2 */
}
#global {
	margin: 0 auto;
	width: 75%; /* -> 3 */
	min-width: 900px;
	overflow: hidden; /* -> 3 */
}

/* En-tête */
#entete {
	height: 201px;
	border: 1px solid #D3F308;
	border-width: 1px 1px 0 0;
}
#entete h1 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 200px;
	background: #D3F308;
	text-align: center;
	vertical-align: center;
}
#entete .sous-titre {
	margin: 0;
	color: #D3F308;
}
#entete .sous-titre span {
	display: block;
	line-height: 60px;
	text-align: left;
	font-size: 1.5em;
	margin-left: 231px;
}
#entete .sous-titre span#st1 {
	padding-left: 7%;
}
#entete .sous-titre span#st2 {
	padding-left: 21%;
}
#entete .sous-titre span#st3 {
	padding-left: 38%;
}

/* Menu de navigation */
#navigation {
	min-height: 557px;
	width: 201px; /* -> 4 */
	float: left;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%; /* -> 5 */
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}
#navigation p{
	text-align: center;
}

/* Contenu */
#contenu {
	margin-left: 201px; /* -> 6 */
	padding: 10px 20px;
	min-height: 500px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

#copyright {
	height: 17px;
	color: black;
	background: #D3F308;
	margin: 0;
	margin-left: 201px; /* -> 6 */
	padding: 5px 20px;
}
#copyright p {
	color: black;
	background: #D3F308;
	margin-left: 201px; /* -> 6 */
	margin: 0;
	padding: 0;
}
#carre {
	display: block;
	margin: 7% auto auto auto;
	width: 400px;
	height: 400px;
	background: #D3F308;
	text-align: center;
	vertical-align: center;
	font-variant: normal;
	font-size: 20px;
	font-style : normal;
}
#carre p {
	margin: 0;
	padding: 0;
}
#carre a {
	display: block;
	padding-top: 125px;
	text-align: center;
	vertical-align: center;
	font-variant: normal;
	line-height: 50px;
	font-size: 40px;
	font-style : normal;
	color: black;
	text-decoration: none;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
