/*---------------------------------*/
	/*Le bloc normal de 
	presentation du produit*/
/*---------------------------------*/

.Normal {
	margin-left: 33px;
	margin-bottom: 12px;
	position: relative;
	
	/*
	background-image: url(../images/bloc-detail_normal.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 300px;
	
	
	*/
}


	.Normal h3 {			/*Titre du produit*/
	color: #260c62;
	background-image: url(../images/menu_fleche_out.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 7px;
	font-size: 1.2em;
	line-height: 1em;
	margin-left: 10px;
	}
.col1, .col2 {
	float: left;
}


.col1 {
	margin-top:15px;
}

.col2 {
	margin-left:15px;
}


	.infos,  .texte {
		float: left;
	}
#cadre {
	margin-top:-3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #260C62;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #260C62;
	background-image: url(../images/bloc_detail_centre.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
}

	
	.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;	
		}
.decalage {
	margin-top: 0px;
	
}


	.texte {			/*Texte des presentation du produit situé à gauche*/
	margin-left: 10px;
	font-size: 0.90em;
	color: #260c62;
	margin-right: 5px;
	width: 270px;
	margin-bottom: 5px;
	}
		.texte h4 {		/*titre des rubriques*/
		color: #a398bd;
		margin-top: 13px;
		}



	.grande {				/*Photo du produit*/
	margin-top: 20px;
	border: 1px solid #FF9900;
		
		
	}

