

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #FFFFCC url(./images/fond.jpg) repeat-y scroll center;
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

.lien {
  font-size: 14pt;
	font-weight: normal;
  color: ffffff;
  font-family: arial;
  
}

.titl {

  font-size: 18pt;
	font-weight: normal;
  color: ffffff;
  font-family: arial;
}

.text {

  font-size: 12pt;
	font-weight: normal;
  color: ffffff;
  font-family: arial;
}

.lien:hover {

color: 000066;

}
