/* Une feuille de style entière uniquement pour le formulaire de recherche */
@import url(search-form.css);

/* Les mass-resets qui vont bien*/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
img { border: none; }
ol, ul { list-style-type: none; }
.centered { text-align: center; }
.Vcentered { vertical-align: middle; }

/* Et c'est parti */
body {
	background: url(images/bg_header.png) top left repeat-x;
}

/* Le header */
#header {
	position: relative;
	height: 125px;
	width: 800px;
}
#header #logo {
	position: absolute;
	left: 18px;
	top: 16px;
}
#header #main_menu {
	position: absolute;
	left: 295px;
	top: 75px;
}
#header #main_menu li {
	display: inline;
}
#header #main_menu li.line {
	display: block;
	padding-bottom: 5px;
	width: 500px;
	text-align: center;
}
#header #main_menu a, #header #main_menu a:visited {
	font-weight: bold;
	font-size: 14px;
	padding: 4px 10px;
	color: #D5E3B4;
	text-decoration: none;
}
#header #main_menu a:hover {
	color: #FFFFFF;
}

#wrapper {
	width: 800px;
}

/* La colonne secondaire */
#sidebar {
	width: 208px;
	float: left;
	padding: 40px 0 40px 45px;
}
#sidebar .corplinks a {
	color: #A7CA48;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 10px 4px;
}
#sidebar h5 {
	margin: 20px 0 10px 0;
}
#sidebar .links {
	width: 208px;
}
#sidebar .links li {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px;
}
#sidebar .links a {
	color: #FFF;
	text-decoration: none;
}
#sidebar ul.links {
	background-color: #89B7E9;
}
#sidebar ol.links {
	background-color: #8EB241;
}
#up_blue, #down_blue, #up_green, #down_green {
	overflow: hidden;
	width: 208px;
	height: 7px;
	margin: 0;
	padding: 0;
}
#up_blue { background: url(/images/up_blue.png) top left no-repeat; }
#down_blue { background: url(/images/down_blue.png) top left no-repeat; }
#up_green { background: url(/images/up_green.png) top left no-repeat; }
#down_green { background: url(/images/down_green.png) top left no-repeat; }

/* La colonne principale */
#contenu {
	float: right;
	width: 500px;
	padding: 40px 0;
}
#contenu h1 {
	color: #A7CA48;
	font-size: 24px;
	letter-spacing: -1px;
}
#contenu .chapo {
	padding: 0 22px 10px 22px;
	background: url(images/bg_dotted.png) left bottom repeat-x;
	margin-bottom: 10px;
}
#contenu h2 {
	color: #A7CA48;
	font-size: 18px;
}

/* L'annonce pour un bien en mode "vedette" ou en mode "item" */
.bigbox {
	overflow: hidden;
	padding: 0 20px 20px 20px;
}
.bigbox h3, .bigbox h4, .bigbox p {
	padding: 0 5px;
}
.bigbox .title, .bigbox .title a {
	color: #898989;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0;
}
.bigbox .description {
	font-size: 12px;
	margin: 5px 0;
	padding-bottom: 5px;
	overflow: hidden;
	background: url(images/bg_dotted.png) 5px bottom repeat-x;
}
.bigbox .price {
	float: right;
	margin-right: 10px;
	color: #006000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.bigbox .ref {
	color: #33A7FF;
	font-weight: bold;
}
/* Les annonces dans des petites boites floatées */
.lilbox {
	float: left;
	height: 285px;
	width: 225px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
}
.lilbox h3, .lilbox h4, .lilbox p {
	padding: 0 5px;
}
.lilbox .title, .lilbox .title a {
	color: #898989;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
}
.lilbox .description {
	overflow: hidden;
	height: 100px;
	font-size: 11px;
	margin: 5px 0;
	padding-bottom: 5px;
	background: url(images/bg_dotted.png) 5px bottom repeat-x;
}
.lilbox .price {
	float: right;
	color: #006000;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	height: 19px;
	padding-top: 3px;
	text-decoration: none;
}
.lilbox .ref {
	color: #33A7FF;
	font-weight: bold;
}
.more {
	float: left;
}
.photos {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 100px;
	padding: 5px;
	background: url(images/bg_circle.png) center center no-repeat;
}
.photom {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	width: 445px;
	height: 200px;
	padding: 5px;
	background: url(images/bg_circle_big.png) center center no-repeat;
}
.photobox {
	overflow: hidden;
	margin: 0 20px 20px 20px;
}
.photobox li {
	float: left;
}

/* Formulaires */
#frmContact, #frmItem {
	overflow: hidden;
}
#frmContact fieldset, #frmItem fieldset {
	border: none;
}
#frmContact label, #frmItem label {
	display: block;
	float: left;
	width: 200px;
	margin: 2px 0;
	padding: 2px 5px 0 0;
	text-align: right;
}
#frmContact input, #frmContact textarea,
#frmItem input, #frmItem textarea {
	width: 280px;
	margin: 2px 0;
	padding: 1px;
}
#frmContact #btnSubmit, #frmItem #btnSubmit {
	width: auto;
}

/* Le footer */
#footer {
	clear: both;
	height: 94px;
	padding-top: 5px;
	background-image: url(images/bg_footer.png);
}
#footer .left {
	float: left;
	width: 299px;
	height: 60px;

	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#footer .right {
	float: left;
	clear: right;
	width: 500px;
}
#footer .links {
	font-size: 11px;
}
#footer .links a,
#footer .links a:hover,
#footer .links a:visited {
	font-size: 11px;
	text-decoration: none;
}
#footer .copyright,
#footer .copyright a {
	font-size: 10px;
}
#footer .copyright a,
#footer .copyright a:hover,
#footer .copyright a:visited {
	text-decoration: none;
}
.OKMessage {
	color: #090;
	font-weight: bold;
	text-align: center;
}
.ErrorMessage {
	color: #900;
	font-weight: bold;
	margin-bottom: 10px;
}
