<?php

	require_once("../includes/header.php");

?>

	<div class="main">

		<h2><a href="index.php">Techniques &amp; Materials</a> / Faux Marbre</h2>

		<div class="detail">

			<div class="image">

				<p><img src="../images/materials-and-techniques/06.png" alt="" height="320" width="320" /></p>

			</div>

			<div class="description">

				<p>This technique, mimicking the patterning of precious marble, has uses ranging from bookmaking to interior decoration. Executed directly on canvas in sharply defined blocks, Picasso's marbleized patches refer to the original material and to the illusionism of handmade versions of it.</p>

				<ul>

					<li><strong>Detail of:</strong></li>
					<li><h3><em>Bottle and Wineglass</em>.</h3> Paris, December 3, 1912, or later. Collection Bruno Bischofberger, Zurich. &copy; 2011 Estate of Pablo Picasso/Artists Rights Society (ARS), New York</li>

				</ul>

			</div>

		</div>

	</div>

	<div class="carousel">

		<?php require_once("carousel.php"); ?>

	</div>

<?php

	require_once("../includes/footer.php");

?>