body {
	margin: 0px;
	background-image: url(images/fondpage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	font-size: 10px;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #C3CF63;
}
.courant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #003333;
	text-align: justify;
}
a:link {
	font-weight: 700;
	color: #339900;
	text-decoration: none;
}
a:hover {
	font-weight: 700;
	color: #00CC00;
	text-decoration: none;
}
a:active {
	font-weight: 700;
	color: #33FF00;
	text-decoration: none;
}
a:visited {
	font-weight: 700;
	text-decoration: none;
}
.titre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #666666;
}
.courantblanc {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: justify;
}

