/* -------------------------------------------------------------------------- */
/* >>> CSS dédiée à l'impression */

body {
	font: 72% Georgia, "Times New Roman", serif;
	quotes: '\0000ab\0000a0' '\0000a0\0000bb' '\00201c\0000a0' '\0000a0\00201d';
	color: black; background: white;
}

#header, #hierarchie, #nav, #sidebar, #footer, .ancre-top, .alb-photos, .portfolio, .spip-admin-float {display:none;}

h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {font-size: 1.4em; margin:1em 0;}
h2 {font-size: 1.2em;} 
h2 a { font-size: 1em; color: #C09F36; }
h3, h4, h5, h6 {font-size:1.1em;}

img { border: none; }
p, ul { margin: 1em 0; }

a:link, a:visited {
	color: #2F4F4F;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after { content: " (" attr(href) ") "; }
a[href^="/"]:after { content: " (http://www.champagrica.fr" attr(href) ") "; }

#content .spip_documents { padding: 0.5em; }
#content .spip_documents_left { margin: 0.3em 1em 0 0; }
#content .spip_documents_right { margin: 0.3em 0 0 1em; }
#content .spip_documents img { display: block; }
#content .spip_documents_center img { display: block; margin: auto; }

.invisible { display: none; }
.spacer { clear: both;}
.left { float: left; }
.right { float: right;}

/* -------------------------------------------------------------------------- */
