/* @override http://dev.mineral-deco.fr/prod.css */

* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #121212;
	overflow: hidden;
}

.thickprod .image_info{
	float: left;
}

.thickprod{
	margin: 10px 0 0 10px;
	width: 600px;
	overflow: hidden;
}

.thickprod .product_info{	
	color: #fff;
	width: 280px;
	position: absolute;
	left: 525px;
}

.thickprod .product_info span{
	display: block;
	font-style: italic;
	font-size: 11px;
	margin-top: 5px;
}

.thickprod .product_info p{
	font-size: 14px;
	font-style: italic;
}

.thickprod .pname{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}


.thickprod b{
	font-size: 12px;
}

.thickprod .calcul{
	border: 1px solid #444;
	margin-top: 15px;
	padding: 10px 20px;
	text-align: center;
	position: relative;
	width: 270px;
}





.thickprod .calcul em{
	display: block;
	margin-top: 10px;
	font-size: 10px;
}
.thickprod .calcul .caltitre{
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
}

.thickprod input.surface{
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	width: 60px;
}

.thickprod .calcul button{
	border-style: none;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	height: 20px;
	width: 30px;
	line-height: 1px;
}

.thickprod .prod_devis{
	margin-top: 20px;
	padding: 7px;
	border-style: outset;
	border-width: 3px;
	width: 310px;
	font-size: 15px;
	font-weight: bold;
}


.thickprod .estimation{
	font-size: 14px;
	padding: 2px 10px;
	width: 60px;
	background-color: #fff4c3;
	height: 18px;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #1c0004;
	display: inline;
	margin-right: 10px;
}

