﻿table.CartListRows
{
	margin-left: 25px;
	width: 80%;
	border-right: solid 1px #CCC;
}

table.CartListRows th
{
	background-color: #CCC;
	text-transform: uppercase;
	text-align: center;
	color : #E0651D;
}

table.CartListRows td
{
	padding: 1px 5px 1px 5px;
	border-left: solid 1px #CCC;
}

table.CartListRows td.Quantity
{
	text-align: center;
	vertical-align: middle;
}

table.CartListRows td.Price
{
	text-align: right;
}

table.CartListRows td.Delete
{
	text-align: center;
}

table.CartListRows tr.footer td.empty
{
	border-left: solid 0px black;
}

table.CartListRows tr.footer td.total
{
	border-bottom: solid 1px #CCC;
	font-weight: bold;
}

table.CartListRows tr.footer td
{
	border-top: solid 1px #CCC;
	text-align: right;
}

table.Quantity td
{
	border: none;
	padding: 0px;
}

p.CartEmpty 
{
	margin-left: 25px;
	font-style: italic;
}

input.Quantity
{
	text-align: right;
	width: 50px;
	height: 12px;
	margin: 0px 3px 0px 3px;
}

ul.ListCategories
{
	margin: 20px;
}

ul.ListCategories
{
	 list-style-image: url(none.jpg);
}

table.ListArticles 
{
	margin-left: 25px;
	width: 80%;
}
table.ListArticles tr.empty
{
	border : solid 0px black;
}

table.ListArticles th
{
	background-color: #CCC;
	text-transform: uppercase;
	text-align: center;
	color : #E0651D;
	border-left: solid 1px #CCC;	
	border-right: solid 1px #CCC;			
}

table.ListArticles tr.article td
{
	padding: 1px 5px 1px 5px;
	border-left: solid 1px #CCC;	
	border-bottom: solid 1px #CCC;	
}

table.ListArticles td.Quantity
{
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #CCC;
	width: 100px;	
}

table.ListArticles td.Price
{
	text-align: right;
	width: 100px;
}

div.CatalogBockCategory
{
	border: solid 2px black;
	margin: 5px;
	height: 200px;
}

div.CatalogBockCategoryHead
{
	text-align: center;
	border-bottom: solid 1px black;
	height: 20px;
	vertical-align: middle;
}

div.CatalogBockCategoryList
{
	width: 100px;
	float:left;
	height: 180px;
}

div.CatalogBockCategoryList
{
	width: 100px;
	float:left;
}

div.CatalogBockCategoryProduct
{
	text-align: center;
}

span.CatalogBockCategoryProductName
{
	font-weight: bold;
	font-size: large;
}

span.CatalogBockCategoryProductPrice
{
	font-weight: bold;
}

/**********************************************************





			Ancienne version du fichier CSS :





**********************************************************/
div.CommandeHeader
{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #1561AC;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: center;
}

div.CommandeDetail 
{
	width: 100%;
	padding-left: 30px;
	text-align: center;
}

div.CommandeDetail table
{
	width: 400px;
}

div.CommandeDetail th
{
	text-align: center;
	color: #0D9452;
	font-size: 15px;
}

div.CommandeDetail td.produit
{
	text-align: left;
	text-transform: uppercase;
	padding-left: 30px;
}

div.CommandeDetail td.quantite
{
	width: 50px;
	text-align: right;
	padding-right: 30px;
}

div.ligneArticle
{
	width: 100%;
}

table.ListeArticle 
{
	width: 100%;
	margin: 20px 0px 20px 0px;	
}

div.ListeArticles
{
	width: 677px;
}

table.ListeArticle div.lien,
table.ListeArticle div.prix,
table.ListeArticle div.image,
table.ListeArticle div.quantite,
table.ListeArticle div.lienTh,
table.ListeArticle div.prixTh,
table.ListeArticle div.imageTh,
table.ListeArticle div.quantiteTh,
table.ListeArticle div.commander
{
	float: left;
	margin: 1px 0px 1px 0px;
	_margin: auto;
}

table.ListeArticle div.lien,
table.ListeArticle div.lienTh
{
	width: 310px;
}

table.ListeArticle div.lienTh,
table.ListeArticle div.prixTh,
table.ListeArticle div.imageTh,
table.ListeArticle div.quantiteTh
{
	font-weight: bold;
	text-align: center;
}

table.ListeArticle div.prix,
table.ListeArticle div.prixTh
{
	width: 100px;
	padding-right: 15px;	
}

table.ListeArticle div.image,
table.ListeArticle div.imageTh
{
	width: 30px;
}

table.ListeArticle a div.image 
{
	background-image: url(images/apphoto.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

table.ListeArticle div.quantite,
table.ListeArticle div.quantiteTh
{
	width: 100px;
}

table.ListeArticle div.quantite 
{
	padding-left: 15px;
}

table.ListeArticle div.prix
{
	text-align : right;
	padding-right: 15px;
}

div.ListeCategories 
{
	width: 100%;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

div.ListeCategories div.Header
{
	width: 260px;
	color: White;
	font-weight: bold;
	background-color: #1561AC;
	border: solid 1px #1561AC;
}

div.ListeCategories div.Detail
{
	width: 250px;
	border: solid 1px #1561AC;
	text-align: left;
	padding-left: 10px;
	white-space: nowrap;
}

table.ListeArticle div.commander a.bouton 
{
	background-color: #1561AC;
	color: White;	
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
}

table.ListeArticle div.commander a.bouton:hover
{
	background-color: #0D9452;
	text-decoration: none;	
}

table.ListeArticle div.commander a.bouton div
{
	background-color: #1561AC;
	text-align: center;
	width: 100px;
	color: White;	
	text-decoration: none;
	padding: 3px;		
}

table.ListeArticle div.commander a.bouton:hover div
{
	background-color: #0D9452;
	text-decoration: none;	
	padding: 3px;	
}

div.Panier 
{
	width: 600px;
}

table.Panier
{
	width: 100%;
	border: solid 1px #0B9552;
/*	background-color: #F3FEF9;*/
}

div.Panier th
{
	text-align: center;
}

div.Panier th
{
	padding: 0px 5px 0px 5px;
}	

div.Panier td.TotalHeader 
{
	text-align: right;
	padding-right: 5px;
}

div.Panier th.TotalHT 
{
	width: 75px;
}

div.Panier th.Prix 
{
	width: 100px;
}

div.Panier th.Ctrl
{
	width: 5px;
}

div.Panier td.Quantite input 
{
	text-align: right;
}

div.Panier td.Quantite 
{
	text-align: center;
}

div.Panier td.TotalHT,
div.Panier td.Prix
{
	text-align: right;
}

div.Panier td.Total 
{
	border-top: solid 1px black;
	text-align: right;
	padding-right: 15px;	
}

tr.ArticleInactif 
{
	font-style: italic;
	color: Gray;
}

.lignearticle1 {background-color:#e8e8e8}