/*
	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.opera-bordeaux.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;
}
#topBar, 
#sideBar, 
#header, 
#tools, 
#bottomMenu, 
#footerRight {
	display: none;
}

#footerLeft {
	float: left;
	margin-right: 20px;
}


