html,body {
font-size : 100%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : Black; 
background-color : WhiteSmoke;
margin-left:1%; 
}

tt {
font-family:  "Courier New", Courier, monospace;
text-decoration: normal;
}

h1 {
font-size : 200%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
color : LightSlateGrey; 
text-align: center;
}

h2 {
font-size : 150%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : LightSlateGrey ; 
padding-left:15px;
}

h3 {
font-size : 100%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : LightSlateGrey ;
font-weight: bold;
padding-left:15px;
}


.haut {
	text-align:right;
}

pre {
	font-size: 120%;	
  	background: #eeeeee;
  	border: 1px solid #888888;
  	color: SteelBlue;
  	padding: 1em;
  	margin-left:10%;
  	margin-right:0%;  
}

em {
	color: SteelBlue;
	font-style: normal;
}
 
a:link {color: grey; text-decoration:underline;}
a:visited {color: black; text-decoration:underline;}
a:hover {color:navy; text-decoration:none;}

