body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #DAB622;
	margin:0px;
}
.bg {
	background-image: url(images/bg.gif);
}

a:link {
color: #2F2D07; text-decoration: underline;
} 
a:visited {
color: #2F2D07; text-decoration: underline;
} 
a:hover {
color: #2f570e; text-decoration: underline;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302D00;
}
.txtBlanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #2f570e;
}
.tab {
	border: solid 1px #302D00; 
	background-color:#eac943;
}
.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #302C03;
}
.bgtxt {
	background-image: url(images/bgtxt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302D00;
	font-weight: normal;
}
.intro {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2D07;
}
.bgtlogo {
	background-image: url(images/bglogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.clearvalidator{ clear:both; height:3px;}