/*
	print.css
*/

@page {
	size: 21.0cm 29.7cm;
	margin-top: 2.5cm;
	margin-bottom: 2.5cm;
}

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%;
}
#box a:link:after, #box a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#main a[href^="/"]:after {
	content: " (http://www.veyret-latour.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, 
.moreInfo, 
.close, 
#lang {
	display: none;
}

.photo {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #000;
}
#chateaux a {
	display: block;
}
#footer {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #000;
}
