body {
	background-color : white;
	color:#400000;
	font-family: verdana,sans-serif;
	font-size: 9pt;
	margin: 0;
  }
div.annonces {
	text-align: center;
	width: 100%;
}
div.annonces h1 {
	font-size:large;
	margin: .5em;
}
div.annonces table {
	table-layout: fixed;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	background-color : white;
	color : #400000;
	margin-bottom: 1em
}
div.annonces table tbody tr td {
	text-align: left;
	background-color: #fcdd03;
}
div.annonces table tbody tr td.libelle div {
	font-weight: bold;
	margin-left: 0.2em;
}
div.annonces table tbody tr td.ref {
	text-align: right;
	font-weight: bold;
	width: 11em;
	margin-right: 0.2em;
}
div.annonces table tbody tr td.detail {
	background-color: #ffffde;
}
div.annonces table tbody tr td.detail div.image {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
div.annonces table tbody tr td.detail div.detail {
	text-align: justify;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
span.more {
	display: block;
	margin-bottom: 0.25em;
	text-align: center;
}
span.more a {
	font-family: arial,sans-serif;
	text-decoration: none;
	border-bottom: thin dotted;
	color:#400000;
}
span.more a:hover {
	color: #CC0000
}
span.prix {
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0.25em;
}
div.nav p {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
div.nav p a {
	color : #400000;
}
div.nav p a:hover {
	color : #CC0000;
}

p.help { color : red; }

a {
	text-decoration: none;
	color:#400000;
}
a:hover {
	color: #CC0000
}

