h1 {
	height: 50px;
	font-weight: bold;
	font-size: 14px;
	color: #d20202;
	padding: 1em 0;
}

#fiche.archive h4 {
	text-align: center;
	color: red;
}

a:link,a:visited {
	text-decoration: none;
	color: #f01313;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #d20202;
}

form.lstPage a.current {
	color: #d20202;
}

table#dir td.left {
	width: 250px;
	border-right: 1px solid #d20202;
}

table.lst th,table.lst td {
	padding: 5px;
}

form div.section {
	background: white;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 0.5em;
	margin-left: 10px;
	margin-right: 10px;
	*height: 3em;
	min-height: 3em;
	height: auto;
}

form div.section h3 {
	margin: 0.5em 0;
	background: url(picto/opened.png?1) no-repeat 5px 5px;
	padding: 5px;
	padding-left: 25px;
	color: #999;
	cursor: pointer;
	width: 500px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

form div.section ul {
	margin-left: 15px;
}

form div.section h3:hover {
	background-color: #e1e1e1;
}

form div.section div.closed h3 {
	background-image: url(picto/closed.png?1);
}

form div.section div.closed ul,form div.section div.closed table {
	display: none;
}

form div.section div.action {
	float: right;
}

table.listing td,table.listing th {
	padding: 5px 5px;
	padding-right: 20px;
}

table.listing tr.odd td,table.listing tr.odd th {
	background: #ddd;
}

ul#menu1 {
	background: #d20202;
	height: 25px;
	margin-bottom: 1em;
}

ul#menu1 li {
	background-color: #d20202;
}

ul#menu1 li:hover {
	background-color: #f01313;
}

form div.section ul.criteria {
	margin-left: 2px;
}

table.listing em {
	color: #f01313;
}