body {
	background-color:white;
	color:black;
	text-align:justify;
}

table.couleurTitre {
	background-color:blue;
}

.titre {
	color:grey;
	font-size:30pt;
	text-indent:30pt;
  
}

.sousTitre {
	color:#5050c0;
	font-size:20pt;
	text-indent:70pt;
}

.lien {
	color:black;
	text-decoration:none;
}
	
img {
	border:0;
}


pre {
	border-style:dotted;
	border-color:grey;
	border-width:1px 1px 1px 1px;
}	

pre.output {
	background:lightblue;
	border-style:dotted;
	border-color:blue;
	border-width:1px 1px 1px 1px;
}	

 h1 {
	color:orange;
	font-size:120%;
	font-family: normal;
	font-variant:small-caps;
	border-style:dotted;
	border-color:grey;
	border-width:2px 0px 2px 0px;
	counter-reset:exercice;

}


 h2 {
	font-size:100%;
	font-family: normal;
	font-variant:small-caps;
	text-indent:30px;
	color:blue;
      counter-increment: exercice;
}

h2:before {
  content: counter(exercice)". "
}

h3 {
	font-size:100%;
	font-style: italic;
	text-indent:30px;
}	

tt,code,pre {
	color:#046;
}

p {
	text-indent:1.5em;
}

pre + p, ul + p {
	text-indent:0em;
}


