.Fond1 {
	background-image: url(images/blanc.gif);
  	background-attachment: fixed;
	font-family: sans-serif;
	font-size: 12pt;
	color: black;
	font-weight: normal;
	text-align: justify;
	margin-left: 25px;
	margin-right: 25px;
}

.Fond2 {
	background-image: url(images/jaune.gif);
	font-family: sans-serif;
	font-size: 12pt;
	color: black;
	font-weight: normal;
}

.Textepetit {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

H1 {
	font-size: 30pt;
	font-family: Arial;
	color: darkblue;
	font-weight: bold;
	text-align: center;
}

H2 {
	font-size: 16pt;
	font-family: Verdana;
	color: blue;
	font-weight: normal;
	text-align: center;
	font-variant: small-caps;
}

H3 {
	font-size: 12pt;
	color: blue;
	font-weight: bold;
}

A:link {
	font-weight: bold;
	font-style: normal;
	color: rgb(255,0,0);
	text-decoration: none;
}

A:visited {
	font-weight: bold;
	font-style: normal;
	color: rgb(255,0,0);
	text-decoration: none;
}

A:active {
	font-weight: bold;
	font-style: normal;
	color: rgb(255,0,0);
	text-decoration: none;
}

A:hover {
	font-weight: bold;
	font-style: normal;
	color: #8000ff;
	text-decoration: none;
}

