html, body {
	background-image: url("images/fd.jpg");
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	background-attachment: fixed;
	height:100%;
	width:100%;
}
.fndgauche {
	background-image:url(images/fndgauche.png);
	background-repeat:repeat-y;
	background-position:left;
	background-attachment: fixed;
	position: fixed;
	height:100%;
	width:100%;
}
.fnddroite {
	background-image:url(images/fnddroite.png);
	background-repeat:repeat-y;
	background-position:right;
	background-attachment: fixed;
	height:100%;
	position: fixed;
	height:100%;
	width:100%;
}
.fndhaut {
	background-image:url(images/bandehaut.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment: fixed;
	height:100%;
	position: fixed;
	height:100%;
	width:100%;
}
.fndbas {
	background-image:url(images/bandebas.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment: fixed;
	height:100%;
	position: fixed;
	height:100%;
	width:100%;
}
.txtbandeaubas {
	font-family:"Times New Roman";
	font-size:14px;
	font-weight: bold;;
	color:#FFFFFF;
}
.textevert {
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
	color:#009C69;
}
.textevert2 {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bolder;
	color:#009C69;
}
.titrevert {
	color: #149b7d;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.textengris {
	font-size: 16px;
	font-style: italic;
	color: #999999;
}
.textenvert {
	color: #149b7d;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.textenvert2 {
	color: #149b7d;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}