<?php

	require_once("../../includes/header.php");

	$video = isset($_GET["n"])? "0" . intval($_GET["n"]) : "03";

?>

	<div class="main">

		<h2><a href="../index.php">Techniques &amp; Materials</a> / Papery Procedures</h2>

		<p>The "papery procedures" Picasso referred to in his letter may have included his work with cut and pasted or pinned papers, or his constructed sculptures, or both. The French terms <em>papier coll&eacute;</em> (pasted paper) and <em>papier &eacute;pingl&eacute;</em> (pinned paper) are used to categorize his paper works, which may also be described by the more general term collage (derived from the French verb <em>coller</em>, meaning "to glue" or "to stick").</p>

		<div class="playlist">

			<ul>
				<li><a href="?n=03"<?php print ($video == "03")? " class='active'" : ""; ?>>Picasso's Cut-and-Pasted Papers</a></li>
			</ul>
		
		</div>

		<?php require("../../includes/video.php"); ?>

				<p>Artwork &copy; 2011 Estate of Pablo Picasso/Artists Rights Society (ARS), New York</p>

	</div>

	

<?php

	require_once("../../includes/footer.php");

?>