html
{
	height: 100%;
}
body
{
	background-color: rgb(238,232,214);
	color : black;
	font-family: Verdana, Tahoma;
	font-size : 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
a
{
	color: blue;
}
img
{
	border: 0;
	margin: 0;
}
.mTD
{
	background-image : url("img/menu.gif");
	background-position : center center;
	background-repeat : repeat-x;
}
#hautpage
{
	background-color: rgb(48,48,48);
	background-image: url("img/bandeau.gif");
	background-position: top center;
	background-repeat: no-repeat;
	height: 190px;
	margin: 10px auto 0;
	padding: 0;
	width: 993px;
}
#hautpage h1
{
	margin: 0;
	padding: 0;
	visibility: hidden;
}
#contenu
{
	background-color: rgb(255,255,255);
	background-image: url("img/milieu.gif");
	background-position: center center;
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 400px;
	padding: 10px;
	width: 973px;
}
.cadre
{
	border: 1px solid rgb(170,170,170);
	margin: 2px;
}
#menu
{
	height: 25px;
	background-image: url("img/menu.gif");
	margin: 0 auto;
	padding: 0;
	width: 993px;
}
#piedpage
{
	background-image: url("img/baspage.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	color: white;
	font-style: italic;
	height: 19px;
	margin: 0 auto 0.5em;
	padding: 5px 10px 1px 10px;
	text-align: center;
	width: 973px;
}

h3
{
	color : rgb(105,89,74);
	font-size : 15px;
	font-weight : bold;
	margin : 0 0 1em 0;
	padding : 0.5em 0;
}

.ImgGauche
{
	border: 1px solid rgb(170,170,170);
	float: left;
	margin: 0 10px 10px 10px;
}
/*Webshop*/
/*les produits*/
table.Produit
{
	border: 1px solid rgb(235,107,51);
	border-collapse: collapse;
	margin: 0 auto;
	width: 99%;
}
table.Produit td
{
	background-color: rgb(255,250,232);
	color: black;
	font-size: 12px;
	margin: 0;
	padding: 5px;
	text-align: left;
}
table.Produit th
{
	background-color: rgb(235,107,51);
	color: rgb(255,255,255);
	font-size: 13px;
	margin: 0;
	padding: 7px;
}
table.Produit a:link, table.Produit a:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
}
table.Produit a:hover
{
	color: rgb(255,255,255);
	text-decoration: underline;
}
.photoarticle
{
	float: left;
	margin: 0.5em;
}
/*le mini panier à droite*/
table.shoppingcart
{
	color: black;
	border: 1px solid rgb(122,158,63);
	border-collapse: collapse;
	font-size: 12px;
	margin: 0.5em 0 0 0;
}
table.shoppingcart td
{
	background-color: rgb(255,255,255);
	border: 1px solid rgb(122,158,63);
	margin: 0;
	padding: 2px;
}
table.shoppingcart th
{
	background-color: rgb(122,158,63);
	color: white;
	font-weight: bold;
	text-align: center;
}
/*panier d'achat (grand)*/
table.PanierAchat
{
	border-collapse: collapse;
	border: 1px solid rgb(235,107,51);
	margin: 0 auto;
	width: 550px;
}
table.PanierAchat td
{
	background-color: rgb(243,239,227);
	color: black;
	margin: 0;
	padding: 5px;
}
table.PanierAchat th
{
	background-color: rgb(235,107,51);
	color: rgb(255,255,255);
	font-size: 14px;
	margin: 0;
	padding: 7px;
}
.totalpanier
{
	border-top: 1px solid rgb(20,20,65);
	font-weight: bold;
	text-align: right;
}
.descrmontant
{
	font-size: 12px;
	text-align: right;
}
.news
{
	background-color: rgb(255,250,232);
	color: black;
}

