﻿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}