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


#global {
	background: #181A12;
}


#navigation {
	background: #181A12;
}
#navigation a {
	color: white;
}
#navigation a:hover, #navigation a:focus {
	background: #cc7c7f;
}


#contenu {
	color: #363B29;
	background: #fdeeef;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}


#pied {
	color: #E6A948;
	text-align: center;
}




html, body {
	height: 100%; 
}
body {
	padding: 0;
}
#global {
	min-height: 10%; /* -> 1 */
	width: 850px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}


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


#navigation {
	padding: 12px 15px;
	background-color: #643d3e;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: left;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}


#contenu {
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

#pied {
	padding: 15px 20px;
	font-size: .85em;
}
#pied p {
	margin: .5em 0;
}
#copyright {
	text-align: left;
	font-size: 1em;
}
.tableau {
border-collapse:collapse

}

.tb_haut {
	vertical-align: top;
	padding: 8px;
	border: 1px solid #cc7c7f;
}
.tb_haut_gras {
	vertical-align: top;
	padding: 8px;
	border: 1px solid #cc7c7f;
	font-weight: bold;
	color: #cc7c7f;
}
