.fiche_produit .produit_visuels {	
	float: left;
}



.fiche_produit .produit_visuels_secondaires {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin-top: 5px;
	padding-top: 5px;
	width: 250px;
	
}

.fiche_produit .produit_visuels img{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #ccc;
	margin-right: 2px;
	margin-bottom: 2px;
}
.fiche_produit .produit_visuels_secondaires img {
	margin-right: 13px;
}

.fiche_produit .produit_visuels_secondaires img.third {
	margin-right:0;
}

.fiche_produit .service {
	color: #666;
	float: right;
	width: 240px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px 0px 5px 5px;
	border-left: 1px dotted #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
}

.fiche_produit .service h4 {
	font-size:14px;
	font-variant: small-caps;
	font-weight:normal;
	margin:0.6em 0 0.1em 0;
}

.fiche_produit .service ul{
	font-size:10px;
	margin:0;
	margin-left:1em;
	padding:0;
	list-style-type:square;
	color: #007fb7;
}

.fiche_produit .callback{
	margin-top:0.6em;
}

.fiche_produit .callback h4{
	display:none;
}

.fiche_produit .callback p{
	margin:0;
	padding:0;
	width:240px;
	height:100px;
	background-repeat: no-repeat;
	background-position:left top;
}

.fiche_produit .callback p.fr{
	background-image: url(/media/interface/general/images/callback_produit_fr.jpg);
}

.fiche_produit .callback p.de{
	background-image: url(/media/interface/general/images/callback_produit_de.jpg);
}

.fiche_produit .callback p.en{
	background-image: url(/media/interface/general/images/callback_produit_en.jpg);
}

.fiche_produit .callback p.es{
	background-image: url(/media/interface/general/images/callback_produit_es.jpg);
}

.fiche_produit .callback a{
	display:block;
	height:100%;
	text-indent:-9999px;
	text-decoration:none;
}