@charset "UTF-8";
.bckgrdpage {
	background-image: url(structure/bckgrdpage.jpg);
	background-position: center top;
	background-color: #B5B5B5;
	background-repeat: no-repeat;
}
.bckgrdfenetre {
	background-image: url(structure/arrplanpage1);
	background-repeat: no-repeat;
	background-position: center top;
}
.bckgrdtextezone {
	background-image: url(structure/bckgrdzonetexte.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #BABCBD;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #2D2E2E;
	text-decoration: none;
}
.textblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

