body {
	cursor: default;
	background: white;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
}

input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	border: 1px solid silver;
}

h1 {
	text-align: left;
	font-size: 14px;
	font-weight: bolder;
	border-bottom: 2px dotted #EC5F0F;
	padding: 10 0 10 0px;
}

span.titre {
	text-align: left;
	font-size: 12px;
	font-weight: bolder;
	color: #003D7C;
}

.encadre {
	color: white;
	font-weight: bolder;
	background: #EC5F0F;
	padding: 2px;
	height: 18px;
}

a.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	color: #003D7C;
	text-decoration: none;
}

a:visited.lien {
	color: #003D7C;
	text-decoration: none;
}

a:hover.lien {
	color: #003D7C;
	text-decoration: underline;
}

.menu_on {
	font-size: 12px;
	font-weight: bolder;
	color: white;
	/*color: #EB5B10;*/
	text-decoration: none;
	background: #EC5F0F;
}

.menu_off {
	font-size: 12px;
	font-weight: bolder;
	color: white;
	text-decoration: none;
	background: #318925;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.copy {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.copy {
	color: blue;
	text-decoration: underline;
}

hr {
	border: 1px dashed #EC5F0F;
	height: 1px;
}

fieldset {
	cursor: default;
	width: 400px;
	border: 1px solid silver;
	padding: 0 12 6 12px;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #318925;
}