html, body, td, form, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 8px;
}
ul li {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: disc;
}
ul.menuHorizontal {
	margin: 0px;
	padding: 0px;
}
ul.menuHorizontal li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.clear {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
div.clearleft {
	clear: left;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

h1 {
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 6px 0px 0px 13px;
	font-weight: bold;
	font-size: 15px;
}

h3 {
	margin: 5px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}
p.meta {
	color: #888888;
	font-size: 11px;
}
p.button {
	margin: 10px 0px 5px 0px;
	padding: 5px;
}
p.button, button {
	border: 1px solid #23718a;
  background-color: #8ea9b1;
	text-align: center;
	color: #ffffff;
}
p.button:hover, button:hover {
  background-color: #ffffff;
	color: #8ea9b1;
}
p.button a {
	cursor: pointer;
}
p.button, p.button a, button {
	color: #ffffff;
	font-weight: bold;
}
p.button:hover, p.button a:hover, p.button:hover a, button:hover {
	color: #8ea9b1;
}
p.error {
	color: #ff0000;
}
p.success {
	color: #0000ff;
}

a, :link, :visited {
	text-decoration: underline;
	color: #0000ff;
	cursor: pointer;
}
a.action {
	color: #23718a;
}
a.selected {
	text-decoration: none;
	font-weight: bold;
}
a img {
	border: 0px;
}

div.liste {
	margin: 8px 0px 3px 0px;
	clear: both;
}
div.liste table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}
div.liste table tr th {
	padding: 3px 0px 2px 20px;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid black;
}
div.liste table tr td {
	margin: 0px;
	padding: 10px;
	background-color: #eeeeee;
}
div.liste table tr.odd td {
	background-color: #ffffff;
}
div.liste table tr td h3 {
	margin: 0px;
	font-size: 18px;
}
div.liste table tr td p {
	margin-top: 2px;
	margin-bottom: 3px;
}
div.liste table tr td.perpage {
	padding: 3px 10px;
}
div.liste table tr td.perpageFin {
	border-top: 1px solid black;
}
div.liste table tr td.perpage div {
	float: right;
	text-align: right;
	width: 180px;
}
div.liste table tr td.perpage a, div.liste table tr td.perpage strong {
	padding: 0px 5px;	
}

img.icon {
	margin: 0px 5px 0px 5px;
}

form {
	vertical-align: top;
	margin: 0px;
}
form div.label {
	float: left;
	padding-top: 2px;
}
form div.input {
	float: left;
}
form input {
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border-width: 1px;
}
form div.submit {
	text-align: right;
	margin-top: 5px;
	border-top: 2px solid #23718a;
}
form div.submit input {
	padding: 3px;
}
form input.text {
	padding: 1px;
	border: 1px solid #8ea9b1;
}
form input.checkbox {
	width: 10px;
	height: 10px;
	margin: 3px;
	padding: 0px;
	vertical-align: middle;
}
form input.radio {
	width: 10px;
	height: 10px;
	margin: 3px;
	padding: 0px;
	vertical-align: middle;
	background-color: transparent;
}
form input.file {
	padding: 1px;
	border: 1px solid #8ea9b1;
}
form textarea {
	border: 1px solid #8ea9b1;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	overflow: auto;
}
form select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #8ea9b1;
	font-size: 12px;
}

button {
	font-size: 12px;
}

.pngtransparency {
	/* Carefull behavior relative to html file, not to CSS (IE bug) */
	behavior:url('/behaviors/pngtransparency.htc');
}
.swfactivate {
	behavior:url('/behaviors/swfactivate.htc');
}
.sortable {
	cursor: move;
}

#membreMove {
	width: 40em;
	margin: 1.4em auto;
}

#membreMove li {
	margin-bottom: 1.4em;
}

#membreMove h4 {
	font-size: 1.8em;
	margin-bottom: 0.78em;
}

#membreMove #entreprises label {
	display: block;
	line-height: 1.4em;
	margin: .7em 0;
}