﻿body
{
	background: url(images/0.png) repeat-x #c0d86b;
	font-family: georgia;
	font-size: 16px;
	color: #000;
}

.clearer
{
	clear: both;
}

a
{
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

#structure-site
{
	width: 875px;
	margin: 0 auto;
}

#entete
{
	height: 116px;
	background: url(images/1.png) no-repeat;
}

#entete h1
{
	font-style: italic;
	color: #7ea12f;
	width: 600px;
	height: 30px;
	display: block;
	font-size: 1.5em;
	margin-top: 20px;
}

#menu
{
	height: 50px;
	background: url(images/2.png) no-repeat;
}

#raccourcis
{
	font-size: 0.7em;
	color: #5e7c9f;
}

#raccourcis a
{
	text-decoration: none;
	line-height: 25px;
	color: #fff;
}

#raccourcis a:hover
{
	text-decoration: underline;
}

#pied
{
	color: #7d8f3d;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.8em;
}

#pied a
{
	color: #849b35;
	text-decoration: none;
}

#pied a:hover
{
	text-decoration: underline;
}

#entete form
{
	padding-top: 20px;
}

#entete input, #entete button
{
	margin-right: 3px;
	background: #b2d761;
	border: 2px solid #8ab822;
	font-family: arial;
	font-size: 16px;
	padding: 3px;
	color: #638913;
}

#entete label
{
	color: #394d0e;
}

#contenu
{
	margin-top: 2em;
}

p
{
	line-height: 1.4em;
	margin: 1em 0 1em 0;
}

h1
{
	font-family: serif;
	color: #235184;
}

ul
{
	list-style: disc url(images/li.png) inside;
}


#contenu form
{
	background: url(images/f.png) right top no-repeat #e5eec2;
	border: 4px solid #b4bd91;
	padding: 10px;
	width: 500px;
	margin-left: 160px;
}

#contenu form input, #contenu form textarea
{
	background: #fff;
	border: 2px solid #b4bd91;
	padding: 4px;
	width: 480px;
	margin-bottom: 10px;
}

#contenu form legend
{
	font-size: 1.5em;
	margin-bottom: 10px;
}

#contenu form label
{
	display: block;
}

#contenu form .submit
{
	text-align: center;
}

#contenu form .legal
{
	margin-top: 10px;
	border-top: 2px solid #b4bd91;
	font-size: 0.8em;
	color: #b2ba90;
}

#contenu img
{
	border: 3px solid #555;
}

.biens_liste
{
	list-style: none;
	float: left;
}

.biens_liste li
{
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 0.3em;
	float: left;
	width: 400px;
	margin-right: 20px;
}

.biens_liste li img
{
	width: 120px;
	border: 2px solid #888;
	float: left;
	margin-right: 10px;
}

.biens_liste li span img
{
	display: none;
}
/*
.biens_liste li a blockquote
{
	font-size: 0.7em;
	color: #888;
}

.biens_liste li a
{
	text-decoration: none;
	font-size: 1.4em;
	padding-left: 5px;
	background: url(images/f2.png) repeat-x;
	border: 3px solid #adbf85;
}

.biens_liste li a:hover
{
	background: #f3f4ed;
	border: 3px solid #7d9647;
}

.biens_liste li a span
{
	line-height: 2em;
}

.biens_liste li a:hover span
{
}

.biens_liste li a, .biens_liste li span, .biens_liste li em, .biens_liste li img
{
	display: block;
}

.biens_liste li em
{
	color: #333;
	font-size: 0.6em;
}

.biens_liste li img.vignette
{
	display: block;
	float: left;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #adbf85;
}
*/
.biens td
{
	vertical-align: top;
}

.biens table
{
	width: 90%;
	margin: 5%;
}

.biens table img
{
	float: right;
	border: 1px solid #555
}

ul.galerie
{
	margin: 0 auto;
}

ul.galerie li
{
	display: block;
	float: left;
	background: #fff;
	border: 1px solid #555;
	padding: 10px;
	margin-right: 10px;
}

ul.galerie li img
{
	width: 150px;
	border: 1px solid #555;
}





