
/** 
 * Icônes Raccourcis: imprimer, zoomer, envoyer à un ami
 */

.prod_print{
	background-image: url('../img/print.png');
	width:32px;
	height:32px;
	float:left;
}

.prod_zoom{
	background-image: url('../img/agrandir.png');
	width:32px;
	height:32px;
	float:left;
}

.prod_sendToAFriend{
	background-image: url('../img/send_to_friend.png');
	width:32px;
	height:32px;
	float:left;
}

/**
 * Titre du bloc
 */
 
 .prod_title h2{
	background-image: url('../img/subtitle.png');
	width:700px;
	float:left;
	padding-left:10px;
	margin-top:20px;
}

/**
 * Le bloc
 */
.prod_desc{
	float:left;
	text-align:justify;
	width:700px;
}

/**
 * Présentation des caractèristiques des véhicules
 */
.prod_vehicule{
	margin-left:10px;
	float:left;
	text-align:justify;
	padding:10px;
	margin-top:10px;
	width:100%;
}

/**
 * Présentation des infos pratiques
 */
.infos_pratiques{
	background-image: url('../img/infos_pratique.png');
	width:664px;
	height:200px;
	float:left;
	text-align:center;
	margin-left:15px;
}

.text{
	float:left;
	position:aboslute;
	left;50%;
	top:50%;
	width:100px;
	height:50px;
	padding-top:25px;
	padding-left:20px
}

.casque{
	float:left;
	background-image: url('../img/casque.png');
	width:100px;
	height:100px;
}

.accompagnateur{
	float:left;
	background-image: url('../img/accompagnateur.png');
	width:100px;
	height:100px;
}
.diplome{
	float:left;
	background-image: url('../img/diplome.png');
	width:100px;
	height:100px;
}

/**
 * Bloc d'achat
 */
#buy_block{
	background: #f1f2f4 url('../img/product-buy-bg.gif') repeat-x top left;
	font-size:1.1em;
	padding:0.7em;
	color:#374853;
	border: 1px #d0d3d8 solid;
}

