body {
	scrollbar-face-color: #F4ECCC;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #DFDDF0;
	scrollbar-3dlight-color: #875A18;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #FBF8EA;
	scrollbar-arrow-color: #875A18;
	text-align:center;
	background-image: url(../images/fond.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: center top;
}
/* lien */
a:link {
	text-decoration: underline;
	color: #AD651D;
}
a:visited {
	text-decoration: underline;
	color: #996600;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
/* textes entête et paragraphe */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #CC6600;
	padding: 5px 5px 10px;
	text-align: left;
	font-style: italic;
	text-indent: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.98em;
	color: #CC6600;
	text-align: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-left: 4px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	line-height: 1.5em;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 0px;
	letter-spacing: 4px;
	line-height: 1.6em;
	background-color: #990000;
	text-indent: 20px;
	padding-top: 0px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 0.9em;
	color: #000000;
	letter-spacing: 1px;
	padding: 0px 10px 2px;
	margin: 0px;
}
/* liste */
ul {
	margin-left: 8px;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 10px;
}
li {
	list-style-position: inside;
	list-style-type: circle;
	padding-bottom: 4px;
}
/* éléments de formulaire */
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	padding: 4px 4px 10px;
	letter-spacing: 1px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #5E3F00;
	text-align: center;
	background-color: #F4ECCC;
	height: auto !important;
	border: 1px solid #875A18;
	width: 200pt !important;
	font-weight: bold;
	letter-spacing: 10px;
	margin: 2px 1px;
	line-height: normal;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #990000;
	background-color: #F4ECCC;
	height: auto;
	border: 1px solid #875A18;
	width: auto;
	font-weight: normal;
	text-align: center;
	margin: 2px 1px;
	cursor: hand;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #990000;
	background-color: #F4ECCC;
	height: auto;
	border: 1px solid #875A18;
	width: auto;
	font-weight: normal;
}
form {
	margin: 0px;
	padding: 0px;
}

