body
{
	font-family: verdana, sans;
	font-size: 10pt;
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url('03-left.png');
	background-repeat: repeat-y;
}

/* Definition des zones */


#footer
{
	display: block;
	color: gray;
	text-align: center;
	font-size: small;
	padding-top: 2em;
}

#footer img
{
	color: white;
	border: none;
}

#header
{
	display: block;
	padding: 0;
	margin: 0;
	height: 97px;
	background-image: url('03-top.png');
	background-repeat: no-repeat;
	background-color: #abda4e;
	color: black;
}


/* Menu de navigation */
#menu
{
	display: block;
	text-align: right;
	width: 100%;
	height: 1.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#menu a
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: inline;
	color: #000000;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#menu a:hover
{
	color: gray;
	font-weight: normal;
	background-color: white;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

/* Zone principale */
#main
{
	display: block;
	padding-top: 3em;
	width: 55%;
	margin-left: 20%;
	margin-right: auto;
}

#main h3
{
	font-family: sans-serif;
	font-weight: bold;
	font-size: large;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #0c5059;
	border-bottom: 1px solid #cccccc;
}

#main h2
{
	color: #0f344a;
	font-family: sans-serif;
	font-weight: bold;
	font-size: x-large;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0em;
	margin-bottom: 1.5em;
}

#main *
{
	width: 85%;
	text-align: justify;
	
}

#main img
{
	border:none;
	width:auto;
	vertical-align:middle;
}

#main p
{
	margin-left: 3em;
}

/* bidouille, ca devrait fonctionner par heritage */
#main ul
{
	margin-left: 3em;
	/* sans cette ligne, IE <= 6 n'affiche pas les items */
	padding: 0 0 0 40px;
}

#main li
{
	list-style-type: square;
}

/* seulement pour pyblosxom */

#content { 
	display: block;
	margin-left: 140px;
	padding-top: 1em;
}

.storybox {
/*	position: left; */
	margin-left: 5%;
	width: 70%;
	margin-top: 16px;
	padding: 8px;
  	padding-top: 0px;
  	border-style: solid;
  	border-width: thin;
  	border-color: lightgrey;
}

.storytitle {
	display: block;
	text-align: right;
	font-size: 9pt;	
}
