
/*   mise en forme de la grille des liste d'annonces d'une sous categorie */

#compare td {
	border:1px solid #CCCCCC;
	padding:5px;
	text-align:center;
}

caption, th, td {
font-weight:normal;

}

#compare {
	width:75%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:hide;
	margin-bottom:10px;
	float:left;
	margin-right:20px
}


#compare td.top_left {
border:medium none;
}



.header_grille{
	width:18%;	
	background-color:#EBFFC9;
	color:#009900;
	font-weight:bold;
	
	
	}

.zone_img_list{
	/*background-color:#f2f3f3;*/
	text-align:left;
	
	}

.zone_img_list img {
	border:none;
	background-color:#CCC;
	
	}

.zone_img_list a {
	color:#336699;
	
	}
	
	
.ligne_imp{
	color: #990000;
	font-weight:bold;
	background-color:#fff;
	font:12px "Trebuchet MS",Arial,sans-serif;
	
	
	}
	
.ligne_paire{
	color: #000;
	background-color:#f9fafa;
	font-weight:bold;
	font:12px "Trebuchet MS",Arial,sans-serif;
	
	
	}



.price{
	
/*	background-color:#f9fafa;*/
	
	}


.pays{
	
	/*background-color:#f9fafa;*/
	
	}

.ville{
	
	/*background-color:#f9fafa;*/
	
	}

.date_pub{

	/*background-color:#f9fafa;*/
	
	}
.tchat a {
	color:#990000;
        font-weight: bold;

	}
.tchat a {
    background-color: #1A9A4F
}

.nav_page {
	width:98%;
	overflow:hidden;
	text-align:right;
	margin-bottom:10px;
	
	}
	
	

.nav_page a {
	text-decoration:none;
		
	}




/*  mise en forme  de la consultation produit */

.clr{
	clear:both;
	}

.present_produit{
	width: 50%;
	/*background-color:#333;*/
	height:240px;
	float:left;
	overflow:hidden;
	border:1px solid #CCC;
	
	}
	
.details_produit{
	width: 45%;
	/*background-color:red;*/
	height:240px;
	float:left;
	margin-left:20px;
	border-bottom:1px solid #CCC;
	
	}
.detail_area {
	height:205px;
	overflow:auto;
}

.ligne_content_produit{	
	clear:both;	
	width:98%;	
	font: 11px "Trebuchet MS",Arial,sans-serif;	
}
.ligne_content_produit #compare {
  margin-left:90px;
}
	
.ligne_content_produit_footer {	
	clear:both;	
	width:98%;
	text-align:center;	
	
	font: 12px "Trebuchet MS",Arial,sans-serif;
	font-weight:bold;
	
	}
	
.ligne_content_produit_footer a {
	color:#336699;
	
	}	
	
.sep{
	clear:both;
	width:auto;
	height:15px;

	
	}	


.header_prodiuit_details{
	width:100%;
	height:24px;
	
	border-bottom:2px solid #336699;
	
	margin-bottom:10px;
	
	
	
	}
	
	
.info_title{
	
	width:25%;
	background-color:#f2f3f3;
	
	}
	
	
.info_val{
	
	width:25%;
	background-color:#f9fafa;
	color:#1a9a4f;
	font-weight:bold;
	/*color:#910004;*/
	}


#mycarousel{	
	list-style:none;
	
	
	}
	
	
/* mise en forme du formulaire de contact */

#contact, #sendannonce {
border-collapse:collapse;
empty-cells:hide;
margin-left:auto;
margin-right:auto;
width:800px;

color:#000000;
font-family:Helvetica,Tahoma,Arial,Verdana,sans-serif;
font-size:12px;
}



#contact td, #contact th, #sendannonce td, #sendannonce th {

padding:5px;
/*text-align:center;*/
vertical-align:top;
text-align:left;

}


#contact tr, #sendannonce tr {
border:1px solid #CCCCCC;

}


#contact textarea {
	width:400px;
	height:200px;

}

#sendannonce textarea {
	width:400px;
	height:100px;

}
.submit_contact{
text-align:center;

}
