﻿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: 610px;
}

table.ListeArticle div.lien,
table.ListeArticle div.prix,
table.ListeArticle div.quantite,
table.ListeArticle div.lienTh,
table.ListeArticle div.prixTh,
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.quantiteTh
{
	font-weight: bold;
	text-align: center;
}

table.ListeArticle div.prix,
table.ListeArticle div.prixTh
{
	width: 100px;
}

table.ListeArticle div.quantite,
table.ListeArticle div.quantiteTh
{
	width: 100px;
}

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;	
}
