/* Feuille de style de la fenêtre des grandes images des produits*/
html{font-size:100%;}

#fond_nouvelle{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFC;font-size:100%; color:#000;text-align:center;
}
.titre_produit{
	font-size:1em;margin-bottom:10px;margin-top:0px;padding:0;
}

.titre_image{
	font-size:0.9em; width:480px; margin:15px auto;padding:0;background-color:#FEE685;
}
img{margin:0px auto 0px auto; padding:0;border:1px solid black;}
.forme{
	font-size:0.8em;color:#000;
}
.retour{
	font-size:100%;
	text-decoration:none;
	color:#000;
	border-top:1px solid #AAA;border-left:1px solid #AAA;
	border-right:2px solid #444;border-bottom:2px solid #444;
	line-height:1.5em;
	background-color:#FFF;
}
.retour:active{
	border-top:2px solid #444;border-left:2px solid #444;
	border-right:1px solid #AAA;border-bottom:1px solid #AAA;
}