/***********************************************************/
/*PopUp Image*/
a.info {
	position: relative;
}
a.info span {
	display: none;
}
a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500;
}
a.info:hover span {
	display: inline;
	position: absolute;
	top: 2em;
	left: 1em;
	padding: 2px;
}
/*************************************************************/
.ListeProduitsPetits {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top : 0px;
	margin-left : 15px;
}
/* Tableau */
.ProduitListe{
	margin: 0;
	padding: 0;
	margin-top : 10px;
}
.ProduitListe th {
	border-right:1px solid #515151;
	border-bottom:1px solid #515151;
	font-size:12px;
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	text-transform:uppercase;
	white-space:nowrap;
}
.ProduitListe1 {
	background:#E3F6CE none repeat scroll 0 0;
}
.ProduitListe2 {
	background:#D0F5A9 none repeat scroll 0 0;
}
.ProduitListe .Photo {
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #515151;
	border-right:1px solid #515151;
	height:100px;
	overflow:hidden;
	padding:3px;
	text-align:center;
	width:100px;
	max-height:150px;
	max-width:150px;
}
.ProduitListe1 .Carac, .ProduitListe1 .Desc {
	background-color:#E3F6CE;
}
.ProduitListe .Desc {
	background-position:right top;
	background-repeat:no-repeat;
	color:#2181CB;
	padding:5px 8px 5px 5px;
}
.ProduitListe .Desc a {
	color:#B91900;
	font-size:12px;
	font-weight:bold;
	margin:0;
	text-decoration:none;
}
.ProduitListe1 td, .ProduitListe2 td {
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
.ProduitListe .Prix {
	color:#FF5A00;
	font-weight:bold;
	text-align:center;
	width : 60px;
}

.ProduitListe  .Carac {
	background-position:right top;
	background-repeat:no-repeat;
	padding:5px;
}
.ProduitListe .Carac a {
	color:#000;
	font-size:12px;
	margin:0;
	text-decoration:none;
}
.ProduitListe  .Panier {
	background-position:right top;
	background-repeat:no-repeat;
	padding:5px;
	text-align:center;
}
.ProduitListe  .Stock {
	padding:5px;
	text-align:center;
}

/**********************************/
.contourImage {
	/*border: 1px solid #0066CC;*/
	margin-bottom: 5px;
	/*float: left;*/
}
.titreProduit {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	float : left;
}
.chapoProduit {
	color: #12335B;
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
	width: 100%;
}
.descriptionProduit ,.descriptionStock{
	color: #12335B;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align : justify;
}
.descriptionStock
{
	margin-top : 100px;
	margin-left : 50px;
}
#ficheProduit {
	clear : both;
	text-align : justify;
	margin-left: 10px;
}


a.LIEN_commander:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_commander:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
a.LIEN_commander:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
#stockPrix{
	float : right;
}
.prixProduit {
	color: #EC8000;
	font-weight: bold;
	margin-top: 5px;
	float : left;
	width : 200px;
	margin : 5px;
}
