/* print */
body {
	color: #000;
	background:transparent;
}

#entete ul {
	display:none;
}
/* Navigation */
#navigation {
display:none;
}

/* Contenu principal */
#contenu,#contenu a {
	color: #000;
	font-size: 1.1em;
	text-decoration:none;
}
/*fiches*/

/* lien fiche entete */
#entete-fiche a {
font-size: 1.1em;
color: #333;
text-decoration:none;
}

#fiche {
	color: #000;
}

#fiche strong {
	font-weight: 500;
	line-height:1.8em;
	font-size: 1.1em;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-style: italic;
}

#global-fiche {
	width: 90%;
	max-width: 1024px;
	min-width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

/*entete fiche*/
#entete-fiche {
	padding: 0;
	text-align:right;
color:#fff;
font-size: .1em;
}
#entete-fiche a {
	display:none;
}
#entete-fiche h1 {
	margin: 0;
	text-align:center;
}
/*fiche*/
/* Contenu */
#fiche {
	margin: 0; /* -> 4 */
	margin-bottom: 20px;
	padding: 10px 10px;
	color:#000;
	font-size: 1.1em;
}
#fiche h1 {
	color:#e64317;
	font-size: 1.3em;
}
#fiche h4 {
	color:#333;
	font-size: 1.2em;
}
#fiche > :first-child {
	margin-top: 10px;
}
#fiche p, #fiche li {
	line-height: 2.5em;
}
#fiche p img {
	display:none;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 0px; /* Voir -> Note 1 ci-dessous */
}
#global {
	width: 100%;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* Contenu */
#contenu {
	margin-bottom: 20px;
	padding: 10px 10px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu li {
	line-height: 2.5em;
}
#contenu p img {
	
}


/* Mention de paternité */
#copyright {
font-size: 1.1em;
}
#copyright a {
display:none;
}
