@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Verdana, Sans-Serif;
	color:#000000;
	font-size: 11px;
	background-color:#69a359;
	background-image: url('images/background_top.jpg');
	background-position:top;
	background-repeat:repeat-x;
	margin-top: 0px;
	text-align: center;
}

a:link {
	color: #0066cc;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066cc;
}
a:hover {
	text-decoration: none;
	color: #0066cc;
}
a:active {
	text-decoration: underline;
	color: #0066cc;
}
a {
	font-size: 11px;
}

a.autre:link {
	color: d0c118;
	text-decoration: underline;
}
a.autre:visited {
	text-decoration: underline;
	color: d0c118;
}
a.autre:hover {
	text-decoration: none;
	color: d0c118;
}
a.autre:active {
	text-decoration: underline;
	color: d0c118;
}
a.autre {
	font-size: 10px;
}

h1 {
	font-family: Arial, Sans-Serif;
	font-size: 24px;
	color:#8f8f8f;
	line-height:28px;
	}
	
h2 {
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	color:#8f8f8f;
	font-style:italic;
	}
	
h3 {
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	line-height:14px;
	color:#8f8f8f;
	font-style:italic;
	}