
body {
	color: #574227;
	background: url(/img/dec/f2b.jpg) repeat;
}

a {
	color: #574227;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}
 


/* Global */
#global {
	border-right: 20px solid #968766; 
	color: #F0E39E;
	background: #968766 url(/style01/img/dec/f2b.jpg) repeat-y left top; 
}

/* En-tête */
#entete {
	background: #968766;
}

/* Navigation */
#navigation {
	background: #968766;
}
#navigation a {
	color: #F9F5E1;
}
#navigation a:hover, #navigation a:focus {
	background: #574227;
}

/* Contenu principal */
#contenu {
	color: #363B29;
	background: #F9F7E9;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0px 10px 20px 10px;
}
#global {
	width: 90%;
	overflow: hidden; 
	min-width: 1100px;
	max-width: 1100px; 
	margin-left: auto;
	margin-right: auto; 
}

/* En-tête */
#entete {
	padding: 0px 0px 0px 25px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

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

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

/* Mention de copyright */
#copyright {
	width: 300px;
	margin: 0;
	padding: 0 0 10px 20px;
	text-align: left;
}


