html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	behavior:url('behaviors/csshover.htc');
}

table {
	border-collapse: collapse;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	padding-left: 5px;
}
ul li {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: circle;
}
ul.menuHorizontal {
	margin: 0px;
	padding: 0px;
}
ul.menuHorizontal li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
div.error {
	border: 1px solid #d11920;
}

h1 {
	font-size: 18px;
	margin: 30px 0px 20px 0px;
	padding: 3px 0px 2px 0px;
	font-weight: normal;
	font-style: small-caps;
	text-align: center;
}

h2 {
	font-size: 14px;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

p {
	margin-top: 2px;
	margin-bottom: 3px;
}
p.error {
	color: #d11920;
	font-weight: bold;
}
p.message {
	color: #0000ff;
}

a {
	text-decoration: none;
	color: #004f93;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

div.floatleft {
	float: left;
}
div.label {
	float: left;
	padding-top: 3px;
	font-weight: bold;
}
div.blue {
	color: #004f93;
}
div.input {
	float: left;
}
input {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
input.button {
	margin-top: 10px;
	margin-left: 10px;
}
input.text {
	padding: 1px;
	border: 1px solid #004f93;
	color: #606060;
}
input.checkbox {
	width: 10px;
	height: 10px;
	margin: 3px;
	padding: 0px;
	vertical-align: middle;
}
input.radio {
	width: 10px;
	height: 10px;
	margin: 3px;
	padding: 0px;
	vertical-align: middle;
	background-color: transparent;
}
input.file {
	padding: 1px;
	border: 1px solid #004f93;
	color: #606060;
}
textarea {
	padding: 1px;
	margin-bottom: 10px;
	border: 1px solid #004f93;
	font-size: 11px;
	font-weight: bold;
	overflow: auto;
	color: #606060;
	width: 724px;
	height: 220px;
}
select {
	border: 1px solid #004f93;
	font-size: 11px;
	font-weight: bold;
	color: #606060;
}

.pngtransparency {
	/* Carefull behavior relative to html file, not to CSS (IE bug) */
	behavior:url('behaviors/pngtransparency.htc');
}
.swfactivate {
	behavior:url('behaviors/swfactivate.htc');
}


table.liste {
	margin-top: 20px;
	border: 1px solid #004f93;
	border-collapse: collapse;
}
table.liste tr th, table.liste tr td {
	padding: 5px 10px 3px 10px;
	border-top: 1px solid #004f93;
	border-bottom: 1px solid #004f93;
	text-align: left;
}
