/* Stylesheet used in my webstite www.eleves.ens.fr:/home/mine
 * Antoine Mine' 09/25/2000
 *
 * For black & white printer
 * Feel free to use and modify.
 */

body {
	background: white;
	color: black;
}

p { 
	margin-left: 4%;
	margin-right: 4%;
}

table {
	margin-left: 8%;
}

pre { 
	margin-left: 6%;
	margin-right: 6%;
}


h1,h2,h3,h4, .content { font-family: sans-serif; }

h1, h1.alter {
	font-size: 225%;
	text-align: center;
}

h1 {
	margin-bottom: 1em;
	border-top: medium solid;
	border-bottom: medium solid;
}

h2 {
	font-size: 200%;
	margin-left: 1%;
	margin-right: 2%;
	border-bottom: medium solid;
	margin-top: 2.5em;
}

h3 {
	font-size: 175%;
	margin-left: 2%;
	margin-right: 2%;
	border-bottom: thin solid;
	margin-top: 2em;
}

th, td {
	text-align: left;
}

ul {
	margin-left: 4%;
	margin-right: 4%; 
	margin-bottom: 2ex; 
}

ul ul {
	margin-left: 2%;
	margin-right: 2%;
}

li {
	list-style-type: square;
	margin-bottom: 1ex; 
}

li li {
	list-style-type: circle;
}

.content li {
	font-size: 120%;
}

.content li li {
	font-size: 90%;
}

.code, .bcode {
	font-family: monospace;
}

.bcode { 
	font-weight: bold; 
}

.note {
	margin-left:  8%;
 	margin-right: 25%;
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding: 1ex;
	border: thin solid black;
}

.note h4 {
	font-size: 100%;
	margin-top: 0;	
	margin-bottom: 2ex;
	margin-right: 2ex;
	border-bottom: thin solid black;
}

.note p {
	padding-left: 1ex;
	border-left: medium solid black;
	margin:0;
}


a:visited, a:link {
	text-decoration: none;
	color: black;
}

.navbar {
	display: none;
}


