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

body {
	background-image: url(images/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #812E02;
	background-repeat: repeat-x;
}
a:link {
	color: #7B2C03;
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:visited {
	text-decoration: none;
	color: #7B2C03;
}
a:hover {
	text-decoration: none;
	color: #CED500;
}
a:active {
	text-decoration: none;
	color: #7B2C03;
}
a {
	font-weight: bold;
}
h1 {
	color: #451602;
}
h2 {
	color: #7B2C03;
}
h3 {
	color: #BEC400;
}
h4 {
	color: #7B2C03;
}
h5 {
	color: #7B2C03;
}
h6 {
	color: #7B2C03;
}
.lien{
	color:#7B2C03;
	text-decoration: none;
}

.lien:link{
	color:#7B2C03;
	text-decoration: none;
}
.lien:visited{
	color:#7B2C03;
	text-decoration: none;
}
.lien:hover{
	color:#fff;
	text-decoration: none;
}


