﻿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;
}

do {
	color:red;
}

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;
}	

pre.nobox {
	border-style:none;
}	

 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;

}


 h2 {
	font-size:100%;
	font-family: normal;
	font-variant:small-caps;
	text-indent:30px;
	color:blue;
      counter-increment: exercice;
}

h2:before {
  content: counter(exercice)". "
}	

.next {
	font-size:100%;
	font-family: normal;
	font-variant:small-caps;
	color:red;
	text-align:right;
}

tt,code,pre {
	color:#046;
}


