/* Général */




body {
	min-width:955px;
	min-height:600px;
	color: #F0E39E;
	background: #000000; /* Voir -> Note 1 ci-dessous */


}

img.background
{	height:100%;
	width:100%;
	display:block;
	position:fixed;
	z-index:-50;
} 
strong {
	color: #A1B55D;
}

/* En-tête */
#entete {
	background-image:url(../images/fonds/degrade-trans.png);
	z-index:150;
	
}

/* Navigation */
#navigation {
	/* background-image:url(../images/fonds/degrade_bas-trans.png); */
	
	
}
/* #navigation a {
	color: #E6A948; 
}
#navigation a:hover, #navigation a:focus {
	 background: #000000; 
	background-image:url(../images/fonds/degrade_bas-trans.png); 
} */

/* Contenu principal */
#contenu {
	color: #000;


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


/* Pied de page */
#pied {
	color: #E6A948;
	background-image:url(../images/fonds/degrade_bas-trans.png);

}

#pied a{
	color: #E6A948;
}
#pied a:hover {
	color: #FF6533;
	text-decoration:none;
}
#pied a:focus {
	color: #FF6533;
	text-decoration:none;
}
/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0; /* -> 2 */
}

/* En-tête */
#entete {
	padding: 0px 0px;
	position:fixed;
	top:0px;
	z-index:10;
	width:100%;
}
#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 {
	padding: 0px 0px;
	position:fixed;
	top:75px;
	z-index:10;
	width:100%;
	margin:0 auto;

}


/* Contenu */
#contenu {
	padding: 10px 20px 25px 20px;
	width:95%;
	min-height:100%;
	height:100%;
	position:relative;
	top:110px;
	left:25px;
	z-index: 0;


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






/* Pied de page */
#pied {
	padding: 5px 10px;
	font-size: .85em;
	position:fixed;
	left:0px;
	width:100%;
	bottom:0px;
	z-index:0;
	


}
#pied p {
	margin: .5em 0;
}
#pied #copyright {
	float: right;
	margin: .5em 0 30px 10%;
	font-size: 1em;
}

#copy{
	padding:0;
	position:fixed;
	top:80px;
	right:15px;
	color:#e6a948;
	z-index:10;
}