/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	background-image:url(images/fond_page.jpg);
	}
/* Polices */
h1 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;}

.texteboitepanier1 {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding-left:40px;
	vertical-align:top;
	text-decoration:none;
}
.texteboitepanier2 {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	padding-left:50px;
	vertical-align:top;
	text-decoration:none;
	text-align:justify;
}

.textecentre {
	color:#666666;
	font-size:11px;
	font-weight:bold;
	padding-left:25px;
	padding-right:25px;
	vertical-align:top;
	text-decoration:none;
	text-align:justify;
}
.textecentre2 {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}
.titreboite {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding-left:40px;
	line-height:20pt;
	text-decoration:none;}
	

/*tableaux */
table#header {
	width:800px;
	height:137px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	}
table#header2 {
	width:800px;
	height:34px;
	background-image:url(images/barreheader.gif);
	margin-left:auto;
	margin-right:auto;
	}
table#principal {
	width:800px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	}
td#corps {
	width:594px;
	}
table#menu {
	width:201px;
	background-image:url(images/fond_menu.gif);
	background-position:top;
	margin-left:auto;
	margin-right:auto;
	}
#menu a {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	padding-left:40px;
	vertical-align:top;
	text-decoration:none;
	}
#menu a:hover {
	color:#333333;
	text-decoration:overline underline;
	}
table#boitepanier {
	width:201px;
	background-image:url(images/fond_menu.gif);
	background-position:top;
	}
table#centre {
	width:583px;
	margin-left:auto;
	margin-right:auto;
	border:dotted 1px #999999;
}
td#centre {
	background-position:top;
	background-image:url(images/fond_boitecentre.jpg);
	height:23px;
	}
table#article {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	border:dotted 1px #999999;
	}
td#prix {
	width:50px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}
/* PANIER */

table#panier {
	width:580px;
	margin-left:auto;
	margin-right:auto;
	border:dotted 1px #999999;
	}
table#totalpanier {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	border:dotted 1px #999999;
	}
td#panier_titre {
	text-align:center;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border:dotted 1px #999999;
}
td#panier_corps {
	color:#000000;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border:dotted 1px #999999;
}
td#totalpanier_corps {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border:dotted 1px #999999;
}
