/* Accueil */

.bloc_gris {
	width: 390px;

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

	text-align: left;
}

.bloc_gris2 {
	width: 800px;

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

	text-align: left;
}

.bloc_gris p, .bloc_gris div, .bloc_gris2 p, .bloc_gris2 div {
	padding-left: 12px;
	padding-right: 12px;
}

.bloc_gris img , .bloc_gris2 img {
	width: 160px;
	height: 102px;
}

.bloc_gris li {
	list-style-type:none;
	margin-bottom: 5px;
}

/* Agences */

.bloc_image {
	float: left; 
	width:160px;
}

.bloc_coord {
	float: left; 
	width: 260px; 
	border-right: 1px solid #CCCCCC;
}

.bloc_presentation {
	float: left; 
	width: 290px;
}

/* Liste */

#liste .annonce_titre a:link {
	color: #0000FF;
	text-decoration: underline;
}
#liste .annonce_titre a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#liste .annonce_titre a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#liste .annonce_localisation {
	color: #1BA822;
}

#liste {
	width: 100%;
}

#liste td {
	font-family: Verdana;
	font-size: 12px;
	padding-bottom: 20px;
}

#liste img {
	width: 80px;
	height: 60px;
}

#liste .annonce_titre {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
}

#liste .annonce_prix {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;

	color: #ff0000;
}

#liste .annonce_vendue {
	position: absolute;
	z-index: 10;
}

/* Liste résultat */

#liste_resultat {
	width: 586px;
	margin-left: auto;
	margin-right: auto;
	height: 52px;
	background-image: url('../../images/resultat.gif');
	background-position: top-left;
	background-repeat: no-repeat;
	text-align: center;
}
#liste_resultat p {
	padding-top: 14px;
}

#liste_pages {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* Grid */

.grid {
	width: 800px;

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

.grid .header_grid {
	height: 22px;

	color: #ffffff;
	font-weight: bold;
}

.grid .header_grid td {
	text-align: center;
}

.rows_grid_0 td {
	height: 22px;
	background-color: #ffffff;
}

.rows_grid_1 td {
	height: 22px;
	background-color: #e6e6e6;
}

p.formulaire_contact input, p.formulaire_contact textarea {
	width: 210px;
}

p.formulaire_contact textarea {
	height: 100px;
}

#offre_details label {
	width: 250px;
}

.mentions_infos {
	list-style-position: outside;
	margin-left: 30px;
}
