body {
	background-color: white;
	color:black;
	font-size: 10pt;
	font-family: sans-serif;
}

a[name] { }

a[href] {
	color: #936;
	text-decoration: none;
}

a[href]:hover {
/*	color: blue; */
	color: #936;
	text-decoration: underline;
#    	border-top: 1px solid blue;
#    	border-bottom: 1px solid blue;
#	background-color: #ddd;
}


em {
	font-family: sans-serif;

}

div {
	font-family: sans-serif;
	text-align: justify;
}

div.centered
{
	font-family: sans-serif;
	text-align: center;
}

div.boite {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: black;
    background-color: #f6f6f6;
    line-height: 1.1em;
    margin-left: 1cm;
    margin-right: 1cm;
}


/* élément pouvant être réduit ou expansé; réduit par défaut */
div.collapsable {
	display: none; /* par défaut on les met en invisible */
	border: 1px solid grey;
	background-color: #FAFAFA;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
}

/* élément pouvant être réduit ou expansé; réduit par défaut */
ul.collapsable {
	display: none; /* par défaut on les met en invisible */
}




p {
	font-family: arial, helvetica;
	margin-left: 1cm;
	margin-right: 1cm;
	text-align: justify;
}

p.normal {
	font-family: arial, helvetica;
	margin-left: 0.5cm;
	margin-right: 0.5cm;
	text-align: justify;
}


h2 {
	/* color: black; */
	color:#603;
    	background: none;
    	font-weight: bold;
	font-family: sans-serif;
    	margin: 0em;
    	padding-top: .5em;
/*    padding-bottom: .17em; */
    	padding-bottom: .01em; 
	margin-bottom: 0.7em;
    	border-bottom: 1px solid #aaa;  
}

h1, h3 {
	color: #603;
    	background: none;
    	font-weight: bold;
	font-family: sans-serif;
    	margin: 0em;
    	padding-top: .5em;
/*    padding-bottom: .17em; */
    	padding-bottom: .01em; 
	margin-bottom: 0.7em;
/*    	border-bottom: 1px solid #aaa;  */
}

h1.main {
	margin: 0;
	font-size: 180%;
}


h1.blue {
	font-family: arial, helvetica;
	font-size: 18pt;
	margin-left: 0cm;
	text-align: justify;
	color: blue;
}


/*
h1 {
	font-family: arial, helvetica;
	font-size: 18pt;
	margin-left: 0cm;
	text-align: justify;
}
*/
h1.titre {
	text-align: center;

}

/*
h2 {
	font-family: arial, helvetica;
	font-size: 13pt;
	margin-left: 0.3cm;
	margin-bottom: 0.8cm;
	text-align: justify;
}

h3 {
	font-family: arial, helvetica;
	font-size: 12pt;
	margin-left: 0.4cm;
	text-align: justify;
	text-decoration: underline;}
*/

h4 {
	margin-bottom: 0.2cm;
}

pre {
	margin-left: 2cm;
}