/*
	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.saint-medard-en-jalles.fr" attr(href) ") ";
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Bitstream Vera Sans";
}
p {
	font-family: "Bitstream Vera Serif";
}

/* ------------------------------
/* DISPLAY
/* ------------------------------ */
#access, #alterMenu1, #alterMenu2 {
	display: none;
}

#menuBarWrap, 
#header h1, 
#breadCrumb, 
#info, 
#top, 
#left, 
#right, 
#footerTop, 
#otherSites, 
#publications, 
#footerMenu, 
#usefulSites, 
#footerBottom, 
#bottomMenu, 
#copyRight {
	display: none;
}

#footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #000;
}
#logo {
	float: left;
	width: 100px;
}
#address {
	float: left;
	width: 170px;
}
#opening {
	float: left;
	width: 230px;
}

