table {
	border-collapse: collapse;
} 

/* Accueil */

.bloc_accueil {
	width: 232px;

	float: left;
}

.bloc_accueil h1 {
	margin-bottom: 5px;
	margin-left: 10px;
}

/* Annonce */
#annonce_conteneur {
	width: 745px;

	margin-left: auto;
	margin-right: auto;
}

#annonce_photos img {
	margin-right: 3px;
}

.annonce_cont {
	width: 235px;
	height: 260px;
	float: left;
	margin: 0 5px;
	overflow: hidden;
}

.annonce {
	width: 235px;
	height: 221px;
	margin-bottom: 15px;
	background-image: url(../../images/annonce.gif);
	background-repeat: no-repeat;
}

.annonce img, .annonce_last img {
	width: 225px;
	height: 169px;
}

.annonce .padding, .annonce_last .padding {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

img.annonce_vendu {
	position: absolute;
	left: 158px;
	top: 5px ;
	width: 72px;
	height: 65px;
}
.annonce_infos {
	padding-top: 6px;

	text-align: center;

	font-size: 13px;
	color: #70675C;
}

/* Détails de l'offre */

#details_cont {
	padding: 20px;
	margin-bottom: 20px;

	background-color: #F3F1E9;
}

#details_cont .annonce_infos {
	padding-top: 0px;
	text-align: left;
}

#details_cont .annonce_infos img {
	margin-right: 1px;
}

#details_infos {
	padding: 0 15px 15px 15px;

	border-left: 1px solid #DAD7CA;

	color: #605E55;

	float: left;
}

#details_infos ul {
	list-style-position: outside;
}

#details_infos li {
	width: 390px;

	line-height: 24px;

	border-top: 1px solid #DAD7CA;

	list-style-type: none;

	padding-left: 0;

	clear: both;
}

#details_infos li span {
	width: 219px;
	line-height: 18px;

	float: left;
	text-align: left;
}

#details_infos li label {
	width: 160px;

	background-image: url(../../images/fleche.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;

	float: left;
}

#formulaire {
	clear: both;

	padding: 15px;

	background-color: #EAE5D1;
	color: #605E55;
}
#formulaire p input {
	width: 225px;
	border: 1px solid #dad7ca;
}
#formulaire textarea {
	width: 300px;
	height: 75px;

	border: 1px solid #dad7ca;
}
#formulaire label {
	width: 90px;
}

/* Liste des offres */

td {
	font-size: 12px;
}

#liste {
	width: 600px;

	background-image: url(../../images/liste_header.gif);
	background-repeat: no-repeat;
}

#liste td {
	padding: 5px;
	color: #000000;

	text-align: center;
}

#liste_header td {
	padding: 0;
	font-size: 12px;
	height: 31px;
	font-family: Arial;
	color: #70675C;
}

.liste_couleur_0 {
	background-color: #ffffff;
}

.liste_couleur_1 {
	background-color: #80B2EF;
}

.liste_survolee {
	background-color: #ff6600;
}

/* Autres */
h2 {
	font-family: arial, verdana, sans-serif; font-weight: bold; margin: 0; padding: 0; font-size : 1.6em; margin-bottom : 10px; color: #ffffff; text-align: left;
}

#bloc_contact input, #bloc_contact select, #bloc_contact textarea {
	border: 2px solid #a0efff;
}

.txt_etoile {
	color: #a0efff;

	font-weight: bold;
	font-size: 14px;
}

br.sep {
	clear: both;
	visibility: hidden;
}

.txt_left { text-align: left; }
.txt_rouge { color: #ff0000; }
.txt_etoile { color: #ff0000; }
.txt_confirmation { color: #ff0000; text-align: center; }
.txt_vendu { color: #ff0000; font-size: 14px; float: right; margin-right: 60px; }

.input_small { width: 200px; }
.input_large { width: 475px; }

#formulaire .input_radio { width: 25px; }