@charset "utf-8";
body {
	background-image: url(../images/fond.jpg);
	background-repeat: repeat;
	background-position: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 12pt;
	text-align: justify;
	color: #000000;
}
h4 {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 12pt;
	color: 666;
}

h5 {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 12pt;
	color: #1B2F34;
	text-align: center;
}

h1 {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 15pt;
	color: #666;
	text-align: left;
	text-transform: uppercase;
}
h2 {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 13pt;
	color: #686766;
}
h3 {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 13pt;
	color: #666666;
	text-transform: uppercase;
}



h6 {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 15pt;
	font-weight: bold;
	color: #666;
	text-align: center;
	text-transform: uppercase;
}
a:link {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 12pt;
	color: #1B2F34;
}
a:visited {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 12pt;
	color: #3B6573;
}
a:hover {
	font-family: "Trebuchet MS", Arial, verdana;
	color: #CCCCCC;
	font-size: 12pt;
}
a:active {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 12pt;
	color: #000000;
}
