/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #793100;
	margin: 0px;
	background-color: #DDD1AE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #793100;
	font-weight: normal;
	line-height: 16px;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #793100;
	font-weight: bold;
	line-height: 15px;
}
.gras2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #793100;
	font-weight: bold;
	line-height: 15px;
//	align: justify;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #793100;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
.stitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #793100;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a:link {color: #793100;}
a:visited {color: #793100;}
a:hover {color: #793100;}
a:active {color: #793100;}

textarea {
	background-image: url("images/formtext.jpg");
	border: 1px solid #ffffff;
	background-repeat: repeat;
}
input {
	background-color: #ddd19e;
	border: 1px solid #ffffff;
}


