/**
 *
 *
 * @package 		easy_boutik
 * @subpackage 	theme_default
 * @author 			Tomasz Slominski
 * @author			Vincent Garnier
 * @copyright		2008 Yzeo Company
 * @version 		$Revision: 850 $
 * @date				$Date: 2008-05-12 10:24:27 +0200 (Mon, 12 May 2008) $
 * @editor			$Author: v.garnier $
 */


/* Feuille de style d'impression.
----------------------------------------------------------*/

body {
	font : 10pt serif;
	margin: 0;
	color: #000;
	background: #fff;
}

#prelude, #panier_utilisateur, #barre-utilisateur, #gauche, #pied, object, #menu, #footer, #header, #ariane, #ariane-top {
	display: none;
}

p {
	margin: 0.2em 0 0.8em 0;
	line-height: 1.3em;
}

h1,h2,h3,h4,h5, h6 {
	margin: 1em 0 0.2em 0;
	font-weight: bold;
}
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

a {
	color: #00f;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#map_loc {
	width: 500px;
	height: 400px;
	border: 1px solid #000;
	display: block;
	visibility: visible;
}


