/* GLOBAL */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #5B6459 url('images/background.gif') repeat-x top;
	background-position: 0px 200px;
	color: #172C07;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}

p {
	padding-bottom: 10px;
}

hr {
	background: #ADB7AB;
	border: none;
	color: #ADB7AB;
	height: 2px;
}

/* HYPERLINKS */
a {
	background: transparent;
	color: #51840D;
}

a img {
	border: none;
}

/* HEADINGS */
h2 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
	padding: 5px 10px 0 10px;
}

h4 {
	background: #45710B url('images/header.gif') no-repeat right;
	color: #FFF;
	font-size: 10pt;
	margin: 0 5px;
	padding: 5px 15px;
	text-transform: uppercase;
}

h4 a {
	background: transparent;
	color: #FFF;
	text-decoration: none;
}

h5 {
	font-size: 10pt;
	margin-bottom: 5px;
}

h5 a {
	background: transparent;
	color: #BB8700;
}

h5 img {
	float: left;
	padding: 0 10px 10px 0;
}

/* FORMS */

fieldset {
	background: #E0EDDE;
	color: #172C07;
	border: none;
	margin-bottom: 10px;
	padding: 5px;
}

textarea {
	height: 100%;
	margin: 5px 0;
	width: 100%;
}

/* LISTS */
ul {
	background: #E0EDDE;
	color: #172C07;
	display: block;
	list-style-image: url("images/arrow.gif");
	margin-bottom: 10px;
	padding: 5px;
}

li {
	margin: 5px 10px 5px 30px;
}

ul li ul {
	margin: 0;
	padding: 0;
}

ul li ul li {
	margin: 5px 0px 5px 10px;
}

/* TABLES */
table {
	border-collapse: collapse;
	width: 100%;
}

th {
	background: #54890E;
	border: 1px #D6E1D4 solid;
	color: #FFF;
	width: 20%;
}

td {
	background: #E0EDDE;
	border: 1px #D6E1D4 solid;
	color: #172C07;
	text-align: center;
}

th p, td p, td img {
	padding: 5px;
}

label {
	display: inline-block;
	padding: 5px;
}

/* BANNER */
#banner {
	background: url('images/banner.gif') repeat-x center;
	color: #FFF;
	height: 200px;
}

#logo {
	height: 150px;
	margin: 0 auto;
	width: 750px;
}

#bannerspace {
	margin: 0 auto;
	position: absolute;
	top: 75px;
	text-align: right;
	width: 750px;
}

/* QUICKLINKS */
#quicklinks {
	float: right;
}

#quicklinks a {
	background: transparent;
	color: #DBFF32;
}

#quicklinks ul {
	background: transparent;
	color: #DBFF32;
	margin: 15px;
}

#quicklinks li {
	display: inline;
}

/* NAVBAR */
#navbar {
	font-size: 9pt;
	font-weight: bold;
	margin: 0 auto;
	width: 740px;
	background-color:#06F;
}

#navbar a {
	background: transparent;
	color: #FFF;
	display: block;
	height: 30px;
	text-decoration: none;
	width: 100px;
	
}

#navbar ul {
	background: url('images/navdiv.jpg') no-repeat right;
	float: left;
	height: 50px;
	padding: 0 10px 0 0;
	z-index: 3;
}

#navbar li {
	background: url('images/navdiv.jpg') no-repeat;
	color: #FFF;
	display: inline;
	float: left;
	height: 50px;
	margin: 0;
	padding: 15px 0 0 10px;
	text-align: center;
	text-transform: uppercase;
	width:94px;
	z-index: 3;
}

#navbar li:hover, #navbar li:hover ul {
	display: block;
}

#navbar li ul {
	background: #629E10;
	border: 1px #45710B solid;
	color: #FFF;
	display: none;
	height: auto;
	padding: 0;
	position: absolute;
	width: 90px;
}

#navbar li ul li {
	background: #54890E;
	border-top: 1px #98CB1A solid;
	color: #FFF;
	font-size: 8pt;
	height: auto;
	padding: 0;
}

#navbar li ul li a {
	background: #54890E;
	color: #FFF;
	height: auto;
	padding: 5px 0;
}

#navbar li ul li a:hover {
	background: #629E10;
	color: #FFF;
}

/* CONTENT */
#content {
	background: #ADB7AB;
	color: #172C07;
	margin: 10px auto;
	width: 840px;
	padding: 0 10px 10px 10px;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	width: 340px;
	margin-left: 10px
}

.thin {
	width: 190px;
}

.thin ul {
	background: transparent;
	color: #172C07;
	padding: 0;
}

.medium {
	width: 240px;
}

.wide {
	width: 590px;
}

.full {
	width: 740px;
}

.block {
	background: #D6E1D4;
	color: #172C07;
	margin-top: 10px;
	padding-top: 5px;
}

.editorial_block {
	background: #54890E url('images/caption.gif') repeat-x;
	color: #DBFF32;
	margin-top: 10px;
	padding: 20px;
}

.editorial_block img {
	margin-bottom: 10px;
}

.editorial_block a {
	background: transparent;
	color: #FFF;
}

.paiement_logo_block {
	background: #D6E1D4;
	color: #172C07;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}

.block_content, .cat_desc {
	padding: 10px 15px;
}

.editorial_block p {
	padding: 10px;
}

.base {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.contact th {
	background: transparent;
	border: none;
	color: #172C07;
	font-weight: normal;
	text-align: left;
}

.contact td {
	background: transparent;
	border: none;
	color: #172C07;
}

.ajax_block_product {
	margin: 0;
	display: inline-block;
	width: 290px;
}

.productsSortForm select, .product_img_link {
	float: right;
}

.product_image img, .product_img_link img, .image-block img {
	background: #629E10;
	color: #FFF;
	margin-bottom: 15px;
	padding: 5px;
}

.package {
	background: #629E10;
	color: #FFF;
}

.navigation-pipe {
	margin: 0 5px;
}

/* FOOTER */
#footer {
	background: transparent url('images/footer.gif') repeat-x;
	color: #172C07;
	font-weight: bold;
	height: 30px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 840px;
}

#footer a {
	background: transparent;
	color: #DBFF32;
	text-decoration: none;
}

#credit {
	background: transparent;
	color: #D3D3D3;
	margin: 0 auto;
	text-align: center;
	width: 740px;
}

/* CLEARFIX */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.textleft {
	text-align: left;
}

.required, .warning {
	background: transparent;
	color: #F00;
	font-weight: bold;
}

.step_current {
	font-weight: bold;
}

.quotation, .error {
	background: #E0EDDE;
	border: 1px #51840D solid;
	color: #172C07;
	margin-bottom: 10px;
	padding: 10px;
}

.hidden {
	display: none;
}

.price {
	float: right;
}

.brown{
	color:#BB8700;
}
