/*---------------------------------*/
	/*Le bloc normal de 
	presentation du produit*/
/*---------------------------------*/

.Normal {
	width: 666px;
	margin-left: 33px;
	margin-bottom: 12px;
	position: relative;
	margin-top: 40px;
	/*
	background-image: url(../images/bloc-detail_normal.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 300px;
	*/
}

	.Normal h3 {			/*Titre du produit*/
		color: #9b1b06;
		background-image: url(../images/header_fleche.gif);
		background-repeat: no-repeat;
		background-position: 0px 7px;
		padding-left: 7px;
		font-size: 1.2em;
		line-height: 1em;
		margin-left: 20px;
	}
	
	.infos,  .texte {
	float: left;
	}

	.infos {	/*Texte des caracteristiques techniques*/
	margin-left: 15px;
	margin-top: 17px;
	font-size: 0.90em;
	color: #5e3539;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c5bdbd;
	padding-right: 13px;
	}
		.infos p {
		margin-bottom: 10px;	
		}

	.texte {		/*Texte des presentation du produit situé à gauche*/
		margin-left: 10px;
		font-size: 0.90em;
		color: #9b1b06;
		margin-right: 5px;
		width: 281px;
	}
		.texte h4 { 	/*titre des rubriques*/
	color: #5e3539;
	margin-top: 13px;
	font-size: 1.2em;
		}
	
	.grande {			/*Photo du produit*/
	margin-top: 20px;
	float: left;
	}









#droite .Nouveaute {
	float: left;
	height: 189px;
	width: 315px;
	background-image: url(../images/bloc_nouveaute.gif);
	background-repeat: no-repeat;
	margin-left: 33px;
	margin-bottom: 12px;
	position: relative;
	
}

#droite .Promo {
	float: left;
	height: 189px;
	width: 315px;
	background-image: url(../images/bloc_promo.gif);
	background-repeat: no-repeat;
	margin-left: 33px;
	margin-bottom: 12px;
	position: relative;
	
}
.prixpromo {
	color: #8a6363;
	font-size: 1.3em;
	text-decoration: line-through;
}
