p.majortitle {
        text-align:center; 
	font-size:150%; 
	font-weight:bold;
	text-indent: 0em
}

p.minortitle {
        text-align:left; 
	font-size:120%; 
	font-weight:bold;
	text-indent: 0em
}

body {text-align:left; 
	font-size:100%; 
	font-family:Times; 
	background-color:white;
	text-indent: 2em;
	background-color: white
}

div.illustration {
        text-align:center ;
	text-indent: 0em
}

tt.commande {
        font-family:Courier; 
	font-size:90%;
	text-indent: 0em
}

p.code {
        font-family:Courier; 
	font-size:80%; 
	white-space:pre; 
	margin-left:5em;
	text-indent: 0em
}