body {
  font-size: 12px;
  font-family: Verdana, Arial;
  color: #000080;
  background: #effffe;
  margin-left: 10px;
}

h1 {
  text-align: center;
}

ul, li {
	list-style-type: none;
}

a, a:active, a:visited {
  color: #CC3333;
  text-decoration: none;
}
a:hover {
  color: #CC3333;
  text-decoration: underline;
}

.sommaire {
  text-align: left;
  background: #ffffff;
  margin: 10px;
  padding: 10px;
  border: 1px dashed;
}