/* CSS Document */

.noprint, h1, h2, h5, h6, #menu, #coordonnees {
	display: none; 
}
a {
	color:#000000;
	text-decoration:none;
	}
body, table, tr, td {
	background-color: #FFFFFF;
	background-image: none;
}
#imprimer {
	height: 100%;	
}
#carte p {
	margin-right: 50px;
}
#carte {
	background-image: url(/images/fond_carte.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

