/**
 *		themes/default/screen.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;
	background-color: #FF8702;
}

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;
}

#page {
	width: 650px;
	padding: 1em 7em 1em 1em;
	margin: 1em 3em;
	text-align: left;
	background-color: #fff;
}

#anim {
	width:550px;
	height:200px;
	margin:0;
	padding:0;
}
#anim object {margin:0;padding:0;}

/* 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_infos.png) no-repeat left center;}
h2.project a:hover {background: #fff url(t_infos.png) no-repeat 20px center;}
h2.sessions a {background: #fff url(t_sessions.png) no-repeat left center;}
h2.sessions a:hover {
	background: #fff url(t_sessions.png) no-repeat 20px center;
}
h2.justawalk a {background: #fff url(t_justawalk.png) no-repeat left center;}
h2.justawalk a:hover {
	background: #fff url(t_justawalk.png) no-repeat 20px center;
}
h2.documents a {background: #fff url(t_documents.png) no-repeat left center;}
h2.documents a:hover {
	background: #fff url(t_documents.png) no-repeat 20px center;
}
h2.workzone a {background: #fff url(t_workzone.png) no-repeat left center;}
h2.workzone a:hover {
	background: #fff url(t_workzone.png) no-repeat 20px center;
}
h2.links a {background: #fff url(t_links.png) no-repeat left center;}
h2.links {background: #fff url(t_links.png) no-repeat left center;}
h2.links a:hover {
	background: #fff url(t_links.png) no-repeat 20px center;
}
h2.contact a {background: #fff url(t_contact.png) no-repeat left center;}
h2.contact a:hover {
	background: #fff url(t_contact.png) no-repeat 20px center;
}

/* blocks */
div.bloc{
	/*max-height: 25em;*/
	margin: 0 0 1.5em 0;
	/*padding-right: 1em;
	overflow: auto;*/
}

#bloc_project {
	height: 20em;
	padding-right: 1em;
	overflow: auto;
}

/* bottom */
#bottom {
	margin-top: 3em;
}

/* liens sessions */
.l_session {
	color: #ff8108;
}
.l_session a {
	color: #ff8108;
}

/* liens docs */
.l_doc {
	color: #908635;
}
.l_doc a {
	color: #908635;
}
