/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
.wr_typo {
  color: black;
  background-color: white;
  background: white;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: left;
  font-size: 0.9em;
}

.wr_typo img {
	border-width: 0;
}

.wr_typo td, .wr_typo th {
  font-size: 14px;
}

.wr_typo h1, .wr_typo h2 {
  color : #F05A23;
  /* color: #e84600; */
}

.wr_typo h1 { font-size: 2.0em; }
.wr_typo h2 { font-size: 1.3em; }
.wr_typo h3 { font-size: 1.0em; }

.wr_typo a:link {
  /* color : #960018; */
  text-decoration : underline;
}

.wr_typo a:visited {
  /* color : black; */
  text-decoration : underline;
}

/*table {
  border-collapse: collapse;
  border: solid;
}*/


