/**
 *		themes/default/print.css
 *		------------------------------------------------------------------------
 *		This file is part of the www.justawalk.com's design.
 *		------------------------------------------------------------------------
 *		(c) Copyright 2005 Jocelyn Cottencin.
 *		(c) Copyright 2005 Fabrice Luraine / sofa-design.net.
 *		All Rights Reserved.
 *		------------------------------------------------------------------------  
 */
body {
	font-size: 86%;
	line-height: 1.3em;
	margin: 0;
	font-family: Palatino, "Palatino Linotype", Georgia, Times New Roman, Times, serif;
}

h1 {font-size: 2em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
p, a, ul, ol, li, dl, dt, dd, address, blockquote, ins, del, pre, code, th, td, caption {font-size: 1em;}

a {color: #000;}
a:hover {text-decoration: none;}

.hidden {display: none;}

.clear {
	display: none;
	clear: both;
}

/* menu titles */
h2 {margin-top:0;}
h2 a {
	display: block;
	height: 20px;
	width: 100%;
}
h2 a span{display: none;}
h2.project a {background: #fff url(t_project.png) no-repeat left center;}
h2.sessions a {background: #fff url(t_sessions.png) no-repeat left center;}
h2.documents a {background: #fff url(t_documents.png) no-repeat left center;}
h2.workzone a {background: #fff url(t_workzone.png) no-repeat left center;}
h2.links a {background: #fff url(t_links.png) no-repeat left center;}
h2.contact a {background: #fff url(t_contact.png) no-repeat left center;}

/* blocks */
div.bloc{margin: 0 0 1.5em 0;}
