/*
	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%;
}
#main a[href^="/"]:after {
	content: " (http://www.anglet.fr" attr(href) ") ";
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Bitstream Vera Sans";
}
p {
    font-family: "Bitstream Vera Serif";
}

/*** IMAGE ***/
.imgLeft { float: left; }
.imgRight { float: right; }
.imgCenter { float: none; display: block; clear: both; }
.imgBlock { display: block; }

#main .block, #agenda .block {
	clear: both;
}

/* ------------------------------
/* DISPLAY
/* ------------------------------ */
#alterMenu0, #alterMenu1, #alterMenu2 {
	display: none;
}

#topMenu, 
#pictoBar, 
#menuBar, 
#left, 
#breadCrumb, 
#toolsBar, 
#paginationTop, 
#paginationBottom, 
#focusBlock, 
.readMore, 
.moreNews, 
#agendaHeader form, 
#previous, 
#next, 
.moreEvents, 
#rss, 
#documents, 
#smallDocuments, 
#shareBlock, 
#addComment, 
#right, 
#footerWrap
 {
	display: none;
}

#infoBlock, 
#newsBlock .news, 
#agendaBlockHome #events .event, 
#main .result {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
}
#comments {
	margin-top: 1em;
	border-top: 1px solid #000;
}