/*
	Design by El-Diablo
	Code by Joris SAIDANI @ Weymel Studios
*/

html {
}
body {
	margin: 0;
	padding: 0;
	background: #455900 url(../images/bg.gif) repeat-x top center;
	font-size: 13px;
	color: #EBE6E3;
}
#haut { /* Le header */
	background: #455900 url(../images/header_fond.gif) repeat-x bottom right;
	width: 100%;
	height: 346px;
	text-align: center;
}
body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FED772;
}
h1, h2 {
	letter-spacing: -2px;
	font-size: 24px;
}
h3 {
	margin: 0;
	font-size: 1.3em;
	letter-spacing: 2px;
	padding: 0 20px 4px 20px;
	border-bottom: 1px dotted #FED772;
}
blockquote {
	padding-left: 1em;
}
blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

input[type=submit] {
	padding: 2px 6px;
	background-color: #666699;
	border: 1px solid #9999cc;
	text-decoration: none;
	color: #ccccff;
	cursor: pointer;
}
input[type=text], input[type=password] {
	border: 1px solid #acacac;
	background-color: #efefef;
	padding: 4px;
	color: #555;
}

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

img {
	border: 0;
	vertical-align:middle;
}

hr {
	border: 0;
	height: 1px;
	background-color: #7B9418;
}

ul, ol {
	line-height: 200%;
}

/* Page */
#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */
#content {
	float: left;
	width: 620px;
	margin-bottom: 20px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #7B9418;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: right;
	color: #646464;
}
.meta .more {
	padding-left: 20px;
	background: url(../images/img03.gif) no-repeat left center;
}
.meta .comments {
	padding-left: 20px;
	background: url(../images/img04.gif) no-repeat left center;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 240px;
	margin-bottom: 20px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
}
#sidebar li ul {
	padding: 10px 0;
}
#sidebar #menu li {
	border-bottom: 1px dotted #7B9418;
}
#sidebar #menu li span {
	padding-left: 20px;
	background: url(../images/img02.gif) no-repeat 5px 50%;
}
#sidebar #menu li a#deroulerCatalogue {
	cursor: pointer;
}
#sidebar #menu li ul#catalogue_sous_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
#sidebar #menu li ul#catalogue_sous_menu li#sMenu {
	border-bottom: 0;
}
#sidebar #menu li ul#catalogue_sous_menu li#sMenu span {
	margin-left: 10px;
	padding-left: 20px;
	background: url(../images/img02.gif) no-repeat 5px 50%;
}
#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #7B9418;
}
#sidebar a {
	text-decoration: none;
}
#sidebar li input[type=text], #sidebar li input[type=submit] {
    border: 1px dashed #7B9418;
    background-color: #455900;
    color: #e3e3e3;
    padding: 3px;
}
#sidebar li input[type=submit] {
    border: 1px solid #7B9418;
    padding: 2px;
}


/* Panier */
.panier { }
.panier ul {
	list-style-type: none;
}

.panier ul li {
	width: 100%;
}

.panier ul li a {
	display: inline;
}

.panier#boutique ul {
	padding: 10px;
}

.panier#boutique ul li.total {
	background-color: #9CB53A;
	text-align: right;
	padding-right: 6px;
}

table.catalogue_article td {
	border: 1px solid #6A8218;
}
table.catalogue_article td table th {
	background-color: #6A8218;
	padding: 4px 2px;
}
table.catalogue_article td table th a {
	letter-spacing: 2px;
	text-decoration: none;
}
table.catalogue_article td #tableauArticleContenu {
	padding: 4px;
}
table.catalogue_article td #tableauArticleContenu a {
	text-decoration: none;
	
}
table.catalogue_article td #tableauArticleContenu input[type=text] {
	border: 1px solid #acacac;
	padding: 1px 3px;
	text-align: center;
}

table#detailsCommande tbody td {
	border-bottom: 1px solid #afafaf;
	line-height: 200%;
}

#contactForm label {
	letter-spacing: 2px;
	padding-left: 2px;
}
#contactForm input, #contactForm textarea, table.formulaire input[type=text], table.formulaire textarea, table.formulaire select, textarea.form {
	border: 1px solid #acacac;
	background-color: #efefef;
	padding: 4px;
	color: #555;
}
#contactForm input, #contactForm textarea {
	margin-bottom: 10px;
}
#contactForm input[type=submit] {
	width: 100px;
	font-variant: small-caps;
}
#contactForm #confirm, #contactForm #erreur {
	padding: 8px 14px;
}
#contactForm #confirm {
	border: 1px solid #7B9418;
	background-color: #6A8218;
}
#contactForm #erreur {
	border: 1px solid #cc3333;
	background-color: #AA5555;
}

#plan table td {
	letter-spacing: 1px;
}
#plan table td a {
	text-decoration: none;
}
#plan table td a:hover {
	color: #aadd77;
}

div.infosCadre {
	width: 500px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: justify;
	padding: 4px 20px;
	border: 1px solid #afafaf;
}

div.prixTotal {
	color: #FF0000;
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
}

div.buttonsNaviguation { text-align: right; }
div.buttonsNaviguation a, div.buttonsNaviguation input[type=submit] {
	margin: 0 6px;
	padding: 6px;
	background-color: #666699;
	border: 1px solid #9999cc;
	text-decoration: none;
	color: #ccccff;
	cursor: pointer;
	height: 32px;
}
div.buttonsNaviguation a:hover, div.buttonsNaviguation input[type=submit]:hover {
	background-color: #8888bb;
	color: #eeeeff;
}

*+html div.buttonsNaviguation input[type=submit] {
	padding: 6px 0;
	margin-top: -7px;
}
*+html div.buttonsNaviguation a {
	vertical-align: top;
}

ul.error li {
	color: red;
	font-weight: bold;
}

#client fieldset {
	border: 1px solid #666;
	padding: 10px;
}
#client fieldset legend {
	padding: 0 4px;
	color: #efefef;
}

#newAccount input.error, #newAccount select.error,
#login input.error, #login select.error {
	border: 1px solid #cc3333;
	background-color: #995555;
	color: #fff;
	padding: 1px 2px;
}
#newAccount label.error, #login label.error {
	margin-left: 4px;
	font-size: 10px;
	display: inline;
}

table#historiqueCommandes { border-collapse: collapse; width: 100%; }
table#historiqueCommandes thead td {
	font-weight: bold;
	font-variant: small-caps;
}
table#historiqueCommandes thead td {
	border-bottom: 2px solid #7b9418;
	padding: 6px 2px;
}
table#historiqueCommandes tbody td {
	padding: 6px 4px;
	font-size: 11px;
	border: 1px solid #7b9418;
	border-top: none;
}

.erreur {
	border: 1px solid #cc3333;
	background-color: #995555;
	color: #fff;
}
.erreur p { padding: 0 10px; }

/* Footer */
#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 2px solid #7B9418;
	text-align: center;
	font-size: smaller;
}

*+html #footer {
	margin-top: 20px;
}

