body {
	margin: 0;
	padding: 0;
	background: white;
	color : black;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#entete {
	height: 80px;
	background: rgb(210,210,90) url(enteteimg.png) top left no-repeat;
	}
#entete p {
	margin: 0 0 0 350px;
	font-weight: bold;
	color: white;
	font-size: 1.1em;
	}
#entete h1 {
	margin: 0 0 0 250px;
	color: white;
	}
#bandeau {
	margin: 0;
	padding: 0.1em 0.5em 0.1em 0;
	list-style-type: none;
	background-color: black;
	color: white;
	text-align:right;
	}
#bandeau li {
	display: inline;
	}
#bandeau a {
	color: white;
	text-decoration: none;
	}
#bandeau a:hover {
	text-decoration: underline;
	}
	
/*#menu {
	float: left;
	width: 15em;
	padding: 0.5em 0 8em 0;
	margin: 0px;
	background: #336600 url(menuimg.png) bottom left no-repeat;
	}*/
#menu {
	position: fixed;
	top: 80px;
	width: 15em;
	padding: 0.5em 0 8em 0;
	margin: 0px;
	background: #336600 url(menuimg.png) bottom left no-repeat;
	}	

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 1em;
	}
#menu li a {
	display: block;
	text-decoration: none;
	height: 1.4em;
	line-height: 1.4em;
	color: white;
	font-weight: bold;
	font-size: 120%;
	text-indent: 1em;
	}
#menu li a:hover {
	background: #cccc33;
	color: #336600;
	}
	
.toc1 {
	text-indent:none;
	list-style-type: none;	
	}
	
#global {
	margin-left:15.5em;
	}
#global h1 {
	font-weight: bold;
	font-size: 150%;
   padding-bottom: 0.2em;
	border-bottom: 3px solid #ffff99;
	font-variant: small-caps;
	text-indent: 5px;
	color: #250;
	}
#global h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size : 110%;
	font-weight: bold;
	color: #282;
	}

/* gestion des tableaux:
	cette partie est prise dans http://www.openweb.eu.org/articles/tableaux_css/
	l'objectif est de pouvoir rendre de manière simple les tableaux aussi complexes
	l'on souhaite (avec des thead, tfoot, tbody)
*/
table {	border:3px solid #6495ed;	border-collapse:collapse;	width:90%;	margin:auto;}thead, tfoot {	background-color:#D0E3FA;/*	background-image:url(sky.jpg);*/
	border:1px solid #6495ed;	}tbody {	background-color:#FFFFFF;	border:1px solid #6495ed;	}th {	font-family:monospace;	border:1px dotted #6495ed;	padding:5px;	background-color:#EFF6FF;	width:25%;	}td {	font-family:sans-serif;	font-size:80%;	border:1px solid #6495ed;	padding:5px;	text-align:left;	}
table .nombre {
	text-align:center
	}caption {	font-family:sans-serif;
	margin-bottom:1em;
	margin-top: 2em;
	font-style:italic;	}
	
    p.p1 {margin: 6.0px 0.0px 0.0px 0.0px; text-align: justify; font: 14.0px Times}
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times}
    p.p3 {margin: 6.0px 0.0px 0.0px 0.0px; text-align: justify; font: 14.0px Times; min-height: 14.0px}	
    .cadre {
    border: 1px solid black;
    padding: 1em;
    }