body {
	background-color: cornsilk;
/*	background-image: url(/images/fond1.gif);*/
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	}

/* Page structure elements*/

#banner {
	/*position: absolute;*/
	width: 100%;
	margin: 0;
	height: 117px;
	top: 0;
	left: 0;
	right: 0;
	text-align: left;
	/*background-color: #eee;*/
	padding: 0;
	font: .8em;
	/*z-index: 2;*/
	}
 /* create top menu bar */
.navbar {
	background-color: #eee;
	font-size: 0.8em;
	}
 /* format top menu items */
.topmenu {
	text-decoration: none;
	border-left: solid 1px forestgreen;
	border-bottom: solid 1px forestgreen;
	padding: 0 4px 0 2px;
	}
 /* position top right menu */
.navtop0 {
	position: absolute;
	top: 0;
/*	width: 75px;*/
	right: 10px;
	text-align: right;
	}
 /* format and highlight menu choices */
.navbar0 {
	font-size: 0.7em;
	font-weight: bolder ;
	color: maroon;
	font-style: italic;
	padding: 0 5px 1px 5px;
	border: 1px solid black;
	z-index: 100;
	}
/* All the content boxes belong to the content class. */

.content {
	position: relative;
	width: auto;
	min-width: 120px;
	min-height: 437px;
	margin: 0 7px 100px 180px;
	/*margin: 0 0 20px 175px;*/
	border: 1px solid black;
	background-color: white;
	padding: 20px 50px 30px 30px;
/*	z-index: 100;*/
}
#navleft {
	background-image: url(/images/fondgauche.jpg);
/*	background-image: url(/images/gback.gif);*/
	position: absolute;
	width: 163px;
	top: 117px;
	left: 2px;
	font-size: 0.75em;
	border: 1px solid black;
/*	background-color: #eee;*/
	padding: 5px;
	/*z-index: 2;*/
	}

/* Other formatting */
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	color: #888;
	}
h2 {
	font-family: century, serif;
	font-style: italic;
	margin: 0 0 5px 0;
	padding: 0;
	color: maroon;
	}
p {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.1em;
/*	margin: 0 0 16px 0;*/
	padding: 0;
	}

/*.content>p {
	margin: 0;
	}
.content>p+p {
	text-indent: 30px;
	}
*/

a {
	color: #669900;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	}
a:link {
	color: #669900;
	text-decoration: underline;
	}
/*
a:visited {
	color: #669900;
	text-decoration: none;
	border-bottom: 2px dashed #669900;
	}
*/
a:hover {
	background-color: palegoldenrod;
	text-decoration: none;
}
.underline {
	color: #669900;
	text-decoration: none;
	border-bottom: 1px solid firebrick;
	}

P.drop:first-letter {
	font-size: 150%; float: left ; color: maroon;
	}
.pdf	{
	font-size:.7em;
	background: silver;
	}

#footer {
	position: relative;
	clear: both;
	text-align: left;
	padding: 10px;
	font-size: .7em;
	font-weight: bold;
	border-bottom: 1px dashed black;
	}

