.contenuLeft { text-align: left; display: block; margin: 0px;}
.contenuCenter { text-align: center; display: block; margin: 0px;}
.contenuJustify { text-align: Justify; display: block; margin: 0px;}
.contenuRight { text-align: right; display: block; margin: 0px;}

.imageLeft { float: left; }
.imageCenter { float: none; }
.imageDefault { float: none; }
.imageRight { float: right; }

.menuLien { padding: 0px; margin:0px; }
.listeLienInline { list-style-type: none; display: inline;}
.listeLienBlock { list-style-type: none; display: block;}

.invisible { display: none; }
.sautDeLigne { display: block; margin: 0px; list-style-type: none; }

.gras { font-weight: bold;}
.barre{text-decoration:line-through;}

img { border: 0px; text-decoration:none; }

a img { border: 0px; text-decoration:none; line-height: 0px;}

.separator { font-size : 0px; line-height: 0px;}

/*** GARANTIE ***/
div#garantie_product{
	width:401px;
	height:104px;
	background:url('/images/garanties/garantiebasefiche.png');
	position:relative;
	float:left;
	margin-left:10px;
}

div#garantie_product #zen{
  	width:76px;
  	height:62px;
	left:160px;
	top:16px;
	position:absolute;

}
div#garantie_product .zen_active {
	background:url('/images/garanties/garantiezenfiche.png') 0px -62px;;
}

div#garantie_product .zen_no_active {
	background:url('/images/garanties/garantiezenfiche.png') 0px 0px;;
}

div#garantie_product #premium{
  	width:93px;
  	height:62px;
	left:280px;
	top:13px;
	position:absolute;

}
div#garantie_product .premium_active {
	background:url('/images/garanties/garantiepremiumfiche.png') 0px -62px;;
}

div#garantie_product .premium_no_active {
	background:url('/images/garanties/garantiepremiumfiche.png') 0px 0px;;
}

/** Gananties -info */

td#warranty-info div{
	text-align:justify;
		margin-top:5px;
}

td#warranty-info div.img{
	float:left;
	margin-right:20px;
}
td#warranty-info div.content{
	margin-left:185px;
	margin-right:25px;

}

td#warranty-info hr{
	height:1px;
	border:0;
	background-color:#D4D4D4;
}



