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

body {
	background: #df8608 url(images/fond.gif) repeat-x;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ebf3a9;
	position: relative;
}

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

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

#menu ul {
	margin-top: 10px;
	list-style-type: none;
	width: 220px;
}

#menu li {
	float: left;
	width: 220px;
}

#menu li a {
	display: block;
	text-align: center;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #446622;
}

#menu li a:hover {
	background: #e39629;
	color: #FFF;
}

#menu li a.selected, #menu li a:hover.selected {
	background: none;
	color: #c34600;
	cursor: default;
}

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

.recherche input {
	width: 156px;
	padding: 1px 5px;
	border: 2px solid #fce400;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin: 0 5px 0 0;
}

.recherche img {
	vertical-align: bottom;
}

#coord {
	clear: both;
	text-align: center;
/*	background: url(images/fond-coord.jpg) no-repeat;*/
	padding-top: 20px;
/*	border-top: 1px solid #d87606;*/
}

#coord p {
	padding: 0 10px 10px 10px;
	margin: 0;
	color: #FFF;
	text-align: center;
}

#coord p strong {
	font-size: 14px;
	font-variant: small-caps;
}

#coord h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0 10px;
	color: #fce400;
}

#corps {
	float: right;
	width: 480px;
	display: inline;
	margin: 0 20px 0 0;
}

.produit {
	border: 1px solid #fce400;
	margin: 20px 0;
	background: #ebf3a9;
	width: 478px;
}

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

.produit p {
	margin: 10px 20px;
	color: #446622;
	text-align: justify;
	font-size: 12px;
}

.produit p strong {
	font-size: 13px;
	font-weight: bold;
}

.produit p span.mini {
	font-size: 13px;
	font-style: italic;
	text-decoration: underline;
}

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

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

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

.produit img {
	float: right;
	border: 1px solid #d9e870;
	margin-left: 20px;
}

#btpanier {
	text-align: center;
}

h1 {
	text-align: right;
	font-size: 26px;
	line-height: 26px;
	padding-top: 25px;
}

h2 {
	text-align: right;
	font-size: 18px;
	line-height: 18px;
	color: #446622;
	margin: 10px 0;
}

h2 strong {
	font-size: 24px;
	color: #fce400;
}

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

p {
	margin: 15px 0;
	text-align: justify;
}

a {
	color: #fce400;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #c34600;
}

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

/* PANIER */

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

#panier tbody tr {
	background: #ebf3a9;
}


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

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

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

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

#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: #446622;
	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;
}



/* FORMULAIRE */

form {

}

fieldset {
	border-top: 1px dotted #ebf3a9;
	margin: 10px 0;
	padding: 10px 0;
	text-align: right;
}

fieldset legend {
	background: #c67c00;
	padding: 5px 10px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

fieldset div {
	clear: both;
	padding-top: 0;
	padding: 5px 0;
}

fieldset p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: right;
	clear: left;
}

fieldset h3 {
	padding: 5px 0;
	margin: 0;
	color: #c67c00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
}

fieldset input {
	width: 58%;
	padding: 1px 5px;
	border: 1px solid #fce400;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

fieldset label {
	width: 35%;
	border-bottom: 1px dotted #ebf3a9;
	float: left;
	text-align: left;
	clear: left;
	display: inline;
	font-size: 11px;
	line-height: 15px;
}

#form_validez div {
	clear: left;
	padding-top: 4px;
}

#form_validez p {
	margin: 5px 0;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	padding: 0;
}

input.checkbox {
	width: auto;
	border: 0;
	background: 0;
}

.oblig {
	font-weight: bold;
	letter-spacing: 1px;
}

select {
	font-size: 11px;
}


.button {
	float: none;
	width: auto;
	cursor: pointer;
	color: #fff;
	background: #c67c00;
	padding: 2px 0;
	font-size: 11px;
}
