/* -- CSS communication -- */

div.TitrePage{
	font-family:"Trebuchet MS", Verdana, sana-serif;
	font-size:20px;
	color:#081E84;
	border-bottom:1px solid #081E84;
	width:100%;
	display:block;
}

h1 {

  display: block;
  font-family:Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  border-bottom: 1px dashed #091E7B;
  margin-bottom: 10px;
  font-weight: bolder;
  /* color: #C68450; */
  color:#091E7B;

}

h2 {

  display: block;
  padding: 5px;
  text-indent: 5px;
  font-size: 14px;
  font-weight: bolder;
  color: #091E7B;
  height:10px;
  line-height:10px;
  border-bottom: 1px solid #091E7B;

}

h3 {

  display: block;
  padding: 3px;
  text-indent: 5px;
  font-size: 12px;;
  font-weight:normal;
  color: #091E7B;
  height:10px;
  line-height:10px;
  border-bottom: 1px solid #091E7B;

}

