/*
	print.css
*/

body {
	background: #FFF;
}

a:link, a:visited  {
	text-decoration: underline;
	color: #000;
}

#main a:link:after, 
#main a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#main a[href^="/"]:after {
	content: " (http://www.borie-manoux.com" attr(href) ") ";
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Bitstream Vera Sans";
}
p {
    font-family: "Bitstream Vera Serif";
}

/* ------------------------------
/* DISPLAY
/* ------------------------------ */
#alterMenu0, #alterMenu1, #alterMenu2 {
	display: none;
}
#menu, 
#flag, 
#breadCrumb, 
#appellationsSelect, 
.visit, 
.readMore, 
#footerWrap, #accessibilite {
	display: none;
}

.column_3, .column_4 {
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}