@charset "utf-8";
/* CSS Document */



/* bloc presentation produit */



	/* bloc prix, favoris, contact */
.elements_fiche_produit{
	float:right;
	width:380px;
}



.vignettes_diapo{
	float:left;
	margin-left:8px;
	margin-right:8px;

}



.prov_charges{
	font-size:9px;
	color:#666666;
	text-align:right;
	padding-right:10px;
	line-height:30px;
}

.bloc_description_bien{
	background-image:url(images/fond_description_bien2.png);
	background-repeat:no-repeat;
	width:386px;
	height:311px;
	display:block;
	padding-top:15px;
}

.titre_description_bien{
	background-color:#eb6d12;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:238px;
	margin-left:40px;
	padding-left:10px;
}

.texte_description_bien{
	color:#666666;
	text-align:left;
	margin-left:50px;
	margin-right:10px;
	margin-top:20px;
}

.bloc_contact{
	margin-top:-190px;
	float:right;
	height: 301px;
}


.bout_contact_fiche_produit{
	width:135px;
	height:90px;
	background-image:url(images/fond_bout_contact.png);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:70px;
	color:#eb6d12;
	font-size:9px;
	padding-left:5px;
	padding-top:5px;

}

.bout_contact_fiche_produit a{
	text-decoration:none;
	color:#eb6d12;
	font-weight:bold;
}

.bout_contact_fiche_produit a:hover{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}


.bout_favoris_fiche_produit{
	width:135px;
	line-height:30px;
	background-image:url(images/bout_favoris.png);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:70px;
	color:#eb6d12;
	font-size:9px;
	text-align:center;

}

.bout_favoris_fiche_produit a{
	text-decoration:none;
	color:#eb6d12;
	font-weight:bold;
}

.bout_favoris_fiche_produit a:hover{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}


	/* bloc info fiche produit */
.info_fiche_produit{
	width:770px;
	position:relative;
	float:left;
	left: 1px;
}

.tableau_general{
	width:280px;
	height:50px;
	float:left;
	margin-right:25px;
	margin-left:10px;
	background-color:#F2F2F2;
}

.titre_general{
	background-color:#eb6d12;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:203px;
	padding-left:10px;
	margin-bottom:5px;
	line-height:15px;
}

.titre_description{
	background-color:#eb6d12;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:170px;
	padding-left:10px;
	margin-bottom:5px;
	line-height:15px;
}

.sous_titre_general{
	color:#eb6d12;
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;
}

.texte_general{
	color:#666666;
	font-size:11px;
	padding-left:10px;
	font-size:9px;
}


.tableau_description{
	width:290px;
	float:left;
	color:#eb6d12;
	font-size:11px;
	margin-top:10px;
	background-color:#F2F2F2;
}

.sous_titre_description{
	color:#000000;
	background-color:#A9AAAC;
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;
}
.texte_description{
	color:#666666;
	font-size:11px;
	font-size:9px;
}

.carte{
	width:290px;
	height:180px;
	float:left;
}
