body {
	background-color: #000000;
}

#leftnav {
	width: 165px;
	vertical-align: top;
	font-size: 11px;
}

ul, ol {
	font-family: Arial;
}

#leftnav a {
	padding: 3px;
	display: block;
	/*border: 1px dotted #CCC;*/
	text-decoration: none;
	line-height: 1em;
	/*width: 150px /* */
}

#leftnav a:link, #leftnav a:visited {
	color: #206920;
}

#leftnav a:hover, #leftnav a:active {
	color: #FFFFFF;
	background-color: #003e00;
	/*border: 1px solid #000;*/
}

#leftnav ul {
	padding-left: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-type: none;
}

#leftnav li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}

#current a {
	color: #c8555e !important;
	/*background-color: #999999 !important;*/
	/*border: 1px dotted #999 !important; /* */
}

#minicart {
	font-size: 10px;
}

.entryTable {
	font-family: Arial;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-family: Arial;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	font-family: Arial;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #336699;
	background-color:#FFCC00;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

.category {
	background: #e5ffe4;
	border: 1px dotted #000000;
}

.nom {
	text-align: center;
	align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.nom a:link, .nom a:visited {
	color: #206920;
	text-decoration: none;
}

.nom a:hover, .nom a:active {
	color: #c8555e;
}

.titreFiche {
	text-align: center;
	font-family: Arial;
	font-size: 130%;
	font-weight: bold;
	color: #206920;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 1em;
}