
#produit {overflow:hidden;
    width:215px;

	border:1px dotted #ccc;


	float:left;
	padding-top:10px;
	margin-top:10px;
}
#produit .photoproduit {overflow:hidden;
    height:280px;
text-align:center;
}
#produit .plusproduit{
    height:20px;
	text-align:center;

}
#produit .nomproduit{
height:50px;
background-color:#f7f7f7;
text-align:center;
}

#produit H2{
		margin:0px;margin:0px;
		font-size:12px;
		font-weight:normal;
color:#4c5c7d;
}
#produit H3{
		margin:0px;margin:0px;
		font-size:10px;
	font-weight:normal;

}
#produit .tailleproduit{

background-color:#ebebeb;

}
.texteblanc{color:#ffffff;}
.img-shadow {
  float:left;
  /* La première ligne permet d'utiliser l'ombre au format png pour la plupart*/
  /* des navigateur. La seconde utilisera le format gif pour IE. */
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  }
.img-shadow img { 
  display: block;
  position: relative;
  border: 1px solid #a9a9a9;
  /* Cette ligne permet de placer correctement notre image par rapport à notre*/       
/*ombre.  Les valeur sont choisi en conséquence de l'étendue de l'ombre. */
  margin: -6px 6px 6px -6px;
  }
  .ptcoldroite{  float:right;
  width:420px;
}
  
  .ptcolgauche{
  float:left;
  width:300px;}
  img.lesimg{padding:10px;}
  
.pics{clear:left;margin-bottom:10px;border: solid 0px #000;overflow: hidden;/*width:280px;*/
height:300px; }
li.vignettefiche{
	list-style:none;
		width:60px;
		height:78px;
		float:left;
		margin-right:5px;
		margin-bottom:5px;
border:1px dotted #4c5c7d;
}
	img.demo {  }
		.demo { position:relative;  		}
		
div.pagination{padding:0 3px 3px 3px;margin:14px 0 0 0;text-align:center;clear:both;}
div.pagination a, div.pagination span{padding:2px 5px 3px 5px;margin-right:2px;border:1px solid #ddd;text-decoration:none;color:#aaa;}
div.pagination span.middle{border:0;}
div.pagination a:hover, div.pagination a:active{padding:2px 5px 2px 5px;margin-right:2px;border:1px solid #a0a0a0;}
div.pagination span.current{padding:2px 5px 2px 5px;margin-right:2px;border:1px solid #e0e0e0;font-weight:bold;background-color:#f0f0f0;color:#aaa;}
div.pagination span.disabled{padding:2px 5px 2px 5px;margin-right:2px;border:1px solid #f3f3f3;color:#ccc;}