/* -------------------[  Body  ]--------------------- */
body, p, ul, li, ol, h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #000000;
	font-size: 1em; 
	background: #ffffff;
	}
#header {display: none;}
	
/* -------------------[  Contenu principal  ]--------------------- */
h1 {font-size: 1.3em;}
h2 {
	color: #cc6633;
	font-size: 1.1em;
	}
p, ul li, ol li {font-size: 0.95em;}
ul.haut li {font-size : 0.8em;}
a:link, a:visited {
	color: #0147a6;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #cc6633;
	text-decoration: none;
	}
.bold {font-weight: bold;}
.italic {font-style: italic;}
acronym {text-decoration: none;}
.note { /* formattage des notes et remarques */
	color: #8F4724;
	background-color: #FFBF9F;
	}
.fichier {font-family: 'Courier New', Courier, mono;} /* formattage pour les noms de fichiers */

	
/* -------------------[  Formulaires  ]--------------------- */
input {
	width: 300px;
	margin: 0.5em 0 2em 0;
	}
input#effacer, input#soumettre {width: 100px;}
	
	
/* -------------------[  Pied de page  ]--------------------- */
#footer {
	color: #bbbbbb;
	font-size: 0.85em;
	}
