* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #4c381f url(images/fond.gif) repeat-x;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center; 
}

#page {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(images/entete.jpg) no-repeat;
	padding-top: 180px;
}

#agauche {
	width: 253px;
	float: left;
	background: url(images/menu.jpg) no-repeat;
}

#adroite {
	float: right;
	width: 460px;
	display: inline;
	margin: 110px 20px 0 0;
}

#menu {
	height: 178px;
	width: 146px;
	margin: 22px 11px 0 96px;
}

#menu ul {
	list-style-type: none;
	width: 146px;
}

#menu li {
	float: left;
	width: 146px;
	position: relative;
}

#menu li a {
	display: block;
	padding: 5px;
	line-height: 16px;
	font-size: 16px;
	color: #4c381f;
	text-decoration: none;
	text-align: center;
}

#menu li a#lipanier {
	color: #c34600;
	padding-bottom: 9px;
}

#menu li a.selected {
	color: #fff;
	background: #4c381f;
}

#menu li a:hover, #menu li a.selected:hover {
	color: #281d10;
	background: #e8b328;
}

/* SOUS MENU */

#menu li a#produits {
	background-image: url(images/fleche-menu.gif);
	background-position: right 50%;
	background-repeat: no-repeat;
}

#menu li li {
	width: 200px;
}

#menu li li a {
	font-size: 13px;
	font-weight: bold;
	color: #281d10;
	background: #e8b328;
	line-height: 16px;
	border-bottom: 1px solid #f3d993;
	border-right: 1px solid #281d10;
}

#menu li li a:hover {
	color: #fff;
}

#menu li li a.selected, #menu li li a.selected:hover {
	color: #f3d993;
}

#menu ul ul {
	position: absolute;
	top: 0;
	left: 146px;
	z-index: 10000;
	display: none;
	width: 200px;
}

#menu li:hover ul {
	display: block;
}

#menu li:hover a {
	background: #e8b328;
	color: #281d10;
}




/* RECHERCHE */

#menu #recherche {
	padding: 10px 0 0 0;
	text-align: center;
	clear: both;
}

#menu #recherche input {
	width: 110px;
	padding: 2px;
	border: 1px solid #e8b328;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0 3px 0 0;
}

#menu #recherche img {
	vertical-align: bottom;
	margin-bottom: 2px;
}


#coord {
}

#coord p {
	text-align: center;
	color: #e8b328;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0 20px 85px;
	padding: 0;
}

#coord p strong {
	font-size: 18px;
	font-weight: bold;
}

#coord p a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

#coord p a:hover {
	color: #e8b328;
}

p#intro {
	text-align: center;
	color: #f8e9c1;
	font-style: italic;
}

h1, h2 {
	text-align: right;
}

h1 {
	color: #f8e9c1;
	font-weight: normal;
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
	margin: 10px 0;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #c34600;
}

.produit {
	border: 1px solid #e8b328;
	margin: 20px 0;
	background: #f8e9c1;
	width: 458px;
}

.produit h3 {
	background: #e8b328;
	padding: 5px 20px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

.produit p {
	margin: 10px 20px;
	color: #4c381f;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}

.produit p strong {
	font-size: 14px;
	font-weight: bold;
	color: #767301;
}

.produit p span.mini {
	font-size: 12px;
	font-style: italic;
}

.produit h4 {
	margin: 10px 20px;
	font-size: 20px;
	line-height: 18px;
	color: #c34600;
	clear: both;
}

.produit h6 {
	margin: 10px;
	padding: 5px 10px;
	background: #382815;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}

.produit h6 img {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}

.produit img {
	float: right;
	border: 1px solid #d9e870;
	margin: 5px 5px 5px 20px;
	display: inline;
	border: 1px solid #e8b328;
}



.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* PANIER */

#panier {
	border-collapse: collapse;
	width: 480px;
	margin: 20px 0 10px 0;
}

#panier tbody tr {
	background: #f8e9c1;
}


#panier th {
	padding: 5px;
	font-size: 10px;
	color: #e8b328;
	text-align: left;
	border-bottom: 1px solid #e8b328;
}

#panier td {
	border-bottom: 1px solid #e8b328;
	padding: 2px 5px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 13px;
	color: #4c381f;
}

#panier thead td {
	color: #fff;
}

#panier td.photo {
	padding: 1px 0 1px 2px;
}

#panier td.prod {
	font-weight: bold;
}

#panier td.prod a {
	color: #4c381f;
	text-decoration: none;
}

#panier td.prod a:hover {
	color: #c34600;
	text-decoration: underline;
}

#panier td.prod span.sstitre {
	font-size: 11px;
	font-weight: normal;
}

#panier td.photo img {
	width: 67px;
	height: 67px;
	float: left;
}

#panier td.prix {
	font-weight: bold;
	background: #382815;
	color: #fff;
	text-align: right;
	white-space: nowrap;
}


#panier td.qte {
	white-space: nowrap;
	text-align: right;
	font-size: 10px;
	color: #b4aba1;
}

#panier td.qte input {
	border: 1px solid #ecebe9;
	background: #fff;
	color: #b4aba1;
	font-size: 13px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

#panier tr.selected td.qte input {
	color: #9b001d;
}