/* Général */
body {
	color: #A7A37E; /* marron clair */
	background: #CBCBCB; /* gris clair */
}
a	{
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}

strong {
	color: #A1B55D; /* vert amande foncé */
}

/* Page */
#global {
	background: #FFFFFF; /* noir */
}

/* Navigation */
#navigation{
	background: #181A12; /* noir */
}

#navigation a {
	color: #FF6533; /* rouge brique */
}

#navigation a:hover, #navigation a:focus {
	background: #000000; /* noir */
}

/* Contenu principal */
#contenu {
	color: #363B29;
	background: #f7f2ea; /*Beige clair */
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}
#prempage {
	color: #363B29;
	background: #fFFFFFF; /*Blanc */
}
#portesouv {
	color: #FF6533; /* rouge brique */
}
/* Pied de page */
#pied {
	color: #E6A948;
}
/* pasvoir */
#pasvoir {
	font-size: 1px;
	color: #CBCBCB;
	background:#CBCBCB;
}

#CBCBCB
/* --- POSITIONNEMENT --- */
/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}
body {
	padding: 0;
}
#global {
	min-height: 100%; /* -> 1 */
	width: 800px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}
/* En-tête */
#entete {
	padding: 15px 20px 40px 20px;
}
#entete h1 {
	margin: 0;
	text-align: center;
}
#entete h1 img {
	float: left;
	margin: 10px 10px 10px 0;
}
#entete h2 
	margin: 0;
	text-align: center;
}
#entete h3
	margin: 0;
}
#entete h3 img {
	float: right;
	margin: 10px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}
#planning img {
	width : 100%;
	height: 100%;
}
/* Contenu */
#contenu {
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.2;
}

/* Pied de page */
#pied {
	padding: 15px 20px;
	font-size: .90em;
}
#pied p {
	margin: .5em 0;
	text-align: center;
}
#copyright {
	text-align: left;
	font-size: 1em;
}


/* Partie Menu liste horizontale auto adaptable */
#navcontainer:after
{
content: "";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
font-size: 0.9em;
text-align: center;
}

ul#navlist li
{
display: block;
float: left;
width: 20%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}



