<style>
	h1 {font-family: Verdana, Helvetica, sans-serif; font-size: 18pt; color:#006666;}
	h2 {font-family: Verdana, Helvetica, sans-serif; font-size: 16pt; color:#006666;}
	h3 {font-family: Verdana, Helvetica, sans-serif; font-size: 14pt; color:#006666;}
	h4 {font-family: Verdana, Helvetica, sans-serif; font-size: 12pt; color:#006666;}
	p {font-family: Verdana, Helvetica, sans-serif; font-size: 13pt; color:#006666;}
	a {font-family: Verdana, Helvetica, sans-serif; font-size: 13pt;}
	a:link {color: #006666;}
	a:vlink {color: #006666;}
	a:alink {color: #006666;}  
	ul {font-family: Verdana , Helvetica, sans-serif; font-size: 18pt;}

	/* début du hack "fixed" permettant de fixer les menus sous IE */
	body { 	overflow-y: hidden ;
		margin: 0% 0% 0% 100px;
		padding:0;
		scrollbar-face-color:#ccffcc;
		scrollbar-arrow-color:#006666;
		scrollbar-track-color:#ffffff; 
		scrollbar-shadow-color:#006666 ;
		scrollbar-highlight-color:#006666 ;
		scrollbar-darkshadow-color:#006666;  	  } 

	.contenupage { height: 100%; overflow: auto; } 
	.menugauche { position: absolute; top: 0; left: 0 ; width: 100px ; height: 100% }
	body>.menugauche {position:fixed} /* annule le hack "fixed" pour les autres navigateurs que IE */
	
</style>