@charset "utf-8";
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525252;
}
body {
	margin-top: 0px;
	background-color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00CCFF;
	text-decoration: underline;
}
.contoursGris {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #525252;
	border-bottom-color: #525252;
	border-left-color: #525252;
}
.fondF {
	background-image: url(charte/f.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525252;
}
.textePetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}
