@charset "utf-8";
.titre_produit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 5px;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-right: 7px;
	padding-left: 10px;
}
.tab_photo {
	width: 400px;
}
.photo {
	margin-top: 5px;
	margin-bottom: 5px;
}
.produit {
	width: 690px;
	background-color: #111111;
	background-image: url(images/fond_photo.jpg);
	border: thin solid #666666;
	background-repeat: repeat-x;
	padding-left: 7px;
	height: 520px;
}
.contour_descri {
	padding: 5px;
	border: thin solid #999999;
	margin-top: 10px;
	width: 240px;
}

