/**
 *		textes/screen.css
 *		------------------------------------------------------------------------
 *		This file is part of the www.justawalk.com's design.
 *		Last Modif.: 2006-03-21
 *		------------------------------------------------------------------------
 */

body {
	width: 34em;
	font-size: 120%;
	line-height: 1.5em;
	margin: 2em 0 2em 10em;
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: #fff;
}
body.document {
   color: #908635;
}
h1 {font-size: 1.1em}
a {color: #ff8108;}
a:hover{text-decoration: none}
a.back {
	color: black;
	position: fixed;
	top:0;left:0;
	padding:10px;
	font-size:0.8em;
	font-weight: bold
}
body.center {
	text-align: center;
	margin: 1em;
	width:auto;
}

#page {
	text-align:center; 
	font-size:80%;
	line-height: 1em;
	margin: auto;
}
