/*
	print.css
*/

body {
	background: #FFF;
}

a:link, a:visited  {
	text-decoration: underline;
	color: #000;
}

/*** LINK ***/
#container a:link:after, 
#container a:visited:after {
	content: " (http://www.ville-cenon.fr/" attr(href) ") ";
	font-size: 90%;
}
#container a[href^="http"]:after {
	content: " (" attr(href) ") ";
}
#container a[href^="#"]:after {
	content: "";
}

/*** HEADING ***/
h2, h3 { page-break-after: avoid; }

/*** ABBR ***/
abbr:after { content: " (" attr(title) ")"; }

/*** IMAGES ***/
img { page-break-inside: avoid; }

/*** TABLE ***/
table { page-break-inside: avoid; }

/*** VIEW ***/
.unPrintable { display: none; }

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

#headerTop, 
#globalMenu, 
#search, 
#breadcrumb, 
#focusNav, 
#webTvHomeNav, 
.button, 
.readMore, 
#mainFooter, 
#publicationBlock, 
#leftBar, 
#rightBar, 
#footerTop, 
#quickLinks, 
#copy {
	display: none;
}

#agendaHomeBlock,
#webTvHomeBlock, 
#newsBlock, 
#agendaBlock, 
#contacts {
	margin-top: 10px;
	border-top: 1px solid;
}

	#contacts ul {
		margin: 0;
		padding: 0;
	}
		#contacts ul li {
			float: left;
			width: 25%;
			list-style: none;
		}
