
h1 {
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

h5 {
   padding-left: 20px;
}

p.aFaire {
  color: Fuchsia;
  font-size: 110%;
  text-align: center;
}


p.aFaireSurligne {
  background-color: yellow;
  line-height: 1.2em;
  font-weight: normal;
  text-align: center;
}

li.optionnel {
  color: orchid;
  font-size: 100%;
}

li.titre {
font-style:italic;
  font-size: 100%;
}

br.objectif {
  background-color: yellow;
  font-style:bold;
  font-size: 100%;
}

p.optionnel {
  color: orchid;
  font-size: 100%;
}

/* lignes impaires */
.oddline{
	/*&lt;font color="#0000ff"  size="2"&gt;*/
	color:blue;
	/*font-size:2;*/
	font-size: 100%;
	line-height: 30%;
}
.evenLine{
	/*font-size:2;*/
	color:black;
	padding:0;
	font-size: 100%;
	line-height: 30%; 
}
