/* CSS Document */

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #2E5095;
  text-decoration: none;
}

A:hover {
  color: #2E5095;
  text-decoration: underline;
}

a.lien1 {
    color:#ffffff;
	font-size: 11px;
    text-decoration:underline;
    font-weight:normal;
}
  
  a.lien1:hover {
    color:#ffffff;
	font-size: 11px;
    text-decoration:none;
    font-weight:normal;
}
