@charset "UTF-8";
/* CSS Document */


#contener_bigannonce {
	position:relative;
	left:5px;
	float:left;
	margin-top:3px;
	margin-right:3px;
	margin-left:0px;
	margin-bottom:20px;
	width:800px;
	z-index:4;
	}

.div_big_annonce {
	position:relative;
	left:7px;
	float:left;
	width:800px;
	z-index:5;
	}
	
#div_titre {
	position:relative;
	left:0px;
	float:left;
	width:772px;
	margin-bottom:30px;
	margin-top:20px;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
	border-top: thin solid #C3DBEC;
	background-color:#E7ECF1;
	z-index:5;
	}
	
#div_photo {
	position:relative;
	left:7px;
	float:left;
	width:500px;
	z-index:5;
	}
	
#div_photo1 {
	position:relative;
	left:5px;
	float:left;
	width:360px;
	z-index:5;
	}
	
#div_photo2 {
	position:relative;
	left:7px;
	float:left;
	width:185px;
	z-index:5;
	margin-top:8px;
	}
	
#div_description {
	position:relative;
	left:7px;
	float:left;
	margin-top:15px;
	margin-bottom:20px;
	width:745px;
	z-index:5;
	}
	
#contact_vendeur {
	margin: auto;
	width:550px;
	z-index:5;
	overflow:hidden;
	}
	
#div_prix {
	position:absolute;
	left:565px;
	float:left;
	width:195px;
	padding-left:10px;
	padding-top:8px;
	border-left: thin solid #C3DBEC;
	z-index:10;
	top: 31px;
	height: 27px;
	}
	
#div_menu_droit {

	position:absolute;
	left:544px;
	float:left;
	width:228px;
	padding-left:10px;
	padding-bottom:200px;
	border-left: thin solid #C3DBEC;
	z-index:5;
	top: 108px;
	height: 204px;
	}
	
#div_menu_droit2 {
	position:relative;
	left:10px;
/*	float:left;*/
	width:220px;
	padding-left:10px;
	margin-top:10px;
	border-bottom: thin solid #C3DBEC;
	z-index:5;
	height: 23px;
	}
	
#div_menu_droit3 {
	position:absolute;
	left:556px;
	float:left;
	width:210px;
	padding-left:10px;
	padding-bottom:10px;
	border-left: thin solid #C3DBEC;
	border-top: thin solid #C3DBEC;
	z-index:5;
	top: 142px;
	height: 45px;
	}
#annonces_similaires{
	float:left;
}
#div_similaire {
	position:relative;
	left:10px;
/*	float:left;*/
	width:220px;
	padding:6px;
	text-decoration: none;
	border-bottom: thin solid #C3DBEC;
	z-index:5;
	height: 55px;
	}
	
#div_similaire:hover {
    background-color:#E7ECF1;
	text-decoration: none;
	cursor: pointer;
	}
	
#photo_small {
	position:absolute;
	border: thin solid #666666;
	float:left;
	width:50px;
	z-index:30;
	height: 50px;
	}
#photo_small img{
	border:none;
}
	
#annonce_small {
	position:absolute;
	float:left;
	left:73px;
	width:151px;
	z-index:32;
	height: 54px;
	text-decoration:none;
	}
	
.pictomenu{
	margin-bottom:-4px;
	width:18px;
	height:17px;
	}
	
/***************** thickbox ***************************/
.thickbox {
	position: relative;
}

a.thickbox {
   text-decoration:none;
}

.thickbox .zoom {
}

a.thickbox:hover .zoom {
	width: 80px;
	height: 70px;
	position: absolute;
	margin: 15px 0 0 15px;
	background: url(../images/zoom.png) no-repeat;
	display: block;
}

/***************** fin thickbox ********************/
	
.thumb a:link img, .thumb a:visited img, .defaut_img {
padding:3px;
border:1px
solid #CCCCCC;
}

.thumb a:hover img {
border:1px solid #90B557;
}
	
	
	
	
/********************************************* style des textes *********************************************/
	
	
.titrevertannonce {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration:none;
}

.titre_gris {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

.titre_gris2 {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

.textebleuclair {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9CB3D5;
	text-decoration: none;
}

.textebleuclair2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9CB3D5;
	text-decoration: none;
}

.prix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3B5998;
	text-decoration: none;
}

