@charset "utf-8";
/* CSS Document */

table.afficheProduit tr{

	background:url(https://www.esistoire.fr/images/bg_galerie.png) no-repeat;
	vertical-align:top;
	border-top:1px solid #C3C3C3;
}

table.afficheProduit{
	border-collapse:collapse;
}

table.afficheProduit tr td{
	font-size:12px;
}

img.vignette{
	
	float:left;
	margin:2px;
	border:1px dotted #c8c4b5;
}

img#grande_photo{
	border:1px dotted #c8c4b5;
}

a.lien_retour{
	color:#8F7233;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}

a.lien_retour:hover
{
	text-decoration:underline;
}

div#menuGaucheTop{
	width:280px;
	height:22px;
	background:url(../img/menu-lateral-top.png) top center no-repeat;
	text-align:center;
	color:white;
	font-size:13px;
	padding-top:4px;
}
div#menuGaucheMiddle{
	width:280px;
	background:url(../img/menu-lateral-back.png) top center repeat-y;
	min-height:160px;
}
div#menuGaucheBottom{
	width:280px;
	background:url(../img/menu-lateral-bottom.png) top center repeat-y;
	height:26px;
}

a.cat
{
	display:block;
	/* width:195px;*/
	width:240px;
	height:15px;
	text-decoration:none;
	color:#000;
	margin-bottom:5px;
	color:black;
	line-height:none;
	margin-left:25px;
}
/*
a.cat:hover
{
	background:url(../images/mg_sel_categ.png) no-repeat;
}
*/

td#price
{
	color:#000;
	color:red; /* 07/05/2024 */
	font-size:20px;
	font-weight:bold;
	padding-bottom:1px;
}

input#zone_qte
{
	width:61px;
	height:20px;
	background:url(../images/zone_qte1.png) no-repeat;
	border:none;
	text-align:center;
}

table.menu_prix-panier
{
	position:relative;
	color:#9F9F9F;
	font-size:10px;
}

input#bt_ajpan
{

	width:180px;
	height:30px;
	background:url(../images/bt_ajpan.png) no-repeat;
	color:white;
	font-weight:bold;
	text-align:center;
	padding-left:28px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-shadow:1px 1px grey;		
	border:none;
	cursor:pointer;	
}
